PageRouteTransformerConvention.ShouldApply(PageRouteModel) Method

Definition

Called to determine if this convention should apply.

protected:
 virtual bool ShouldApply(Microsoft::AspNetCore::Mvc::ApplicationModels::PageRouteModel ^ action);
protected virtual bool ShouldApply (Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel action);
abstract member ShouldApply : Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel -> bool
override this.ShouldApply : Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel -> bool
Protected Overridable Function ShouldApply (action As PageRouteModel) As Boolean

Parameters

action
PageRouteModel

The action in question.

Returns

Whether this convention should apply.

Applies to