NSyntaxHighlighter Class Members
In This Topic
The following tables list the members exposed by NSyntaxHighlighter.
Public Properties
| Name | Description |
| CommentChar | The comment start character. |
| InlineStyles | Determines whether the CSS styles should be inlined in "style" attributes or not. By default set to false. |
| Keywords | The keywords to highlight. |
Top
Public Methods
| Name | Description |
| Create | Creates a syntax highligher for the given programming language. |
| Highlight | Overloaded. Analyzes the given source code stream, highlights its syntax and returns the resulting HTML and CSS code as a stream. |
Top
See Also