AppBuilderExtensions Class

 

Extension methods for IAppBuilder.

Namespace:   Microsoft.Owin.Builder
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Builder.AppBuilderExtensions

Syntax

public static class AppBuilderExtensions
[ExtensionAttribute]
public ref class AppBuilderExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AppBuilderExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AppBuilderExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AddSignatureConversion(IAppBuilder, Delegate)

System_CAPS_pubmethodSystem_CAPS_static AddSignatureConversion<T1, T2>(IAppBuilder, Func<T1, T2>)

System_CAPS_pubmethodSystem_CAPS_static Build(IAppBuilder)

System_CAPS_pubmethodSystem_CAPS_static Build<TApp>(IAppBuilder)

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.

See Also

Microsoft.Owin.Builder Namespace

Return to top