C# Class ExoWeb.Templates.MicrosoftAjax.Element

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode 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

Méthode Description
Render ( AjaxPage page, string templateNames, System writer ) : void

Method Details

AbortSysAttachDataAttribute() protected static méthode

protected static AbortSysAttachDataAttribute ( IEnumerable attributes ) : IEnumerable
attributes IEnumerable
Résultat IEnumerable

RenderEndTag() protected méthode

protected RenderEndTag ( System writer ) : void
writer System
Résultat void

RenderStartTag() protected méthode

protected RenderStartTag ( AjaxPage page, System writer ) : void
page AjaxPage
writer System
Résultat void

RenderStartTag() protected méthode

protected RenderStartTag ( AjaxPage page, System writer, Func attributeTransform ) : void
page AjaxPage
writer System
attributeTransform Func
Résultat void

RenderStartTag() protected méthode

protected RenderStartTag ( AjaxPage page, System writer, Func attributeTransform, bool abort ) : void
page AjaxPage
writer System
attributeTransform Func
abort bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string