C# Class MarkdownViewer.MdBrowser

Inheritance: System.Windows.Forms.WebBrowser
Datei anzeigen Open project: Siyy/MarkdownViewer

Public Methods

Method Description
Md2Html ( string md ) : string
MdBrowser ( ) : System
SetUrl ( string url ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnNavigating ( System e ) : void

Private Methods

Method Description
md2HtmlProc ( ) : void
resetView ( string content ) : void
startThread ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Md2Html() public method

public Md2Html ( string md ) : string
md string
return string

MdBrowser() public method

public MdBrowser ( ) : System
return System

OnNavigating() protected method

protected OnNavigating ( System e ) : void
e System
return void

SetUrl() public method

public SetUrl ( string url ) : void
url string
return void