View.escape

Appends html escaped data to the view's result. This will append data to the current position. Generally this is not necessary, because of the template attributes such as @(), @$= etc.

class View
final
void
escape
(
T
)
()

Parameters

data T

The data to escape.

Meta