I was recently hired to make changes to a company's website that was built using Umbraco. I am relatively new to Umbraco but, I know my way around it to say the least. The problem I am having is that I cannot find where the Models are in the hierarchy. Is there a certain place that Models are stored? I can look in the code and see that there are Forms that call the Models but, it doesn't really say where they are.
Can't find Models in Umbraco Tabs
Hello,
I was recently hired to make changes to a company's website that was built using Umbraco. I am relatively new to Umbraco but, I know my way around it to say the least. The problem I am having is that I cannot find where the Models are in the hierarchy. Is there a certain place that Models are stored? I can look in the code and see that there are Forms that call the Models but, it doesn't really say where they are.
@inherits Umbraco.Web.Mvc.UmbracoViewPage<Aeon.Models.OrderSuppliesModel>
If anyone could please help a poor little noob out it would be greatly appreciated.
Hi Dylan
Do you have a source code of the project and visual studio?
You can easily find where the model classes are with Visual Studio.
Thanks,
Alex
is working on a reply...