FormItemLabelSettingsTagHelper
Example
Razor
<item-label/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| encoded | Boolean | Specifies if the label text will HTML-encoded before it is displayed. If set to false the label text will be displayed as is. |
| optional | Boolean | Specifies if the field is optional by rendering additional text next to the label. |
| text | String | Defines the text of the label. |