Share via


ActionModel.RouteParameterTransformer 속성

정의

, controller및 와 같은 action기본 제공 경로 매개 변수뿐만 area 아니라 에 지정된 RouteValues 추가 매개 변수를 경로 템플릿의 정적 세그먼트로 변환하는 데 사용할 을 가져오거나 설정합니다IOutboundParameterTransformer.

public:
 property Microsoft::AspNetCore::Routing::IOutboundParameterTransformer ^ RouteParameterTransformer { Microsoft::AspNetCore::Routing::IOutboundParameterTransformer ^ get(); void set(Microsoft::AspNetCore::Routing::IOutboundParameterTransformer ^ value); };
public Microsoft.AspNetCore.Routing.IOutboundParameterTransformer RouteParameterTransformer { get; set; }
public Microsoft.AspNetCore.Routing.IOutboundParameterTransformer? RouteParameterTransformer { get; set; }
member this.RouteParameterTransformer : Microsoft.AspNetCore.Routing.IOutboundParameterTransformer with get, set
Public Property RouteParameterTransformer As IOutboundParameterTransformer

속성 값

설명

이 기능은 엔드포인트 라우팅을 사용하는 경우에만 적용됩니다.

적용 대상