首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
ThrottleAttribute
】的更多相关文章
ThrottleAttribute
/// <summary> /// Decorates any MVC route that needs to have client requests limited by time. /// </summary> /// <remarks> /// Uses the current System.Web.Caching.Cache to store each client request to the decorated route. /// </remark…