InteractiveWebAssemblyRenderMode 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 client using WebAssembly.
public class InteractiveWebAssemblyRenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode
type InteractiveWebAssemblyRenderMode = class
interface IComponentRenderMode
Public Class InteractiveWebAssemblyRenderMode
Implements IComponentRenderMode
- Inheritance
-
InteractiveWebAssemblyRenderMode
- Implements
Constructors
InteractiveWebAssemblyRenderMode() |
Constructs an instance of InteractiveWebAssemblyRenderMode. |
InteractiveWebAssemblyRenderMode(Boolean) |
Constructs an instance of InteractiveWebAssemblyRenderMode |
Properties
Prerender |
A flag indicating whether the component should first prerender on the server. The default value is true. |