Class HtmlClosingTag
Inheritance
System.Object
HtmlClosingTag
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
public sealed class HtmlClosingTag : Enum
Fields
End
Defines a end tag
Declaration
public const HtmlClosingTag End
Field Value
Type | Description |
---|---|
HtmlClosingTag |
None
Defines an open tag (without close) <source ...>
Declaration
public const HtmlClosingTag None
Field Value
Type | Description |
---|---|
HtmlClosingTag |
Self
Defines a self closing tag
Declaration
public const HtmlClosingTag Self
Field Value
Type | Description |
---|---|
HtmlClosingTag |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |