Instance Property
インスタンスプロパティ
url
A URL created from the components.
これら構成要素から作成されるあるURL。
Discussion
議論
If the NSURLComponents has an authority component (user, password, host or port) and a path component, then the path must either begin with “/” or be an empty string.
NSURLComponentsがauthority構成要素(ユーザ、パスワード、ホスト、またはポート)とパス構成要素を持つならば、そのときパスは “/” で始まるかまたは空の文字列かどちらかでなければなりません。
If the NSURLComponents does not have an authority component (user, password, host or port) and has a path component, the path component must not start with “//”. If those requirements are not met, nil is returned.
See Also
参照
Getting the URL
URLを取得する
var string: String?
A URL derived from the components object, in string form.
構成要素オブジェクトから引き出されるURL、文字列形式で。