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

host

The host, conforming to RFC 1808. (read-only) ホスト、RFC 1808に準拠します。(読み出しのみ)

Declaration 宣言

var host: String? { get }

Discussion 議論

This property contains the host, unescaped using the replacingPercentEscapes(using:) method. If the receiver does not conform to RFC 1808, this property contains nil. For example, in the URL http://www.example.com/index.html, the host is www.example.com. このプロパティはホストを含みます、replacingPercentEscapes(using:)メソッドを使ってアンエスケープされます。レシーバがRFC 1808に準拠しないならば、このプロパティはnilを含みます。例えば、URL http://www.example.com/index.htmlにおいて、ホストはwww.example.comです。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする