次の方法で共有


HostingStartupAttribute(Type) コンストラクター

定義

指定した型を HostingStartupAttribute 使用して を構築します。

public:
 HostingStartupAttribute(Type ^ hostingStartupType);
public HostingStartupAttribute (Type hostingStartupType);
new Microsoft.AspNetCore.Hosting.HostingStartupAttribute : Type -> Microsoft.AspNetCore.Hosting.HostingStartupAttribute
Public Sub New (hostingStartupType As Type)

パラメーター

hostingStartupType
Type

を実装する IHostingStartup型。

適用対象