I have tried adding a section script inside a view component\'s view.
@section scripts {
From what I have seen, a "@section Scripts {}" in a ViewComponent is ignored and does not render in the relevant @RenderSection() of the ViewComponents _*layout.cshtml
"@section Scripts {}"
@RenderSection()
ViewComponents _*layout.cshtml
Why that is I do not know.