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 中。 |