HostingStartupAttribute Třída

Definice

Atribut značky IHostingStartup označující implementaci, která se načte a spustí při vytváření 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)

HostingStartupAttribute Vytvoří zadaný typ.

Vlastnosti

HostingStartupType

Implementace IHostingStartup , která by se měla načíst při spuštění aplikace.

Platí pro