AttributeRouteModel.CombineAttributeRouteModel Méthode
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.
Combine deux AttributeRouteModel instances et retourne une nouvelle AttributeRouteModel instance avec le résultat.
public:
static Microsoft::AspNetCore::Mvc::ApplicationModels::AttributeRouteModel ^ CombineAttributeRouteModel(Microsoft::AspNetCore::Mvc::ApplicationModels::AttributeRouteModel ^ left, Microsoft::AspNetCore::Mvc::ApplicationModels::AttributeRouteModel ^ right);
public static Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel CombineAttributeRouteModel (Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel left, Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel right);
public static Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel? CombineAttributeRouteModel (Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel? left, Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel? right);
static member CombineAttributeRouteModel : Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel * Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel
Public Shared Function CombineAttributeRouteModel (left As AttributeRouteModel, right As AttributeRouteModel) As AttributeRouteModel
Paramètres
- left
- AttributeRouteModel
AttributeRouteModel de gauche.
- right
- AttributeRouteModel
AttributeRouteModel de droite.
Retours
Nouvelle instance de AttributeRouteModel qui représente la combinaison des deux AttributeRouteModel instances ou null
si les deux paramètres sont null
.