HomeController.cs :

[HttpPost]
public ActionResult test()
{
return Content("Done!");
}

View.cshtml :

<script type="text/javascript">
$.ajax({
url: '@Url.Action("test","Home")',
data: {dealerId: dealerID},
type: 'POST',
success: function(data) {
alert(data);
}
});
</script>

Comments

  1. Archie Virola

    Congratulations on your incredible gift for writing! Your article is an engaging and enlightening read. Wishing you a New Year full of achievements and happiness!

Sflfpd için bir cevap yazın Cevabı iptal et

E-posta hesabınız yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Şu HTML etiketlerini ve özelliklerini kullanabilirsiniz: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>