ViewComponent.Content(String) 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 un résultat qui affiche le texte encodé html.
public:
Microsoft::AspNetCore::Mvc::ViewComponents::ContentViewComponentResult ^ Content(System::String ^ content);
public Microsoft.AspNetCore.Mvc.ViewComponents.ContentViewComponentResult Content (string content);
member this.Content : string -> Microsoft.AspNetCore.Mvc.ViewComponents.ContentViewComponentResult
Public Function Content (content As String) As ContentViewComponentResult
Paramètres
- content
- String
Le contenu sera encodé au format HTML avant la sortie.
Retours
Un ContentViewComponentResult.