LinkExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents support for HTML links in an application.
public static class LinkExtensions
type LinkExtensions = class
Public Module LinkExtensions
- Inheritance
-
LinkExtensions
Methods
ActionLink(HtmlHelper, String, String, Object, Object) |
Returns an anchor element (a element) for the specified link text, action, route values, and HTML attributes. |
ActionLink(HtmlHelper, String, String, Object) |
Returns an anchor element (a element) for the specified link text, action, and route values. |
ActionLink(HtmlHelper, String, String, RouteValueDictionary, IDictionary<String,Object>) |
Returns an anchor element (a element) for the specified link text, action, route values as a route value dictionary, and HTML attributes as a dictionary. |
ActionLink(HtmlHelper, String, String, RouteValueDictionary) |
Returns an anchor element (a element) for the specified link text, action, and route values as a route value dictionary. |
ActionLink(HtmlHelper, String, String, String, Object, Object) |
Returns an anchor element (a element) for the specified link text, action, controller, route values, and HTML attributes. |
ActionLink(HtmlHelper, String, String, String, RouteValueDictionary, IDictionary<String,Object>) |
Returns an anchor element (a element) for the specified link text, action, controller, route values as a route value dictionary, and HTML attributes as a dictionary. |
ActionLink(HtmlHelper, String, String, String, String, String, String, Object, Object) |
Returns an anchor element (a element) for the specified link text, action, controller, protocol, host name, URL fragment, route values, and HTML attributes. |
ActionLink(HtmlHelper, String, String, String, String, String, String, RouteValueDictionary, IDictionary<String,Object>) |
Returns an anchor element (a element) for the specified link text, action, controller, protocol, host name, URL fragment, route values as a route value dictionary, and HTML attributes as a dictionary. |
ActionLink(HtmlHelper, String, String, String) |
Returns an anchor element (a element) for the specified link text, action, and controller. |
ActionLink(HtmlHelper, String, String) |
Returns an anchor element (a element) for the specified link text and action. |
RouteLink(HtmlHelper, String, Object, 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, RouteValueDictionary, IDictionary<String,Object>) |
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, 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, IDictionary<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, 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. |
RouteLink(HtmlHelper, String, String) |
Returns an anchor element (a element) that contains the virtual path of the specified action. |