剑轩

net core中使用url编码与解码操作

电脑版发表于:2019/2/13 9:55


net core中暂时还没有以前asp.net与mvc中的server对象。

获取url的编码与解码操作不能使用以前的server对象来获取。


使用的是WebUtility对象

url编码

WebUtility.UrlEncode("test")

url解码

WebUtility.UrlDecode(Request.Query["title"]);


url编码解码可以解决通过url传递参数时某些特殊符号不能传递,例如c#中的#符号,+号等

关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢