C# 클래스 SimpleAuth.UrlUtility

파일 보기 프로젝트 열기: Clancey/SimpleAuth

공개 메소드들

메소드 설명
AddParameters ( this url, string>.Dictionary parameters ) : Uri
AddParameters ( this url, string name, string value ) : Uri
GetParameter ( this url, string parameter ) : string

메소드 상세

AddParameters() 공개 정적인 메소드

public static AddParameters ( this url, string>.Dictionary parameters ) : Uri
url this
parameters string>.Dictionary
리턴 System.Uri

AddParameters() 공개 정적인 메소드

public static AddParameters ( this url, string name, string value ) : Uri
url this
name string
value string
리턴 System.Uri

GetParameter() 공개 정적인 메소드

public static GetParameter ( this url, string parameter ) : string
url this
parameter string
리턴 string