0

I was recently trying to get the default view engine in ASP.NET MVC 1.0 and couldn't seem to access the ViewEngines.DefaultEngine property that used to be available in the CTP and Beta versions. Does anyone know what the equivalent in the 1.0 release is?

4

1 回答 1

0

如果我理解正确,那么...

为了呈现部分视图,从 jQuery 回传中,我执行以下操作;

return PartialView("Calendar", items);

这就是你所追求的,我错过了你发布的链接的重点吗?

于 2009-10-14T03:52:15.767 回答