C# 클래스 GoogleApi.Helpers.QueryStringParametersList

Helper class to build querystrings for Google Requests.
파일 보기 프로젝트 열기: vivet/GoogleApi 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string key, string value ) : void

Adds a parameter.

GetQueryStringPostfix ( ) : string

returns the query string collection as url paremer string.

QueryStringParametersList ( ) : System

Default Constructor.

Remove ( string key ) : void

Remove a parameter.

메소드 상세

Add() 공개 메소드

Adds a parameter.
public Add ( string key, string value ) : void
key string
value string
리턴 void

GetQueryStringPostfix() 공개 메소드

returns the query string collection as url paremer string.
public GetQueryStringPostfix ( ) : string
리턴 string

QueryStringParametersList() 공개 메소드

Default Constructor.
public QueryStringParametersList ( ) : System
리턴 System

Remove() 공개 메소드

Remove a parameter.
public Remove ( string key ) : void
key string
리턴 void