次の方法で共有


ApplicationPart(Assembly, String) コンストラクター

定義

指定したアセンブリとルート仮想パスを ApplicationPart 使用して、 クラスの新しいインスタンスを初期化します。

public ApplicationPart(System.Reflection.Assembly assembly, string rootVirtualPath);
new System.Web.WebPages.ApplicationPart : System.Reflection.Assembly * string -> System.Web.WebPages.ApplicationPart
Public Sub New (assembly As Assembly, rootVirtualPath As String)

パラメーター

assembly
Assembly

アセンブリ。

rootVirtualPath
String

ルート仮想パスです。

例外

rootVirtualPath が null または空です。

適用対象