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

Afficher le fichier Open project: RazorPad/RazorPad

Méthodes publiques

Méthode Description
IsHtml ( int offset ) : bool
RazorSpans ( string markup, string fileExtension ) : System.Collections.Generic

Private Methods

Méthode Description
HtmlSpansContainOffset ( int offset ) : bool
IsInSpan ( System.Web.Razor.Parser.SyntaxTree.Span span, int offset ) : bool
ReadBlockSpans ( string markup ) : void

Method Details

IsHtml() public méthode

public IsHtml ( int offset ) : bool
offset int
Résultat bool

RazorSpans() public méthode

public RazorSpans ( string markup, string fileExtension ) : System.Collections.Generic
markup string
fileExtension string
Résultat System.Collections.Generic