Renders the System.Web.UI.HtmlControls.HtmlMeta control to the client's browser using the specified System.Web.UI.HtmlTextWriter object.
- writer
- The System.Web.UI.HtmlTextWriter used to render the System.Web.UI.HtmlControls.HtmlMeta control's content on the client's browser.
The System.Web.UI.HtmlControls.HtmlMeta control renders a System.Web.UI.HtmlTextWriter.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.