HostingStartupAttribute(Type) Constructor

Definition

Constructs the HostingStartupAttribute with the specified type.

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

Parameters

hostingStartupType
Type

A type that implements IHostingStartup.

Applies to