MapOptions.PreserveMatchedPathSegment Property

Definition

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

public:
 property bool PreserveMatchedPathSegment { bool get(); void set(bool value); };
public bool PreserveMatchedPathSegment { get; set; }
member this.PreserveMatchedPathSegment : bool with get, set
Public Property PreserveMatchedPathSegment As Boolean

Property Value

Applies to