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.
Overrides the rendering of the page and injects the ULS scripting object into the rendered page, if Client Script Error Reporting is enabled.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Protected Overrides Sub Render ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.Render(output)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
protected override void Render(
HtmlTextWriter output
)
Parameters
output
Type: System.Web.UI.HtmlTextWriterThe HTML string that embeds the reference to the ULS scripting objects.