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