Class

NSURLQueryItem

An object representing a single name/value pair for an item in the query portion of a URL that bridges to URLQueryItem; use NSURLQueryItem when you need reference semantics or other Foundation-specific behavior. URLのクエリ部の一項目に対する単一の名前/値のペアを表しているオブジェクト、それはURLQueryItemにブリッジします;NSURLQueryItemを使ってください、あなたが参照意味論または他のFoundation特有の挙動を必要とする場合は。

Declaration 宣言

class NSURLQueryItem : NSObject

Overview 概要

You use query items with the queryItems property of an NSURLComponents object. あなたは、クエリ項目をNSURLComponentsオブジェクトのqueryItemsプロパティとともに使います。

Topics 話題

Creating a Query Item クエリ項目を作成する

Reading a Query Item’s Name and Value クエリ項目のもつ名前と値を読み出す

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Using Reference Types 参照型を使用する