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