C# Class Elastacloud.AzureManagement.Fluent.Helpers.UrlHelper

URL encoding class. Note: use at your own risk. Written by: Ian Hopkins (http://www.lucidhelix.com) Date: 2008-Dec-23 (Ported to C# by t3rse (http://www.t3rse.com)) Update by Elastacloud (http://www.elastacloud.com) 24/04/2012
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( string str ) : string
Encode ( string str ) : string
UrlHelper ( string url ) : System

Used to construct a Url helper class

Private Methods

Méthode Description
Parse ( ) : void

Method Details

Decode() public static méthode

public static Decode ( string str ) : string
str string
Résultat string

Encode() public static méthode

public static Encode ( string str ) : string
str string
Résultat string

UrlHelper() public méthode

Used to construct a Url helper class
public UrlHelper ( string url ) : System
url string The url to deconstruct
Résultat System