TemplateValuesResult.AcceptedValues 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.
Ensemble de valeurs qui apparaîtront dans l’URL.
public:
property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ AcceptedValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary AcceptedValues { get; set; }
member this.AcceptedValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Property AcceptedValues As RouteValueDictionary