MapWhenOptions Class

Definition

Options for the MapWhenMiddleware.

public ref class MapWhenOptions
public class MapWhenOptions
type MapWhenOptions = class
Public Class MapWhenOptions
Inheritance
MapWhenOptions

Constructors

MapWhenOptions()

Properties

Branch

The branch taken for a positive match.

Predicate

The user callback that determines if the branch should be taken.

Applies to