Hi all
Currently I am engaged with an DNN razor module development project. I have successfully created one module and it works fine.
But now I have requirement to Create a module with multiple files.
For example :
- I have main page it contain basic information of my project
- Then I have another razor page in the same directory which contain descriptive information of that particular projects.
- What I want is to link those pages once I clicked on the main page "<a></a>" tag it need to redirect to the description page with project id
Need help on that, What would be the best way to do that. I am stuck on this point.