HttpServer.Rules Namespace
From HttpServer.dll
[Missing <summary> documentation for N:HttpServer.Rules]
Classes
| Class | Description | |
|---|---|---|
| RedirectRule |
redirects from one url to another.
| |
| RegexRedirectRule |
Class to make dynamic binding of redirects. Instead of having to specify a number of similar redirect rules
a regular expression can be used to identify redirect urls and thier targets.
|
Interfaces
| Interface | Description | |
|---|---|---|
| Rule |
Rules are used to perform operations before a request is being handled.
Rules can be used to create routing etc.
|