Hello, I have a question that I have researched a lot and did not get any concrete answers. I am a beginner in C # and ASP.NET, forgive me for ignorance.
I have an ASP.NET Core MVC project.
In it I have Page A and Page B.
On Page A I have a "Add Page Item B" button, on which when clicking, I need to go to Page B by loading Page ID A.
I would like to know if there is any way to do this without using JS.