ToUrl Property

HttpServer.dll

Where to redirect.

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

Syntax

C#
public string ToUrl { get; }
Visual Basic (Declaration)
Public ReadOnly Property ToUrl As String
Visual C++
public:
property String^ ToUrl {
	String^ get ();
}

See Also