Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Displays the HTML source code for the AspMenu control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Overrides Function GetDesignTimeHtml As String
'Usage
Dim instance As AspMenuDesigner
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public override string GetDesignTimeHtml()
Return Value
Type: System.String
A String that represents the HTML source code for the AspMenu control.