Sdílet prostřednictvím


HostingStartupAttribute(Type) Konstruktor

Definice

Vytvoří se HostingStartupAttribute zadaným typem.

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

Parametry

hostingStartupType
Type

Typ, který implementuje IHostingStartup.

Platí pro