beginAppendRenderResults
Description​
Tells the UI layer to append the given render results to the UI. At this point the partial result is not actually rendered yet, only the layouting process completed.
- JavaScript
- C#
- Kotlin
beginAppendRenderResults(renderResults: RenderFinishedEventArgs | null): void
void BeginAppendRenderResults(RenderFinishedEventArgs? renderResults)
fun beginAppendRenderResults(renderResults: RenderFinishedEventArgs?): Unit
Parameter | Summary |
---|---|
renderResultsAll | The rendered partial that should be added to the UI. null indicates the rendering finished. |