Click or drag to resize

DataContextFieldValidationParameters Property

Gets validation pattern and error message for rendered fields, if any.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Dictionary<string, Tuple<string, string>> FieldValidationParameters { get; }
View Source

Property Value

DictionaryString, TupleString, String
See Also