WarnOnUnsupportedBrowsers.Render method
This member overrides Control.Render(HtmlTextWriter).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overrides Sub Render ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.Render(writer)
protected override void Render(
HtmlTextWriter writer
)
writer
Type: System.Web.UI.HtmlTextWriterThe object that receives the content.
If it is determined that an unsupported browser is being used, then the writer receives JavaScript code to warn the user on page load.
WarnOnUnsupportedBrowsers class