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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T08:17:56+00:00 2026-05-15T08:17:56+00:00

Greetings. How can I make access to my article or post by their name?

  • 0

Greetings. How can I make access to my article or post by their name?
For example: Like at stackoverflow has access to this question by the name
access to article by article name in ASP.NET MVC2access-to-article-by-article-name-in-asp-net-mvc2

  • 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-15T08:17:56+00:00Added an answer on May 15, 2026 at 8:17 am

    On StackOverflow the name part is completely ignored. It’s the id that is important. This works: access to article by article name in ASP.NET MVC2 and links to this question. To generate links that contain the name in the URL you could define the following route:

    routes.MapRoute(  
        "NameIdRoute",  
        "{controller}/{action}/{id}/{name}",  
        new { controller = "Home", action = "Index", id = UrlParameter.Optional, name = UrlParameter.Optional },
        new { id = @"\d+" }  
    );
    

    And then:

    <%: Html.ActionLink("some text", "action", new { id = Model.Id, name = Model.Name }) %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings everyone. Can any one has a working example for the CoreTelephony framework? I
Greetings all, I am trying to implement a QT Plugin with CMake. But this
Greetings, I've read some threads about this topic, but actually I was unable to
Greetings, I am writing a short simple script, but has became too crowded. Stuff
Greetings, How can I simply encode some binary data into an ASN.1 DER-encoded blob?
Greetings. I have some inputs dynamically added to form. <input name=input_names[] /> When form
Greetings, I am changing the width of an element which serves as a bar
Greetings all, I'm working with a C# solution in VS 2010. Right now, since
Greetings, we are currently trying to integrate BIRT in our desktop standalone application, using
So, I've been working for some time on connecting hashing out a trivial application,

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.