RouteTokenTransformerConvention(IOutboundParameterTransformer) コンストラクター

定義

指定した を使用して の RouteTokenTransformerConvention 新しいインスタンスを作成します 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)

パラメーター

parameterTransformer
IOutboundParameterTransformer

IOutboundParameterTransformer属性ルーティング トークンの置換で使用する 。

適用対象