InteractiveWebAssemblyRenderMode Constructors    
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.
Overloads
| InteractiveWebAssemblyRenderMode() | Constructs an instance of InteractiveWebAssemblyRenderMode. | 
| InteractiveWebAssemblyRenderMode(Boolean) | Constructs an instance of InteractiveWebAssemblyRenderMode | 
InteractiveWebAssemblyRenderMode()
Constructs an instance of InteractiveWebAssemblyRenderMode.
public InteractiveWebAssemblyRenderMode();Public Sub New ()Applies to
InteractiveWebAssemblyRenderMode(Boolean)
Constructs an instance of InteractiveWebAssemblyRenderMode
public InteractiveWebAssemblyRenderMode(bool prerender);new Microsoft.AspNetCore.Components.Web.InteractiveWebAssemblyRenderMode : bool -> Microsoft.AspNetCore.Components.Web.InteractiveWebAssemblyRenderModePublic Sub New (prerender As Boolean)Parameters
- prerender
- Boolean
A flag indicating whether the component should first prerender on the server. The default value is true.