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