C# Class MyModelBinder, code

Inheritance: DefaultModelBinder
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
BindModelAsync ( ModelBindingContext, bindingContext ) : Task,
MyModelBinder ( IModelMetadataProvider modelMetadataProvider, IModelBinderFactory modelBinderFactory )

Private Methods

Méthode Description
LookupType ( string type ) : Type,

Method Details

BindModelAsync() public méthode

public BindModelAsync ( ModelBindingContext, bindingContext ) : Task,
bindingContext ModelBindingContext,
Résultat Task,

MyModelBinder() public méthode

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