MapOptions.PreserveMatchedPathSegment Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Si es false, se quitaría la ruta de acceso coincidente de Request.Path y se agregaría a 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