[]
Represents options used in data template processing.
public class DataTemplateOptions
Public Class DataTemplateOptions
| Name | Description |
|---|---|
| DataTemplateOptions() |
| Name | Description |
|---|---|
| ExpressionIncompatibleTypesHandling | Gets or sets a value specifying how the template engine handles mismatches between function parameter types and actual arguments in expressions. |
| ExpressionNullsHandling | Gets or sets a value specifying how the template engine handles null values in expressions. |
| MissingFieldsHandling | Gets or sets a value specifying how non-existing data fields are handled. |