RazorPagesOptions.Conventions Property
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.
Gets a collection of IPageConvention instances that are applied during route and page model construction.
public:
property Microsoft::AspNetCore::Mvc::ApplicationModels::PageConventionCollection ^ Conventions { Microsoft::AspNetCore::Mvc::ApplicationModels::PageConventionCollection ^ get(); };
public Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection Conventions { get; }
member this.Conventions : Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection
Public ReadOnly Property Conventions As PageConventionCollection