C# Класс EA.Iws.Web.Infrastructure.Navigation

Показать файл Открыть проект

Открытые методы

Метод Описание
Link ( string linkText, bool isComplete, string actionName, string controllerName, RouteValueDictionary routeValues, string additionalActiveActionNames = null ) : System.Web.Mvc.MvcHtmlString
Link ( string linkText, bool isComplete, string actionName, string controllerName, string areaName, string>.Tuple additionalActiveControllerActionNames ) : System.Web.Mvc.MvcHtmlString
Link ( string linkText, bool isComplete, string actionName, string controllerName, string areaName, string additionalActiveActionNames = null ) : System.Web.Mvc.MvcHtmlString

Returns a navigation link

Navigation ( HtmlHelper htmlHelper ) : System

Приватные методы

Метод Описание
GenerateProgressLink ( TagBuilder link, bool isComplete, string linkText ) : System.Web.Mvc.MvcHtmlString
IsActiveItem ( HtmlHelper htmlHelper, string controller, string action, string area, string additionalActiveActionNames = null ) : bool
IsAdditionalControllerAction ( HtmlHelper htmlHelper, string areaName, string>.Tuple additionalActiveControllerActionNames ) : bool
TokenMatches ( HtmlHelper htmlHelper, string item, string dataToken ) : bool
ValueMatches ( HtmlHelper htmlHelper, string item, string dataToken ) : bool

Описание методов

Link() публичный Метод

public Link ( string linkText, bool isComplete, string actionName, string controllerName, RouteValueDictionary routeValues, string additionalActiveActionNames = null ) : System.Web.Mvc.MvcHtmlString
linkText string
isComplete bool
actionName string
controllerName string
routeValues RouteValueDictionary
additionalActiveActionNames string
Результат System.Web.Mvc.MvcHtmlString

Link() публичный Метод

public Link ( string linkText, bool isComplete, string actionName, string controllerName, string areaName, string>.Tuple additionalActiveControllerActionNames ) : System.Web.Mvc.MvcHtmlString
linkText string
isComplete bool
actionName string
controllerName string
areaName string
additionalActiveControllerActionNames string>.Tuple
Результат System.Web.Mvc.MvcHtmlString

Link() публичный Метод

Returns a navigation link
public Link ( string linkText, bool isComplete, string actionName, string controllerName, string areaName, string additionalActiveActionNames = null ) : System.Web.Mvc.MvcHtmlString
linkText string The text to display in the link
isComplete bool Whether the section is complete. When true, a tick is shown next to the link.
actionName string The name of the action.
controllerName string The name of the controller.
areaName string The name of the area.
additionalActiveActionNames string /// Additional action names that are considered to be the active page for the /// action. ///
Результат System.Web.Mvc.MvcHtmlString

Navigation() публичный Метод

public Navigation ( HtmlHelper htmlHelper ) : System
htmlHelper HtmlHelper
Результат System