C# 클래스 Discuz.Api.ParameterHelper

파일 보기 프로젝트 열기: gruan01/Discuz.Mobi

공개 메소드들

메소드 설명
BuildUrl ( this method, Uri uri ) : Uri

将参数编进URI

BuildUrl ( this method, string url ) : string

将参数编进URL

GetParams ( this method ) : string>.Dictionary
GetStringContent ( this method ) : System.Net.Http.StringContent

将参数转换为 StringContent

메소드 상세

BuildUrl() 공개 정적인 메소드

将参数编进URI
public static BuildUrl ( this method, Uri uri ) : Uri
method this
uri System.Uri
리턴 System.Uri

BuildUrl() 공개 정적인 메소드

将参数编进URL
public static BuildUrl ( this method, string url ) : string
method this
url string
리턴 string

GetParams() 공개 정적인 메소드

public static GetParams ( this method ) : string>.Dictionary
method this
리턴 string>.Dictionary

GetStringContent() 공개 정적인 메소드

将参数转换为 StringContent
public static GetStringContent ( this method ) : System.Net.Http.StringContent
method this
리턴 System.Net.Http.StringContent