PageActionDescriptorProvider.BuildModel Method
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.
Build the model.
protected:
System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::PageRouteModel ^> ^ BuildModel();
protected System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel> BuildModel ();
member this.BuildModel : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.PageRouteModel>
Protected Function BuildModel () As IList(Of PageRouteModel)
Returns
The list of PageRouteModel.