共用方式為


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

適用於