AjaxOptions.OnFailure 属性

定义

获取或设置在页面更新失败时要调用的 JavaScript 函数。

public string OnFailure { get; set; }
member this.OnFailure : string with get, set
Public Property OnFailure As String

属性值

页面更新失败时,要调用的 JavaScript 函数。

适用于