Html Module

Functions and values

Function or value Description

boleroScript

Full Usage: boleroScript

Returns: ComponentBuilder<BoleroScript>

Insert the required scripts to run Blazor components.

Returns: ComponentBuilder<BoleroScript>

doctype decl

Full Usage: doctype decl

Parameters:
    decl : string - The declaration value.

Returns: Node

Create a doctype declaration.

decl : string

The declaration value.

Returns: Node

doctypeHtml

Full Usage: doctypeHtml

Returns: DoctypeHtmlBuilder

Computation expression builder to create an <html> element preceded by the standard "html" doctype declaration.

Returns: DoctypeHtmlBuilder