Tag
Instance properties
Tag.prototype.
Decription
Static methods
Tag.
Description
Instance methods
Tag.prototype.
Description
Last updated
The Tag object represents the immutable opening and closing tag.
Gets the closing tag of a generic type ClosingTag.
Gets the opening tag of a generic type OpeningTag.
Gets the closing tag of a specified Tag object.
Gets the opening tag of the specified Tag object.
The method replaces the tag of a specified Tag object with the provided replaceValue in the given text if both values are strings.
Last updated