UrlHelper(ActionContext) Constructeur

Définition

Initialise une nouvelle instance de la classe UrlHelper à l'aide du actionContext spécifié.

public:
 UrlHelper(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext);
public UrlHelper (Microsoft.AspNetCore.Mvc.ActionContext actionContext);
new Microsoft.AspNetCore.Mvc.Routing.UrlHelper : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.Routing.UrlHelper
Public Sub New (actionContext As ActionContext)

Paramètres

actionContext
ActionContext

ActionContext pour la requête actuelle.

S’applique à