HostingStartupAttribute(Type) Constructor

Definición

Construye con HostingStartupAttribute el 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

Tipo que implementa IHostingStartup.

Se aplica a