Inheritance
System.Object
ShellMenu
Assembly: EPiServer.Shell.dll
Version: 11.20.7
[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
Declaration
Properties
Declaration
public string Area { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Async { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SelectionPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Extension Methods