TagOptions Class

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
SystemObject  HtmlToMamlConversionTagOptions

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public class TagOptions
Public Class TagOptions
public ref class TagOptions
type TagOptions =  class end

The TagOptions type exposes the following members.

Constructors
  NameDescription
Public methodTagOptions
Constructor
Top
Properties
  NameDescription
Public propertyAttributes
This returns the attributes to use based on the last evaluation
Public propertyClosing
This returns the closing "/" if the element is an end tag
Public propertyTag
This returns the replacement tag to use based on the last evaluation.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluate the match and determine the properties to use for the replacement.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also