RouteTokenTransformerConvention(IOutboundParameterTransformer) Construtor

Definição

Cria uma nova instância de RouteTokenTransformerConvention com o especificado 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)

Parâmetros

parameterTransformer
IOutboundParameterTransformer

O IOutboundParameterTransformer a ser usado com substituição de token de roteamento de atributo.

Aplica-se a