URL (gb.web)

Dal 3.1

This class provides static utility methods that deal with URL strings.

Questa classe reimplementa URL in gb.util.web.

Questa classe è creabile.

Metodi statici
SetQuery   Set the value of a parameter inside a query, and return the new modified query.
UnsetQuery   Remove the parameter Field from a query URL and return the new modified query.

Metodi statici ereditati
Decode   Decode an URL encoded in the application/x-www-form-urlencoded format.
Encode   Encode an URL into the application/x-www-form-urlencoded format.
FromString  
Quote   Return an URL encoded into the application/x-www-form-urlencoded format.
Unquote   Decode and return an URL encoded in the application/x-www-form-urlencoded format.

Proprietà ereditate
Hash  
Host  
Password  
Path  
Port  
Protocol  
Query  
User  

Metodi ereditati
ToString