UrlHelperFactory.GetUrlHelper(ActionContext) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
              IUrlHelper获取与 context关联的请求的 。
public:
 virtual 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
override this.GetUrlHelper : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.IUrlHelperPublic Function GetUrlHelper (context As ActionContext) As IUrlHelper参数
- context
- ActionContext
与 ActionContext 当前请求关联的 。
返回
与 IUrlHelper 关联的请求的 context