I've got a block of html code that includes some form action stuff, which has the " appearing a lot.
Is there a way I can make the entire block into a string?
public string methodName()
{
return @ " text goes here.. blah blah <p> a bit of html stuff</p>
<form action="www...." method="post">
<input type="hidden" name="cmd"
I get a lots of angry red underlining from this.