ContentViewComponentResult Classe
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.
qui écrit du IViewComponentResult texte lorsqu’il est exécuté.
public ref class ContentViewComponentResult : Microsoft::AspNetCore::Mvc::IViewComponentResult
public class ContentViewComponentResult : Microsoft.AspNetCore.Mvc.IViewComponentResult
type ContentViewComponentResult = class
interface IViewComponentResult
Public Class ContentViewComponentResult
Implements IViewComponentResult
- Héritage
-
ContentViewComponentResult
- Implémente
Remarques
Le contenu fourni est encodé en HTML lors de son écriture. Pour écrire du contenu préencodé, utilisez un HtmlContentViewComponentResult.
Constructeurs
ContentViewComponentResult(String) |
Initialise un nouveau ContentViewComponentResult. |
Propriétés
Content |
Obtient le contenu. |
Méthodes
Execute(ViewComponentContext) |
Encode et écrit le Content. |
ExecuteAsync(ViewComponentContext) |
Encode et écrit le Content. |