For MVC information, you should take a look at the different API classes umbraco provides. However, if you are building a simple site, it won't be necessary to do this, if you need to implement forms and such, I would recommend it though. You can have a look here:
https://our.umbraco.org/documentation/Implementation/Routing/MVC/
Multiple level list menu problem
I have to display multiple level menu (Main cat >SUb cat > group product) in Master page.
Doctype hierarchy
master -> home -> Main Category ->Sub Category -> Group Product
i want to display 3 level list from main category to Group Product
Content type that i made
Home Page(type of Home) -> main category contents -> .. -> product group.
I tried many codes but i cant got result.
tnx in advance.
Hello Jinesh,
Your question isn't entirely clear to me but I'll try to help you out.
You can do the following in your cshtml file:
Hope this helped you out a little!
Kind regards,
Jochen
Hi Jochen ,
Got the Exact output Thanks a lot .
Can you told me any source from that i can learn full navigation and Umbraco (ignore umbraco.tv) actually i am fresher in Umbraco and also in MVC .
Hello,
I use the umbraco razor cheat sheet a lot: https://our.umbraco.org/projects/developer-tools/umbraco-v6-mvc-razor-cheatsheets
For MVC information, you should take a look at the different API classes umbraco provides. However, if you are building a simple site, it won't be necessary to do this, if you need to implement forms and such, I would recommend it though. You can have a look here: https://our.umbraco.org/documentation/Implementation/Routing/MVC/
Have fun,
Kind regards,
Jochen
is working on a reply...