C# Class BootstrapComponents.Components.Navs.Nav

Inheritance: BootstrapComponents.Core.CloseableHtml
Show file Open project: jordanwallwork/bootstrapcomponents Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
ClosingHtml ( ) : string

Private Methods

Method Description
WriteOpening ( ) : void

Method Details

ClosingHtml() protected method

protected ClosingHtml ( ) : string
return string

Link() public method

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

Link() public method

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
return IHtmlString

Nav() public method

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

Nav() public method

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

Nav() public method

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

Nav() public method

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