We're in the middle of switching from currently Obsolete RJP.MultiUrlPicker as a package into the built-in version of it in Umbraco Core.
In one of the solutions we're using the picker as a Macro param and we were retrieving the value of it as a string and casting it into the collection of links using new MultiUrls() class which is now obsolete and not present in the codebase.
What's the best way to approach it now? Should we write our own serialization/deserialization then or it may be somehow simplified and we don't know how? We're using GetParameterValue method so far and it works only with string being requested and then serialization needs to happen to make it done.
MultiUrlPicker casting / creating strongly typed objects
We're in the middle of switching from currently Obsolete RJP.MultiUrlPicker as a package into the built-in version of it in Umbraco Core.
In one of the solutions we're using the picker as a Macro param and we were retrieving the value of it as a string and casting it into the collection of links using new MultiUrls() class which is now obsolete and not present in the codebase.
What's the best way to approach it now? Should we write our own serialization/deserialization then or it may be somehow simplified and we don't know how? We're using GetParameterValue method so far and it works only with string being requested and then serialization needs to happen to make it done.
is working on a reply...