次の方法で共有


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

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをRazorParser初期化します。

public RazorParser (System.Web.Razor.Parser.ParserBase codeParser, System.Web.Razor.Parser.ParserBase markupParser);
new System.Web.Razor.Parser.RazorParser : System.Web.Razor.Parser.ParserBase * System.Web.Razor.Parser.ParserBase -> System.Web.Razor.Parser.RazorParser
Public Sub New (codeParser As ParserBase, markupParser As ParserBase)

パラメーター

codeParser
ParserBase

コード パーサー。

markupParser
ParserBase

マークアップ パーサー。

適用対象