TreeListFilterableOperatorsStringSettingsTagHelper
Example
Razor
<string/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| contains | String | The text of the contains filter operator. |
| doesnotcontain | String | The text of the doesnotcontain filter operator. |
| endswith | String | The text of the endswith filter operator. |
| eq | String | The text of the eq (equal to) filter operator. |
| isempty | String | The text of the isempty filter operator. |
| isnotempty | String | The text of the isnotempty filter operator. |
| isnotnull | String | The text of the isnotnull filter operator. |
| isnull | String | The text of the isnull filter operator. |
| neq | String | The text of the ne (not equal to) filter operator. |
| startswith | String | The text of the startswith filter operator. |