C# Class IO.Swagger.Attributes.ValidateModelStateAttribute

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

Méthodes publiques

Méthode Description
OnActionExecuting ( ActionExecutingContext context ) : void

Called before the action method is invoked

Method Details

OnActionExecuting() public méthode

Called before the action method is invoked
public OnActionExecuting ( ActionExecutingContext context ) : void
context ActionExecutingContext
Résultat void