Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Web

Web related method and properties.

Index

Functions

  • getURLParameter(parameter: string): string
  • Returns the provided URL parameter value (e.g. http://example.com/?myparam=value1)

    Note: This returns the first value if multiple values are specified for the same parameter.

    Parameters

    • parameter: string

    Returns string

  • getURLParameters(parameter: string): string[]
  • Returns provided URL parameter values (e.g. http://example.com/?myparam=value1=value2=value3)

    Parameters

    • parameter: string

    Returns string[]