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.
加载中,请稍侯......
精彩评论