In an ASP.NET Core 3.1 view, I want to know if (and how) the DefineSection(...) can be used to implement a section, preferably by passing in the section name as a parameter, instead of using @section.
In an ASP.NET Core 3.1 view, I want to know if (and how) the DefineSection(...) can be used to implement a section, preferably by passing in the section name as a parameter, instead of using @section.