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

host

The host subcomponent. host下位構成要素。

Declaration 宣言

var host: 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). このプロパティに対するゲッターは、この構成要素が持つかもしれない(構成要素がパーセント符号化を許可されるならば)あらゆるパーセント符号化を取り除きます。このプロパティを設定することは、下位構成要素または構成要素文字列がパーセント符号化されないと決めてかかります、そしてパーセント符号化を加えるでしょう(構成要素がパーセント符号化を許可されるならば)。

See Also 参照

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