Umbraco route definition-ajax form
问题 Hi :) I've got error "Cannot find the Umbraco route definition in the route values, the request must be made in the context of an Umbraco request" and return this wrong peace of code - "return RedirectToCurrentUmbracoPage();". After seding ajax form. This is my cotroller: public class ContactController : Umbraco.Web.Mvc.SurfaceController { private string GMAIL_SERVER = "smtp.gmail.com"; private int PORT = 587; [ChildActionOnly] public ActionResult ContactForm() { var model = new