MapWhenExtensions Class

Extension methods for the MapWhenMiddleware

Inheritance Hierarchy

System.Object
  Owin.MapWhenExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class MapWhenExtensions
'Usage
public static class MapWhenExtensions
[ExtensionAttribute]
public ref class MapWhenExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MapWhenExtensions =  class end
public final class MapWhenExtensions

The MapWhenExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member MapWhen Branches the request pipeline based on the result of the given predicate.
Public methodStatic member MapWhenAsync Branches the request pipeline based on the async result of the given predicate.

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.

See Also

Reference

Owin Namespace