InteractiveServerRenderMode 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.
A IComponentRenderMode indicating that the component should be rendered interactively on the server using Blazor Server hosting.
public class InteractiveServerRenderMode : Microsoft.AspNetCore.Components.IComponentRenderModetype InteractiveServerRenderMode = class
    interface IComponentRenderModePublic Class InteractiveServerRenderMode
Implements IComponentRenderMode- Inheritance
- 
				InteractiveServerRenderMode
- Implements
Constructors
| InteractiveServerRenderMode() | Constructs an instance of InteractiveServerRenderMode. | 
| InteractiveServerRenderMode(Boolean) | Constructs an instance of InteractiveServerRenderMode | 
Properties
| Prerender | A flag indicating whether the component should first prerender on the server. The default value is true. |