Is there any way how to get access to the resources stored in App_LoacalResource or App_GlobalResources? I familiar how to do that for web form page but can't figure out how to do that from .ashx files...
Try this:
HttpContext.GetGlobalResourceObject
or
HttpContext.GetLocalResourceObject
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With