| AGIRequestRequestURL Property |
Returns the full URL of the request in the form agi://host[:port][/script].
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string RequestURL { get; }
Public ReadOnly Property RequestURL As String
Get
public:
property String^ RequestURL {
String^ get ();
}
member RequestURL : string with get
Property Value
Type:
StringSee Also