ActionModel.RouteParameterTransformer 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
, 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
속성 값
설명
이 기능은 엔드포인트 라우팅을 사용하는 경우에만 적용됩니다.