MapOptions Class

Definition

Options for the MapMiddleware.

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

Constructors

MapOptions()

Properties

Branch

The branch taken for a positive match.

PathMatch

The path to match.

PreserveMatchedPathSegment

If false, matched path would be removed from Request.Path and added to Request.PathBase Defaults to false.

Applies to