Umbraco Razor Media Picker - how to display a link from the media picker



    var node = Library.NodeById(Model.videoFollowUpLink);
    <a href="@node.Url">@node.Name</a>

Comments

Popular posts from this blog

Umbraco Razor Sort Nodes Ascending or Descending

Umbraco Razor get Querystring

Create a .NET Contact Form that Gets the Last Url Visited in C# Can also be Used in Umbraco