HtmlHelperLinkExtensions Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Extensions liées aux liens pour IHtmlHelper.
public ref class HtmlHelperLinkExtensions abstract sealed
public static class HtmlHelperLinkExtensions
type HtmlHelperLinkExtensions = class
Public Module HtmlHelperLinkExtensions
- Héritage
-
HtmlHelperLinkExtensions
Méthodes
ActionLink(IHtmlHelper, String, String, Object, Object) |
Retourne un élément ancre (<a>) qui contient un chemin d’URL vers l’action spécifiée. |
ActionLink(IHtmlHelper, String, String, Object) |
Retourne un élément ancre (<a>) qui contient un chemin d’URL vers l’action spécifiée. |
ActionLink(IHtmlHelper, String, String, String, Object, Object) |
Retourne un élément ancre (<a>) qui contient un chemin d’URL vers l’action spécifiée. |
ActionLink(IHtmlHelper, String, String, String, Object) |
Retourne un élément ancre (<a>) qui contient un chemin d’URL vers l’action spécifiée. |
ActionLink(IHtmlHelper, String, String, String) |
Retourne un élément ancre (<a>) qui contient un chemin d’URL vers l’action spécifiée. |
ActionLink(IHtmlHelper, String, String) |
Retourne un élément ancre (<a>) qui contient un chemin d’URL vers l’action spécifiée. |
RouteLink(IHtmlHelper, String, Object, Object) |
Retourne un élément d’ancre (<a>) qui contient un chemin d’URL vers l’itinéraire spécifié. |
RouteLink(IHtmlHelper, String, Object) |
Retourne un élément d’ancre (<a>) qui contient un chemin d’URL vers l’itinéraire spécifié. |
RouteLink(IHtmlHelper, String, String, Object, Object) |
Retourne un élément d’ancre (<a>) qui contient un chemin d’URL vers l’itinéraire spécifié. |
RouteLink(IHtmlHelper, String, String, Object) |
Retourne un élément d’ancre (<a>) qui contient un chemin d’URL vers l’itinéraire spécifié. |
RouteLink(IHtmlHelper, String, String) |
Retourne un élément d’ancre (<a>) qui contient un chemin d’URL vers l’itinéraire spécifié. |