HtmlHead.Keywords Property

.NET Framework (current version)
 

Gets the content of the "keywords" meta element.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

public string Keywords { get; set; }

Property Value

Type: System.String

The content of the "keywords" meta element.

For information about this property, see the Page.MetaKeywords property.

.NET Framework
Available since 4.0
Return to top
Show: