C# Class KanBan.Demo.ExtensionMethods.NavigationLinkHelper

Datei anzeigen Open project: jwcarroll/KanBan.Demo

Public Methods

Method Description
IsCurrent ( HtmlHelper htmlHelper, string actionName, string controllerName ) : bool
NavigationListItem ( this htmlHelper, string linkText, string actionName, string controllerName ) : System.Web.Mvc.MvcHtmlString
NavigationListItem ( this htmlHelper, string linkText, string actionName, string controllerName, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : System.Web.Mvc.MvcHtmlString

Private Methods

Method Description
GenerateLink ( HtmlHelper htmlHelper, string linkText, string actionName, string controllerName, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : string

Method Details

IsCurrent() public static method

public static IsCurrent ( HtmlHelper htmlHelper, string actionName, string controllerName ) : bool
htmlHelper HtmlHelper
actionName string
controllerName string
return bool

NavigationListItem() public static method

public static NavigationListItem ( this htmlHelper, string linkText, string actionName, string controllerName ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
linkText string
actionName string
controllerName string
return System.Web.Mvc.MvcHtmlString

NavigationListItem() public static method

public static NavigationListItem ( this htmlHelper, string linkText, string actionName, string controllerName, RouteValueDictionary routeValues, object>.IDictionary htmlAttributes ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
linkText string
actionName string
controllerName string
routeValues RouteValueDictionary
htmlAttributes object>.IDictionary
return System.Web.Mvc.MvcHtmlString