System.Web.UI.HtmlControls.HtmlMeta.Scheme Property

Gets or sets a scheme attribute used to interpret the metadata property value defined by the System.Web.UI.HtmlControls.HtmlMeta control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public virtual string Scheme { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HtmlMeta.Scheme property allows you to specify a scheme attribute of the rendered HTML <meta> element. The scheme attribute can be used to provide user agents, such as client browsers or search engines, additional context for interpreting the metadata property.

The HtmlMeta.Scheme property is rendered to the scheme attribute of the resulting HTML <meta> element.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0