Click or drag to resize

Utils_UrlUrlBuilder Constructor

Creates an URL Builder.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public UrlBuilder(
	string baseUrlFormat,
	params string[] formatObjects
)

Parameters

baseUrlFormat
Type: SystemString
Url that will be formatted with secondary values.
formatObjects
Type: SystemString
Values to use in url format.
See Also