RenderHandle.RenderMode 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.
Retrieves the IComponentRenderMode assigned to the component.
public Microsoft.AspNetCore.Components.IComponentRenderMode? RenderMode { get; }
	member this.RenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode
	Public ReadOnly Property RenderMode As IComponentRenderMode
	Property Value
The IComponentRenderMode assigned to the component.