InteractiveAutoRenderMode 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 interactive, with its hosting platform determined automatically based on a policy.
public class InteractiveAutoRenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode
type InteractiveAutoRenderMode = class
interface IComponentRenderMode
Public Class InteractiveAutoRenderMode
Implements IComponentRenderMode
- Inheritance
-
InteractiveAutoRenderMode
- Implements
Constructors
InteractiveAutoRenderMode() |
Constructs an instance of InteractiveAutoRenderMode. |
InteractiveAutoRenderMode(Boolean) |
Constructs an instance of InteractiveAutoRenderMode |
Properties
Prerender |
A flag indicating whether the component should first prerender on the server. The default value is true. |