C# 클래스 Upac.Core.Utilities.UrlString

파일 보기 프로젝트 열기: 1508/upac-for-umbraco 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string key, string value ) : string
Append ( NameValueCollection arguments ) : void
Append ( UrlString url ) : void
Append ( string key, string value ) : void
GetUrl ( ) : string
GetUrl ( bool xhtmlFormat ) : string
Remove ( string key ) : string
ToString ( ) : string
Truncate ( string key ) : void
UrlString ( ) : System
UrlString ( NameValueCollection parameters ) : System
UrlString ( string url ) : System
this ( string key ) : string

비공개 메소드들

메소드 설명
GetQuery ( ) : string
Parse ( string url ) : void
ParseQuery ( string parameterSection ) : void

메소드 상세

Add() 공개 메소드

public Add ( string key, string value ) : string
key string
value string
리턴 string

Append() 공개 메소드

public Append ( NameValueCollection arguments ) : void
arguments System.Collections.Specialized.NameValueCollection
리턴 void

Append() 공개 메소드

public Append ( UrlString url ) : void
url UrlString
리턴 void

Append() 공개 메소드

public Append ( string key, string value ) : void
key string
value string
리턴 void

GetUrl() 공개 메소드

public GetUrl ( ) : string
리턴 string

GetUrl() 공개 메소드

public GetUrl ( bool xhtmlFormat ) : string
xhtmlFormat bool
리턴 string

Remove() 공개 메소드

public Remove ( string key ) : string
key string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Truncate() 공개 메소드

public Truncate ( string key ) : void
key string
리턴 void

UrlString() 공개 메소드

public UrlString ( ) : System
리턴 System

UrlString() 공개 메소드

public UrlString ( NameValueCollection parameters ) : System
parameters System.Collections.Specialized.NameValueCollection
리턴 System

UrlString() 공개 메소드

public UrlString ( string url ) : System
url string
리턴 System

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string