Sdílet prostřednictvím


ContentResult Třída

Definice

Představuje typ obsahu definovaný uživatelem, který je výsledkem metody akce.

public class ContentResult : System.Web.Mvc.ActionResult
type ContentResult = class
    inherit ActionResult
Public Class ContentResult
Inherits ActionResult
Dědičnost
ContentResult

Konstruktory

ContentResult()

Inicializuje novou instanci ContentResult třídy.

Vlastnosti

Content

Získá nebo nastaví obsah.

ContentEncoding

Získá nebo nastaví kódování obsahu.

ContentType

Získá nebo nastaví typ obsahu.

Metody

ExecuteResult(ControllerContext)

Umožňuje zpracování výsledku metody akce vlastním typem, který dědí z ActionResult třídy.

Platí pro