Gets or sets the content attribute.

[VBScript]
Public Property Content As String
[JScript]
public function get Content() : String;
public function set Content(String);

Property Value

A string representing the content attribute.

See Also

HTMLMetaElement Object | HTMLMetaElement Members | DOM Namespace