Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4248562
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:16:28+00:00 2026-05-21T04:16:28+00:00

If I need to call some action method of a controller from within javascript

  • 0

If I need to call some action method of a controller from within javascript code I can call it just passing the href, right? Something like that:

 $.colorbox({ href: '/Calendar/SessionPropertiesEditbox?starts='+start+' })

That’s not gonna work. The problem is the exact link should include the domain name also.
But you don’t know what the domain name would be. It could be “http://localhost:7741” today, tomorrow could be absolutely different.

So how to emulate ActionLink behavior in javascript code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T04:16:29+00:00Added an answer on May 21, 2026 at 4:16 am

    You are incorrect; that will work.

    It’s a domain-relative path, so the browser will automatically add the current domain.

    If your application is not running in the domain root, it will not work, since it will look in the domain root.
    If so, you’ll need to call Url.Action and pass its result to your Javascript.

    In a Razor view, that would look like

    <script>
        var url = "@Server.JavaScriptStringEncode(Url.Action(...))";
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The method below should return true for the first call, and false for any
I have inherited some verbose, repetitious code that I am trying to refactor. The
I'm working on a function that will return a context menu for use within
I am now working on an android app in which I need to display
I'm looking for some clarification regarding the behaviour of redirect_to . I have this
I am trying to implement some integration tests for my application to test a
I'm building an extremely JS-heavy web application. I say it's JS-heavy, because the vast
I'm creating website based on Django (I know it's pure Python, so maybe it
I am creating a service that receives requests in the form of JSON messages.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.