RenderMode Class 
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.
Provides pre-constructed IComponentRenderMode instances that may be used during rendering.
public static class RenderModetype RenderMode = classPublic Class RenderMode- Inheritance
- 
				RenderMode
Properties
| InteractiveAuto | Gets an IComponentRenderMode that means the render mode will be determined automatically based on a policy. | 
| InteractiveServer | Gets an IComponentRenderMode that represents rendering interactively on the server via Blazor Server hosting with server-side prerendering. | 
| InteractiveWebAssembly | Gets an IComponentRenderMode that represents rendering interactively on the client via Blazor WebAssembly hosting with server-side prerendering. |