| C# |
|---|
| public class SyntaxHighlightHtml |
| #ctor | Initializes an object instance. |
| AddSyntaxHighlight | Adds the Syntax Highlighting to the HTML code line. |
| FormatCode | Strips the defined leading white spaces and applies Syntax Highlighting. |
| SaveLeadingWhiteSpace | Retrieves the leading whitespace string. |
| SetUserTypes | Reads the User Types from a file or creates the file if it does not exist |
| StripExtraLeadingWhiteSpace | Strips the specified number of leading whitespace characters from an HTML string. |
| UpdateUserTypes | Updates the User Types if a new one is found in the HTML code line. |
| AllowDebugBreaks | Gets or sets the Allow Debug Breaks value. |