Compartir a través de


JSComponentInterop(JSComponentConfigurationStore) Constructor

Definición

Construye una instancia de JSComponentInterop. Esto solo está pensado para su uso desde el código de marco y no debe usarse directamente desde el código de la aplicación.

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)

Parámetros

Se aplica a