-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Link Builders now support the following extensions;
-
WithUrl now supports
IPublishedContent
as an input- This is a shorthand for calling
IPublishedContent.Url()
- This is a shorthand for calling
-
AndLabel now supports
IHtmlEncodedString
as an input for richtext link labels - WithMediaUrl is similar to
WithUrl
but uses theIPublishedContent.MediaUrl()
methods instead