Share via


MapWhenOptions Class

Options for the MapWhen middleware.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Mapping.MapWhenOptions

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

Syntax

'Declaration
Public Class MapWhenOptions
'Usage
Dim instance As MapWhenOptions
public class MapWhenOptions
public ref class MapWhenOptions
type MapWhenOptions =  class end
public class MapWhenOptions

The MapWhenOptions type exposes the following members.

Constructors

  Name Description
Public method MapWhenOptions

Top

Properties

  Name Description
Public property Branch The branch taken for a positive match.
Public property Predicate The user callback that determines if the branch should be taken.
Public property PredicateAsync The async user callback that determines if the branch should be taken.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from 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.

See Also

Reference

Microsoft.Owin.Mapping Namespace