Re: MVC Post Model error

  •  10-15-2015, 2:54 AM

    Re: MVC Post Model error

    Hi,

     

    i used this codes and editor worked. But i got error message when post model.

     

     i think [ValidateInput(false)] is not working.

     

    i got error this row.

     

     

         if (this.Request.HttpMethod == "POST")

                {

                    string formdata = this.Request.Form[editor.Name];

                    if (formdata != null)

                        editor.LoadFormData(formdata);

                } 

     

    Can you write post example ?

     

    Thanks. 

View Complete Thread