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 6551915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:23:47+00:00 2026-05-25T12:23:47+00:00

I am using C#, MVC3, and Razor. I have a javascript function (in the

  • 0

I am using C#, MVC3, and Razor.

I have a javascript function (in the view) that gets called when a particular menu item is clicked. In this function, I need to build a new URL with parameters (based on other selections on the screen) and redirect to it. It want it to do something like this:

ValueA and ValueB are variables in the javascript section and are populated with values.

function doSomething(ID) {
    location.href =  "../Area/Controller/Action?ID=" + ID + "&ValueA=" + ValueA + "&ValueB=" + ValueB;
  }

However, due to the nature of MVC I need to make sure the URL is always right, regardless of how the user got to the page. I’ve tried to use @Url.Content(“”) (see next code block) but the issue I run into is:

  • The name ‘ID’ does not exist in the current context
  • The name ‘ValueA’ does not exist in the current context
  • The name ‘ValueB’ does not exist in the current context

Here is an example of what I would like to do but get the above mentioned errors on:

function doSomething(ID) {
    location.href = @Url.Content("~/Area/Controller/Action?ID=" + ID + "&ValueA=" + ValueA + "&ValueB=" + ValueB);
  }

How can I make this work? Is there a better way?

Thanks,
Tony

  • 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-25T12:23:47+00:00Added an answer on May 25, 2026 at 12:23 pm

    You should concatenate the the static part to the dynamic part:

    location = "@Url.Content("~/Area/Controller/Action")?ID=" + ID + "&ValueA=" + ValueA + "&ValueB=" + ValueB;
    

    The outer "@...?ID=" is a Javascript string literal.
    @Url.Content("...") is server-side code that emits raw text into the Javascript literal.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using MVC3, C#, and the Razor View Engine: I have a form that has
I have a string created using asp.net MVC3 Razor block like this: @{ var
I'm using MVC3 w/ Razor and I have a model that has quite a
Using MVC3/Razor where would I put images that were specific to one view? I
I am using ASP.NET MVC 3 with the Razor view engine . I have
I have a Spring MVC/3.0 app using tiles as it's view, this is working
I'm building a website using MVC3, EF, and Razor and I currently have the
I'm using jquerymobile and asp.net MVC3 razor. I'm somewhat new to this, but figuring
I have an href in my asp.net MVC3 Razor view and I want to
I'm using the Razor view engine with MVC3 RC1 and Razor, and running through

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.