Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 567 Bytes

eXtensionSharp.AspNet

eXtensionSharp for asp.net web application

  • v0.0.3

    • prefix name change "v" to "x".
    • support remote ip address ip6 to ip4. (xGetRemoteIpAddress)
  • v0.0.2

    • Impl vGetMethod
    • Impl vGetControllerName
    • Impl vGetControllerFullName
    • Impl vGetActionName
    • Impl vGetUserAgent
    • Impl vGetAcceptEncoding
    • Impl vGetAcceptLanguage
    • Impl vGetReferer
    • Add ControllerContextExtensions
    • tested HttpContextExtensions
  • v0.0.1

    • Impl HttpContextExtensions
    • Impl SessionExtensions
    • Impl DistributeCacheExtensions
    • not tested