HtmlHelperLinkExtensions Classe

Definizione

Estensioni correlate al collegamento per IHtmlHelper.

public ref class HtmlHelperLinkExtensions abstract sealed
public static class HtmlHelperLinkExtensions
type HtmlHelperLinkExtensions = class
Public Module HtmlHelperLinkExtensions
Ereditarietà
HtmlHelperLinkExtensions

Metodi

ActionLink(IHtmlHelper, String, String)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL all'azione specificata.

ActionLink(IHtmlHelper, String, String, Object)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL all'azione specificata.

ActionLink(IHtmlHelper, String, String, Object, Object)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL all'azione specificata.

ActionLink(IHtmlHelper, String, String, String)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL all'azione specificata.

ActionLink(IHtmlHelper, String, String, String, Object)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL all'azione specificata.

ActionLink(IHtmlHelper, String, String, String, Object, Object)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL all'azione specificata.

RouteLink(IHtmlHelper, String, Object)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL per la route specificata.

RouteLink(IHtmlHelper, String, Object, Object)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL per la route specificata.

RouteLink(IHtmlHelper, String, String)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL per la route specificata.

RouteLink(IHtmlHelper, String, String, Object)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL per la route specificata.

RouteLink(IHtmlHelper, String, String, Object, Object)

Restituisce un elemento ancoraggio (<a>) che contiene un percorso URL per la route specificata.

Si applica a