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 に含めるために、指定したルート値を文字列に変換します。

適用対象