Fork me on GitHub

MvcPager帮助文档 - MvcAjaxOptionsBuilder 类

表示用于构建MvcAjaxOptions对象的辅助对象。
构造函数:
名称说明
MvcAjaxOptionsBuilder(MvcAjaxOptions ajaxOptions) 根据MvcAjaxOptions构建MvcAjaxOptionsBuilder对象。
公共方法:

以下为 MvcAjaxOptionsBuilder 类的公共方法列表,所有方法的返回值均为MvcAjaxOptionsBuilder,以实现方法的链接调用(Method Chaining)。

名称说明
DisableHistorySupport()设置 MvcAjaxOptions 的EnableHistorySupport属性值为false
DisallowCache()设置 MvcAjaxOptions 的AllowCache属性值为false
EnablePartialLoading()设置 MvcAjaxOptions 的EnablePartialLoading属性值为true
SetConfirm(string confirm)设置 MvcAjaxOptions 的Confirm属性
SetDataFormId(string id)设置 MvcAjaxOptions 的DataFormId属性
SetHttpMethod(string method)设置 MvcAjaxOptions 的HttpMethod属性
SetLoadingElementDuration(int duration)设置 MvcAjaxOptions 的LoadingElementDuration属性
SetLoadingElementId(string id)设置 MvcAjaxOptions 的LoadingElementId属性
SetOnBegin(string name)设置 MvcAjaxOptions 的OnBegin属性
SetOnComplete(string name)设置 MvcAjaxOptions 的OnComplete属性
SetOnFailure(string name)设置 MvcAjaxOptions 的OnFailure属性
SetOnSuccess(string name)设置 MvcAjaxOptions 的OnSuccess属性
SetUpdateTargetId(string targetId)设置 MvcAjaxOptions 的UpdateTargetId属性