共用方式為


PageActionDescriptorProvider.BuildModel 方法

定義

建置模型。

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)

傳回

PageRouteModel 清單。

適用於