Method | Description | |
---|---|---|
CloneElement ( this element, int count ) : |
||
Create ( string tagName ) : |
||
Create ( string tagName, |
||
Create ( string tagName, |
||
CreateDoctypes ( string part, IEnumerable |
||
Increment ( this text, int count ) : string |
Method | Description | |
---|---|---|
GetDoctype ( string key ) : string | ||
TryCreateFromStateMachine ( string tagName ) : |
||
TryCreateSepcialControl ( string tagName, |
public static CloneElement ( this element, int count ) : |
||
element | this | |
count | int | |
return |
public static Create ( string tagName ) : |
||
tagName | string | |
return |
public static Create ( string tagName, |
||
tagName | string | |
type | ||
return |
public static Create ( string tagName, |
||
tagName | string | |
type | ||
isClone | bool | |
return |
public static CreateDoctypes ( string part, IEnumerable |
||
part | string | |
current | IEnumerable |
|
return |
public static Increment ( this text, int count ) : string | ||
text | this | |
count | int | |
return | string |