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:
property String^ Keywords {
	String^ get();
	void set(String^ value);
}

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: