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

适用于