ResponseSentEventArgsUrlRequested Property |
Gets the address of the page requested.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string UrlRequested { get; }
Public ReadOnly Property UrlRequested As String
Get
public:
property String^ UrlRequested {
String^ get ();
}
member UrlRequested : string with get
Property Value
Type:
StringSee Also