Greetings, I am trying to create a toolbar (New, Update, Create, Delete) etc. In an application that I am developing in .NET Core, SQL Server, what I am trying to do is have a partial view in the _Layoute with these buttons (New, Update, Create, Delete) etc. and be able to access the current controller, action and access the model from the tollbar, any ideas that can help me.