Method | Description | |
---|---|---|
GetFolds ( string html ) : IEnumerable |
||
HtmlFoldParser ( IRazorHtmlReaderFactory htmlReaderFactory ) : System.Collections.Generic |
Method | Description | |
---|---|---|
AddFoldForCompletedElement ( ) : void | ||
AddFoldIfEndElementOnDifferentLineToStartElement ( |
||
ClearPreviousFolds ( ) : void | ||
CreateHtmlReader ( string html ) : |
||
GetHtmlFolds ( ) : void | ||
GetRazorFolds ( ) : void | ||
IsMultiLineBlock ( System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode node ) : bool | ||
SaveFoldStartOnStack ( ) : void | ||
SaveRazorFoldsStartOnStack ( IEnumerable |
||
SortFoldsByStartOffset ( ) : void |
public GetFolds ( string html ) : IEnumerable |
||
html | string | |
return | IEnumerable |
public HtmlFoldParser ( IRazorHtmlReaderFactory htmlReaderFactory ) : System.Collections.Generic | ||
htmlReaderFactory | IRazorHtmlReaderFactory | |
return | System.Collections.Generic |