Method | Description | |
---|---|---|
Append ( string name, string value ) : void | ||
Delete ( string name ) : void | ||
Get ( string name ) : string | ||
GetAll ( string name ) : string[] | ||
Has ( string name ) : bool | ||
Set ( string name, string value ) : void | ||
URLSearchParams ( ) : System.Runtime.CompilerServices | ||
URLSearchParams ( |
||
URLSearchParams ( string init ) : System.Runtime.CompilerServices |
public Append ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public Set ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public URLSearchParams ( ) : System.Runtime.CompilerServices | ||
return | System.Runtime.CompilerServices |
public URLSearchParams ( |
||
init | ||
return | System.Runtime.CompilerServices |
public URLSearchParams ( string init ) : System.Runtime.CompilerServices | ||
init | string | |
return | System.Runtime.CompilerServices |