HtmlFooter

Writes text to the footer section of a generated HTML page.

It is useful for embedding JavaScript code, or putting other HTML tags or deferred scripts.

Method Signature

HtmlFooter(text=[string])

Arguments

Argument
Type
Required
Description
Default

text

string

true

Text to add to the footer area of an HTML page.

Examples

Last updated

Was this helpful?