C# Class At.FF.Krems.Configuration.Google.QueryStringParametersList

The query string parameter list
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Private Properties

Property Type Description

Public Methods

Method Description
Add ( string key, string value ) : void

Adds the specified key.

GetQueryStringPostfix ( ) : string

Gets the query string postfix.

Method Details

Add() public method

Adds the specified key.
public Add ( string key, string value ) : void
key string The key.
value string The value.
return void

GetQueryStringPostfix() public method

Gets the query string postfix.
public GetQueryStringPostfix ( ) : string
return string