C# 클래스 NavigationRoutes.NavigationViewExtensions

파일 보기 프로젝트 열기: samjeffress/TrickleComms

공개 메소드들

메소드 설명
GetRoutesForCurrentRequest ( RouteCollection routes, IEnumerable routeFilters ) : IEnumerable
Navigation ( this helper ) : IHtmlString
NavigationListItemRouteLink ( this html, NavigationRoutes.NamedRoute route ) : System.Web.Mvc.MvcHtmlString

비공개 메소드들

메소드 설명
CurrentRouteMatchesName ( HtmlHelper html, string routeName ) : bool

메소드 상세

GetRoutesForCurrentRequest() 공개 정적인 메소드

public static GetRoutesForCurrentRequest ( RouteCollection routes, IEnumerable routeFilters ) : IEnumerable
routes RouteCollection
routeFilters IEnumerable
리턴 IEnumerable

Navigation() 공개 정적인 메소드

public static Navigation ( this helper ) : IHtmlString
helper this
리턴 IHtmlString

NavigationListItemRouteLink() 공개 정적인 메소드

public static NavigationListItemRouteLink ( this html, NavigationRoutes.NamedRoute route ) : System.Web.Mvc.MvcHtmlString
html this
route NavigationRoutes.NamedRoute
리턴 System.Web.Mvc.MvcHtmlString