MapOptions.PathMatch Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Chemin d'accès à mettre en correspondance.
public:
property Microsoft::AspNetCore::Http::PathString PathMatch { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString PathMatch { get; set; }
member this.PathMatch : Microsoft.AspNetCore.Http.PathString with get, set
Public Property PathMatch As PathString