MapWhenOptions Class
Options for the MapWhen middleware.
Namespace: Microsoft.Owin.Mapping
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Mapping.MapWhenOptions
Syntax
public class MapWhenOptions
public ref class MapWhenOptions
type MapWhenOptions = class end
Public Class MapWhenOptions
Constructors
Name | Description | |
---|---|---|
![]() |
MapWhenOptions() |
Properties
Name | Description | |
---|---|---|
![]() |
Branch | The branch taken for a positive match. |
![]() |
Predicate | The user callback that determines if the branch should be taken. |
![]() |
PredicateAsync | The async user callback that determines if the branch should be taken. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
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.Mapping Namespace
Return to top