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

The query string parameter list
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( string key, string value ) : void

Adds the specified key.

GetQueryStringPostfix ( ) : string

Gets the query string postfix.

Method Details

Add() public méthode

Adds the specified key.
public Add ( string key, string value ) : void
key string The key.
value string The value.
Résultat void

GetQueryStringPostfix() public méthode

Gets the query string postfix.
public GetQueryStringPostfix ( ) : string
Résultat string