InteractiveWebAssemblyRenderMode Class
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.
C#
public class InteractiveWebAssemblyRenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode
type InteractiveWebAssemblyRenderMode = class
interface IComponentRenderMode
Public Class InteractiveWebAssemblyRenderMode
Implements IComponentRenderMode
- Inheritance
-
InteractiveWebAssemblyRenderMode
- Implements
Interactive |
Constructs an instance of InteractiveWebAssemblyRenderMode. |
Interactive |
Constructs an instance of InteractiveWebAssemblyRenderMode |
Prerender |
A flag indicating whether the component should first prerender on the server. The default value is true. |
Product | Versions |
---|---|
ASP.NET Core | 8.0, 9.0 |