Show / Hide Table of Contents

Class UserMenuViewComponent

Inheritance
object
LeptonViewComponentBase
UserMenuViewComponent
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.Themes.Lepton.Components.Toolbar.UserMenu
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.dll
Syntax
public class UserMenuViewComponent : LeptonViewComponentBase

Constructors

UserMenuViewComponent(IMenuManager)

Declaration
public UserMenuViewComponent(IMenuManager menuManager)
Parameters
Type Name Description
IMenuManager menuManager

Fields

MenuManager

Declaration
protected IMenuManager MenuManager
Field Value
Type Description
IMenuManager

Methods

InvokeAsync()

Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Type Description
Task<IViewComponentResult>
In this article
Back to top Powered by Volosoft