QueryString.ToUriComponent 方法

定义

提供以特定方式转义的查询字符串,该方式可以正确地将字符串组合成 URI 表示形式。 除非 Value 为 null 或空,否则将包含前导“?”字符。 将对可能很危险的字符进行转义。

public:
 System::String ^ ToUriComponent();
public string ToUriComponent ();
member this.ToUriComponent : unit -> string
Public Function ToUriComponent () As String

返回

查询字符串值

适用于