[]
Represents options used in data template processing.
public class DataTemplateOptions
public DataTemplateOptions()
Gets or sets a value specifying how the template engine handles mismatches between function parameter types and actual arguments in expressions.
public DataTemplateExpressionIncompatibleTypesHandling ExpressionIncompatibleTypesHandling { get; set; }
Gets or sets a value specifying how the template engine handles null values in expressions.
public DataTemplateExpressionNullsHandling ExpressionNullsHandling { get; set; }
Gets or sets a value specifying how non-existing data fields are handled.
public DataTemplateMissingFieldsHandling MissingFieldsHandling { get; set; }