|
| 1 | +# URL-Shortening-in-MVC |
| 2 | +URL shortening is a technique in which a URL made substantially shorter and still direct to the required page.The redirect domain name is shorter than the original one. A friendly URL may be desired for messaging technologies that limit the number of characters in a message (e.g SMS). |
| 3 | + |
| 4 | +In this example shows how to URL shorten dynamically using "bit.ly" in MVC". You need to activate the "login Id" and "API Key" to use "bit.ly" |
| 5 | + |
| 6 | +For more details please follow below link: |
| 7 | + |
| 8 | +https://www.coreprogramm.com/2019/08/dynamic-url-shortening-in-c-and-mvc.html |
| 9 | + |
| 10 | +Please see the output of the avobe application |
| 11 | + |
| 12 | +<img src="https://user-images.githubusercontent.com/53593343/62823026-e2c5ed00-bba9-11e9-8b10-d0ff6714947f.png"/> |
| 13 | + |
| 14 | +As you can see When we input the long URL it make the URL short using "bit.ly" service provider. |
| 15 | + |
0 commit comments