I have variable like:
string title = string.empty;
My need is that whatever string is passed to it I have to display the content inside a div with in a doublequotes .So I have written something like:
...
...
<div>"+ title +@"</div>
...
...
But how to add the doublequotes here? So that it will display like :
"How to add doublequotes"