ced arm
ced arm

Reputation: 21

AjaxHelper MVC6 vnext

i don't find the Ajax helper into asp.net vnext mvc 6. is it delete from project or replace by view component ?

I search in the github repository and i don't see the file. may be to install an nuget package.

I found the nuget package "Microsoft.jQuery.Unobtrusive.Ajax": "3.2.3-beta1", only require the jquery version 1.8.

Upvotes: 1

Views: 1188

Answers (2)

Ibrahim Alsurkhi
Ibrahim Alsurkhi

Reputation: 113

enter image description here

https://github.com/aspnet/jquery-ajax-unobtrusive

you can use the attribute to call server by ajax request

Upvotes: 0

Yishai Galatzer
Yishai Galatzer

Reputation: 8862

This request is tracked by the following item: https://github.com/aspnet/Mvc/issues/2015

AjaxHelpers are not being tracked for MVC 6.0 at the moment. We are planning to make unobtrusive ajax available on Bower.

We are debating how much of the AjaxHelpers if any we are going to bring back. But either way we will provide samples at some point showing exactly how to achieve the sample functionality.

Upvotes: 4

Related Questions