When we create a CRUD with scalfold in ASP.NET MVC, in the POST methods, we have the following code:
public ActionResult Create([Bind(Include = "Id,Nome")] Grupo grupo) {...}
What is this [Bind] used for? When we use Gru...
asked by
29.12.2014 / 23:31