Freigeben über


IUrlHelperFactory.GetUrlHelper(ActionContext) Methode

Definition

Ruft eine IUrlHelper für die Anforderung ab, die zugeordnet ist context.

public:
 Microsoft::AspNetCore::Mvc::IUrlHelper ^ GetUrlHelper(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
public Microsoft.AspNetCore.Mvc.IUrlHelper GetUrlHelper (Microsoft.AspNetCore.Mvc.ActionContext context);
abstract member GetUrlHelper : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.IUrlHelper
Public Function GetUrlHelper (context As ActionContext) As IUrlHelper

Parameter

context
ActionContext

Die ActionContext , die der aktuellen Anforderung zugeordnet ist.

Gibt zurück

Ein IUrlHelper für die Anforderung, die zugeordnet ist context

Gilt für: