C# 클래스 ISynergy.Framework.AspNetCore.Filters.ValidateModelFilterAttribute

Checks if ModelState is valid. If the requirements are not met, bad request is set as result.
상속: ActionFilterAttribute
파일 보기 프로젝트 열기: I-Synergy/I-Synergy.Framework

공개 메소드들

메소드 설명
OnActionExecuting ( ActionExecutingContext context ) : void

Called when [action executing].

메소드 상세

OnActionExecuting() 공개 메소드

Called when [action executing].
public OnActionExecuting ( ActionExecutingContext context ) : void
context ActionExecutingContext The context.
리턴 void