本文介绍了如何隐藏urlrouting查询字符串中的某些值?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何隐藏UrlRouting查询字符串中的某些值?
我想在链接中只显示姓氏
我尝试了什么:
我有网址喜欢:
http:// localhost:6031 / Post / 2 / sarah / nelson
到
http:// localhost:6031 / Post / nelson
How hide some values from UrlRouting querystring?
I want to show only the family name in link
What I have tried:
I have urls like to:
http://localhost:6031/Post/2/sarah/nelson
to
http://localhost:6031/Post/nelson
推荐答案
这篇关于如何隐藏urlrouting查询字符串中的某些值?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!