Compartilhar via


HostingStartupAttribute(Type) Construtor

Definição

Constrói o HostingStartupAttribute com o tipo especificado.

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

Parâmetros

hostingStartupType
Type

Um tipo que implementa IHostingStartup.

Aplica-se a