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

host

The host URL subcomponent, or nil if not present. ホストURL下位構成要素、または存在しないならばnil

Declaration 宣言

var host: String? { get set }

Discussion 議論

For example, in the URL http://www.example.com/index.html, the host is www.example.com. 例えば、URL http://www.example.com/index.htmlにおいて、ホストはwww.example.comです。

See Also 参照

Accessing Components in Native Format 構成要素にネイティブ形式でアクセスする