WebMetaTag interface
Defines a webpage's metadata.
Properties
content | The name of the metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
content
The name of the metadata. NOTE: This property will not be serialized. It can only be populated by the server.
content?: string
Property Value
string
name
The metadata. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string