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

resourceSpecifier

The resource specifier. (read-only) リソース指定子。(読み出しのみ)

Declaration 宣言

var resourceSpecifier: String? { get }

Discussion 議論

This property contains the resource specifier. Any percent-encoded characters are not unescaped. For example, in the URL http://www.example.com/index.html?key1=value1#jumplink, the resource specifier is //www.example.com/index.html?key1=value1#jumplink (everything after the colon). このプロパティは、リソース指定子を含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。例えば、URL http://www.example.com/index.html?key1=value1#jumplinkにおいて、リソース指定子は//www.example.com/index.html?key1=value1#jumplinkです(コロンの後のすべてのもの)。

See Also 参照

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