Property | Type | Description | |
---|---|---|---|
Encoder | System.Text.Encodings.Web.HtmlEncoder |
Method | Description | |
---|---|---|
AddAttribute ( HtmlTextWriterAttribute key, string value ) : void | ||
AddAttribute ( HtmlTextWriterAttribute key, string value, bool fEncode ) : void | ||
AddAttribute ( string name, string value ) : void | ||
AddAttribute ( string name, string value, bool fEndode ) : void | ||
Flush ( ) : void | ||
HtmlTextWriter ( |
||
HtmlTextWriter ( |
||
RenderBeginTag ( HtmlTextWriterTag tagKey ) : void | ||
RenderBeginTag ( string tagName ) : void | ||
RenderEndTag ( ) : void | ||
Write ( bool value ) : void | ||
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( double value ) : void | ||
Write ( float value ) : void | ||
Write ( int value ) : void | ||
Write ( long value ) : void | ||
Write ( object value ) : void | ||
Write ( string s ) : void | ||
Write ( string format, object arg0 ) : void | ||
Write ( string format, object arg0, object arg1 ) : void | ||
WriteAttribute ( string name, string value ) : void | ||
WriteAttribute ( string name, string value, bool fEncode ) : void | ||
WriteBeginTag ( string tagName ) : void | ||
WriteBreak ( ) : void | ||
WriteEncodedText ( String text ) : void | ||
WriteEndTag ( string tagName ) : void | ||
WriteFullBeginTag ( string tagName ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( |
||
WriteLine ( bool value ) : void | ||
WriteLine ( char value ) : void | ||
WriteLine ( char buffer, int index, int count ) : void | ||
WriteLine ( double value ) : void | ||
WriteLine ( float value ) : void | ||
WriteLine ( int value ) : void | ||
WriteLine ( long value ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( string s ) : void | ||
WriteLine ( string format, object arg0 ) : void | ||
WriteLine ( string format, object arg0, object arg1 ) : void | ||
WriteLineNoTabs ( string s ) : void | ||
WriteStyleAttribute ( string name, string value ) : void | ||
WriteStyleAttribute ( string name, string value, bool fEncode ) : void |
Method | Description | |
---|---|---|
AddAttribute ( string name, string value, HtmlTextWriterAttribute key ) : void | ||
EncodeAttributeValue ( HtmlTextWriterAttribute attrKey, string value ) : string | ||
EncodeAttributeValue ( string value, bool fEncode ) : string | ||
EncodeUrl ( string url ) : string | ||
FilterAttributes ( ) : void | ||
GetAttributeKey ( string attrName ) : HtmlTextWriterAttribute | ||
GetAttributeName ( HtmlTextWriterAttribute attrKey ) : string | ||
GetTagKey ( string tagName ) : HtmlTextWriterTag | ||
GetTagName ( HtmlTextWriterTag tagKey ) : string | ||
IsAttributeDefined ( HtmlTextWriterAttribute key ) : bool | ||
IsAttributeDefined ( HtmlTextWriterAttribute key, string &value ) : bool | ||
OnAttributeRender ( string name, string value, HtmlTextWriterAttribute key ) : bool | ||
OnTagRender ( string name, HtmlTextWriterTag key ) : bool | ||
OutputTabs ( ) : void | ||
PopEndTag ( ) : string | ||
PushEndTag ( string endTag ) : void | ||
RegisterAttribute ( string name, HtmlTextWriterAttribute key ) : void | ||
RegisterTag ( string name, HtmlTextWriterTag key ) : void | ||
RenderAfterContent ( ) : string | ||
RenderAfterTag ( ) : string | ||
RenderBeforeContent ( ) : string | ||
RenderBeforeTag ( ) : string |
Method | Description | |
---|---|---|
AddAttribute ( string name, string value, HtmlTextWriterAttribute key, bool encode, bool isUrl ) : void | ||
HtmlTextWriter ( ) : System | ||
RegisterAttribute ( string name, HtmlTextWriterAttribute key, bool encode ) : void | ||
RegisterAttribute ( string name, HtmlTextWriterAttribute key, bool encode, bool isUrl ) : void | ||
RegisterTag ( string name, HtmlTextWriterTag key, TagType type ) : void | ||
WriteHtmlAttributeEncode ( string s ) : void | ||
WriteObsoleteBreak ( ) : void |
public AddAttribute ( HtmlTextWriterAttribute key, string value ) : void | ||
key | HtmlTextWriterAttribute | |
value | string | |
return | void |
public AddAttribute ( HtmlTextWriterAttribute key, string value, bool fEncode ) : void | ||
key | HtmlTextWriterAttribute | |
value | string | |
fEncode | bool | |
return | void |
public AddAttribute ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
protected AddAttribute ( string name, string value, HtmlTextWriterAttribute key ) : void | ||
name | string | |
value | string | |
key | HtmlTextWriterAttribute | |
return | void |
public AddAttribute ( string name, string value, bool fEndode ) : void | ||
name | string | |
value | string | |
fEndode | bool | |
return | void |
protected EncodeAttributeValue ( HtmlTextWriterAttribute attrKey, string value ) : string | ||
attrKey | HtmlTextWriterAttribute | |
value | string | |
return | string |
protected EncodeAttributeValue ( string value, bool fEncode ) : string | ||
value | string | |
fEncode | bool | |
return | string |
protected GetAttributeKey ( string attrName ) : HtmlTextWriterAttribute | ||
attrName | string | |
return | HtmlTextWriterAttribute |
protected GetAttributeName ( HtmlTextWriterAttribute attrKey ) : string | ||
attrKey | HtmlTextWriterAttribute | |
return | string |
protected GetTagKey ( string tagName ) : HtmlTextWriterTag | ||
tagName | string | |
return | HtmlTextWriterTag |
protected GetTagName ( HtmlTextWriterTag tagKey ) : string | ||
tagKey | HtmlTextWriterTag | |
return | string |
public HtmlTextWriter ( |
||
writer | ||
return | System |
public HtmlTextWriter ( |
||
writer | ||
tabString | string | |
return | System |
protected IsAttributeDefined ( HtmlTextWriterAttribute key ) : bool | ||
key | HtmlTextWriterAttribute | |
return | bool |
protected IsAttributeDefined ( HtmlTextWriterAttribute key, string &value ) : bool | ||
key | HtmlTextWriterAttribute | |
value | string | |
return | bool |
protected OnAttributeRender ( string name, string value, HtmlTextWriterAttribute key ) : bool | ||
name | string | |
value | string | |
key | HtmlTextWriterAttribute | |
return | bool |
protected OnTagRender ( string name, HtmlTextWriterTag key ) : bool | ||
name | string | |
key | HtmlTextWriterTag | |
return | bool |
protected PushEndTag ( string endTag ) : void | ||
endTag | string | |
return | void |
protected static RegisterAttribute ( string name, HtmlTextWriterAttribute key ) : void | ||
name | string | |
key | HtmlTextWriterAttribute | |
return | void |
protected static RegisterTag ( string name, HtmlTextWriterTag key ) : void | ||
name | string | |
key | HtmlTextWriterTag | |
return | void |
public RenderBeginTag ( HtmlTextWriterTag tagKey ) : void | ||
tagKey | HtmlTextWriterTag | |
return | void |
public RenderBeginTag ( string tagName ) : void | ||
tagName | string | |
return | void |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public Write ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public Write ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public WriteAttribute ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public WriteAttribute ( string name, string value, bool fEncode ) : void | ||
name | string | |
value | string | |
fEncode | bool | |
return | void |
public WriteBeginTag ( string tagName ) : void | ||
tagName | string | |
return | void |
public WriteEncodedText ( String text ) : void | ||
text | String | |
return | void |
public WriteFullBeginTag ( string tagName ) : void | ||
tagName | string | |
return | void |
public WriteLine ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteLine ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public WriteLine ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public WriteStyleAttribute ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public WriteStyleAttribute ( string name, string value, bool fEncode ) : void | ||
name | string | |
value | string | |
fEncode | bool | |
return | void |