HtmlMeta.Render Method
.NET Framework 3.0
Renders the HtmlMeta control to the client's browser using the specified HtmlTextWriter object.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The HtmlTextWriter used to render the HtmlMeta control's content on the client's browser.
The HtmlMeta control renders a SelfClosingTagEnd HTML bracket (/>) on the <meta> element if the client's browser is XHTML compliant. For more information on configuring ASP.NET for non-XHTML rendering, see How to: Configure ASP.NET Web Sites for Non-XHTML Rendering.
Notes to Inheritors: When extending the HtmlMeta control, override the Render method to provide custom rendering.Community Additions
ADD
Show: