  | RendererRenderPagingSequence Method  | 
  
    Namespace: 
   Dynamicweb.Content.Items.Rendering
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxprotected virtual void RenderPagingSequence(
	Template template,
	int startPage,
	int endPage,
	int currentPage,
	int totalPages,
	string tagPrefix,
	Func<int, string> linkGenerator
)
Protected Overridable Sub RenderPagingSequence ( 
	template As Template,
	startPage As Integer,
	endPage As Integer,
	currentPage As Integer,
	totalPages As Integer,
	tagPrefix As String,
	linkGenerator As Func(Of Integer, String)
)
Parameters
- template
 - Type: Dynamicweb.RenderingTemplate
 - startPage
 - Type: SystemInt32
 - endPage
 - Type: SystemInt32
 - currentPage
 - Type: SystemInt32
 - totalPages
 - Type: SystemInt32
 - tagPrefix
 - Type: SystemString
 - linkGenerator
 - Type: SystemFuncInt32, String
 
See Also