ISetCookie.SetPath(String) Method

Definition

Sets the path attribute.

[Android.Runtime.Register("setPath", "(Ljava/lang/String;)V", "GetSetPath_Ljava_lang_String_Handler:Org.Apache.Http.Cookies.ISetCookieInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetPath (string? path);
[<Android.Runtime.Register("setPath", "(Ljava/lang/String;)V", "GetSetPath_Ljava_lang_String_Handler:Org.Apache.Http.Cookies.ISetCookieInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member SetPath : string -> unit

Parameters

path
String

The value of the path attribute

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

See also