Why does Ajax.BeginForm replace my whole page?

后端 未结 6 1193
遇见更好的自我
遇见更好的自我 2020-12-16 09:47

Context: Asp.Net MVC3 w/Razor

I am trying to put a login form on a Razor layout (formerly master page) so that, when the user times out, s/he can be prompted to log

6条回答
  •  独厮守ぢ
    2020-12-16 10:04

    Late but correct. Make sure to reference the unobtrusive-ajax.js file as well as the MicrosoftAjax.js and MicrosoftMvcAjax.js files in that order. Works

提交回复
热议问题