Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/PersonaApi/Nueva.cshtml @ 277:7439d7a5f8d0
Warning HTML: Cambiado ALT por TITLE.
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 20 Dec 2011 08:28:33 -0300 |
parents | b9850b647a4e |
children |
line wrap: on
line source
@model AltNetHispano.Agendas.Web.Models.PersonaNewModel @using (Html.BeginForm()) { @Html.EditorForModel() <input type="submit" value="agregar" /> }