In my Controller UGController I have an Action named Cadastro that takes me to the View Cadastro.cshtml that is in the UG folder.
That is:
Controller: UGController Action: Cadastro() Link: /UG/Cadastro View: /UG/Cadastro.cshtml
So normal. But I would like to create a folder inside View UG to put another file
Controller: UGController Action: ? Link: /UG/PDF/Lista View: /UG/PDF/Lista.cshtml
Doubt: How do I get Action to bring me to the List.cshtml with the link I've described?