LinkExtensions Methods
| 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. |
|
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(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(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(String, Object)) | Returns an anchor element (a element) that contains the virtual path of the specified action. |
Show: