Inheritance
System.Object
PlatformNavigationMenu
Assembly: EPiServer.Shell.dll
Version: 11.20.7
public class PlatformNavigationMenu : Control
Constructors
Declaration
public PlatformNavigationMenu()
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 |
|
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