CSFramework.WebApiV3.扩展特性(Attributes)
FormatResponseAttribute
JSON格式化响应结果,统一返回JSON格式。
NoFormatResponseAttribute
对应FormatResponseAttribute特性,返回Response.ContextType数据格式。
VerifySignAttribute
设置该特性的控制器或接口需要签名认证。
IgnoreSignAttribute
设置该特性的控制器或接口不需要验证签名。
VerifyBlacklistAttribute
黑名单IP地址校验。
NoVerifyBlacklistAttribute
不校验黑名单。
RequestConcurrentAttribute
并发请求过滤器。
版权声明:本文为开发框架文库发布内容,转载请附上原文出处连接
WebApi-NETCore-V3 C/S框架网