Invoke ViewComponents using javascript – Jquery ajax
Im trying to Invoke ViewComponent using javascript to facilitate page loading,now i invoked viewcomponent using razor but the loading of page taking long time, how to do that? Here is the method in controller: public async Task<IViewComponentResult> InvokeAsync(string id) {…