ASP.NET Pack Programmer's Guide
SlideshowItem.NavigateTarget Property
See Also
 





Gets or sets the URL of the page that item will link to.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string NavigateTarget { get; set; }

Visual Basic  Copy Code

Public Property NavigateTarget As String

 Property Value

Type: String
A string specifying where the page this item links to will be opened. The default value is an empty string ("").

 See Also

SlideshowItem Members
SlideshowItem Class
MindFusion.UI.WebForms Namespace