C# Class BootstrapComponents.Components.Navs.Nav

Inheritance: BootstrapComponents.Core.CloseableHtml
Afficher le fichier Open project: jordanwallwork/bootstrapcomponents Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ClosingHtml ( ) : string

Private Methods

Méthode Description
WriteOpening ( ) : void

Method Details

ClosingHtml() protected méthode

protected ClosingHtml ( ) : string
Résultat string

Link() public méthode

public Link ( string text, string url, object liHtmlAttrs = null, object aHtmlAttrs = null ) : IHtmlString
text string
url string
liHtmlAttrs object
aHtmlAttrs object
Résultat IHtmlString

Link() public méthode

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
Résultat IHtmlString

Nav() public méthode

public Nav ( IWriter writer, NavSettings settings = null ) : System.Web
writer IWriter
settings NavSettings
Résultat System.Web

Nav() public méthode

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

Nav() public méthode

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

Nav() public méthode

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