mirror of https://github.com/abpframework/abp.git
Browse Source
Updated the TableOfContents partial to accept a List<TocHeading> instead of the full IndexModel, simplifying its interface. Adjusted the Index.cshtml to pass Model.TocHeadings directly. Removed the unused TableOfContents.cshtml.cs code-behind file.pull/23666/head
3 changed files with 6 additions and 16 deletions
@ -1,11 +0,0 @@ |
|||
using Volo.Abp.AspNetCore.Mvc.UI.RazorPages; |
|||
|
|||
namespace Volo.Docs.Pages.Documents.Project; |
|||
|
|||
public class TableOfContentsModel : AbpPageModel |
|||
{ |
|||
public void OnGet() |
|||
{ |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue