SPControl.PageUri Property
Gets or sets the Uniform Resource Identifier (URI) of the page that contains the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property PageUri As Uri
Get
Set
'Usage
Dim instance As SPControl
Dim value As Uri
value = instance.PageUri
instance.PageUri = value
public Uri PageUri { get; set; }
Property Value
Type: System.Uri
An absolute Uniform Resource Identifier (URI) that specifies the URI.