다음을 통해 공유


WebViewManager 생성자

정의

의 instance 생성합니다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)

매개 변수

provider
IServiceProvider

IServiceProvider 애플리케이션에 대한 입니다.

dispatcher
Dispatcher

Dispatcher 필요한 스레드 또는 동기화 컨텍스트에 대한 호출을 마샬링할 수 있는 instance.

appBaseUri
Uri

애플리케이션의 기본 URI입니다. 웹 보기이므로 기본 URI는 일반적으로 또는 app://example/ 같은 http://0.0.0.0/ 프라이빗 원본에 있습니다.

fileProvider
IFileProvider

웹 보기에 정적 콘텐츠를 제공합니다.

jsComponents
JSComponentConfigurationStore

JavaScript 코드에서 루트 구성 요소를 추가, 제거 및 업데이트하기 위한 구성에 대해 설명합니다.

hostPageRelativePath
String

내의 호스트 페이지에 대한 경로입니다 fileProvider.

적용 대상