Compartilhar via


WebViewManager Construtor

Definição

Constrói uma instância de WebViewManager.

public WebViewManager (IServiceProvider provider, Microsoft.AspNetCore.Components.Dispatcher dispatcher, Uri appBaseUri, Microsoft.Extensions.FileProviders.IFileProvider fileProvider, Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore jsComponents, string hostPageRelativePath);
new Microsoft.AspNetCore.Components.WebView.WebViewManager : IServiceProvider * Microsoft.AspNetCore.Components.Dispatcher * Uri * Microsoft.Extensions.FileProviders.IFileProvider * Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore * string -> Microsoft.AspNetCore.Components.WebView.WebViewManager
Public Sub New (provider As IServiceProvider, dispatcher As Dispatcher, appBaseUri As Uri, fileProvider As IFileProvider, jsComponents As JSComponentConfigurationStore, hostPageRelativePath As String)

Parâmetros

provider
IServiceProvider

O IServiceProvider para o aplicativo.

dispatcher
Dispatcher

Uma Dispatcher instância que pode realizar marshaling de chamadas para o thread ou contexto de sincronização necessário.

appBaseUri
Uri

O URI base para o aplicativo. Como essa é uma visão da Web, o URI base normalmente está em uma origem privada, como http://0.0.0.0/ ou app://example/

fileProvider
IFileProvider

Fornece conteúdo estático para a visão da Web.

jsComponents
JSComponentConfigurationStore

Descreve a configuração para adicionar, remover e atualizar componentes raiz do código JavaScript.

hostPageRelativePath
String

Caminho para a página do host dentro do fileProvider.

Aplica-se a