LinkExtensions.ActionLink Method
.NET Framework 3.5
Returns an anchor element (a element) that contains the virtual path of the specified action.
| Name | Description | |
|---|---|---|
|
ActionLink(HtmlHelper, String, String) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, String) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, RouteValueDictionary) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, Object, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, RouteValueDictionary, IDictionary<String, Object>) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, String, Object, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, String, RouteValueDictionary, IDictionary<String, Object>) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, String, String, String, String, Object, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
ActionLink(HtmlHelper, String, String, String, String, String, String, RouteValueDictionary, IDictionary<String, Object>) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
The ActionLink method renders an element that links to an action method. The RouteLink method renders an element that links to a URL, which could resolve to an action method, a file, a folder, or some other resource.