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.
ページのクエリ文字列をログに記録します。付きC#です。
C#
%2c%20コード内の文字列を通常の文字列に変換するにはどうすればよいC#ですか?
%2c%20
HttpUtility.UrlDecode
文字列が現在のリクエストの url-parameters にある場合、Request.QueryString暗黙的にデコードする文字列にアクセスするために使用できます。それ以外の場合は を使用しますHttpUtility.UrlDecode。
Request.QueryString
HttpUtility.UrlDecode で十分です。このMSDNリンクを確認してください