Method RemoveMenu
RemoveMenu(IEnumerable<IMenuModel>)
Removes multiple menu models from the collection.
public void RemoveMenu(IEnumerable<IMenuModel> menuItems)
Parameters
menuItemsIEnumerable<IMenuModel>The menu models to remove.
RemoveMenu(IMenuModel)
Removes a menu model from the collection.
public void RemoveMenu(IMenuModel menuModel)
Parameters
menuModelIMenuModelThe menu model to remove.