RouteTokenTransformerConvention(IOutboundParameterTransformer) 생성자

정의

지정된 IOutboundParameterTransformer를 사용하여 의 RouteTokenTransformerConvention 새 instance 만듭니다.

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 특성 라우팅 토큰 교체와 함께 사용할 입니다.

적용 대상