Split a html string in N parts
- by Matt Brailsford
Hi Guys,
Does anybody have an example of spliting a html string (coming from a tiny mce editor) and splitting it into N parts using C#?
I need to split the string evenly without splitting words.
I was thinking of just splitting the html and using the HtmlAgilityPack to try and fix the broken tags. Though I'm not sure how to find the split point,…