Implemented interface member:
property
StartPath
Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.StartPath
2 references to StartPath
Microsoft.AspNetCore.Components.WebView.Maui (2)
BlazorWebView.cs (2)
36
/// Bindable property for <see cref="
StartPath
"/>.
38
public static readonly BindableProperty StartPathProperty = BindableProperty.Create(nameof(
StartPath
), typeof(string), typeof(BlazorWebView), "/");