Including the " symbol in a string

  • Thread starter Thread starter Andy B.
  • Start date Start date
A

Andy B.

I am using a StringBuilder to create html content. I have the following
line:

Html.Append("<STYLE TYPE="""text/css""">")

The compiler complains: 'Comma, ')', or a valid expression continuation
expected.' How do I fix this?
 
Back
Top