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

  • SEARCH
  • Home
  • 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 6074635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:24:15+00:00 2026-05-23T10:24:15+00:00

A web browser is calling my action with the following URL; Request URL:http://localhost:4000/MyController/UrlCheck?Menu.Url=sometext My

  • 0

A web browser is calling my action with the following URL;

Request URL:http://localhost:4000/MyController/UrlCheck?Menu.Url=sometext

My action is as follows;

public JsonResult UrlCheck(string Url)
{
    return Json("Url is " + Url , JsonRequestBehavior.AllowGet);
}

But the Url parameter never gets bound, I’ve tried the following to no avail;

public JsonResult UrlCheck([Bind(Prefix="Menu")] string Url)

The URL is generated by MVC itself as part of an Ajax post and is tied to a property of a complex object, hence the ‘Menu.Url’ bit. It won’t be easy to change the name of the URL parameter.

Have also tried Menu_Url as a parmeter name. The action is executed so the routing should be working fine.

  • 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-23T10:24:15+00:00Added an answer on May 23, 2026 at 10:24 am

    I haven’t come across binding get parameters like that, but I would try binding to a simple viewmodel that is named Menu and has a property called Url.

    E.g.

    Your Viewmodel

    public class SimpleViewModel
    {
        public string Url { get; set; }
    }
    

    Your Action

    public JsonResult UrlCheck(SimpleViewModel Menu)
    {
        return Json("Url is " + Menu.Url, JsonRequestBehavior.AllowGet);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Through a web browser, I can view the tweet page via visiting an url
I'm creating a web browser with tabs. To enter the URL, I'm trying to
I have my application which triggers Web Browser with specific URL . After my
I'm building a web browser game. Using Jquery 1.4 as framework But i need
My product opens a web browser and points it at an HTML file containing
I am using a web browser in my current project and currently I'm using
I am hosting a web browser control, and want to provide my own context
I used web browser component in my app for windows mobile... I set the
On the Android web browser (I'm seeing this on Android 2.3), when an Html
I have a simple Web Browser Control that displays a local webpage and that

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.