IOutboundParameterTransformer 인터페이스

정의

URI를 빌드하는 동안 클래스가 경로 값을 변환하기 위해 구현해야 하는 계약을 정의합니다.

public interface class IOutboundParameterTransformer : Microsoft::AspNetCore::Routing::IParameterPolicy
public interface IOutboundParameterTransformer : Microsoft.AspNetCore.Routing.IParameterPolicy
type IOutboundParameterTransformer = interface
    interface IParameterPolicy
Public Interface IOutboundParameterTransformer
Implements IParameterPolicy
구현

메서드

TransformOutbound(Object)

지정된 경로 값을 URI에 포함할 문자열로 변환합니다.

적용 대상