RendererInfo(String, Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des informations sur la plateforme sur laquelle le composant s’exécute.
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)
Paramètres
- rendererName
- String
Nom de la plateforme.
- isInteractive
- Boolean
Indicateur permettant d’indiquer si la plateforme est interactive.