PageRouteTransformerConvention(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 PageRouteTransformerConvention with the specified 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)
Parameters
- parameterTransformer
- IOutboundParameterTransformer
The IOutboundParameterTransformer to use resolve page routes.