IValidationMessageFormatter Interface
Definition
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.
When implemented by a custom attribute derived from ValidationAttribute it is used by the validation localization pipeline to produce fully formatted messages from localized templates that contain positional placeholders for the attribute-specific arguments.
public interface class IValidationMessageFormatter
public interface IValidationMessageFormatter
type IValidationMessageFormatter = interface
Public Interface IValidationMessageFormatter
Methods
| Name | Description |
|---|---|
| FormatMessage(CultureInfo, String, String) |
Formats the specified |