PathString.ToUriComponent メソッド

定義

URI 表記に結合するために適切な方法でエスケープされたパス文字列を提供します。

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

戻り値

エスケープされたパスの値

適用対象