HtmlMeta::HttpEquiv Property
.NET Framework (current version)
Gets or sets an HtmlMeta control property that is included in the HTTP response header.
Assembly: System.Web (in System.Web.dll)
public: property String^ HttpEquiv { virtual String^ get(); virtual void set(String^ value); }
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
Available since 2.0
Show: