Gets or sets the URL of the page that will be navigated to when a user clicks the MenuItem.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public string NavigateUrl { get; set; }
Public Property NavigateUrl As String
Type: StringA 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.
MenuItem MembersMenuItem ClassMindFusion.UI.Web Namespace