C# Class RazorPad.UI.Editors.Folding.RazorHtmlReader

Inheritance: HtmlReader
Exibir arquivo Open project: RazorPad/RazorPad Class Usage Examples

Public Methods

Method Description
RazorHtmlReader ( RazorMarkupCharacterReader reader ) : System.Collections.Generic
RazorHtmlReader ( string html, string fileExtension ) : System.Collections.Generic

Protected Methods

Method Description
IsHtml ( ) : bool

Method Details

IsHtml() protected method

protected IsHtml ( ) : bool
return bool

RazorHtmlReader() public method

public RazorHtmlReader ( RazorMarkupCharacterReader reader ) : System.Collections.Generic
reader RazorMarkupCharacterReader
return System.Collections.Generic

RazorHtmlReader() public method

public RazorHtmlReader ( string html, string fileExtension ) : System.Collections.Generic
html string
fileExtension string
return System.Collections.Generic