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?
line:
Html.Append("<STYLE TYPE="""text/css""">")
The compiler complains: 'Comma, ')', or a valid expression continuation
expected.' How do I fix this?