IPageHandlerModelConvention Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows customization of the PageHandlerModel.
public interface class IPageHandlerModelConvention : Microsoft::AspNetCore::Mvc::ApplicationModels::IPageConvention
	public interface IPageHandlerModelConvention : Microsoft.AspNetCore.Mvc.ApplicationModels.IPageConvention
	type IPageHandlerModelConvention = interface
    interface IPageConvention
	Public Interface IPageHandlerModelConvention
Implements IPageConvention
	- Implements
 
Methods
| Apply(PageHandlerModel) | 
		 Called to apply the convention to the PageHandlerModel.  |