Class ShellMenu
Renders the shell menu with containing stylable elements.
Inheritance
System.Object
ShellMenu
Namespace: EPiServer.Shell.Web.UI.WebControls
Assembly: EPiServer.Shell.dll
Version: 8.11.0Syntax
public class ShellMenu : Control
Constructors
ShellMenu()
Declaration
public ShellMenu()
Properties
Area
The shell area to put in context.
Declaration
public string Area { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Async
Enable async mode for javascript or not.
Declaration
public bool Async { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectionPath
The menu path currently selected in the menu
Declaration
public string SelectionPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnInit(EventArgs)
Raises the System.Web.UI.Control.Init event.
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | An System.EventArgs object that contains the event data. |
Render(HtmlTextWriter)
Renders the shell menu.
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.HtmlTextWriter | writer | The System.Web.UI.HtmlTextWriter object that receives the server control content. |