view Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/Url.cshtml @ 179:1deccd6c3cb2

Aplicando seguridad x roles en sitio web
author nelopauselli
date Mon, 08 Aug 2011 15:24:26 -0300
parents ea85bd893247
children
line wrap: on
line source

@model string
@Html.TextBox(string.Empty, Model, new {style="width: 350px"})