C# Class Web.NavigationRoutes.NavigationViewExtensions

Afficher le fichier Open project: TargetProcess/DevOpsTask

Méthodes publiques

Méthode Description
GetRoutesForCurrentRequest ( RouteCollection routes, IEnumerable routeFilters ) : IEnumerable
Navigation ( this helper ) : IHtmlString
NavigationListItemRouteLink ( this html, 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, NamedRoute route ) : System.Web.Mvc.MvcHtmlString
html this
route NamedRoute
Résultat System.Web.Mvc.MvcHtmlString