Instance Property
インスタンスプロパティ
mainDocumentURL
The main document URL.
メインドキュメントURL。
Declaration
宣言
var mainDocumentURL: URL
? { get set }
Discussion
議論
The caller should set the main document URL to an appropriate main document, if known. For example, when loading a web page the URL of the HTML document for the top-level frame would be appropriate. This URL will be used for the “only from same domain as main document” cookie accept policy.
呼出し側は、メインドキュメントURLを適切なメインドキュメントに対して設定すべきです、もし知られるならば。例えば、ウェブページをロードする場合トップレベルフレームに対するHTMLドキュメントのURLが適切でしょう。このURLは、“メインドキュメントと同じドメインからのみ” クッキー受入方針のために使われます。
nil
indicates no main document.
nil
は、メインドキュメント無しを指し示します。
See Also
参照
Accessing Request Components
要請構成要素にアクセスする