C# Class IO.Swagger.Attributes.ValidateModelStateAttribute

Model state validation attribute
Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Show file Open project: josemotta/IoT.Starter.Pi.Thing

Public Methods

Method Description
OnActionExecuting ( ActionExecutingContext context ) : void

Called before the action method is invoked

Method Details

OnActionExecuting() public method

Called before the action method is invoked
public OnActionExecuting ( ActionExecutingContext context ) : void
context ActionExecutingContext
return void