Class WwwFormUrlDecoder

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(query: string): WwwFormUrlDecoder

Parameters

  • query: string

Returns

WwwFormUrlDecoder

Properties

public length: number

public size: number

Methods

public concat(items?: Array<Windows.Foundation.IWwwFormUrlDecoderEntry[]>): IWwwFormUrlDecoderEntry[]

Parameters

  • items?: Array<Windows.Foundation.IWwwFormUrlDecoderEntry[]> optional

Returns

IWwwFormUrlDecoderEntry[]

public every(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean): boolean

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean

Returns

boolean

public every(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean, thisArg: any): boolean

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean
  • thisArg: any

Returns

boolean

public filter(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean): IWwwFormUrlDecoderEntry[]

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean

Returns

IWwwFormUrlDecoderEntry[]

public filter(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean, thisArg: any): IWwwFormUrlDecoderEntry[]

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean
  • thisArg: any

Returns

IWwwFormUrlDecoderEntry[]

public first(): IIterator

Returns

IIterator

public forEach(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => void)

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => void

public forEach(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => void, thisArg: any)

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => void
  • thisArg: any

public getAt(index: number): IWwwFormUrlDecoderEntry

Parameters

  • index: number

Returns

IWwwFormUrlDecoderEntry

public getFirstValueByName(name: string): string

Parameters

  • name: string

Returns

string

public getMany(startIndex: number): { items: Windows.Foundation.IWwwFormUrlDecoderEntry[]; returnValue: number; }

Parameters

  • startIndex: number

Returns

{ items: Windows.Foundation.IWwwFormUrlDecoderEntry[]; returnValue: number; }

public indexOf(value: IWwwFormUrlDecoderEntry): { index: number; returnValue: boolean; }

Parameters

Returns

{ index: number; returnValue: boolean; }

public join(seperator: string): string

Parameters

  • seperator: string

Returns

string

public lastIndexOf(searchElement: IWwwFormUrlDecoderEntry): number

Parameters

Returns

number

public lastIndexOf(searchElement: IWwwFormUrlDecoderEntry, fromIndex: number): number

Parameters

Returns

number

public map(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any): Array<any>

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any

Returns

Array<any>

public map(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any, thisArg: any): Array<any>

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any
  • thisArg: any

Returns

Array<any>

public pop(): IWwwFormUrlDecoderEntry

Returns

IWwwFormUrlDecoderEntry

public push(items?: IWwwFormUrlDecoderEntry[])

Parameters

public reduce(callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any): any

Parameters

  • callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any

Returns

any

public reduce(callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any, initialValue: any): any

Parameters

  • callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any
  • initialValue: any

Returns

any

public reduceRight(callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any): any

Parameters

  • callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any

Returns

any

public reduceRight(callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any, initialValue: any): any

Parameters

  • callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => any
  • initialValue: any

Returns

any

public reverse(): IWwwFormUrlDecoderEntry[]

Returns

IWwwFormUrlDecoderEntry[]

public shift(): IWwwFormUrlDecoderEntry

Returns

IWwwFormUrlDecoderEntry

public slice(start: number): IWwwFormUrlDecoderEntry[]

Parameters

  • start: number

Returns

IWwwFormUrlDecoderEntry[]

public slice(start: number, end: number): IWwwFormUrlDecoderEntry[]

Parameters

  • start: number
  • end: number

Returns

IWwwFormUrlDecoderEntry[]

public some(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean): boolean

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean

Returns

boolean

public some(callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean, thisArg: any): boolean

Parameters

  • callbackfn: (value: Windows.Foundation.IWwwFormUrlDecoderEntry, index: number, array: Windows.Foundation.IWwwFormUrlDecoderEntry[]) => boolean
  • thisArg: any

Returns

boolean

public sort(): IWwwFormUrlDecoderEntry[]

Returns

IWwwFormUrlDecoderEntry[]

public sort(compareFn: (a: Windows.Foundation.IWwwFormUrlDecoderEntry, b: Windows.Foundation.IWwwFormUrlDecoderEntry) => number): IWwwFormUrlDecoderEntry[]

Parameters

  • compareFn: (a: Windows.Foundation.IWwwFormUrlDecoderEntry, b: Windows.Foundation.IWwwFormUrlDecoderEntry) => number

Returns

IWwwFormUrlDecoderEntry[]

public splice(start: number): IWwwFormUrlDecoderEntry[]

Parameters

  • start: number

Returns

IWwwFormUrlDecoderEntry[]

public splice(start: number, deleteCount: number, items?: IWwwFormUrlDecoderEntry[]): IWwwFormUrlDecoderEntry[]

Parameters

Returns

IWwwFormUrlDecoderEntry[]

public toLocaleString(): string

Returns

string

public toString(): string

Returns

string

public unshift(items?: IWwwFormUrlDecoderEntry[]): number

Parameters

Returns

number