Table of Contents

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

string

Parameters

public Dictionary<string> Parameters

Field Value

Dictionary<string>

Properties

this[string]

public string this[string pIndex] { get; set; }

Parameters

pIndex string

Property Value

string

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.