Class UrlBuilder
- Namespace
- PolarStudioGlobals
- Assembly
- PolarStudioGlobals.dll
public class UrlBuilder
- Inheritance
-
UrlBuilder
- Inherited Members
- Extension Methods
Constructors
UrlBuilder(string)
public UrlBuilder(string pUrl = "")
Parameters
pUrl
string
Fields
BaseUrl
public string BaseUrl
Field Value
Parameters
public Dictionary<string> Parameters
Field Value
Properties
this[string]
public string this[string pIndex] { get; set; }
Parameters
pIndex
string
Property Value
Methods
Remove(string)
public void Remove(string pIndex)
Parameters
pIndex
string
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.