C# Class ExoWeb.Templates.MicrosoftAjax.AttributeBinding

Represents an attribute as it is being rendered.
Mostrar archivo Open project: vc3/ExoWeb Class Usage Examples

Public Methods

Method Description
Abort ( System writer, bool isHtmlBool ) : void
Render ( AjaxPage page, System writer, bool isHtmlBool, bool generateIds, bool isTextArea ) : void

Private Methods

Method Description
AttributeBinding ( Attribute attribute, BindingResult binding ) : System
RenderAttribute ( System writer, string name, string value ) : void

Renders the specified attribute name and value to the response stream.

Transform ( string attributeName, AttributeBinding original, string>.Func transformValue ) : AttributeBinding

Creates a new attribute, optionally based on an existing attribute (and binding) and returns the new attribute after transforming its attribute or binding value.

Method Details

Abort() public method

public Abort ( System writer, bool isHtmlBool ) : void
writer System
isHtmlBool bool
return void

Render() public method

public Render ( AjaxPage page, System writer, bool isHtmlBool, bool generateIds, bool isTextArea ) : void
page AjaxPage
writer System
isHtmlBool bool
generateIds bool
isTextArea bool
return void