HttpServerUtility.UrlPathEncode(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
请勿使用;仅适用于浏览器兼容性。 请使用 UrlEncode(String)。
public:
System::String ^ UrlPathEncode(System::String ^ s);
public string UrlPathEncode (string s);
member this.UrlPathEncode : string -> string
Public Function UrlPathEncode (s As String) As String
参数
- s
- String
要进行 URL 编码的文本。
返回
URL 已编码的文本。