I have a 'General Link' field in one of my pages in Sitecore. This field basically specifies the link of a video file which is used to play a video.
Now, what I am trying to do is, check if the type of this link, whether the user has uploaded a link as an internal link, media or an external link. I need this info as, depending upon the type of the link, I need to perform some actions accordingly.
Is there a way to do check the type of a link in Sitecore?