Menu
Logo
Blog
Logo
  • Blog
  • Getting Started
    • Background
    • Installation
  • Concepts
    • Domains
    • Processes
    • Steps
    • Processors
    • Libraries
    • Forms and Elements
    • Menus
  • API Reference
    • Processor Arguments
    • Constants
    • EntityRepo
      • Introduction
      • Database
      • Infrastructure
        • Introduction
        • User Manager
        • File Handling
        • Rendering Templates
        • Making HTTP Requests
        • URL Handling
        • Cryptography
        • Mailing System
        • Barcode Generator
        • Generating Charts
        • Thread Pools
      • Authentication and Authorization
        • Authentication
        • Roles and Claims
      • Async Operations
      • Debug
      • Element Factory
      • UUID Generator
      • XML Parser
      • Easter Eggs

URL Handling

  • URL Handling

URL Handling#

The url library is exposed through EntityRepo's infrastructure object for URL resolution and parsing. The library is accessed using -

// where url is the url library
let url = this.entityRepo.infrastructure().url;
Edit this page
Previous
« Making HTTP Requests
Next
Cryptography »
  • URL Handling

Docs

  • Style Guide
  • Second Doc

Community

  • Stack Overflow
  • Discord
  • Twitter

More

  • Blog
  • GitHub
Copyright © 2020 Dynamo. Built with Docusaurus.