FromUrl Property

HttpServer.dll

string to match request url with.

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

Syntax

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

Remarks

Is compared to request.Uri.AbsolutePath

See Also