TagOptions.Tag Property

HTML to MAML Converter

TagOptionsTag Property
This returns the replacement tag to use based on the last evaluation.

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public string Tag { get; }
Public ReadOnly Property Tag As String
	Get
public:
property String^ Tag {
	String^ get ();
}
member Tag : string with get

Property Value

Type: String
See Also