Implemented interface member:
property
AppLinkUri
Microsoft.Maui.Controls.IAppLinkEntry.AppLinkUri
1 write to AppLinkUri
Microsoft.Maui.Controls (1)
AppLinkEntry.cs (1)
78 appEntry.AppLinkUri = uri;
3 references to AppLinkUri
Microsoft.Maui.Controls (3)
AppLinkEntry.cs (3)
27 /// <summary>Bindable property for <see cref="AppLinkUri"/>.</summary> 28 public static readonly BindableProperty AppLinkUriProperty = BindableProperty.Create(nameof(AppLinkUri), typeof(Uri), typeof(AppLinkEntry), null); 85 return AppLinkUri.ToString();