Share via


SPPageStateControl.ContextUri property

Gets the Uniform Resource Identifier (URI) of the context page.

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

Syntax

'Declaration
Public ReadOnly Property ContextUri As String
    Get
'Usage
Dim instance As SPPageStateControl
Dim value As String

value = instance.ContextUri
public string ContextUri { get; }

Property value

Type: System.String
The URI of the context page.

See also

Reference

SPPageStateControl class

SPPageStateControl members

Microsoft.SharePoint.WebControls namespace