OwinStartupAttribute Class

Definition

Used to mark which class in an assembly should be used for automatic startup.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class OwinStartupAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type OwinStartupAttribute = class
    inherit Attribute
Public NotInheritable Class OwinStartupAttribute
Inherits Attribute
Inheritance
OwinStartupAttribute
Attributes

Constructors

OwinStartupAttribute(String, Type)

Initializes a new instance of the OwinStartupAttribute class

OwinStartupAttribute(String, Type, String)

Initializes a new instance of the OwinStartupAttribute class

OwinStartupAttribute(Type)

Initializes a new instance of the OwinStartupAttribute class

OwinStartupAttribute(Type, String)

Initializes a new instance of the OwinStartupAttribute class

Properties

FriendlyName

A non-default configuration if any. e.g. Staging.

MethodName

The name of the configuration method

StartupType

The startup class

Applies to