Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Add ( string name, string value ) : void |
Adds a name/value pair to the collection
|
|
Remove ( string name ) : void |
Removes a name/value pair from the collection
|
|
Set ( string name, string value ) : void |
Sets a new value for the given URL parameter.
|
public Add ( string name, string value ) : void | ||
name | string | The name of the URL parameter to add |
value | string | The value of the URL parameter |
Результат | void |
public Remove ( string name ) : void | ||
name | string | The name of the URL parameter to remove |
Результат | void |
public Set ( string name, string value ) : void | ||
name | string | The name of the URL parameter to set |
value | string | The new value of the URL parameter |
Результат | void |