Skip to content

Builders

Jamie Pollock edited this page Jan 22, 2024 · 1 revision

The Rhythm.Drop.Umbraco.Builder adds some helpful extension methods for when working with Umbraco content.

Links

Link Builders now support the following extensions;

  • WithUrl now supports IPublishedContent as an input
    • This is a shorthand for calling IPublishedContent.Url()
  • AndLabel now supports IHtmlEncodedString as an input for richtext link labels
  • WithMediaUrl is similar to WithUrl but uses the IPublishedContent.MediaUrl() methods instead
Clone this wiki locally