home links tools blog about
home

« Hacking RDP connections to XP | Main | I've so got issues »

November 09, 2006

Comments

Marc Brooks

Please consider using the @"xxx" form of string literals, which allows embedded newlines, you can also use single quotes instead of double quotes for attributes. Your init would be much clearer thus:

string conditionalText = @"
Line One
rel='stylesheet'
Line Three";

(Your won't let even escaped HTML-stuff but you get the point).

The comments to this entry are closed.