HTML Entities Class
| Published on 1/11/2009 by Site Editor More articles in .NET
|
I could not find an easy way to get HTML Entity strings (e.g. "& g t ;" - without the spaces) based on the character value, so I created this easy HtmlEntities static class based on the Generic Dictionary.  read more |



