Menu.PreLinkHtml Property
Gets the pre-link html.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PreLinkHtml As String
Get
'Usage
Dim instance As Menu
Dim value As String
value = instance.PreLinkHtml
public string PreLinkHtml { get; }
Property Value
Type: System.String