Click or drag to resize

RendererRenderPagingSequence Method

Namespace:  Dynamicweb.Content.Items.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
protected virtual void RenderPagingSequence(
	Template template,
	int startPage,
	int endPage,
	int currentPage,
	int totalPages,
	string tagPrefix,
	Func<int, string> linkGenerator
)

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