C# Class ISynergy.Framework.AspNetCore.Filters.ValidateModelFilterAttribute

Checks if ModelState is valid. If the requirements are not met, bad request is set as result.
Inheritance: ActionFilterAttribute
Afficher le fichier Open project: I-Synergy/I-Synergy.Framework

Méthodes publiques

Méthode Description
OnActionExecuting ( ActionExecutingContext context ) : void

Called when [action executing].

Method Details

OnActionExecuting() public méthode

Called when [action executing].
public OnActionExecuting ( ActionExecutingContext context ) : void
context ActionExecutingContext The context.
Résultat void