Limbo.Umbraco.UrlPicker adds a new property editor that extends Umbraco's default Multi URL Picker property editor by adding an extra Converter option.
The purpose of the converter is to control the C# type returned by the .Value() method or the corresponding property in a ModelsBuilder generated model. This is particular useful in a SPA/Headless Umbraco implementation, where the ModelsBuilder model can then be returned directly via a WebAPI endpoint. Eg. so a more disirable type can be returned instead of the default Link og IEnumerable<Link> value.
Alias | Limbo.Umbraco.UrlPicker |
---|---|
Downloads | 4,386 downloads |
Releases |
11 releases
|