HostingStartupAttribute Sınıf

Tanım

Bir oluşturulurken IWebHostuygulamasının IHostingStartup yüklenip yürütüleceğini gösteren marker özniteliği.

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
Devralma
HostingStartupAttribute
Öznitelikler

Oluşturucular

HostingStartupAttribute(Type)

belirtilen türle oluşturur HostingStartupAttribute .

Özellikler

HostingStartupType

Bunun uygulaması IHostingStartup , bir uygulama başlatılırken yüklenmelidir.

Şunlara uygulanır