Esempio n. 1
0
 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;
 }
Esempio n. 2
0
 public DropDown AddNavigationDropDown(NavigationDropDown navDropDown)
 {
     navDropDown.ViewContext = this.ViewContext;
     navDropDown.Component.HtmlProperties.Id = Resolvers.HtmlResolver.GenerateHtmlValidId(this.ViewContext, navDropDown.GetType());
     return this;
 }