IEVersionMetaTag.Render Method
Renders the HTML metatag to the client through the specified text writer.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub Render ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.Render(writer)
protected override void Render(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe HTML text writer that writes the HTML metatag to the client.
Remarks
This method replaces the ampersand, double-quotation, single-quotation, less-than, and greater-than characters in VersionName with the appropriate entity references before it writes the HTML metatag to the client.