C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decode ( string str ) : string
Encode ( string str ) : string
UrlHelper ( string url ) : System

Used to construct a Url helper class

Приватные методы

Метод Описание
Parse ( ) : void

Описание методов

Decode() публичный статический Метод

public static Decode ( string str ) : string
str string
Результат string

Encode() публичный статический Метод

public static Encode ( string str ) : string
str string
Результат string

UrlHelper() публичный Метод

Used to construct a Url helper class
public UrlHelper ( string url ) : System
url string The url to deconstruct
Результат System