FormField.Render Method

Renders the control on the page.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub Render ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.Render(output)
protected override void Render(
    HtmlTextWriter output
)

Parameters

  • output
    Type: System.Web.UI.HtmlTextWriter

    An HtmlTextWriter object that represents the output stream to render HTML content on the client.

See Also

Reference

FormField Class

FormField Members

Microsoft.SharePoint.WebControls Namespace