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

scheme

The scheme subcomponent of the URL. URLのscheme下位構成要素。

Declaration 宣言

var scheme: String? { get set }

Discussion 議論

The getter for this property removes any percent encoding this component may have (if the component allows percent encoding). Setting this property assumes the subcomponent or component string is not percent encoded and will add percent encoding (if the component allows percent encoding). Attempting to set the scheme with an invalid scheme string will cause an exception. このプロパティに対するゲッターは、この構成要素が持つかもしれない(構成要素がパーセント符号化を許可されるならば)あらゆるパーセント符号化を取り除きます。このプロパティを設定することは、下位構成要素または構成要素文字列がパーセント符号化されないと決めてかかります、そしてパーセント符号化を加えるでしょう(構成要素がパーセント符号化を許可されるならば)。スキームを無効なスキーム文字列で設定する試みは、例外を引き起こすでしょう。

See Also 参照

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