UnsecuredLayoutsPageBase.CurrentRequestUrlAndQuery property

Gets the full original URL that the browser requested including any query string.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

UnsecuredLayoutsPageBase members

Microsoft.SharePoint.WebControls namespace