public string process(string html) { var rootElement = new TestRig() .Process(html) .GetXDocument() .Root; removeIrrelevantElements(rootElement); return rootElement.ToString(SaveOptions.DisableFormatting); }
public string process(string html) { var rootElement = new TestRig() .Process(html) .GetXDocument() .Root; removeIrrelevantElements(rootElement); return(rootElement.ToString(SaveOptions.DisableFormatting)); }