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

Support binding a flags enum value with multiple flag inputs.
Inheritance: IModelBinder
Mostrar archivo Open project: sgjsakura/AspNetCore

Public Methods

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

Attempts to bind a model.

Method Details

BindModelAsync() public method

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