HostingStartupAttribute Klasse

Definition

Marker-Attribut, das eine Implementierung von IHostingStartup angibt, die beim Erstellen eines IWebHostgeladen und ausgeführt wird.

public ref class HostingStartupAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class HostingStartupAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type HostingStartupAttribute = class
    inherit Attribute
Public NotInheritable Class HostingStartupAttribute
Inherits Attribute
Vererbung
HostingStartupAttribute
Attribute

Konstruktoren

HostingStartupAttribute(Type)

Erstellt den HostingStartupAttribute mit dem angegebenen Typ.

Eigenschaften

HostingStartupType

Die Implementierung von IHostingStartup sollte beim Starten einer Anwendung geladen werden.

Gilt für: