close


.Net 4.5專案預設即支援Unobtrusive
只要在 global.asax Application_Start 加 以下即可轉為Unobtrusive

~Shael




Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
ValidationSettings.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms

Dim jQuery As New ScriptResourceDefinition()
jQuery.Path = "/scripts/jquery-1.11.1.min.js"
jQuery.DebugPath = "/scripts/jquery-1.11.1.js"
jQuery.CdnPath = "/scripts/jquery-1.11.1.min.js"
jQuery.CdnDebugPath = "/scripts/jquery-1.11.1.js"
ScriptManager.ScriptResourceMapping.AddDefinition("jquery", jQuery)
End Sub

 


arrow
arrow
    創作者介紹
    創作者 shael 的頭像
    shael

    Shael

    shael 發表在 痞客邦 留言(0) 人氣()