IPersistentComponentStateStore.SupportsRenderMode 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.
Returns a value that indicates whether the store supports the given IComponentRenderMode.
public virtual bool SupportsRenderMode (Microsoft.AspNetCore.Components.IComponentRenderMode renderMode);
abstract member SupportsRenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode -> bool
override this.SupportsRenderMode : Microsoft.AspNetCore.Components.IComponentRenderMode -> bool
Public Overridable Function SupportsRenderMode (renderMode As IComponentRenderMode) As Boolean
Parameters
- renderMode
- IComponentRenderMode
The IComponentRenderMode in question.
Returns
true
if the render mode is supported by the store, otherwise false
.