RedirectRule Properties
From HttpServer.dll
The RedirectRule type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FromUrl |
string to match request url with.
| |
| ShouldRedirect |
true if we should redirect.
| |
| ToUrl |
Where to redirect.
|