2 references to StartPathProperty
Microsoft.AspNetCore.Components.WebView.Maui (2)
BlazorWebView.cs (2)
45
get { return (string)GetValue(
StartPathProperty
); }
46
set { SetValue(
StartPathProperty
, value); }