Microsoft.Extensions.Validation.Localization Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| ValidationAttributeFormatterRegistry |
Registry of IValidationAttributeFormatter factories keyed by ValidationAttribute type. Used by the validation localization pipeline to format localized error message templates with attribute-specific arguments. |
| ValidationLocalizationOptions |
Configuration options for the |
Interfaces
| Name | Description |
|---|---|
| IValidationAttributeFormatter |
Formats a validation error message template with attribute-specific arguments.
Used by the validation localization pipeline to produce fully formatted error messages
from localized templates that contain positional placeholders beyond |