HttpCapabilitiesBase::RequiredMetaTagNameValue Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally to produce a meta-tag required by some browsers.

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

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

Property Value

Type: System::String^

A meta-tag required by some browsers.

Intended for internal use only. Some browsers require a meta-tag similar to the following for the browser to render properly.

<META NAME="NAME" CONTENT="VALUE">

.NET Framework
Available since 2.0
Return to top
Show: