Mono Class Library: Overview

System.Web.UI.HtmlTextWriter: Method Members

The methods of System.Web.UI.HtmlTextWriter are listed below. For a list of all members, see the HtmlTextWriter Members list.

See Also: Inherited members from System.IO.TextWriter

Public Methods

AddAttribute(string, string)
Documentation for this section has not yet been entered.
AddAttribute(HtmlTextWriterAttribute, string)
Documentation for this section has not yet been entered.
AddAttribute(string, string, bool)
Documentation for this section has not yet been entered.
AddAttribute(HtmlTextWriterAttribute, string, bool)
Documentation for this section has not yet been entered.
AddStyleAttribute(string, string)
Documentation for this section has not yet been entered.
AddStyleAttribute(HtmlTextWriterStyle, string)
Documentation for this section has not yet been entered.
BeginRender()
Documentation for this section has not yet been entered.
override
Close()
Documentation for this section has not yet been entered.
EndRender()
Documentation for this section has not yet been entered.
EnterStyle(System.Web.UI.WebControls.Style)
Documentation for this section has not yet been entered.
EnterStyle(System.Web.UI.WebControls.Style, HtmlTextWriterTag)
Documentation for this section has not yet been entered.
ExitStyle(System.Web.UI.WebControls.Style)
Documentation for this section has not yet been entered.
ExitStyle(System.Web.UI.WebControls.Style, HtmlTextWriterTag)
Documentation for this section has not yet been entered.
override
Flush()
Documentation for this section has not yet been entered.
IsValidFormAttribute(string) : bool
Documentation for this section has not yet been entered.
RenderBeginTag(string)
Documentation for this section has not yet been entered.
RenderBeginTag(HtmlTextWriterTag)
Documentation for this section has not yet been entered.
RenderEndTag()
Documentation for this section has not yet been entered.
override
Write(bool)
Documentation for this section has not yet been entered.
override
Write(char)
Documentation for this section has not yet been entered.
override
Write(char[])
Documentation for this section has not yet been entered.
override
Write(double)
Documentation for this section has not yet been entered.
override
Write(int)
Documentation for this section has not yet been entered.
override
Write(long)
Documentation for this section has not yet been entered.
override
Write(object)
Documentation for this section has not yet been entered.
override
Write(float)
Documentation for this section has not yet been entered.
override
Write(string)
Documentation for this section has not yet been entered.
override
Write(string, object)
Documentation for this section has not yet been entered.
override
Write(string, params object[])
Documentation for this section has not yet been entered.
override
Write(char[], int, int)
Documentation for this section has not yet been entered.
override
Write(string, object, object)
Documentation for this section has not yet been entered.
WriteAttribute(string, string)
Documentation for this section has not yet been entered.
WriteAttribute(string, string, bool)
Documentation for this section has not yet been entered.
WriteBeginTag(string)
Documentation for this section has not yet been entered.
WriteBreak()
Documentation for this section has not yet been entered.
WriteEncodedText(string)
Documentation for this section has not yet been entered.
WriteEncodedUrl(string)
Documentation for this section has not yet been entered.
WriteEncodedUrlParameter(string)
Documentation for this section has not yet been entered.
WriteEndTag(string)
Documentation for this section has not yet been entered.
WriteFullBeginTag(string)
Documentation for this section has not yet been entered.
override
WriteLine()
Documentation for this section has not yet been entered.
override
WriteLine(bool)
Documentation for this section has not yet been entered.
override
WriteLine(char)
Documentation for this section has not yet been entered.
override
WriteLine(char[])
Documentation for this section has not yet been entered.
override
WriteLine(double)
Documentation for this section has not yet been entered.
override
WriteLine(int)
Documentation for this section has not yet been entered.
override
WriteLine(long)
Documentation for this section has not yet been entered.
override
WriteLine(object)
Documentation for this section has not yet been entered.
override
WriteLine(float)
Documentation for this section has not yet been entered.
override
WriteLine(string)
Documentation for this section has not yet been entered.
override
WriteLine(uint)
Documentation for this section has not yet been entered.
override
WriteLine(string, object)
Documentation for this section has not yet been entered.
override
WriteLine(string, params object[])
Documentation for this section has not yet been entered.
override
WriteLine(char[], int, int)
Documentation for this section has not yet been entered.
override
WriteLine(string, object, object)
Documentation for this section has not yet been entered.
WriteLineNoTabs(string)
Documentation for this section has not yet been entered.
WriteStyleAttribute(string, string)
Documentation for this section has not yet been entered.
WriteStyleAttribute(string, string, bool)
Documentation for this section has not yet been entered.

Protected Methods

AddAttribute(string, string, HtmlTextWriterAttribute)
Documentation for this section has not yet been entered.
AddStyleAttribute(string, string, HtmlTextWriterStyle)
Documentation for this section has not yet been entered.
EncodeAttributeValue(string, bool) : string
Documentation for this section has not yet been entered.
EncodeAttributeValue(HtmlTextWriterAttribute, string) : string
Documentation for this section has not yet been entered.
EncodeUrl(string) : string
Documentation for this section has not yet been entered.
FilterAttributes()
Documentation for this section has not yet been entered.
GetAttributeKey(string) : HtmlTextWriterAttribute
Documentation for this section has not yet been entered.
GetAttributeName(HtmlTextWriterAttribute) : string
Documentation for this section has not yet been entered.
GetStyleKey(string) : HtmlTextWriterStyle
Documentation for this section has not yet been entered.
GetStyleName(HtmlTextWriterStyle) : string
Documentation for this section has not yet been entered.
GetTagKey(string) : HtmlTextWriterTag
Documentation for this section has not yet been entered.
GetTagName(HtmlTextWriterTag) : string
Documentation for this section has not yet been entered.
IsAttributeDefined(HtmlTextWriterAttribute) : bool
Documentation for this section has not yet been entered.
IsAttributeDefined(HtmlTextWriterAttribute, out string) : bool
Documentation for this section has not yet been entered.
IsStyleAttributeDefined(HtmlTextWriterStyle) : bool
Documentation for this section has not yet been entered.
IsStyleAttributeDefined(HtmlTextWriterStyle, out string) : bool
Documentation for this section has not yet been entered.
OnAttributeRender(string, string, HtmlTextWriterAttribute) : bool
Documentation for this section has not yet been entered.
OnStyleAttributeRender(string, string, HtmlTextWriterStyle) : bool
Documentation for this section has not yet been entered.
OnTagRender(string, HtmlTextWriterTag) : bool
Documentation for this section has not yet been entered.
OutputTabs()
Documentation for this section has not yet been entered.
PopEndTag() : string
Documentation for this section has not yet been entered.
PushEndTag(string)
Documentation for this section has not yet been entered.
static
RegisterAttribute(string, HtmlTextWriterAttribute)
Documentation for this section has not yet been entered.
static
RegisterStyle(string, HtmlTextWriterStyle)
Documentation for this section has not yet been entered.
static
RegisterTag(string, HtmlTextWriterTag)
Documentation for this section has not yet been entered.
RenderAfterContent() : string
Documentation for this section has not yet been entered.
RenderAfterTag() : string
Documentation for this section has not yet been entered.
RenderBeforeContent() : string
Documentation for this section has not yet been entered.
RenderBeforeTag() : string
Documentation for this section has not yet been entered.
WriteUrlEncodedString(string, bool)
Documentation for this section has not yet been entered.