C# Class System.Web.Razor.RazorDebugHelpers

Afficher le fichier Open project: drivenet/aspnetwebstack Class Usage Examples

Private Properties

Свойство Type Description
ConvertEscapseSequences string
GetCharValue string
IsDebuggingEnabled bool
Normalize string
RunTask void
WriteDebugTree void
WriteGeneratedCode void
WriteIndent void
WriteTree void

Private Methods

Méthode Description
ConvertEscapseSequences ( string value ) : string
GetCharValue ( char ch ) : string
IsDebuggingEnabled ( ) : bool
Normalize ( string path ) : string
RunTask ( Action action ) : void
WriteDebugTree ( string sourceFile, System.Web.Razor.Parser.SyntaxTree.Block document, PartialParseResult result, System.Web.Razor.Text.TextChange change, System.Web.Razor.RazorEditorParser parser, bool treeStructureChanged ) : void
WriteGeneratedCode ( string sourceFile, CodeCompileUnit codeCompileUnit ) : void
WriteIndent ( StringBuilder sb, int depth ) : void
WriteTree ( System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode node, StringBuilder treeBuilder, int depth ) : void