Skip to content

bookgen.api.v1.cssclasses

webmaster442 edited this page Jul 19, 2026 · 2 revisions

< Back


CssClasses

Namespace: BookGen.Api.V1

Represents CSS classes that can be applied to various HTML elements during rendering.

public sealed class CssClasses

Inheritance ObjectCssClasses
Attributes NullableContextAttribute, NullableAttribute

Properties

H1

css classes aplied to h1 element

public string H1 { get; set; }

Property Value

String

H2

css classes aplied to h2 element

public string H2 { get; set; }

Property Value

String

H3

css classes aplied to h3 element

public string H3 { get; set; }

Property Value

String

Img

css classes aplied to img element

public string Img { get; set; }

Property Value

String

Table

css classes aplied to table element

public string Table { get; set; }

Property Value

String

Blockquote

css classes aplied to blockquote element

public string Blockquote { get; set; }

Property Value

String

Figure

css classes aplied to figure element

public string Figure { get; set; }

Property Value

String

FigureCaption

css classes aplied to figcaption element

public string FigureCaption { get; set; }

Property Value

String

Link

css classes aplied to a element

public string Link { get; set; }

Property Value

String

Ol

css classes aplied to ol element

public string Ol { get; set; }

Property Value

String

Ul

css classes aplied to ul element

public string Ul { get; set; }

Property Value

String

Li

css classes aplied to li element

public string Li { get; set; }

Property Value

String

Constructors

CssClasses()

public CssClasses()

< Back

Clone this wiki locally