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.
Returns a string representation of the HtmlMenuButton content in HTML format.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function RenderAsHtml As String
'Usage
Dim instance As HtmlMenuButton
Dim returnValue As String
returnValue = instance.RenderAsHtml()
public string RenderAsHtml()
Return Value
Type: System.String
A string that represents the HtmlMenuButton content in HTML format.
Remarks
The method returns a string representation of the HtmlMenuButton content in HTML format. The HTML returned will be simplified for unsupported browsers.