C# to HTML

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

Are there any components/controls available that do syntax highlighting of
C# and convert to HTML?

Thanks.
 
Convert C# to HTML? Are they convertible to each other? Never heard of. Or
do you want to show C# code in web page (*.html file)?
 
That would be kind of like converting a car factory to a car.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
I seem to recall that an outfit was giving away a syntax highlighter that would then create the html snipit of the C# code; I think they sold some kind of C# based editor and this "freebie" was a small subset of that -- I'd try a google and see what you can find.

Scott
Are there any components/controls available that do syntax highlighting of
C# and convert to HTML?

Thanks.
 
OK badly explained. I have some C# code. I want it rendered in HTML with
colour syntaxing.
 
Scott thanks - at least someone understood what I meant! :-)
I seem to recall that an outfit was giving away a syntax highlighter that
would then create >the html snipit of the C# code; I think they sold some
kind of C# based editor and this >"freebie" was a small subset of that --
I'd try a google and see what you can find.
 
Back
Top