IPersistentComponentStateStore.SupportsRenderMode Méthode
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.
Retourne une valeur qui indique si le magasin prend en charge le donné 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
Paramètres
- renderMode
- IComponentRenderMode
en IComponentRenderMode question.
Retours
true
si le mode de rendu est pris en charge par le magasin, sinon false
.