Create the currently active paging link and add it to the controls collection.

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

Syntax

C#
protected virtual LinkButton AddSelectedPagingLink(
	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 that was created

See Also