ADMIN_EscapeHtml

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Scalar function

Replaces characters '&', '<', '>' and '"' by their html equivalent.

Return value: varchar(8000)

The escaped html.

Parameters

@html mandatory varchar(8000)
The html text to escape.