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