sasha.nike
unread,Nov 8, 2009, 1:16:32 AM11/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Spark View Engine Dev
Hi, i tried to add area support in MVC2 preview 2 without any success
(three days)
from documentation 'AreaDescriptorFilter' checks for area value in
Route Data:
if (context.RouteData.Values.TryGetValue("area", out value))
but MVC2 preview 2 uses Data Tokens instead of Route Date, it mean
that AreaDescriptorFilter will never fire
documentation for Spark i found 'Needs documentation' and section with
'view areas' it means that there are no example for area support, so
anybody can send me example of using areas PLEASE :)