HtmlMeta::HttpEquiv Property

 

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)

public:
property String^ HttpEquiv {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The name of the HTTP response header item.

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.

.NET Framework
Available since 2.0
Return to top
Show: