Module URI_Encoding

Index

Functions

Functions

encodeURIComponent(str: string, bAsUrl?: boolean, bForFilterQuery?: boolean, bForCallback?: boolean): string

Parameters

  • str: string
  • bAsUrl?: boolean optional
  • bForFilterQuery?: boolean optional
  • bForCallback?: boolean optional

Returns

string

escapeUrlForCallback(str: string): string

Parameters

  • str: string

Returns

string