HtmlMenuButton.RenderParameters Method
Sends the Parameters content to the provided HtmlTextWriter object, which writes the content to be rendered on the client.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub RenderParameters ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.RenderParameters(output)
protected void RenderParameters(
HtmlTextWriter output
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
The object that receives the Parameters content.
Remarks
The method renders an array that contains the all the keys and values of the Parameters property. If the Parameters is not defined, the method renders null to the client.