C# Class Sharpen.Html.Bindings.ContentBinder

Binds the content (textContent/innerHTML) of element to an expression.
Inheritance: PropertyBinder
ファイルを表示 Open project: nikhilk/sharpen

Public Methods

Method Description
ContentBinder ( Element target, string property, Expression expression ) : System

Protected Methods

Method Description
UpdateTarget ( object target, string propertyName, object value ) : void

Method Details

ContentBinder() public method

public ContentBinder ( Element target, string property, Expression expression ) : System
target System.Html.Element
property string
expression Expression
return System

UpdateTarget() protected method

protected UpdateTarget ( object target, string propertyName, object value ) : void
target object
propertyName string
value object
return void