C# Class RestMocker.Core.Utils.ValidateModelAttribute

Model validation attribute for WebApi
Inheritance: ActionFilterAttribute
Datei anzeigen Open project: marazt/RestMocker

Public Methods

Method Description
OnActionExecuting ( HttpActionContext actionContext ) : void

Occurs before the action method is invoked.

Method Details

OnActionExecuting() public method

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