Bagikan melalui


HostingStartupAttribute Kelas

Definisi

Atribut penanda yang menunjukkan implementasi IHostingStartup yang akan dimuat dan dijalankan saat membangun 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
Warisan
HostingStartupAttribute
Atribut

Konstruktor

HostingStartupAttribute(Type)

Membuat HostingStartupAttribute dengan jenis yang ditentukan.

Properti

HostingStartupType

Implementasi IHostingStartup yang harus dimuat saat memulai aplikasi.

Berlaku untuk