public Menu AddNavigationDropDown(NavigationDropDown NavDropDown) { NavDropDown.ViewContext = this.ViewContext; NavDropDown.Component.HtmlProperties.Id = Resolvers.HtmlResolver.GenerateHtmlValidId(this.ViewContext, NavDropDown.GetType()); this.ContainerElements.Add(NavDropDown); return this; }
public DropDown AddNavigationDropDown(NavigationDropDown navDropDown) { navDropDown.ViewContext = this.ViewContext; navDropDown.Component.HtmlProperties.Id = Resolvers.HtmlResolver.GenerateHtmlValidId(this.ViewContext, navDropDown.GetType()); return this; }