Method | Description | |
---|---|---|
Begin ( this writer ) : void | ||
CbTag ( this writer, string tagName ) : void | ||
Comment ( this writer, string text ) : void | ||
End ( this writer ) : void | ||
OpenTag ( this writer, string tagName ) : Element | ||
Tag ( this writer, string tagName ) : void | ||
WriteBuildArgs ( this writer ) : void |
Method | Description | |
---|---|---|
StartTag ( this writer, string tagPrefix, string tagName ) : void |
public static CbTag ( this writer, string tagName ) : void | ||
writer | this | |
tagName | string | |
return | void |
public static Comment ( this writer, string text ) : void | ||
writer | this | |
text | string | |
return | void |
public static OpenTag ( this writer, string tagName ) : Element | ||
writer | this | |
tagName | string | |
return | Element |
public static Tag ( this writer, string tagName ) : void | ||
writer | this | |
tagName | string | |
return | void |
public static WriteBuildArgs ( this writer ) : void | ||
writer | this | |
return | void |