Subscriber portal
Gets the logical path of the request.
Public ReadOnly Property RequestUrl As String
The logical path of the request.
The following code example shows how to get the Web-request logical path.
' Get the request URL. Public Function GetRequestUrl() As String ' Get the request URL. Return String.Format("Request URL: {0}", _ RequestInformation.RequestUrl) End Function 'GetRequestUrl
WebRequestInformation ClassSystem.Web.Management Namespace