FilterOperatorsStringSettingsTagHelper
Example
Razor
<filter-operators-string>
</filter-operators-string>
Attributes
Attribute | Type | Description |
---|---|---|
contains | String | The text of the "contains" filter operator. |
doesnotcontain | String | The text of the "does not contain" filter operator. |
endswith | String | The text of the "ends with" filter operator. |
eq | String | The text of the "equal" 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. |
isnotnullorempty | String | The text of the "isnotnullorempty" filter operator. |
isnull | String | The text of the "isnull" filter operator. |
isnullorempty | String | The text of the "isnullorempty" filter operator. |
neq | String | The text of the "not equal" filter operator. |
startswith | String | The text of the "starts with" filter operator. |