C# Class Sharpen.Html.Binder

A binder is an object that performs the work of binding an expression value with the associated DOM element.
Inheritance: IDisposable
Show file Open project: nikhilk/sharpen Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

Dispose() public abstract method

public abstract Dispose ( ) : void
return void