RazorComponentResult.PreventStreamingRendering Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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