C# Class BootstrapComponents.Components.Navs.NavExtensions

Show file Open project: jordanwallwork/bootstrapcomponents

Public Methods

Method Description
Pills ( this html, NavSettings settings = null ) : Nav
Pills ( this html, string activeIdentifier, NavSettings settings = null ) : Nav
Tabs ( this html, NavSettings settings = null ) : Nav
Tabs ( this html, string activeIdentifier, NavSettings settings = null ) : Nav

Method Details

Pills() public static method

public static Pills ( this html, NavSettings settings = null ) : Nav
html this
settings NavSettings
return Nav

Pills() public static method

public static Pills ( this html, string activeIdentifier, NavSettings settings = null ) : Nav
html this
activeIdentifier string
settings NavSettings
return Nav

Tabs() public static method

public static Tabs ( this html, NavSettings settings = null ) : Nav
html this
settings NavSettings
return Nav

Tabs() public static method

public static Tabs ( this html, string activeIdentifier, NavSettings settings = null ) : Nav
html this
activeIdentifier string
settings NavSettings
return Nav