I am developing DNN razor module. In the module I want to use ajax request. Ajax code and the required C# method both in same .cshtml. but since in modules I can not give specific URL I can not access the method from ajax. is their any solution for that.