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

상속: BootstrapComponents.Core.CloseableHtml
파일 보기 프로젝트 열기: jordanwallwork/bootstrapcomponents 1 사용 예제들

공개 메소드들

메소드 설명
Link ( string text, string url, object liHtmlAttrs = null, object aHtmlAttrs = null ) : IHtmlString
Link ( string text, string url, string identifier, object liHtmlAttrs = null, object aHtmlAttrs = null ) : IHtmlString
Nav ( IWriter writer, NavSettings settings = null ) : System.Web
Nav ( IWriter writer, string activeIdentifier, NavSettings settings = null ) : System.Web
Nav ( System.Web.Mvc.ViewContext viewContext, NavSettings settings = null ) : System.Web
Nav ( System.Web.Mvc.ViewContext viewContext, string activeIdentifier, NavSettings settings = null ) : System.Web

보호된 메소드들

메소드 설명
ClosingHtml ( ) : string

비공개 메소드들

메소드 설명
WriteOpening ( ) : void

메소드 상세

ClosingHtml() 보호된 메소드

protected ClosingHtml ( ) : string
리턴 string

Link() 공개 메소드

public Link ( string text, string url, object liHtmlAttrs = null, object aHtmlAttrs = null ) : IHtmlString
text string
url string
liHtmlAttrs object
aHtmlAttrs object
리턴 IHtmlString

Link() 공개 메소드

public Link ( string text, string url, string identifier, object liHtmlAttrs = null, object aHtmlAttrs = null ) : IHtmlString
text string
url string
identifier string
liHtmlAttrs object
aHtmlAttrs object
리턴 IHtmlString

Nav() 공개 메소드

public Nav ( IWriter writer, NavSettings settings = null ) : System.Web
writer IWriter
settings NavSettings
리턴 System.Web

Nav() 공개 메소드

public Nav ( IWriter writer, string activeIdentifier, NavSettings settings = null ) : System.Web
writer IWriter
activeIdentifier string
settings NavSettings
리턴 System.Web

Nav() 공개 메소드

public Nav ( System.Web.Mvc.ViewContext viewContext, NavSettings settings = null ) : System.Web
viewContext System.Web.Mvc.ViewContext
settings NavSettings
리턴 System.Web

Nav() 공개 메소드

public Nav ( System.Web.Mvc.ViewContext viewContext, string activeIdentifier, NavSettings settings = null ) : System.Web
viewContext System.Web.Mvc.ViewContext
activeIdentifier string
settings NavSettings
리턴 System.Web