ComponentStatePersistenceManager.SetPlatformRenderMode Method
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.
Initializes the render mode for state persisted by the platform.
public void SetPlatformRenderMode(Microsoft.AspNetCore.Components.IComponentRenderMode renderMode);
member this.SetPlatformRenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode -> unit
Public Sub SetPlatformRenderMode (renderMode As IComponentRenderMode)
Parameters
- renderMode
- IComponentRenderMode
The render mode to use for state persisted by the platform.
Exceptions
when the render mode is already set.