Helper to parse several HTML tags.
public static class HtmlHelper
kind:method, kind:property, kind:ctor. Press Esc to clear.EscapeUrlCharacter(Char)Performs the escape url character operation.ScanEntity<T>(T, out Int32, out Int32, out Int32)Scans an entity. Returns number of chars matched.TryParseHtmlTag(ref StringSlice, out String?)Attempts to parse html tag.Unescape(String?, Boolean)Destructively unescape a string: remove backslashes before punctuation or symbol characters.