RouteTokenTransformerConvention(IOutboundParameterTransformer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.