Click or drag to resize

IValidationMessageMessageFields Property

[This is preliminary documentation and is subject to change.]

Dictionary that holds placeholder information. The DefaultErrorMessage will have the keys of this dictionary replaced with the values of each corresponding key

Namespace:  CSInfrastructure.FluentValidation
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
IDictionary<string, Object> MessageFields { get; }

Property Value

Type: IDictionaryString, Object
See Also