[Remarks] Some changes in upgrading ASP.NET MVC 5 to ASP.NET Core MVC

  1. MvcHtmlString becomes HtmlString, the interface is IHtmlContent
  2. new UrlHelper(helper.ViewContext.RequestContext) 改为 new UrlHelper(helper.ViewContext)

    Note: The namespace will be changed, you can add it according to the IDE prompt.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325109105&siteId=291194637