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
output
Type: System.Web.UI.HtmlTextWriterThe object that writes the HTML that is rendered.
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.