BlazorWebViewHandler.IBlazorWebViewHandler.CreateFileProvider(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual Microsoft::Extensions::FileProviders::IFileProvider ^ Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebViewHandler.CreateFileProvider(System::String ^ contentRootDir) = Microsoft::AspNetCore::Components::WebView::Maui::IBlazorWebViewHandler::CreateFileProvider;
Microsoft.Extensions.FileProviders.IFileProvider IBlazorWebViewHandler.CreateFileProvider(string contentRootDir);
abstract member Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebViewHandler.CreateFileProvider : string -> Microsoft.Extensions.FileProviders.IFileProvider
override this.Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebViewHandler.CreateFileProvider : string -> Microsoft.Extensions.FileProviders.IFileProvider
Function CreateFileProvider (contentRootDir As String) As IFileProvider Implements IBlazorWebViewHandler.CreateFileProvider
Parameters
- contentRootDir
- String