[]
Defines how the data template engine handles data fields that could not be found in the data source.
public enum DataTemplateMissingFieldsHandling
Relaxed = 1When a field is missing in the data source, its value defaults to null.
Strict = 0When a field is missing in the data source, an exception is thrown.