다음을 통해 공유


HtmlMenuButton.RenderAsHtml Method

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.

See Also

Reference

HtmlMenuButton Class

HtmlMenuButton Members

Microsoft.SharePoint.Portal.WebControls Namespace