IAppActivator Interface
Represents a base class that provides application activator.
Namespace: Microsoft.Owin.Hosting.Builder
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public interface IAppActivator
public interface class IAppActivator
type IAppActivator = interface end
Public Interface IAppActivator
Methods
Name | Description | |
---|---|---|
![]() |
Activate(Type) | Activates the application with the given type. |
See Also
Microsoft.Owin.Hosting.Builder Namespace
Return to top