ContentViewComponentResult Třída

Definice

Text IViewComponentResult se zapisuje při spuštění.

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
Dědičnost
ContentViewComponentResult
Implementuje

Poznámky

Zadaný obsah bude při zápisu kódován kódem HTML. K zápisu předem zakódovaného obsahu použijte HtmlContentViewComponentResultznak .

Konstruktory

ContentViewComponentResult(String)

Inicializuje nový ContentViewComponentResult.

Vlastnosti

Content

Získá obsah.

Metody

Execute(ViewComponentContext)

Kóduje a zapisuje Content.

ExecuteAsync(ViewComponentContext)

Kóduje a zapisuje Content.

Platí pro