FieldProperty.Render Method

Renders the property 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

Remarks

Depending on the value of Encode, this override will render the property with either the HtmlEncodeAllowSimpleTextFormatting(String, TextWriter) method or the HtmlEncode(String, TextWriter) method.

See Also

Reference

FieldProperty Class

FieldProperty Members

Microsoft.SharePoint.WebControls Namespace