You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.AspNetCore.Components.WebView.WebViewManager.TryGetResponseContent(string! uri, bool allowFallbackOnHostPage, out int statusCode, out string! statusMessage, out System.IO.Stream! content, out System.Collections.Generic.IDictionary<string!, string!>! headers) -> bool
// Each time a web page connects, we establish a new per-page context
@@ -41,13 +42,15 @@ public abstract class WebViewManager : IAsyncDisposable
41
42
/// <param name="dispatcher">A <see cref="Dispatcher"/> instance that can marshal calls to the required thread or sync context.</param>
42
43
/// <param name="appBaseUri">The base URI for the application. Since this is a webview, the base URI is typically on a private origin such as http://0.0.0.0/ or app://example/</param>
43
44
/// <param name="fileProvider">Provides static content to the webview.</param>
45
+
/// <param name="jsComponents">Describes configuration for adding, removing, and updating root components from JavaScript code.</param>
44
46
/// <param name="hostPageRelativePath">Path to the host page within the <paramref name="fileProvider"/>.</param>
0 commit comments