Table of Contents

Class IgnoreValidationAttribute

Namespace
Cratis.Applications
Assembly
Cratis.Applications.dll

Represents an attribute that indicates that the validation should be ignored for actions in a controller. This means you'll get the default behavior of ASP.NET Core.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
public sealed class IgnoreValidationAttribute : Attribute, IFilterMetadata
Inheritance
IgnoreValidationAttribute
Implements
Inherited Members

Remarks

Can be used for an entire controller or individual actions.