C# Class NavigationRoutes.NavigationViewExtensions

Afficher le fichier Open project: samjeffress/TrickleComms

Méthodes publiques

Méthode Description
GetRoutesForCurrentRequest ( RouteCollection routes, IEnumerable routeFilters ) : IEnumerable
Navigation ( this helper ) : IHtmlString
NavigationListItemRouteLink ( this html, NavigationRoutes.NamedRoute route ) : System.Web.Mvc.MvcHtmlString

Private Methods

Méthode Description
CurrentRouteMatchesName ( HtmlHelper html, string routeName ) : bool

Method Details

GetRoutesForCurrentRequest() public static méthode

public static GetRoutesForCurrentRequest ( RouteCollection routes, IEnumerable routeFilters ) : IEnumerable
routes RouteCollection
routeFilters IEnumerable
Résultat IEnumerable

Navigation() public static méthode

public static Navigation ( this helper ) : IHtmlString
helper this
Résultat IHtmlString

NavigationListItemRouteLink() public static méthode

public static NavigationListItemRouteLink ( this html, NavigationRoutes.NamedRoute route ) : System.Web.Mvc.MvcHtmlString
html this
route NavigationRoutes.NamedRoute
Résultat System.Web.Mvc.MvcHtmlString