LinkExtensions.RouteLink Method
Visual Studio 2010
Returns an anchor element (a element) that contains the virtual path of the specified action.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RouteLink(HtmlHelper, String, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, String) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, RouteValueDictionary) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, Object, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, String, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, String, RouteValueDictionary) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, RouteValueDictionary, IDictionary(Of String, Object)) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, String, Object, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, String, RouteValueDictionary, IDictionary(Of String, Object)) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, String, String, String, String, Object, Object) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
|
RouteLink(HtmlHelper, String, String, String, String, String, RouteValueDictionary, IDictionary(Of String, Object)) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
Community Additions
ADD
Show: