AppBuilderUseExtensions Class
Extension methods for IAppBuilder.
Inheritance Hierarchy
System.Object
Owin.AppBuilderUseExtensions
Namespace: Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class AppBuilderUseExtensions
'Usage
public static class AppBuilderUseExtensions
[ExtensionAttribute]
public ref class AppBuilderUseExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AppBuilderUseExtensions = class end
public final class AppBuilderUseExtensions
The AppBuilderUseExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Run | |
![]() ![]() |
Use(IAppBuilder, Func<IOwinContext, Func<Task>, Task>) | |
![]() ![]() |
Use<T>(IAppBuilder, Object[]) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.