RedirectRule Class

HttpServer.dll

redirects from one url to another.

Namespace:  HttpServer.Rules
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class RedirectRule : Rule
Visual Basic (Declaration)
Public Class RedirectRule _
	Implements Rule
Visual C++
public ref class RedirectRule : Rule

Inheritance Hierarchy

System..::.Object
  HttpServer.Rules..::.RedirectRule
    HttpServer.Rules..::.RegexRedirectRule

See Also