IPageRouteModelConvention 接口

定义

允许自定义 PageRouteModel

public interface class IPageRouteModelConvention : Microsoft::AspNetCore::Mvc::ApplicationModels::IPageConvention
public interface IPageRouteModelConvention : Microsoft.AspNetCore.Mvc.ApplicationModels.IPageConvention
type IPageRouteModelConvention = interface
    interface IPageConvention
Public Interface IPageRouteModelConvention
Implements IPageConvention
派生
实现

方法

Apply(PageRouteModel)

调用 以将约定应用于 PageRouteModel

适用于