How is DefineSection(...) used in an ASP.NET Core view?

Viewed 116

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.

0 Answers
Related