StreamRenderingAttribute(Boolean) Constructor

Definition

Constructs an instance of StreamRenderingAttribute

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

Parameters

enabled
Boolean

A flag to indicate whether this component and its descendants should stream their rendering. The default value is true.

Applies to