我想在ASP.NET MVC视图页面中的jquery方法中访问Session值.见下面的代码,
$('input[type=text],select,input[type=checkbox],input[type=radio]').attr('disabled', '<%= Session["CoBrowse"].ToString() %>');
如何在jquery中获取Session值.
c# asp.net asp.net-mvc jquery
asp.net ×1
asp.net-mvc ×1
c# ×1
jquery ×1