HostingStartupAttribute Třída

Definice

Atribut značky označující implementaci IHostingStartup , která se načte a provede při sestavování objektu 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
Dědičnost
HostingStartupAttribute
Atributy

Konstruktory

HostingStartupAttribute(Type)

Vytvoří se HostingStartupAttribute zadaným typem.

Vlastnosti

HostingStartupType

Implementace IHostingStartup by měla být načtena při spuštění aplikace.

Platí pro