text 在.net核心中使用urlHelper

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在.net核心中使用urlHelper相关的知识,希望对你有一定的参考价值。

in startup.cs

services.AddSingleton<IActionContextAccessor, ActionContextAccessor>();
services.AddScoped<IUrlHelper>(x => {
    var actionContext = x.GetRequiredService<IActionContextAccessor>().ActionContext;
    var factory = x.GetRequiredService<IUrlHelperFactory>();
    return factory.GetUrlHelper(actionContext);
});

then could inject IUrlHelper

以上是关于text 在.net核心中使用urlHelper的主要内容,如果未能解决你的问题,请参考以下文章

ASP.Net Core 2.0:无需请求即可创建 UrlHelper

如何在 Razor 助手中使用 UrlHelper?

从下拉列表中获取值并在 UrlHelper 中使用值 [关闭]

text 在.net核心中添加种子

text 在.net核心中创建api控制器

查找HTMLHelper,URLHelper和AJAXHelper类型的所有扩展方法