Freigeben über


PageRouteTransformerConvention.ShouldApply(PageRouteModel) Methode

Definition

Wird aufgerufen, um zu bestimmen, ob diese Konvention gelten soll.

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

Parameter

action
PageRouteModel

Die betreffende Aktion.

Gibt zurück

Gibt an, ob diese Konvention gelten soll.

Gilt für: