C# 클래스 RestMocker.Core.Utils.ValidateModelAttribute

Model validation attribute for WebApi
상속: ActionFilterAttribute
파일 보기 프로젝트 열기: marazt/RestMocker

공개 메소드들

메소드 설명
OnActionExecuting ( HttpActionContext actionContext ) : void

Occurs before the action method is invoked.

메소드 상세

OnActionExecuting() 공개 메소드

Occurs before the action method is invoked.
public OnActionExecuting ( HttpActionContext actionContext ) : void
actionContext HttpActionContext The action context.
리턴 void