RichTextField.RenderHtmlForDisplay Method
Renders the stored data and presents it in the final, readable HTML form for users.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub RenderHtmlForDisplay ( _
output As HtmlTextWriter, _
html As String _
)
'Usage
Dim output As HtmlTextWriter
Dim html As String
Me.RenderHtmlForDisplay(output, html)
protected void RenderHtmlForDisplay(
HtmlTextWriter output,
string html
)
Parameters
output
Type: System.Web.UI.HtmlTextWriterThe ASP.NET server control output stream.
html
Type: System.StringThe string to write to the output stream.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when output is a null reference (Nothing in Visual Basic). |