What ASP.NET MVC Route controls the appearance of hashes in URIs?

Posted by rasx on Stack Overflow See other posts from Stack Overflow or by rasx
Published on 2010-04-06T04:33:19Z Indexed on 2010/04/06 4:43 UTC
Read the original article Hit count: 349

I have integrated a Silverlight Navigation Application in an ASP.NET MVC web. However when Silverlight calls for its default page, say, IndexPage ASP.NET MVC displays the route as:

http://localhost/#/IndexPage

I have tried to get ASP.NET MVC to respond to this route:

http://localhost/#IndexPage

but I am unable to find a configuration that works with this. Does ASP.NET MVC routes respond to hashes in general?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about Silverlight