gpt4 book ai didi

asp.net-mvc - 将非静态值传递给 actionfilter

转载 作者:行者123 更新时间:2023-12-04 06:38:01 24 4
gpt4 key购买 nike

有没有办法将非静态值传递给如下所示的 actionfilter 参数?

public class ProcuctController : Controller
{
private int userID = 1;

[TestFilter(x=userID)]
public ActionResult Index()
{
}
}

最佳答案

不,没有。属性被烘焙到生成的程序集的元数据中,并且所有值都应该在编译时已知。您只能将常量值作为属性属性传递。这是 .NET 的限制,而不是 MVC。

关于asp.net-mvc - 将非静态值传递给 actionfilter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4625709/

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