Not really - at best you will be able to find an HTML-string that would need parsing based on whatever provider you have used. It's based on a format called oembed, that is used to create html-snippets that will embed the requested resource. A youtube video like https://www.youtube.com/watch?v=dQw4w9WgXcQ will end up something like
How to get video url from embedded property?
Hi there, How can I get embedded video URL in .cshtml page?
Hi,
Are you talking about en element created with the embed grid editor?
The URL for that would only be accessible if you go trough the controls in the grid, and do some digging in the source.
Yes, Do you have any sample code for that?
Not really - at best you will be able to find an HTML-string that would need parsing based on whatever provider you have used. It's based on a format called oembed, that is used to create html-snippets that will embed the requested resource. A youtube video like https://www.youtube.com/watch?v=dQw4w9WgXcQ will end up something like
If I load url in the "src"-attribute on the iframe, I get the video, but when I click play, it fails - saying the video is not available.
If you really want to do it, I suggest having a look at how the Bootstrap3.cshtml goes through the elements in the grid.
Basically it's like this:
is working on a reply...