2 references to UrlProperty
Microsoft.Maui.Controls (2)
UrlWebViewSource.cs (2)
16
get { return (string)GetValue(
UrlProperty
); }
17
set { SetValue(
UrlProperty
, value); }