TagOptions Class

This is used to contain the options and state for a Tag entry from the conversion rules file

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public class TagOptions
Inheritance
Object    TagOptions

Constructors

TagOptions Constructor

Properties

Attributes This returns the attributes to use based on the last evaluation
Closing This returns the closing "/" if the element is an end tag
Tag This returns the replacement tag to use based on the last evaluation.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Evaluate Evaluate the match and determine the properties to use for the replacement
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also