C# 클래스 Nvelope.Web.UriExtensions

파일 보기 프로젝트 열기: TrinityWestern/Nvelope

공개 메소드들

메소드 설명
AddParameter ( this uri, string key, string value ) : Uri

Adds parameter to a uri.

ToStringWithoutSlash ( this uri ) : string

Output URI as a string without a slash at the end of the path

메소드 상세

AddParameter() 공개 정적인 메소드

Adds parameter to a uri.
public static AddParameter ( this uri, string key, string value ) : Uri
uri this
key string Key of the parameter to add.
value string Value of the parameter to add.
리턴 System.Uri

ToStringWithoutSlash() 공개 정적인 메소드

Output URI as a string without a slash at the end of the path
public static ToStringWithoutSlash ( this uri ) : string
uri this
리턴 string