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

Inheritance: HtmlReader
Afficher le fichier Open project: RazorPad/RazorPad Class Usage Examples

Méthodes publiques

Méthode Description
RazorHtmlReader ( RazorMarkupCharacterReader reader ) : System.Collections.Generic
RazorHtmlReader ( string html, string fileExtension ) : System.Collections.Generic

Méthodes protégées

Méthode Description
IsHtml ( ) : bool

Method Details

IsHtml() protected méthode

protected IsHtml ( ) : bool
Résultat bool

RazorHtmlReader() public méthode

public RazorHtmlReader ( RazorMarkupCharacterReader reader ) : System.Collections.Generic
reader RazorMarkupCharacterReader
Résultat System.Collections.Generic

RazorHtmlReader() public méthode

public RazorHtmlReader ( string html, string fileExtension ) : System.Collections.Generic
html string
fileExtension string
Résultat System.Collections.Generic