SaaS CMS has officially launched! Learn more now.

Class UrlMenuItem

Basic URI menu item

Inheritance
System.Object
UrlMenuItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Navigation
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public class UrlMenuItem : MenuItem

Constructors

UrlMenuItem(String, String, String)

Initializes a new instance of the UrlMenuItem class.

Declaration
public UrlMenuItem(string text, string path, string url)
Parameters
Type Name Description
System.String text

Link text

System.String path

Unique path for the menu item

System.String url

Link Url