absoluteURL
An absolute URL that refers to the same resource as the receiver. (read-only)
レシーバと同じリソースを参照する絶対URL。(読み出しのみ)
baseURL
The base URL. (read-only)
基準URL。(読み出しのみ)
fileSystemRepresentation
A C string containing the URL’s file system path. (read-only)
URLの持つファイルシステムパスを含んでいるC文字列。(読み出しのみ)
fragment
The fragment identifier, conforming to RFC 1808. (read-only)
フラグメント識別子、RFC 1808に準拠します。(読み出しのみ)
host
The host, conforming to RFC 1808. (read-only)
ホスト、RFC 1808に準拠します。(読み出しのみ)
lastPathComponent
The last path component. (read-only)
最後のパス構成要素。(読み出しのみ)
parameterString
The parameter string conforming to RFC 1808. (read-only)
パラメータ文字列、RFC 1808に準拠します。(読み出しのみ)
password
The password conforming to RFC 1808. (read-only)
パスワード、RFC 1808に準拠します。(読み出しのみ)
path
The path, conforming to RFC 1808. (read-only)
パス、RFC 1808に準拠します。(読み出しのみ)
pathComponents
An array containing the path components. (read-only)
(読み出しのみ)
pathExtension
The path extension. (read-only)
パス拡張子。(読み出しのみ)
port
The port, conforming to RFC 1808.
ポート、RFC 1808に準拠します。
query
The query string, conforming to RFC 1808.
クエリ文字列、RFC 1808に準拠します。
relativePath
The relative path, conforming to RFC 1808. (read-only)
相対パス、RFC 1808に準拠します。(読み出しのみ)
relativeString
A string representation of the relative portion of the URL. (read-only)
URLの相対部分の文字列表現。(読み出しのみ)
resourceSpecifier
The resource specifier. (read-only)
リソース指定子。(読み出しのみ)
scheme
The scheme. (read-only)
スキーム。(読み出しのみ)
standardizedURL
A copy of the URL with any instances of
".."
or "."
removed from its path. (read-only)
URLのコピー、それのパスから".."
または"."
のあらゆる出現を取り除いた状態で。(読み出しのみ)
user
The user name, conforming to RFC 1808.
ユーザ名、RFC 1808に準拠します。