次の方法で共有


CompilingPathEventArgs(String, WebPageRazorHost) コンストラクター

定義

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

public CompilingPathEventArgs(string virtualPath, System.Web.WebPages.Razor.WebPageRazorHost host);
new System.Web.WebPages.Razor.CompilingPathEventArgs : string * System.Web.WebPages.Razor.WebPageRazorHost -> System.Web.WebPages.Razor.CompilingPathEventArgs
Public Sub New (virtualPath As String, host As WebPageRazorHost)

パラメーター

virtualPath
String

仮想パスの文字列。

host
WebPageRazorHost

Web ページ Razor のホスト。

適用対象