Try our conversational search powered by Generative AI!

Class PlatformNavigationMenu

Inheritance
System.Object
PlatformNavigationMenu
Namespace: EPiServer.Shell.Web.UI.WebControls
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class PlatformNavigationMenu : Control

Constructors

PlatformNavigationMenu()

Declaration
public PlatformNavigationMenu()

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

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