EncodedLiteral.Render method
This member overrides Literal.Render(HtmlTextWriter).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub Render ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.Render(output)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void Render(
HtmlTextWriter output
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter