MapOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |