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

url

A URL created from the components. これら構成要素から作成されるあるURL。

Declaration 宣言

var url: URL? { get }

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を取得する