RouteTokenTransformerConvention(IOutboundParameterTransformer) Constructor

Definition

Creates a new instance of RouteTokenTransformerConvention with the specified 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)

Parameters

parameterTransformer
IOutboundParameterTransformer

The IOutboundParameterTransformer to use with attribute routing token replacement.

Applies to