Gets or sets the URL of the page that will be navigated to when a user clicks the MenuItem. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public string NavigateUrl { get; set; } |
Visual Basic
![]() |
---|
Public Property NavigateUrl As String |
Type: String
A string specifying an URL of a web page what will be navigated to on a click. Default value is "#".
Will be ignored if the Content property has been set.