标签: c# .net asp.net-web-api
我们说我创建的CustomAuthorizeAttribute继承自AuthorizeAttribute命名空间中的System.Web.Http。
CustomAuthorizeAttribute
AuthorizeAttribute
System.Web.Http
如果有编译时保护使用Authorize属性和消息来代替使用CustomAuthorize,那将是很好的。我知道那里的ObsoleteAttribute会导致编译时错误,我们可以实现这样的事情吗?
Authorize
CustomAuthorize
ObsoleteAttribute