System.Web.UI.HtmlControls.HtmlMeta.HttpEquiv Property

Gets or sets an System.Web.UI.HtmlControls.HtmlMeta control property that is included in the HTTP response header.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public virtual string HttpEquiv { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HtmlMeta.HttpEquiv property in place of the HtmlMeta.Name property to identify information that should be included in the response headers of an HTTP request.

The HtmlMeta.HttpEquiv property is rendered to the http-equiv attribute of the resulting HTML <meta> element.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0