关于[Html.RenderAction Equivalent in .NET Core MVC]的摘要:
If you were a fan of ASP.NET MVC Widgets using Html.RenderAction, you might be a bit stunned that RenderAction is nowhere to be found in .NET Core. Don’t worry, though, because there is a Html.RenderAction equivalent in .NET Core MVC and it’s called View Components.
原文地址: https://www.stevefenton.co.uk/2019/08/html-renderaction-equivalent-in-net-core-mvc/