/// <summary> /// /// </summary> public SplitCommand.Builder SplitCommand(SplitCommand component) { #if MVC component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null; #endif return(new SplitCommand.Builder(component)); }
/// <summary> /// /// </summary> public SplitCommand.Builder SplitCommand(SplitCommand component) { return(new SplitCommand.Builder(component)); }