Namespace SunamoHtml.Html
Classes
- HtmlAssistant
Helper class with various HTML manipulation methods (parsing, attribute handling, HTML decoding, etc.). Note: This is a mix of various HTML utilities - consider splitting into more specific classes.
- HtmlDocumentS
Static helper class for loading and working with HTML documents using HtmlAgilityPack.
- HtmlHelper
EN: Shared HTML helper methods (mix of various utilities - consider splitting into more specific classes). CZ: Sdílené HTML pomocné metody (mix různých utilit - zvažte rozdělení do specifičtějších tříd).
- HtmlHelperSunamoCz
EN: Helper class for converting plain text to HTML with automatic anchor detection and markdown-like formatting. CZ: Pomocna trida pro konverzi prosteho textu do HTML s automatickou detekci odkazu a markdown-like formatovanim.
- HtmlHelperText
Helper class for HTML text manipulation (tag replacement, tag parsing, syntax detection, etc.).
- HtmlScraper
EN: Helper class for scraping HTML attribute values from tags. CZ: Pomocná třída pro získávání hodnot HTML atributů z tagů.
- HtmlTableDivParse
EN: Parser for HTML div elements arranged in table-like structure. CZ: Parser pro HTML div elementy uspořádané v tabulkové struktuře.
- HtmlTableParser
EN: Parser for HTML tables into 2D string array with colspan support. CZ: Parser HTML tabulek do 2D string pole s podporou colspan. Row/column indexing.
- SecurityHelper
EN: Helper class for treating HTML code by removing dangerous scripts and JavaScript attributes. CZ: Pomocná třída pro ošetření HTML kódu odstraněním nebezpečných skriptů a JavaScript atributů.