We developed front-end in ASP.NET MVC and back-end is Umbraco Heartcore.
Now there is new requirements need to create a new page from Heartcore backoffice where admin can new page from back office and add website content from there.
This website developed using ASP .NET MVC and back-end is Umbraco Heartcore we already using Professional version.
Client wants to create new page from Umbraco Heartcore which is possible in Umbraco cloud. We can create view in Umbraco Cloud but I think we can't create view or page in Umbraco Heartcore backoffice.
If there is any possible way then please guide me. Can we create new page like this in given example?
It's not possible to create cshtml views in the Heartcore backoffice. Only document types and content pages.
For the page you've linked to you'll need to have a content page in the backoffice based on a chosen document type and then fetch the content using either of the Heartcore APIs to render it using the frontend templates.
Can we create new page from Umbraco Heart core backoffice?
Hi Team
I need know "Can we create new page from Umbraco Heart core backoffice?" Is there any way to create new page from Umbraco Heartcore Backoffice?
Hi there.
Can you define what you mean by a "new page"?
A normal content page or something else?
Hi Lindow
We developed front-end in ASP.NET MVC and back-end is Umbraco Heartcore. Now there is new requirements need to create a new page from Heartcore backoffice where admin can new page from back office and add website content from there.
Please, refer to https://our.umbraco.com/documentation/Fundamentals/Data/Defining-content/
Just ignore the parts about templates as those are specific for standard Umbraco projects rather than Heartcore :)
Hi Lindow
https://tccstage.azurewebsites.net/AboutUs/BoardOfDirectors
This website developed using ASP .NET MVC and back-end is Umbraco Heartcore we already using Professional version.
Client wants to create new page from Umbraco Heartcore which is possible in Umbraco cloud. We can create view in Umbraco Cloud but I think we can't create view or page in Umbraco Heartcore backoffice.
If there is any possible way then please guide me. Can we create new page like this in given example?
https://tccstage.azurewebsites.net/AboutUs/BoardOfDirectors
Hi again.
It's not possible to create cshtml views in the Heartcore backoffice. Only document types and content pages.
For the page you've linked to you'll need to have a content page in the backoffice based on a chosen document type and then fetch the content using either of the Heartcore APIs to render it using the frontend templates.
Does that help?
Yes, thanks
is working on a reply...