Table of Contents

Class InlineHelpDocumentParser

Namespace
Shift.Sdk.UI.Help
Assembly
Shift.Sdk.dll
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

url string

Returns

Instructions

A list of MarkdownSection objects

ParseLexicon(string)

public Lexicon ParseLexicon(string url)

Parameters

url string

Returns

Lexicon