Class AllHtmlTags
- Namespace
- SunamoValues.All
- Assembly
- SunamoValues.dll
Must be in shared due to HtmlTextWriterTag in System.Web. All values are lowercase.
public class AllHtmlTags
- Inheritance
-
AllHtmlTags
- Inherited Members
- Extension Methods
Fields
All
Sorted from longest to shortest due to comparing and finding right string.
public static List<string>? All
Field Value
Properties
WithLeftArrow
Gets list of tags prefixed with left angle bracket and trailing space.
public static List<string> WithLeftArrow { get; }
Property Value
Methods
Initialize()
Initializes the list of HTML tags from the HtmlTextWriterTag enum.
public static void Initialize()