at the time of writing JsonRequestBehavior.AllowGet I get marked that is badly written or does not exist, in the controller.
public JsonResult Clases(string valuemarca)
{
return Json(obj2.ObtenerVehiculoClaseAsync("", ServicioMVCDatoAuto.TipoVehiculo.Auto, valuemarca), JsonRequestBehavior.AllowGet);
}