HostingStartupAttribute Classe

Définition

Attribut marker indiquant une implémentation de qui sera chargée et exécutée lors de IHostingStartup la génération d’un IWebHost.

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
Héritage
HostingStartupAttribute
Attributs

Constructeurs

HostingStartupAttribute(Type)

Construit avec le HostingStartupAttribute type spécifié.

Propriétés

HostingStartupType

Implémentation de IHostingStartup qui doit être chargée lors du démarrage d’une application.

S’applique à