ComponentsWebViewServiceCollectionExtensions.AddBlazorWebView 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.
Adds component webview services to the services collection.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddBlazorWebView (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddBlazorWebView : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddBlazorWebView (services As IServiceCollection) As IServiceCollection
Parameters
- services
- IServiceCollection
The IServiceCollection to add the component webview services to.