TagOptions.Closing Property

HTML to MAML Converter

TagOptionsClosing Property
This returns the closing "/" if the element is an end tag

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

Property Value

Type: String
See Also