SelectorModel.AttributeRouteModel 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.
L’AttributeRouteModelopérateur
public:
property Microsoft::AspNetCore::Mvc::ApplicationModels::AttributeRouteModel ^ AttributeRouteModel { Microsoft::AspNetCore::Mvc::ApplicationModels::AttributeRouteModel ^ get(); void set(Microsoft::AspNetCore::Mvc::ApplicationModels::AttributeRouteModel ^ value); };
public Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel AttributeRouteModel { get; set; }
public Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel? AttributeRouteModel { get; set; }
member this.AttributeRouteModel : Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel with get, set
Public Property AttributeRouteModel As AttributeRouteModel