C# 클래스 Sakura.AspNetCore.Mvc.TagHelpers.FlagsEnumModelBinder

Support binding a flags enum value with multiple flag inputs.
상속: IModelBinder
파일 보기 프로젝트 열기: sgjsakura/AspNetCore

공개 메소드들

메소드 설명
BindModelAsync ( Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext bindingContext ) : System.Threading.Tasks.Task

Attempts to bind a model.

메소드 상세

BindModelAsync() 공개 메소드

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