WebAssemblyRazorComponentsBuilderExtensions.AddInteractiveWebAssemblyComponents 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 services to support rendering interactive WebAssembly components.
public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder AddInteractiveWebAssemblyComponents (this Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder builder);
static member AddInteractiveWebAssemblyComponents : Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder -> Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder
<Extension()>
Public Function AddInteractiveWebAssemblyComponents (builder As IRazorComponentsBuilder) As IRazorComponentsBuilder
Parameters
- builder
- IRazorComponentsBuilder
Returns
An IRazorComponentsBuilder that can be used to further customize the configuration.