C# 클래스 Sharpen.Html.Bindings.ValueBinder

Binds the value property of an input element to an expression. This binder supports two-way binding.
상속: PropertyBinder
파일 보기 프로젝트 열기: nikhilk/sharpen

공개 메소드들

메소드 설명
Dispose ( ) : void
ValueBinder ( InputElement target, Expression expression ) : System

비공개 메소드들

메소드 설명
OnChanged ( System.Html.ElementEvent e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ValueBinder() 공개 메소드

public ValueBinder ( InputElement target, Expression expression ) : System
target System.Html.InputElement
expression Expression
리턴 System