HtmlMeta.HttpEquiv Property
.NET Framework 3.0
Gets or sets an HtmlMeta control property that is included in the HTTP response header.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the HttpEquiv property in place of the Name property to identify information that should be included in the response headers of an HTTP request.
The HttpEquiv property is rendered to the http-equiv attribute of the resulting HTML <meta> element.
Community Additions
ADD
Show: