C# Class BootstrapExtensions.Components.Navbar.NavbarExtensions

Show file Open project: jordanwallwork/bootstrapextensions

Public Methods

Method Description
Navbar ( this html ) : BootstrapExtensions.Components.Navbar.Navbar
Navbar ( this html, Action navbarBuilder, object htmlAttributes = null ) : BootstrapExtensions.Components.Navbar.Navbar
Navbar ( this html, string activeLink, Action navbarBuilder, object htmlAttributes = null ) : BootstrapExtensions.Components.Navbar.Navbar

Method Details

Navbar() public static method

public static Navbar ( this html ) : BootstrapExtensions.Components.Navbar.Navbar
html this
return BootstrapExtensions.Components.Navbar.Navbar

Navbar() public static method

public static Navbar ( this html, Action navbarBuilder, object htmlAttributes = null ) : BootstrapExtensions.Components.Navbar.Navbar
html this
navbarBuilder Action
htmlAttributes object
return BootstrapExtensions.Components.Navbar.Navbar

Navbar() public static method

public static Navbar ( this html, string activeLink, Action navbarBuilder, object htmlAttributes = null ) : BootstrapExtensions.Components.Navbar.Navbar
html this
activeLink string
navbarBuilder Action
htmlAttributes object
return BootstrapExtensions.Components.Navbar.Navbar