JSComponentInterop(JSComponentConfigurationStore) Constructor

Definition

Constructs an instance of JSComponentInterop. This is only intended for use from framework code and should not be used directly from application code.

public JSComponentInterop (Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore configuration);
new Microsoft.AspNetCore.Components.Web.Infrastructure.JSComponentInterop : Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore -> Microsoft.AspNetCore.Components.Web.Infrastructure.JSComponentInterop
Public Sub New (configuration As JSComponentConfigurationStore)

Parameters

Applies to