Dynamicweb 8 Documentation
RenderPagingLoop Method

Loop.
Start page.
End page.
Current page.
Total pages.
Tag prefix.
Page URL generator.
Render paging loop.
Syntax
'Declaration
 
Protected Overridable Sub RenderPagingLoop( _ 
   ByVal l As Template, _ 
   ByVal startPage As Integer, _ 
   ByVal endPage As Integer, _ 
   ByVal currentPage As Integer, _ 
   ByVal totalPages As Integer, _ 
   ByVal tagPrefix As String, _ 
   ByVal linkGenerator As Func(Of Integer,String) _ 
) 
protected virtual void RenderPagingLoop( 
   Template l,
   int startPage,
   int endPage,
   int currentPage,
   int totalPages,
   string tagPrefix,
   Func<int,string> linkGenerator 
)

Parameters

l
Loop.
startPage
Start page.
endPage
End page.
currentPage
Current page.
totalPages
Total pages.
tagPrefix
Tag prefix.
linkGenerator
Page URL generator.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Renderer Class
Renderer Members

Send Feedback