CatalogZoneBase.RenderCatalogPartLinks Method
Assembly: System.Web (in system.web.dll)
protected void RenderCatalogPartLinks ( HtmlTextWriter writer )
protected function RenderCatalogPartLinks ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The HtmlTextWriter that receives the contents of the links to the zone's controls.
The RenderCatalogPartLinks method renders links to the individual CatalogPart controls in a zone if there are multiple CatalogPart controls.
The link for the currently selected CatalogPart control is rendered differently so that it stands out from the unselected controls. Developers can set the style attributes for the selected and unselected control links by using the SelectedPartLinkStyle and PartLinkStyle properties, respectively.
The links to the CatalogPart controls in a zone are not navigational; they are for displaying the user interface (UI) of the controls. When a user clicks the link for a control, the UI for any other displayed control is hidden, and the UI for the selected control is displayed.
Notes to Inheritors: If you create a custom class that inherits from the CatalogZoneBase class, you can optionally override the RenderCatalogPartLinks method. This method gives you programmatic control over how the links to CatalogPart controls in your zone are rendered.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.