MapWhenExtensions Class

Extension methods for the MapWhenMiddleware

System::Object
  Owin::MapWhenExtensions

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

[ExtensionAttribute]
public ref class MapWhenExtensions abstract sealed

The MapWhenExtensions type exposes the following members.

  NameDescription
Public methodStatic memberMapWhenBranches the request pipeline based on the result of the given predicate.
Public methodStatic memberMapWhenAsyncBranches the request pipeline based on the async result of the given predicate.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: