HTML to MAML Converter
TagOptions Class |
This is used to contain the options and state for a Tag entry
from the conversion rules file.
Inheritance Hierarchy
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
The TagOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TagOptions |
Constructor
|
Properties
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
Equals | Determines 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.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also