Instance Property インスタンスプロパティ

path

The path component of the URL if the URL conforms to RFC 1808 (the most common form of URL), otherwise an empty string. URLのパス構成要素、もしそのURLがRFC 1808(URLの最も一般的な形式)に準拠するならば、そうでなければ空文字列。

Declaration 宣言

var path: String { get }

Return Value 戻り値

The path, or an empty string if the URL has an empty path. パス、または空文字列、もしそのURLが空のパスを持つならば。

Discussion 議論

If the URL contains a parameter string, it is appended to the path with a ;. URLがパラメータ文字列を含むならば、それは;とともにパスに追加されます。

See Also 参照

Accessing the Parts of a URL URLの部分にアクセスする