SoftadminUtil.Html_CodeTags

Type: Table-valued function

Generates monospaced HTML with preserved whitespace.

The supplied code will be HTML escaped.

See also

Parameters

@Code mandatory varchar(max)
The code or document to display.
@Language optional varchar(300)
The code language. Use lower case, e.g. sql, js, html, xml or json.
If used, it may in a future release of Softadmin® enable syntax highlighting.

Resultsets

Resultset: Html

Table count: repeated exactly once
Row count: exactly one row
Columns
Html mandatory nvarchar

The HTML formatted code.