HostingStartupAttribute 클래스

정의

를 빌드할 때 로드되고 실행되는 의 IHostingStartup 구현을 나타내는 표식 특성입니다 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
상속
HostingStartupAttribute
특성

생성자

HostingStartupAttribute(Type)

지정된 형식을 HostingStartupAttribute 사용하여 을 생성합니다.

속성

HostingStartupType

의 구현 IHostingStartup 은 애플리케이션을 시작할 때 로드되어야 합니다.

적용 대상