AppBuilderExtensions Class
Extension methods for IAppBuilder.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Builder.AppBuilderExtensions
Namespace: Microsoft.Owin.Builder
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class AppBuilderExtensions
'Usage
public static class AppBuilderExtensions
[ExtensionAttribute]
public ref class AppBuilderExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AppBuilderExtensions = class end
public final class AppBuilderExtensions
Methods
Name | Description | |
---|---|---|
AddSignatureConversion(IAppBuilder, Delegate) | Adds converters for adapting between disparate application signatures. | |
AddSignatureConversion<T1, T2>(IAppBuilder, Func<T1, T2>) | Adds converters for adapting between disparate application signatures. | |
Build(IAppBuilder) | The Build is called at the point when all of the middleware should be chained together. May be called to build pipeline branches. | |
Build<TApp>(IAppBuilder) | The Build is called at the point when all of the middleware should be chained together. May be called to build pipeline branches. |
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.