Url


Object Hierarchy:

Object hierarchy for Url

Description:

public class Url : Object

Static utility methods for URL percent-encoding.

Example:

    string encoded = Url.encode ("a b+c");
assert (encoded == "a%20b%2Bc");


Namespace: Vala.Encoding
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object