System.Web.UI.HtmlControls.HtmlMeta.Content Property

Gets or sets 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 Content { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HtmlMeta.Content property, together with the HtmlMeta.Name property, defines a metadata property of the page.

The HtmlMeta.Content property is rendered to the content 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