1
Answer

Hide Query string in url in C#

Photo of Rajani sc

Rajani sc

8y
2.6k
1
Hi.. How to hide query string in url 
My url is like this
http://localhost:3986/Karnataka/College?College_name=(value)
i want as 
http://localhost:3986/Karnataka/College/College_name/(value)
 i tried all url rewritting rule Please help me to solve this..
 
Thanx in advance 
 

Answers (1)