Creates a link button used for paging.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
protected virtual LinkButton CreatePagingLink(
	int pagingIndex,
	string text,
	string altText
)

Parameters

pagingIndex
Type: System..::.Int32
Index of the paging link, 1 is first paging item, 2 second and so on.
text
Type: System..::.String
The text displayed in the paging link
altText
Type: System..::.String
Alternate text, displayed when hovering over link with mouse cursor

Return Value

The paging link

See Also