Controller is inherited with DnnApiController and i want to enable cors as we can enable in .Net like [EnableCors(origins: "*", headers: "*", methods: "*", exposedHeaders: "X-My-Header")] public class TestController : ApiController { }
Can any one has implemented DNN CORS API?