Viewing Embed Link (Thumbnail) that is the content of a property

Dean Everhart 1,496 Reputation points
2023-03-27T20:06:49.5466667+00:00

I would like to be able to access an embed link that is the string content of a property in the same manner that the code below allows me to access a web link that is the string content of a property.

<a href=@Html.DisplayFor(modelItem => item.Reference1Access)>@Html.DisplayFor(modelItem => item.Reference1)</a>

Ultimately I would like to be able to see a thumbnail of the embedded video in addition to a text description.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,212 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,291 questions
{count} votes