Table of Contents

Enum TagName

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

The tag name of the element that will be rendered.

public enum TagName
Extension Methods

Fields

A = 9

Use <a> to render the text.

Auto = 12

The tag name will be determined depending on the TextStyle.

Button = 10

Use <button> to render the text.

Div = 0

Use <div> to render the text.

H1 = 3

Use <h1> to render the text.

H2 = 4

Use <h2> to render the text.

H3 = 5

Use <h3> to render the text.

H4 = 6

Use <h4> to render the text.

H5 = 7

Use <h5> to render the text.

H6 = 8

Use <h6> to render the text.

P = 2

Use <p> to render the text.

Pre = 11

Use <pre> to render the text.

Span = 1

Use <span> to render the text.