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