gpt4 book ai didi

c# - 这个错误是什么意思 : Member modifier 'public' must precede the member type and name

转载 作者:太空狗 更新时间:2023-10-29 22:53:17 25 4
gpt4 key购买 nike

我的索引页查看结果有问题。我在这里和谷歌上搜索了解决方案。所以这是我的代码。

public class UserController : Controller
{
private ProjectsDB db = new ProjectsDB();
//
// GET: /User/
EnvironmentVariableTarget

public ViewResult Index()
{
var model = from p in db.Projects where p.UserName == User.Identity.Name select p;
return View(model);
}

这是我的错误:

Member modifier 'public' must precede the member type and name.

我做错了什么?

最佳答案

EnvironmentVariableTarget 部分是错误的。它不应该在那里,这就是为什么你在下一句话中得到错误

关于c# - 这个错误是什么意思 : Member modifier 'public' must precede the member type and name,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11347278/

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