-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor HtmlHelper, update PagedListRenderOptions, _PostList
Refactored HtmlHelper to use a local function named `Format` for generating page URLs, improving readability and maintainability. Removed the `FunctionToDisplayEachPageNumber` property from PagedListRenderOptions, simplifying the class by eliminating an unused feature. Updated `_PostList.cshtml` to use a more modern and concise syntax for initializing the `UlElementClasses` array in the `PagedListPager` method.
- Loading branch information
Showing
3 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters