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 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