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