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
Mostrar archivo Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
Decode ( string str ) : string
Encode ( string str ) : string
UrlHelper ( string url ) : System

Used to construct a Url helper class

Private Methods

Method Description
Parse ( ) : void

Method Details

Decode() public static method

public static Decode ( string str ) : string
str string
return string

Encode() public static method

public static Encode ( string str ) : string
str string
return string

UrlHelper() public method

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