[Mono-aspnet-list] Render page
morf
ismel at gecpri.co.cu
Tue Feb 19 13:08:13 UTC 2013
In my mvc project I set in HomeController, in Index(),
ViewData["mydata"] = "data";
and, in Index.aspx, <%= Html.Encode(ViewData["mydata"]) %>
but, when I see my browser and run apache2 with mod_mono settings, the page
don't render "data".
How I solve this problem?
--
View this message in context: http://mono.1490590.n4.nabble.com/Render-page-tp4658630.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list