Show / Hide Table of Contents

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: NFX.Web.IO
Assembly: NFX.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
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX