Events-MVC (example with htmx)
This commit is contained in:
10
Events-MVC/Events.MVC/Models/PagingSettings.cs
Normal file
10
Events-MVC/Events.MVC/Models/PagingSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Events.MVC.Models;
|
||||
|
||||
public class PagingSettings
|
||||
{
|
||||
public const string SectionName = "Paging";
|
||||
|
||||
public int PageSize { get; set; } = 2;
|
||||
|
||||
public int PageOffset { get; set; } = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user