RichHtmlField.RenderFieldForDisplay method
Override to allow render pattern to show a short message and to allow the field control to show the full HTML value.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Overrides Sub RenderFieldForDisplay ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.RenderFieldForDisplay(output)
protected override void RenderFieldForDisplay(
HtmlTextWriter output
)
Parameters
output
Type: System.Web.UI.HtmlTextWriterAn HtmlTextWriter object to receive and render the output.
See also
Reference
Microsoft.SharePoint.Publishing.WebControls namespace
[:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField]