HttpBrowserCapabilitiesBase::RequiredMetaTagNameValue Property

 

When overridden in a derived class, used internally to produce a meta-tag that is required by some browsers.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ RequiredMetaTagNameValue {
	virtual String^ get();
}

Property Value

Type: System::String^

A meta-tag that is required by some browsers.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: