Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.NET の Http ハンドラで .resx ファイルにアクセスする最良の方法は何ですか?
JavaScriptでそれらにアクセスする必要があります。私の目標は、IHttpHandler を介して JSON でシリアル化することです。問題は、要求言語に従ってどの .resx をロードする必要があるかを単純に判断できないことです。
ありがとう!
GetGlobaResourceObjectまたはGetLocalResourceObjectをここのように使用できます
http://msdn.microsoft.com/en-us/library/ms227982.aspx