Instance Property
インスタンスプロパティ
resourceSpecifier
The resource specifier. (read-only)
リソース指定子。(読み出しのみ)
Declaration
宣言
@property (nullable, readonly, copy) NSString
*resourceSpecifier ;
Discussion
議論
This property contains the resource specifier. Any percent-encoded characters are not unescaped. For example, in the URL http://www.example.com/index.html?key1=value1#jumplink
, the resource specifier is //www.example.com/index.html?key1=value1#jumplink
(everything after the colon).
このプロパティは、リソース指定子を含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。例えば、URL http://www.example.com/index.html?key1=value1#jumplink
において、リソース指定子は//www.example.com/index.html?key1=value1#jumplink
です(コロンの後のすべてのもの)。
Important
重要
If the receiver does not specify a net location portion of the URL, as returned by the toll-free bridged CFURL
function CFURLCopyNetLocation
, then this method returns only the path of the receiver. For example, in the URL file:///file.txt
, the resource specifier is /file.txt
.
レシーバがURLのネット位置部分を指定しないならば、トールフリーブリッジされたCFURL
の関数CFURLCopyNetLocation
によって返されるように、そのときこのメソッドはレシーバのパスのみを返します。例えば、URL file:///file.txt
において、リソース指定子は/file.txt
です。
See Also
参照
Accessing the Parts of the URL
URLの部分それらにアクセスする
absoluteString
The URL string for the receiver as an absolute URL. (read-only)
レシーバに対するURL文字列、絶対URLとして。(読み出しのみ)
absoluteURL
An absolute URL that refers to the same resource as the receiver. (read-only)
レシーバと同じリソースを参照する絶対URL。(読み出しのみ)
baseURL
The base URL. (read-only)
基準URL。(読み出しのみ)
fileSystemRepresentation
A C string containing the URL’s file system path. (read-only)
URLの持つファイルシステムパスを含んでいるC文字列。(読み出しのみ)
fragment
The fragment identifier, conforming to RFC 1808. (read-only)
フラグメント識別子、RFC 1808に準拠します。(読み出しのみ)
host
The host, conforming to RFC 1808. (read-only)
ホスト、RFC 1808に準拠します。(読み出しのみ)
parameterString
The parameter string conforming to RFC 1808. (read-only)
パラメータ文字列、RFC 1808に準拠します。(読み出しのみ)
Deprecated
非推奨
password
The password conforming to RFC 1808. (read-only)
パスワード、RFC 1808に準拠します。(読み出しのみ)
path
The path, conforming to RFC 1808. (read-only)
パス、RFC 1808に準拠します。(読み出しのみ)
pathComponents
An array containing the path components. (read-only)
(読み出しのみ)
port
The port, conforming to RFC 1808.
ポート、RFC 1808に準拠します。
query
The query string, conforming to RFC 1808.
クエリ文字列、RFC 1808に準拠します。
relativePath
The relative path, conforming to RFC 1808. (read-only)
相対パス、RFC 1808に準拠します。(読み出しのみ)
relativeString
A string representation of the relative portion of the URL. (read-only)
URLの相対部分の文字列表現。(読み出しのみ)
scheme
The scheme. (read-only)
スキーム。(読み出しのみ)
standardizedURL
A copy of the URL with any instances of ".."
or "."
removed from its path. (read-only)
URLのコピー、それのパスから".."
または"."
のあらゆる出現を取り除いた状態で。(読み出しのみ)
user
The user name, conforming to RFC 1808.
ユーザ名、RFC 1808に準拠します。