RazorPagesOptions.Conventions Property

Definition

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

Property Value

Applies to