gpt4 book ai didi

asp.net-mvc - ASP.NET MVC4 移动 : CS0103: The name 'DisplayModes' does not exist in the current context

转载 作者:行者123 更新时间:2023-12-04 05:54:20 25 4
gpt4 key购买 nike

在 ASP.NET MVC4 beta 中使用移动应用程序,使用很棒的 article ,但显示模式有问题。也就是说,我尝试使用

@{
ViewBag.Title = "ASP.NET Articles";
DisplayModes.RequireConsistentDisplayMode = true;
}

在我的 _ViewStart.cshtml 中,但出现编译错误:

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'DisplayModes' does not exist in the current context



有人也看到了吗?

最佳答案

链接的文章来自 2011 年 9 月 12 日,因此他们似乎更改了 API。

试试这个(它适用于 MVC4 beta):

@{
ViewBag.Title = "ASP.NET Articles";
DisplayModeProvider.Instance.RequireConsistentDisplayMode = true;
}

关于asp.net-mvc - ASP.NET MVC4 移动 : CS0103: The name 'DisplayModes' does not exist in the current context,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9699122/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com