C# 클래스 EA.Iws.Web.Infrastructure.Navigation

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
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