C# 클래스 BootstrapComponents.Components.Navs.NavExtensions

파일 보기 프로젝트 열기: jordanwallwork/bootstrapcomponents

공개 메소드들

메소드 설명
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

메소드 상세

Pills() 공개 정적인 메소드

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

Pills() 공개 정적인 메소드

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

Tabs() 공개 정적인 메소드

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

Tabs() 공개 정적인 메소드

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