C# Class ExoWeb.Templates.MicrosoftAjax.Element

Represents an HTML element containing bound attributes or element content.
Inheritance: Block
Show file Open project: vc3/ExoWeb Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
AbortSysAttachDataAttribute ( IEnumerable attributes ) : IEnumerable
RenderEndTag ( System writer ) : void
RenderStartTag ( AjaxPage page, System writer ) : void
RenderStartTag ( AjaxPage page, System writer, Func attributeTransform ) : void
RenderStartTag ( AjaxPage page, System writer, Func attributeTransform, bool abort ) : void

Private Methods

Method Description
Render ( AjaxPage page, string templateNames, System writer ) : void

Method Details

AbortSysAttachDataAttribute() protected static method

protected static AbortSysAttachDataAttribute ( IEnumerable attributes ) : IEnumerable
attributes IEnumerable
return IEnumerable

RenderEndTag() protected method

protected RenderEndTag ( System writer ) : void
writer System
return void

RenderStartTag() protected method

protected RenderStartTag ( AjaxPage page, System writer ) : void
page AjaxPage
writer System
return void

RenderStartTag() protected method

protected RenderStartTag ( AjaxPage page, System writer, Func attributeTransform ) : void
page AjaxPage
writer System
attributeTransform Func
return void

RenderStartTag() protected method

protected RenderStartTag ( AjaxPage page, System writer, Func attributeTransform, bool abort ) : void
page AjaxPage
writer System
attributeTransform Func
abort bool
return void

ToString() public method

public ToString ( ) : string
return string