StreamRenderingAttribute(Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Construit un instance deStreamRenderingAttribute
public StreamRenderingAttribute (bool enabled = true);
new Microsoft.AspNetCore.Components.StreamRenderingAttribute : bool -> Microsoft.AspNetCore.Components.StreamRenderingAttribute
Public Sub New (Optional enabled As Boolean = true)
Paramètres
- enabled
- Boolean
Indicateur indiquant si ce composant et ses descendants doivent diffuser en continu leur rendu. La valeur par défaut est true.