IOutboundParameterTransformer インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 に含めるために、指定したルート値を文字列に変換します。 |