For an ASP.NET Literal
control, is there ever any reason to use LiteralMode.PassThrough
instead of the default, LiteralMode.Transform
?
I've never seen any cases where this makes sense, but I suppose it's there for those situations where you want fine-grained control over the transform.