MapOptions.PreserveMatchedPathSegment Property
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.
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