1 instantiation of PhotinoWebViewManager
Microsoft.AspNetCore.Components.WebView.Photino (1)
BlazorWindow.cs (1)
61
_manager = new
PhotinoWebViewManager
(PhotinoWindow, services, dispatcher, appBaseUri, fileProvider, jsComponents, hostPageRelativePath);
5 references to PhotinoWebViewManager
Microsoft.AspNetCore.Components.WebView.Photino (5)
BlazorWindow.cs (3)
15
private readonly
PhotinoWebViewManager
_manager;
41
PhotinoWindow.RegisterCustomSchemeHandler(
PhotinoWebViewManager
.BlazorAppScheme, HandleWebRequest);
59
var appBaseUri = new Uri(new Uri(
PhotinoWebViewManager
.AppBaseOrigin), _pathBase);
BlazorWindowRootComponents.cs (2)
13
private readonly
PhotinoWebViewManager
_manager;
15
internal BlazorWindowRootComponents(
PhotinoWebViewManager
manager, JSComponentConfigurationStore jsComponents)