Structure

URLComponents

A structure that parses URLs into and constructs URLs from their constituent parts. URLをそれへと構文解析する、そしてURLをそれらの構成パーツから構築する、ある構造体。

Declaration 宣言

struct URLComponents

Overview 概要

This structure parses and constructs URLs according to RFC 3986. Its behavior differs subtly from that of the URL structure, which conforms to older RFCs. However, you can easily obtain a URL value based on the contents of a URLComponents value or vice versa. この構造体は、URLをRFC 3986によって構文解析および制約します。その挙動は、URL構造体のものと微妙に異なります、それは古いRFCに準拠します。しかしながら、あなたは簡単にURL値をURLComponents値の内容に基づいて入手できます、また逆もまた同様です。

Topics 話題

Creating URL Components URL構成要素を作成する

Getting the URL URLを取得する

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

Accessing Components in URL-Encoded Format 構成要素にURL符号化形式でアクセスする

Locating Components in the URL String Representation 構成要素をURL文字列表現において位置決めする

Comparing URL Components URL構成要素を比較する

Describing URL Components URL構成要素を記述する

Using Reference Types 参照型を使用する

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

Instance Methods インスタンス メソッド

See Also 参照

URLs URL