Class RFC3986
Inheritance
System.Object
RFC3986
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Web.IO
Assembly: Azos.Web.dll
Syntax
public static class RFC3986
Methods
Encode(String)
Encodes string according to RFC3986
Declaration
public static string Encode(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input |
Returns
Type | Description |
---|---|
System.String |
URLEncode(String)
Encodes URL string according to RFC3986
Declaration
public static string URLEncode(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input |
Returns
Type | Description |
---|---|
System.String |