nce.mswc.NextLink


This class implements Content Linking Component in C#.

The Content Linking component creates a Nextlink object that manages a list of URLs so that you can treat the pages in your Web site like the pages in a book. You can use the Content Linking component to automatically generate and update tables of contents and navigational links to previous and subsequent Web pages. This is ideal for applications such as online newspapers and forum message listings.

For the details about Content Linking Component, please refer to the IIS hlep of Microsoft.

Following is the nce.mswc.NextLink class reference.

Methods Description
GetListCount Counts the number of items linked in the Content Linking List file.
GetListIndex Gets the index of the current page in the Content Linking List file.
GetNextDescription Gets the description of the next page listed in the Content Linking List file.
GetNextURL Gets the URL of the next page listed in the Content Linking List file.
GetNthDescription Gets the description of the Nth page listed in the Content Linking List file.
GetNthURL Gets the URL of the Nth page listed in the Content Linking List file.
GetPreviousDescription   Gets the description line of the previous page listed in the Content Linking List file.
GetPreviousURL Gets the URL of the previous pages listed in the Content Linking List file.