gpt4 book ai didi

C# ActionFilterAttribute 什么是默认的 AttributeUsage

转载 作者:行者123 更新时间:2023-11-30 14:53:31 25 4
gpt4 key购买 nike

例子

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public class RedirectingActionAttribute : ActionFilterAttribute

但是如果我们不使用AttributeUsageActionFilterAttribute 的默认值是多少。我在谷歌中搜索,但找不到。

最佳答案

这是 ActionFilterAttribute 的默认值

[System.AttributeUsage(System.AttributeTargets.All,
AllowMultiple = false,
Inherited = true)]

关于C# ActionFilterAttribute 什么是默认的 AttributeUsage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29029238/

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