ASP.NET Pack Programmer's Guide
SlideshowItem.NavigateUrl 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 NavigateUrl { get; set; }

Visual Basic  Copy Code

Public Property NavigateUrl As String

 Property Value

Type: String
A string specifying the URL of the page that item will link to. The default value is an empty string ("").

 See Also

SlideshowItem Members
SlideshowItem Class
MindFusion.UI.WebForms Namespace