次のコードを検討してください。
public class MyAttribute : Attribute { }
[MyAttribute]
public class MyControlller : Controller
{
//...
}
これで、オブジェクトGlobal Action Filter
を取得する ができました。ActionExecutingContext
Controller
私の質問は、ここで、要求されたものがカスタムで飾られているかどうかを確認する方法ですAttribute
。