BasicClientCookie.Path Property

Definition

Gets or sets the request-path scope for this cookie.

public virtual string? Path { [Android.Runtime.Register("getPath", "()Ljava/lang/String;", "GetGetPathHandler")] get; [Android.Runtime.Register("setPath", "(Ljava/lang/String;)V", "GetSetPath_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getPath", "()Ljava/lang/String;", "GetGetPathHandler")>]
[<set: Android.Runtime.Register("setPath", "(Ljava/lang/String;)V", "GetSetPath_Ljava_lang_String_Handler")>]
member this.Path : string with get, set

Property Value

The path scope, or null when no Path attribute was assigned.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to