I am new in umbraco, I have create static website, it's working fine for me. but now i am trying to create admin module means there is multiple folders, so i cant understand how can i handle that.
Means,
I want url's like this "http://localhost:5112/Account/Bank/" .
account is a - controller and Bank is - view action.
It's working in ASP.NET MVC using Areas functionality.
How to use Areas in Umbrco
Hi,
I am new in umbraco, I have create static website, it's working fine for me. but now i am trying to create admin module means there is multiple folders, so i cant understand how can i handle that.
Means,
I want url's like this "http://localhost:5112/Account/Bank/" .
account is a - controller and Bank is - view action.
It's working in ASP.NET MVC using Areas functionality.
Thanks in Advancd.
Hi Pratham,
Here great explanation how to do area with umbraco:
http://blog.dampee.be/post/2013/03/29/Convert-MVC-application-to-Umbraco-v6-using-Custom-Routes.aspx
Thanks, Alex
is working on a reply...