Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi,
I'm new to DNN and I'm trying to figure out how to set up a route api and call ActionResult in dnn 5.6?
The following are the statements that I'm having problem with inside DNN 5.6.
[Route(Name = Constants.ROUTE_API_LoginCheck, Url =
>> >> "api/loginCheck")]
>> >> [BaseMasterPage(ModelType = typeof(BasePageModel),
>> >> DisallowLoginRedirect = true)]
Please help me.