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
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
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