Class InlineHelpDocumentParser
public class InlineHelpDocumentParser
- Inheritance
-
InlineHelpDocumentParser
- Inherited Members
- Extension Methods
Constructors
InlineHelpDocumentParser()
public InlineHelpDocumentParser()
Methods
ParseInstructions(string)
Reads the Markdown file from the specified URL and parses it into a list of MarkdownSection objects. Each section contains a heading (identified by leading "# ") and its associated body content.
public Instructions ParseInstructions(string url)
Parameters
urlstring
Returns
- Instructions
A list of MarkdownSection objects
ParseLexicon(string)
public Lexicon ParseLexicon(string url)
Parameters
urlstring