Friday, November 19, 2021

MAKING FACES

We’ve all seen those unsightly long web links or URL’s (Uniform Resource Locators...For My Curious Readers), that are terribly hard to copy and use or read.

 

Why not use a link that is descriptive enough and also maintains a simplistic look and feel, while protecting your internal infrastructure from prying eyes, or those with malicious motives.

 

With a URL mask, you can do just that!

 

ASP.NET MVC Page Routing, allows you to create branded or vanity URL’s that are simplistic and customizable.

 

Page Routing can also serve to instantiate link uniformity, shorten link lengths, and likewise add a layer of obfuscation to your page link file extensions.

 

For instance, if your Web Code Page is “MYPAGE.ASPX”, you can use MVC routing to display just “MYPAGE”, ditching the file extension, or even “MYNEWPAGENAME” in creating a new page resource name in its place to manufacture user-friendly URL’s that are also useful in securing web search optimizations with your website page names.

An Example Of Page Routing Can Be Found Here.


And Viola...Page Name Routing Served!...We’re Making Faces.

 

 

No comments:

Post a Comment

BEST OF THE BEST

Codes have always been deeply interwoven into the very fabric of our human existence.  We bear witness to them in our daily lives - as diffe...