/// <summary> /// /// </summary> public AjaxProxy.Builder AjaxProxy(AjaxProxy.Config config) { #if MVC return(new AjaxProxy.Builder(new AjaxProxy(config) { ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null })); #else return(new AjaxProxy.Builder(new AjaxProxy(config))); #endif }
/// <summary> /// /// </summary> public Builder(AjaxProxy.Config config) : base(new AjaxProxy(config)) { }
/// <summary> /// /// </summary> public AjaxProxy.Builder AjaxProxy(AjaxProxy.Config config) { return(new AjaxProxy.Builder(new AjaxProxy(config))); }