Compartir a través de


StreamRenderingAttribute(Boolean) Constructor

Definición

Construye una instancia de StreamRenderingAttribute

public StreamRenderingAttribute (bool enabled = true);
new Microsoft.AspNetCore.Components.StreamRenderingAttribute : bool -> Microsoft.AspNetCore.Components.StreamRenderingAttribute
Public Sub New (Optional enabled As Boolean = true)

Parámetros

enabled
Boolean

Marca para indicar si este componente y sus descendientes deben transmitir su representación. El valor predeterminado es true.

Se aplica a