开发者

WCF REST Special characters

HI How do u pass a '/' as a paramter in a wcf service rest way. e.g if the user name has t开发者_JS百科he domain includes "domain/userName"

thanks


The escape string for / is %2F. If you're asking how to do this programatically, the use Uri::EscapeDataString.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜