ApplicationPageLink.AppendCurrentPageUrl Property
Gets or sets a value that indicates whether the current page is added to the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AppendCurrentPageUrl As Boolean
Get
Set
'Usage
Dim instance As ApplicationPageLink
Dim value As Boolean
value = instance.AppendCurrentPageUrl
instance.AppendCurrentPageUrl = value
public bool AppendCurrentPageUrl { get; set; }
Property Value
Type: System.Boolean
true if the current page is appended; otherwise, false.