RouteTokenTransformerConvention(IOutboundParameterTransformer) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea una nuova istanza di RouteTokenTransformerConvention con l'oggetto specificato IOutboundParameterTransformer.
public:
RouteTokenTransformerConvention(Microsoft::AspNetCore::Routing::IOutboundParameterTransformer ^ parameterTransformer);
public RouteTokenTransformerConvention (Microsoft.AspNetCore.Routing.IOutboundParameterTransformer parameterTransformer);
new Microsoft.AspNetCore.Mvc.ApplicationModels.RouteTokenTransformerConvention : Microsoft.AspNetCore.Routing.IOutboundParameterTransformer -> Microsoft.AspNetCore.Mvc.ApplicationModels.RouteTokenTransformerConvention
Public Sub New (parameterTransformer As IOutboundParameterTransformer)
Parametri
- parameterTransformer
- IOutboundParameterTransformer
Oggetto IOutboundParameterTransformer da usare con la sostituzione del token di routing degli attributi.