Base solution for your next web application
Open Closed

pass 2 parameters in href #2021


User avatar
0
avanekar02 created

please tell me how can i pass 2 parameters in href to the controller

Thanks

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Do you use SPA or MPA ?

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    avanekar02 created

    SPA

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    It depends how do you want to see the url. For example you can use it like this.

    url: 'companies/:companyId/:userId'
    
    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)