C# Class TesApi.Attributes.ValidateModelStateAttribute

Model state validation attribute
Inheritance: ActionFilterAttribute
Afficher le fichier Open project: microsoft/CromwellOnAzure

Méthodes publiques

Méthode Description
OnActionExecuting ( ActionExecutingContext context ) : void

Called before the action method is invoked

Private Methods

Méthode Description
ValidateAttributes ( ParameterInfo parameter, object args, ModelStateDictionary modelState ) : void

Method Details

OnActionExecuting() public méthode

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