python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
ASP.NET MVC controller not accessible?
I am trying to reach an controller from my umbraco backoffice, but it seems impossible to do so.
The controller I have created is a simple
using System.Diagnostics;
using System.Web.Http;
using System...
I am not Fat
Votes: 0
Answers: 1
How to do an AJAX post to an Umbraco Web Api
I am using Umbraco 8.17 and I am trying to do an ajax post to an umbraco web api. I know from the Umbraco documentation that I need to make a new controller that extends UmbracoApiController. I also k...
Larry
Votes: 0
Answers: 1
Umbraco 8.17 How to get page id of a different page?
I needed to get to a different page if certain conditions were meet within my SurfaceController. If you have the page ID of the page you need to get to this is ease. The problem was I did not want to ...
Larry
Votes: 0
Answers: 1
How to get Unpublished Contents from umbraco
I'm the new to Umbraco and I'm struggling to get the unpublished contents.
I have created a document type article and article items as mentioned in our Umbraco tutorial. In content section I have crea...
Jothipriya
Votes: 0
Answers: 1