/// <summary>
/// Takes HTML and list of all positions of h3 tags and splits them.
/// </summary>
...
RecipeQuery.SortOrder key = (RecipeQuery.SortOrder)Enum.Parse(typeof(RecipeQuery.SortOrder), sortKey);
C# Seriously why is there no T...
Is there really no better w...
/// <summary>
/// This function actually alters the text and makes the necessary changes.
/// </summary>
...
C# HTML Reprocessing Code
The code below is evil. It'...
The HTML is pre-parsed to g...