为什么没有“Facebook”? Microsoft.Web.Helpers 中的类?
我已从 NuGet 下载了 Microsoft.Web.Helpers 以在 MVC 3(无 WebMatrix!!!)项目中使用。
与许多教程相反(如下所示: http://midnightprogrammer.net/post/Working-With-Microsoft-Web-Helpers-In-MVC-3-Razor-View.aspx 和 http ://weblogs.asp.net/imranbaloch/archive/2010/11/07/using-asp-net-web-pages-in-asp-net-mvc.aspx)我没有 @Facebook.Like
,根本没有 Facebook 类。
它可能是 WebMatrix 特定的东西吗?有没有办法让只获得帮助者?
I've downloaded Microsoft.Web.Helpers from NuGet to use in a MVC 3 (no WebMatrix!!!) project.
Contrary to many tutorials (like this: http://midnightprogrammer.net/post/Working-With-Microsoft-Web-Helpers-In-MVC-3-Razor-View.aspx and http://weblogs.asp.net/imranbaloch/archive/2010/11/07/using-asp-net-web-pages-in-asp-net-mvc.aspx) I don't have a @Facebook.Like
, no Facebook class at all.
Can it be some WebMatrix specific thing? Is there a way to get just the helpers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
获取版本 1.15
您将拥有 @Facebook
Get version 1.15
You'll have the @Facebook
它是 Facebook.LikeButton,而不是 Facebook.Like。还要确保你有这个在上面,
It's Facebook.LikeButton instead of Facebook.Like. Also make sure you have this on top,
您可以使用 NuGet 获取它:
You can get it with NuGet: