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