HttpCookie.Comment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳說明此 cookie 用途的留言,或 null 若 cookie 沒有留言。 -或- 指定描述 cookie 用途的留言。
public string? Comment { [Android.Runtime.Register("getComment", "()Ljava/lang/String;", "")] get; [Android.Runtime.Register("setComment", "(Ljava/lang/String;)V", "")] set; }
[<get: Android.Runtime.Register("getComment", "()Ljava/lang/String;", "")>]
[<set: Android.Runtime.Register("setComment", "(Ljava/lang/String;)V", "")>]
member this.Comment : string with get, set
屬性值
a String 包含註解,或 null 若無則
- 屬性
備註
財產取得者文件:
回傳說明此 cookie 用途的留言,或 null 若 cookie 沒有留言。
Java 文件 java.net.HttpCookie.getComment()。
屬性設定文件:
指定一段描述 cookie 用途的留言。 如果瀏覽器會向使用者呈現 Cookie,該留言就很有用。 留言不支援 Netscape 版本 0 的 cookies。
Java 文件 java.net.HttpCookie.setComment(java.lang.String)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。