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