gpt4 book ai didi

c# - 如何在 ASP.Net 的 MVC Controller 中使用文件类?

转载 作者:太空宇宙 更新时间:2023-11-03 23:19:13 26 4
gpt4 key购买 nike

<分区>

我这里有个小问题。我在 ASP.NET MVC 的 Controller 中使用以下语句:

using (var fileStream = File.Create(path))
{
stream.CopyTo(fileStream);
}

我收到以下错误:

'Controller.File(byte[], string)' is a method, which is not valid in the given context  

我的 Controller 继承的父 Controller 类中似乎有一个名为 File 的函数。

我如何告诉编译器这里的 File 是类而不是函数?

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