We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4318441 commit 5457ca2Copy full SHA for 5457ca2
README.md
@@ -91,7 +91,7 @@ builder.Services.AddFluentValidationAutoValidation(configuration =>
91
// Disable the built-in .NET model (data annotations) validation.
92
configuration.DisableBuiltInModelValidation = true;
93
94
- // Only validate controllers decorated with the `FluentValidationAutoValidation` attribute.
+ // Only validate controllers decorated with the `AutoValidation` attribute.
95
configuration.ValidationStrategy = ValidationStrategy.Annotations;
96
97
// Enable validation for parameters bound from `BindingSource.Body` binding sources.
0 commit comments