RegexRedirectRule Properties

HttpServer.dll

The RegexRedirectRule type exposes the following members.

Properties

  NameDescription
FromUrl
string to match request url with.
(Inherited from RedirectRule.)
ShouldRedirect
true if we should redirect.
(Inherited from RedirectRule.)
ToUrl
Where to redirect.
(Inherited from RedirectRule.)

See Also