Search code examples
asp.netwebformsmobile-website

ASP.NET Literal WebControl: Why Use PassThrough Mode?


For an ASP.NET Literal control, is there ever any reason to use LiteralMode.PassThrough instead of the default, LiteralMode.Transform?


Solution

  • 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.