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