Skip to content

Instantly share code, notes, and snippets.

@jhauge
Last active December 12, 2015 06:39
Show Gist options
  • Save jhauge/4730961 to your computer and use it in GitHub Desktop.
Save jhauge/4730961 to your computer and use it in GitHub Desktop.
var urlItem = node.GetProperty<string>("urlItemAlias");
var urlPickerState = uComponents.Core.DataTypes.UrlPicker.Dto.UrlPickerState.Deserialize(urlItem);
var url = urlPickerState.Url;
var title = urlPickerState.Title;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment