Showing Syntax Colored Source Code in ASP.NET Content
Posted by: Rick Strahls WebLog,
on 25 Feb 2009 |
View original | Bookmarked: 0 time(s)
Ive been working on cleaning up some old samples and building some new ones for a few tools Im re-working and one thing that I like to do is provide access to the page source easily by providing a button or link to view the relevant code files. Typically this means a ASPX page and code behind, but it could be a whole batch of files like ASPX, Codebehind, a Javascript file and maybe a backend service implementation for Ajax callbacks heck in some cases even a plain class file. Syntax highlighting...