p.location-badge.
exported from angular2/http
defined in angular2/src/http/url_search_params.ts (line 22)
:markdown
Map-like representation of url search parameters, based on
[URLSearchParams](https://url.spec.whatwg.org/#urlsearchparams) in the url living standard.
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
constructor(rawParams: string)
:markdown
.l-sub-section
h3 paramsMap
:markdown
.l-sub-section
h3 rawParams
:markdown
.l-sub-section
h3 has
pre.prettyprint
code.
has(param: string)
:markdown
.l-sub-section
h3 get
pre.prettyprint
code.
get(param: string)
:markdown
.l-sub-section
h3 getAll
pre.prettyprint
code.
getAll(param: string)
:markdown
.l-sub-section
h3 append
pre.prettyprint
code.
append(param: string, val: string)
:markdown
.l-sub-section
h3 toString
pre.prettyprint
code.
toString()
:markdown
.l-sub-section
h3 delete
pre.prettyprint
code.
delete(param: string)
:markdown