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

显示文件 Open project: RazorPad/RazorPad Class Usage Examples

Public Methods

Method Description
GetBlockName ( System.Web.Razor.Parser.SyntaxTree.Block block ) : string

Private Methods

Method Description
GetCommentBlockName ( System.Web.Razor.Parser.SyntaxTree.Block block ) : string
GetHelperBlockName ( System.Web.Razor.Parser.SyntaxTree.Block block ) : string
GetSectionBlockName ( System.Web.Razor.Parser.SyntaxTree.Block block ) : string

Method Details

GetBlockName() public static method

public static GetBlockName ( System.Web.Razor.Parser.SyntaxTree.Block block ) : string
block System.Web.Razor.Parser.SyntaxTree.Block
return string