System.Web.UI.HtmlControls.HtmlMeta Members

The members of System.Web.UI.HtmlControls.HtmlMeta are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlMeta class.

Public Properties

Contentstring.

Gets or sets the metadata property value defined by the System.Web.UI.HtmlControls.HtmlMeta control.

HttpEquivstring.

Gets or sets an System.Web.UI.HtmlControls.HtmlMeta control property that is included in the HTTP response header.

Namestring.

Gets or sets the metadata property name defined by the System.Web.UI.HtmlControls.HtmlMeta control.

Schemestring.

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

Protected Methods

override
Render(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlMeta control to the client's browser using the specified System.Web.UI.HtmlTextWriter object.