Share via


RazorComponentResult.PreventStreamingRendering Property

Definition

Gets or sets a flag to indicate whether streaming rendering should be prevented. If true, the renderer will wait for the component hierarchy to complete asynchronous tasks such as loading before supplying the HTML response. If false, streaming rendering will be determined by the components being rendered.

The default value is false.

public bool PreventStreamingRendering { get; set; }
member this.PreventStreamingRendering : bool with get, set
Public Property PreventStreamingRendering As Boolean

Property Value

Applies to