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

scheme

The scheme. (read-only) スキーム。(読み出しのみ)

Declaration 宣言

var scheme: String? { get }

Discussion 議論

This property contains the scheme. Any percent-encoded characters are not unescaped. For example, in the URL http://www.example.com/index.html, the scheme is http. このプロパティは、スキームを含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。例えば、URL http://www.example.com/index.htmlにおいて、スキームはhttpです。

The full URL is the concatenation of the scheme, a colon (:), and the value of resourceSpecifier. 完全なURLは、スキーム、コロン(:)、そしてresourceSpecifierの値を連結したものです。

See Also 参照

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