IPageRouteModelConvention Interface

Definition

Allows customization of the 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
Derived
Implements

Methods

Apply(PageRouteModel)

Called to apply the convention to the PageRouteModel.

Applies to