Method | Description | |
---|---|---|
CreateCloseTag ( ) : |
Generates a closing tag which matches this tag
|
|
CreateOpenTag ( ) : |
Generates an open tag which matches this tag
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
HtmlTag ( string name, IHtmlFilter filter ) : System |
Ctor.
|
|
ToString ( ) : string |
Renders the tag without filtering.
|
Method | Description | |
---|---|---|
CloseTagRequired ( string tag ) : bool |
Determines if the tag is required to be closed (in HTML 4.01) http://www.w3.org/TR/html401/index/elements.html http://www.w3.org/TR/WD-html40-970917/index/elements.html |
|
FullTagRequired ( string tag ) : bool |
Determines if is full (i.e. empty) tag http://www.w3.org/TR/html401/index/elements.html http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.2. http://www.w3.org/TR/WD-html40-970917/index/elements.html |
|
GetTaxonomy ( string tag ) : HtmlTaxonomy |
|
|
SetFullTag ( ) : void |
Changes a BeginTag to a FullTag
|
public HtmlTag ( string name, IHtmlFilter filter ) : System | ||
name | string | |
filter | IHtmlFilter | |
return | System |