You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/X.PagedList.Mvc.Core/HtmlHelperExtension.cs
+38-38
Original file line number
Diff line number
Diff line change
@@ -6,34 +6,34 @@
6
6
7
7
namespaceX.PagedList.Mvc.Core;
8
8
9
-
///<summary>
10
-
///Extension methods for generating paging controls that can operate on instances of IPagedList.
11
-
///</summary>
9
+
///<summary>
10
+
///Extension methods for generating paging controls that can operate on instances of IPagedList.
11
+
///</summary>
12
12
[PublicAPI]
13
13
publicstaticclassHtmlHelperExtension
14
14
{
15
-
///<summary>
16
-
///Displays a configurable paging control for instances of PagedList.
17
-
///</summary>
18
-
///<param name = "html">This method is meant to hook off HtmlHelper as an extension method.</param>
19
-
///<param name = "list">The PagedList to use as the data source.</param>
20
-
///<param name = "generatePageUrl">A function that takes the page number of the desired page and returns a URL-string that will load that page.</param>
21
-
///<returns>Outputs the paging control HTML.</returns>
15
+
///<summary>
16
+
///Displays a configurable paging control for instances of PagedList.
17
+
///</summary>
18
+
///<param name = "html">This method is meant to hook off HtmlHelper as an extension method.</param>
19
+
///<param name = "list">The PagedList to use as the data source.</param>
20
+
///<param name = "generatePageUrl">A function that takes the page number of the desired page and returns a URL-string that will load that page.</param>
21
+
///<returns>Outputs the paging control HTML.</returns>
///Displays a configurable paging control for instances of PagedList.
31
-
///</summary>
32
-
///<param name = "html">This method is meant to hook off HtmlHelper as an extension method.</param>
33
-
///<param name = "list">The PagedList to use as the data source.</param>
34
-
///<param name = "generatePageUrl">A function that takes the page number of the desired page and returns a URL-string that will load that page.</param>
35
-
///<param name = "options">Formatting options.</param>
36
-
///<returns>Outputs the paging control HTML.</returns>
29
+
///<summary>
30
+
///Displays a configurable paging control for instances of PagedList.
31
+
///</summary>
32
+
///<param name = "html">This method is meant to hook off HtmlHelper as an extension method.</param>
33
+
///<param name = "list">The PagedList to use as the data source.</param>
34
+
///<param name = "generatePageUrl">A function that takes the page number of the desired page and returns a URL-string that will load that page.</param>
35
+
///<param name = "options">Formatting options.</param>
36
+
///<returns>Outputs the paging control HTML.</returns>
0 commit comments