C# 클래스 ExoWeb.Templates.MicrosoftAjax.AttributeBinding

Represents an attribute as it is being rendered.
파일 보기 프로젝트 열기: vc3/ExoWeb 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( System writer, bool isHtmlBool ) : void
Render ( AjaxPage page, System writer, bool isHtmlBool, bool generateIds, bool isTextArea ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

Abort() 공개 메소드

public Abort ( System writer, bool isHtmlBool ) : void
writer System
isHtmlBool bool
리턴 void

Render() 공개 메소드

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