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 中的字符串。

适用于