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

parameterString

The parameter string conforming to RFC 1808. (read-only) パラメータ文字列、RFC 1808に準拠します。(読み出しのみ)

Declaration 宣言

var parameterString: String? { get }

Discussion 議論

This property contains the parameter string. Any percent-encoded characters are not unescaped. If the receiver does not conform to RFC 1808, this property contains nil. For example, in the URL file:///path/to/file;foo, the parameter string is foo. このプロパティは、パラメータ文字列を含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。レシーバがRFC 1808に準拠しないならば、このプロパティはnilを含みます。例えば、URL file:///path/to/file;fooにおいて、パラメータ文字列はfooです。

This property should not be confused with the query property, which also often contains a string of parameters. このプロパティは、queryプロパティと混同されるべきではありません、それはまたしばしばパラメータそれらからなるある文字列を含みます。

See Also 参照

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