Try our conversational search powered by Generative AI!

Class ShellMenu

Inheritance
System.Object
ShellMenu
Namespace: EPiServer.Shell.Web.UI.WebControls
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[Obsolete("Will be removed in an upcoming major version release. Use the PlatformNavigation web control to render the new menu.")]
public class ShellMenu : Control

Constructors

ShellMenu()

Declaration
public ShellMenu()

Properties

Area

Declaration
public string Area { get; set; }
Property Value
Type Description
System.String

Async

Declaration
public bool Async { get; set; }
Property Value
Type Description
System.Boolean

SelectionPath

Declaration
public string SelectionPath { get; set; }
Property Value
Type Description
System.String

Methods

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

Extension Methods