WebAssemblyRazorComponentsBuilderExtensions.AddInteractiveWebAssemblyComponents Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder) |
Dodaje usługi do obsługi renderowania interaktywnych składników zestawu WebAssembly. |
| AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder, Action<WebAssemblyComponentsOptions>) |
Dodaje usługi do obsługi renderowania interaktywnych składników zestawu WebAssembly. |
AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder)
Dodaje usługi do obsługi renderowania interaktywnych składników zestawu WebAssembly.
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
Parametry
Zwraca
Element IRazorComponentsBuilder , który może służyć do dalszego dostosowywania konfiguracji.
Dotyczy
AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder, Action<WebAssemblyComponentsOptions>)
Dodaje usługi do obsługi renderowania interaktywnych składników zestawu WebAssembly.
public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder AddInteractiveWebAssemblyComponents(this Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder builder, Action<Microsoft.AspNetCore.Components.WebAssembly.Server.WebAssemblyComponentsOptions>? configure);
static member AddInteractiveWebAssemblyComponents : Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder * Action<Microsoft.AspNetCore.Components.WebAssembly.Server.WebAssemblyComponentsOptions> -> Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder
<Extension()>
Public Function AddInteractiveWebAssemblyComponents (builder As IRazorComponentsBuilder, configure As Action(Of WebAssemblyComponentsOptions)) As IRazorComponentsBuilder
Parametry
- configure
- Action<WebAssemblyComponentsOptions>
Wywołanie zwrotne do skonfigurowania WebAssemblyComponentsOptionselementu .
Zwraca
Element IRazorComponentsBuilder , który może służyć do dalszego dostosowywania konfiguracji.