Generates color-coded HTML 4.01 from HTML/XML/ASPX source code.

Namespace:  CA.Common.Formatters.CodeToHtml
Assembly:  CA.Common (in CA.Common.dll) Version: 1.0.0.0 (1.0.0.0)

Remarks

This implementation assumes that code inside <script> blocks is JavaScript, and code inside <% %> blocks is C#.

The default tab width is set to 2 characters in this class.

Inheritance Hierarchy

System..::.Object
  CA.Common.Formatters.CodeToHtml..::.SourceFormat
    CA.Common.Formatters.CodeToHtml..::.HtmlFormat

See Also