C# Class HtmlHelpers, code

Mostrar archivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
ActionLinkWithTitle ( HtmlHelper, helper, string linkText, string actionName, object routeValues ) : MvcHtmlString,

Method Details

ActionLinkWithTitle() public static method

public static ActionLinkWithTitle ( HtmlHelper, helper, string linkText, string actionName, object routeValues ) : MvcHtmlString,
helper HtmlHelper,
linkText string
actionName string
routeValues object
return MvcHtmlString,