FilterOperatorsDateSettingsTagHelper
Example
Razor
<filter-operators-date>
</filter-operators-date>
Attributes
| Attribute | Type | Description |
|---|---|---|
| eq | String | The text of the "equal" filter operator. |
| gt | String | The text of the "greater than or equal" filter operator. |
| gte | String | The text of the "greater than or equal" filter operator. |
| isnotnull | String | The text of the "isnotnull" filter operator. |
| isnull | String | The text of the "isnull" filter operator. |
| lt | String | The text of the "less than or equal" filter operator. |
| lte | String | The text of the "less than or equal" filter operator. |
| neq | String | The text of the "not equal" filter operator. |