Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the full original URL that the browser requested including any query string.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property CurrentRequestUrlAndQuery As String
Get
'Usage
Dim value As String
value = Me.CurrentRequestUrlAndQuery
protected string CurrentRequestUrlAndQuery { get; }
Property Value
Type: System.String
A String that represents the full original URL and query string, if any.
See Also
Reference
UnsecuredLayoutsPageBase Class