RendererInfo(String, Boolean) Constructor

Definition

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.

Applies to