HttpCapabilitiesBase.RequiredMetaTagNameValue Property
.NET Framework 3.0
This property supports the .NET Framework 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.ConfigurationAssembly: System.Web (in system.web.dll)
'Declaration Public Overridable ReadOnly Property RequiredMetaTagNameValue As String 'Usage Dim instance As HttpCapabilitiesBase Dim value As String value = instance.RequiredMetaTagNameValue
/** @property */ public String get_RequiredMetaTagNameValue ()
public function get RequiredMetaTagNameValue () : String
Not applicable.
Property Value
A meta-tag required by some browsers.Community Additions
ADD
Show: