示例#1
0
文件: Menu.cs 项目: OsvaldoJ/Sushi
 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;
 }
示例#2
0
 public DropDown AddNavigationDropDown(NavigationDropDown navDropDown)
 {
     navDropDown.ViewContext = this.ViewContext;
     navDropDown.Component.HtmlProperties.Id = Resolvers.HtmlResolver.GenerateHtmlValidId(this.ViewContext, navDropDown.GetType());
     return this;
 }