ContentViewComponentResult Třída

Definice

Objekt IViewComponentResult , který při spuštění zapisuje text.

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 zakódován ve formátu HTML. K zápisu předem zakódovaného obsahu použijte HtmlContentViewComponentResult.

Konstruktory

ContentViewComponentResult(String)

Inicializuje nový ContentViewComponentResult.

Vlastnosti

Content

Získá obsah.

Metody

Execute(ViewComponentContext)

Zakóduje a zapíše Content.

ExecuteAsync(ViewComponentContext)

Zakóduje a zapíše Content.

Platí pro