PageRouteTransformerConvention(IOutboundParameterTransformer) Конструктор

Определение

Создает новый экземпляр с PageRouteTransformerConvention указанным 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)

Параметры

parameterTransformer
IOutboundParameterTransformer

Объект IOutboundParameterTransformer , используемый для разрешения маршрутов страницы.

Применяется к