Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renders the HTML markup that may contain Web part markup so that the HTML can be used inside a content editable HTML element.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Sub RenderHtmlForInput ( _
output As HtmlTextWriter, _
html As String _
)
'Usage
Dim output As HtmlTextWriter
Dim html As String
Me.RenderHtmlForInput(output, html)
protected void RenderHtmlForInput(
HtmlTextWriter output,
string html
)
output
Type: System.Web.UI.HtmlTextWriter
The ASP.NET server control output stream.
html
Type: System.String
The string to write to the output stream.
Exception | Condition |
---|---|
ArgumentNullException | Thrown when output is a null reference (Nothing in Visual Basic). |
Please sign in to use this experience.
Sign in