Код: Выделить всё
Heading
Testing
Код: Выделить всё
static string RemoveLineReturns(string html)
{
html = html.Replace(Environment.NewLine, "");
return html;
}
Спасибо,
Дж.
Подробнее здесь: https://stackoverflow.com/questions/294 ... gilitypack