Mega Code Archive
The Mode property of Literal control
PassThrough: Displays the contents of the control without encoding.
Encode: Displays the contents of the control after HTML encoding the content.
Transform: Displays the contents of the control after stripping markup that is not supported by the requesting device.
<%@ Page Language="C#" %>
Show Literal Mode