Show / Hide Table of Contents

Class HasMenuItemsExtensions

Inheritance
object
HasMenuItemsExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.UI.Navigation
Assembly: Volo.Abp.UI.Navigation.dll
Syntax
public static class HasMenuItemsExtensions

Methods

FindMenuItem(IHasMenuItems, string)

Declaration
public static ApplicationMenuItem? FindMenuItem(this IHasMenuItems container, string menuItemName)
Parameters
Type Name Description
IHasMenuItems container
string menuItemName
Returns
Type Description
ApplicationMenuItem
In this article
Back to top Powered by Volosoft