Freigeben über


HostingStartupAttribute(Type) Konstruktor

Definition

Erstellt den HostingStartupAttribute mit dem angegebenen Typ.

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

Parameter

hostingStartupType
Type

Ein Typ, der implementiert IHostingStartup.

Gilt für: