共用方式為


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

適用於