HtmlHelperLinkExtensions 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.
Link-related extensions for IHtmlHelper.
public ref class HtmlHelperLinkExtensions abstract sealed
public static class HtmlHelperLinkExtensions
type HtmlHelperLinkExtensions = class
Public Module HtmlHelperLinkExtensions
- Inheritance
-
HtmlHelperLinkExtensions
Methods
ActionLink(IHtmlHelper, String, String, Object, Object) |
Returns an anchor (<a>) element that contains a URL path to the specified action. |
ActionLink(IHtmlHelper, String, String, Object) |
Returns an anchor (<a>) element that contains a URL path to the specified action. |
ActionLink(IHtmlHelper, String, String, String, Object, Object) |
Returns an anchor (<a>) element that contains a URL path to the specified action. |
ActionLink(IHtmlHelper, String, String, String, Object) |
Returns an anchor (<a>) element that contains a URL path to the specified action. |
ActionLink(IHtmlHelper, String, String, String) |
Returns an anchor (<a>) element that contains a URL path to the specified action. |
ActionLink(IHtmlHelper, String, String) |
Returns an anchor (<a>) element that contains a URL path to the specified action. |
RouteLink(IHtmlHelper, String, Object, Object) |
Returns an anchor (<a>) element that contains a URL path to the specified route. |
RouteLink(IHtmlHelper, String, Object) |
Returns an anchor (<a>) element that contains a URL path to the specified route. |
RouteLink(IHtmlHelper, String, String, Object, Object) |
Returns an anchor (<a>) element that contains a URL path to the specified route. |
RouteLink(IHtmlHelper, String, String, Object) |
Returns an anchor (<a>) element that contains a URL path to the specified route. |
RouteLink(IHtmlHelper, String, String) |
Returns an anchor (<a>) element that contains a URL path to the specified route. |