Enum TagName
The tag name of the element that will be rendered.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public enum TagName : int
Fields
Name | Description |
---|---|
A | Use <a> to render the text. |
Auto | The tag name will be determined depending on the TextStyle. |
Button | Use <button> to render the text. |
Div | Use <div> to render the text. |
H1 | Use <h1> to render the text. |
H2 | Use <h2> to render the text. |
H3 | Use <h3> to render the text. |
H4 | Use <h4> to render the text. |
H5 | Use <h5> to render the text. |
H6 | Use <h6> to render the text. |
P | Use <p> to render the text. |
Pre | Use <pre> to render the text. |
Span | Use <span> to render the text. |