ChunkingCookieManager.ChunkSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可傳回至用戶端的 Cookie 大小上限。 如果 Cookie 超過此大小,則會分解成多個 Cookie。 將此值設為 Null 可停用此行為。 預設值為 4050 個字元,所有通用瀏覽器都支援此字元。
請注意,瀏覽器也可能限制每個網域的所有 Cookie 總大小和每個網域的 Cookie 數目。
public:
property Nullable<int> ChunkSize { Nullable<int> get(); void set(Nullable<int> value); };
public int? ChunkSize { get; set; }
member this.ChunkSize : Nullable<int> with get, set
Public Property ChunkSize As Nullable(Of Integer)