RendererInfo(String, Boolean) Constructor
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.
Provides information about the platform that the component is running on.
public RendererInfo (string rendererName, bool isInteractive);
new Microsoft.AspNetCore.Components.RendererInfo : string * bool -> Microsoft.AspNetCore.Components.RendererInfo
Public Sub New (rendererName As String, isInteractive As Boolean)
Parameters
- rendererName
- String
The name of the platform.
- isInteractive
- Boolean
A flag to indicate if the platform is interactive.