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

Exibir arquivo Open project: RazorPad/RazorPad

Public Methods

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

Private Methods

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

Method Details

IsHtml() public method

public IsHtml ( int offset ) : bool
offset int
return bool

RazorSpans() public method

public RazorSpans ( string markup, string fileExtension ) : System.Collections.Generic
markup string
fileExtension string
return System.Collections.Generic