RouteTokenTransformerConvention 类

定义

一个 ,IActionModelConvention它将属性路由令牌替换设置为使用 上ActionModel指定的 IOutboundParameterTransformer 。 此约定不会影响 Razor 页面路由。

public ref class RouteTokenTransformerConvention : Microsoft::AspNetCore::Mvc::ApplicationModels::IActionModelConvention
public class RouteTokenTransformerConvention : Microsoft.AspNetCore.Mvc.ApplicationModels.IActionModelConvention
type RouteTokenTransformerConvention = class
    interface IActionModelConvention
Public Class RouteTokenTransformerConvention
Implements IActionModelConvention
继承
RouteTokenTransformerConvention
实现

构造函数

RouteTokenTransformerConvention(IOutboundParameterTransformer)

使用指定的 IOutboundParameterTransformer创建 的新RouteTokenTransformerConvention实例。

方法

Apply(ActionModel)

调用 以将约定应用于 ActionModel

ShouldApply(ActionModel)

调用 以确定操作是否应应用。

适用于