Share via


HostingStartupAttribute(Type) Costruttore

Definizione

Costruisce con HostingStartupAttribute il tipo specificato.

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

Parametri

hostingStartupType
Type

Tipo che implementa IHostingStartup.

Si applica a