HtmlHelperLinkExtensions Classe

Définition

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)

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, 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)

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, Object, Object)

Retourne un élément ancre (<a>) qui contient un chemin d’URL vers l’action spécifiée.

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, 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)

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, Object, Object)

Retourne un élément d’ancre (<a>) qui contient un chemin d’URL vers l’itinéraire spécifié.

S’applique à