asp.net - How to modify front of URL in Silverlight Navigation app? -


Using the Navigation Framework, my Silverlight application is a very beautiful end to its URL due to the use of URI mapping. But the end of the front still looks worse, like:

  http: // server: port / silverlightpage.aspx # / uri-mapped-part  

How can I see the "SilverlightPage.aspx #" portion well, preferably removing ".aspx #"?

You can use the URL routing that is part of the ASP.NET MVC or part of the regular ASP.NET Available in the form

Edit: To answer your question in the comment:

T has worked with itself, but if you use "routing with webform "Section, then it should be understood in detail that whatever I gather, you add

  routes Can. ("Some routes", new route ("Silverlight page", new customhighthands ("~ / SilverlightPage.aspx")));  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -