RewritingContext(Block, ErrorSink) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a new RewritingContext.
public:
RewritingContext(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ syntaxTree, Microsoft::AspNetCore::Razor::ErrorSink ^ errorSink);
public RewritingContext(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block syntaxTree, Microsoft.AspNetCore.Razor.ErrorSink errorSink);
new Microsoft.AspNetCore.Razor.Parser.RewritingContext : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block * Microsoft.AspNetCore.Razor.ErrorSink -> Microsoft.AspNetCore.Razor.Parser.RewritingContext
Public Sub New (syntaxTree As Block, errorSink As ErrorSink)
Parameters
- syntaxTree
- Block
- errorSink
- ErrorSink