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