Yeah, forget what I said about razor. I did a quick look on Microsoft.WebPages and it seems to be a mess (ex: WebPage -> WebPageBase -> WebPafeRenderingBase - > WebPageUltimateBase) and pretty coupled with mvc.
Cheers, Henry Conceição On Fri, Jul 16, 2010 at 4:27 PM, hammett <[email protected]> wrote: > Actually afaik webmatrix is built on top of mvc. > > On Fri, Jul 16, 2010 at 1:09 PM, Ken Egozi <[email protected]> wrote: >> it works outside the context of MVC within the WebMatrix thing. you can have >> a single .cshtml file that acts and feels like a php/asp script (or webforms >> "script" for that matter) >> the question is if you can grab its parser/compiler, point it at a template >> file, get back an executable code that given a context of sorts >> (HttpContextBase or whatever) can generate output. >> then, with a proper base class (holding PropertyBag, Flash etc.) it would be >> pretty easy to hook into MR. > > > > -- > Cheers, > hammett > http://hammett.castleproject.org/ > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Development List" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-devel?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
