IRazorComponentsBuilder Interface

Definition

A builder that can be used to configure Razor Components.

public interface IRazorComponentsBuilder
type IRazorComponentsBuilder = interface
Public Interface IRazorComponentsBuilder
Derived

Properties

Services

Gets the IServiceCollection.

Extension Methods

AddInteractiveServerComponents(IRazorComponentsBuilder, Action<CircuitOptions>)

Adds services to support rendering interactive server components in a razor components application.

AddInteractiveWebAssemblyComponents(IRazorComponentsBuilder)

Adds services to support rendering interactive WebAssembly components.

Applies to