PagesNavigateTo Method

Will redirect to a page based on the pagelink ID

Namespace: BBNCExtensions.API.Pages
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract void NavigateTo(
	string PageLink,
	bool BookMarkCurrentPage = false
)

Parameters

PageLink
Type: SystemString
The PageLink as returned by the BBNCExtensions.ServerControls.PageLink control
BookMarkCurrentPage (Optional)
Type: SystemBoolean