Click or drag to resize

Utils_UrlUrlBuilderAddParameter Method

Adds a parameter to the construction.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public void AddParameter(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Parameter name
value
Type: SystemObject
Parameter value
See Also