London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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

Extension Methods