C# Class MyModelBinder, code

Inheritance: DefaultModelBinder
Show file Open project: shendongnian/code

Public Methods

Method Description
BindModelAsync ( ModelBindingContext, bindingContext ) : Task,
MyModelBinder ( IModelMetadataProvider modelMetadataProvider, IModelBinderFactory modelBinderFactory )

Private Methods

Method Description
LookupType ( string type ) : Type,

Method Details

BindModelAsync() public method

public BindModelAsync ( ModelBindingContext, bindingContext ) : Task,
bindingContext ModelBindingContext,
return Task,

MyModelBinder() public method

public MyModelBinder ( IModelMetadataProvider modelMetadataProvider, IModelBinderFactory modelBinderFactory )
modelMetadataProvider IModelMetadataProvider
modelBinderFactory IModelBinderFactory