Relative Content

Tag Archive for asp.net-core

How to pass a select list using partial view in .Net Core?

I have written an action for a Partial view where I am calling a select list, and have passed same in the _Layout.cshtml.
The dropdown loads on Home/Index action, but the complete website stops working when access any other Action and Controller method.