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