C# 클래스 RazorPad.UI.Editors.Folding.RazorFoldableSpans

파일 보기 프로젝트 열기: RazorPad/RazorPad 1 사용 예제들

공개 메소드들

메소드 설명
IsHtml ( int offset ) : bool
RazorFoldableSpans ( string markup, string fileExtension ) : System.Collections.Generic

비공개 메소드들

메소드 설명
HtmlSpansContainOffset ( int offset ) : bool
IsInSpan ( System.Web.Razor.Parser.SyntaxTree.Span span, int offset ) : bool
IsTemplateParsed ( ) : bool
ParseTemplate ( string html ) : void
ReadCodeSpans ( string markup ) : void
ReadHtmlSpans ( string html ) : void

메소드 상세

IsHtml() 공개 메소드

public IsHtml ( int offset ) : bool
offset int
리턴 bool

RazorFoldableSpans() 공개 메소드

public RazorFoldableSpans ( string markup, string fileExtension ) : System.Collections.Generic
markup string
fileExtension string
리턴 System.Collections.Generic