gpt4 book ai didi

namespaces - .Net Core + 找不到类型或命名空间 'SelectList'

转载 作者:行者123 更新时间:2023-12-04 16:51:21 25 4
gpt4 key购买 nike

我在我的模型项目中创建了一个具有多个属性的类。其中我有 SelectList,但它太奇怪了,我不能将它包括在我的类(class)中。有一条红色下划线表示

The type or namespace "SelectList' could not be found

我尝试包含命名空间

using Microsoft.AspNetCore.Mvc.Rendering;

但是在 Mvc 中有一条红色下划线表示

The type or namespace name 'Mvc' does not exist in the namespace 'Microsoft.AspNetCore'

问题是什么?

public class Student
{
public SelectList Region { get; set; }
public string FullName { get; set; }
}

最佳答案

已解决。我必须从 Nuget 包管理器下载 microsoft.aspnetcore.mvc

关于namespaces - .Net Core + 找不到类型或命名空间 'SelectList',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44463380/

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