I'm trying to post a form information but I'm not really sure how to do it.
This is my C # form:
@using (Html.BeginForm("Enviar", "Mensagem", FormMethod.Post, new { enctype = "multipart/form-data", @class = "", @id = "formNovaMsg" }))...
asked by
02.09.2016 / 18:46