Skip to content

Commit aa76c9d

Browse files
authored
Create README.md
1 parent a915b4a commit aa76c9d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

Comments
 (0)