共用方式為


IUrlHelperFactory.GetUrlHelper(ActionContext) 方法

定義

IUrlHelper取得與 相關聯 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

參數

context
ActionContext

ActionContext 目前要求相關聯的 。

傳回

與 相關聯之要求的 。 IUrlHelpercontext

適用於