ContentViewComponentResult Classe
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
Le contenu fourni est encodé en HTML lors de son écriture. Pour écrire du contenu préencodé, utilisez un HtmlContentViewComponentResult.
Content |
Initialise un nouveau ContentViewComponentResult. |
Content |
Obtient le contenu. |
Execute(View |
Encode et écrit le Content. |
Execute |
Encode et écrit le Content. |