PageRouteTransformerConvention(IOutboundParameterTransformer) Constructeur
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.
Crée une instance de PageRouteTransformerConvention avec le spécifiéIOutboundParameterTransformer.
public:
PageRouteTransformerConvention(Microsoft::AspNetCore::Routing::IOutboundParameterTransformer ^ parameterTransformer);
public PageRouteTransformerConvention (Microsoft.AspNetCore.Routing.IOutboundParameterTransformer parameterTransformer);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteTransformerConvention : Microsoft.AspNetCore.Routing.IOutboundParameterTransformer -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteTransformerConvention
Public Sub New (parameterTransformer As IOutboundParameterTransformer)
Paramètres
- parameterTransformer
- IOutboundParameterTransformer
à utiliser pour résoudre les IOutboundParameterTransformer itinéraires de page.