Partager via


HostingStartupAttribute(Type) Constructeur

Définition

Construit avec le HostingStartupAttribute type spécifié.

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

Paramètres

hostingStartupType
Type

Type qui implémente IHostingStartup.

S’applique à