次の方法で共有


ParserContext(ITextDocument, ParserBase, ParserBase, ParserBase) コンストラクター

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 ParserContext クラスの新しいインスタンスを初期化します。

public ParserContext(System.Web.Razor.Text.ITextDocument source, System.Web.Razor.Parser.ParserBase codeParser, System.Web.Razor.Parser.ParserBase markupParser, System.Web.Razor.Parser.ParserBase activeParser);
new System.Web.Razor.Parser.ParserContext : System.Web.Razor.Text.ITextDocument * System.Web.Razor.Parser.ParserBase * System.Web.Razor.Parser.ParserBase * System.Web.Razor.Parser.ParserBase -> System.Web.Razor.Parser.ParserContext
Public Sub New (source As ITextDocument, codeParser As ParserBase, markupParser As ParserBase, activeParser As ParserBase)

パラメーター

source
ITextDocument

ソース ドキュメント。

codeParser
ParserBase

コンテキストのコード パーサー。

markupParser
ParserBase

コンテキストのマークアップ パーサー。

activeParser
ParserBase

コンテキストのアクティブ パーサー。

適用対象