C# Class Sakura.AspNetCore.Mvc.TagHelpers.FlagsEnumModelBinder

Support binding a flags enum value with multiple flag inputs.
Inheritance: IModelBinder
Afficher le fichier Open project: sgjsakura/AspNetCore

Méthodes publiques

Méthode Description
BindModelAsync ( Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext bindingContext ) : System.Threading.Tasks.Task

Attempts to bind a model.

Method Details

BindModelAsync() public méthode

Attempts to bind a model.
public BindModelAsync ( Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext bindingContext ) : System.Threading.Tasks.Task
bindingContext Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext The .
Résultat System.Threading.Tasks.Task