| RendererRenderPagingLoop Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use RenderPagingSequence instead.")]
protected virtual void RenderPagingLoop(
Template l,
int startPage,
int endPage,
int currentPage,
int totalPages,
string tagPrefix,
Func<int, string> linkGenerator
)
<ObsoleteAttribute("Use RenderPagingSequence instead.")>
Protected Overridable Sub RenderPagingLoop (
l As Template,
startPage As Integer,
endPage As Integer,
currentPage As Integer,
totalPages As Integer,
tagPrefix As String,
linkGenerator As Func(Of Integer, String)
)
Parameters
- l
- Type: Dynamicweb.RenderingTemplate
- startPage
- Type: SystemInt32
- endPage
- Type: SystemInt32
- currentPage
- Type: SystemInt32
- totalPages
- Type: SystemInt32
- tagPrefix
- Type: SystemString
- linkGenerator
- Type: SystemFuncInt32, String
See Also