ContentResult Klasse

Definition

Ein ActionResult , das bei Ausführung eine Antwort mit Inhalt erzeugt.

public ref class ContentResult : Microsoft::AspNetCore::Mvc::ActionResult
public ref class ContentResult : Microsoft::AspNetCore::Mvc::ActionResult, Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult
public class ContentResult : Microsoft.AspNetCore.Mvc.ActionResult
public class ContentResult : Microsoft.AspNetCore.Mvc.ActionResult, Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
type ContentResult = class
    inherit ActionResult
type ContentResult = class
    inherit ActionResult
    interface IStatusCodeActionResult
    interface IActionResult
type ContentResult = class
    inherit ActionResult
    interface IActionResult
    interface IStatusCodeActionResult
Public Class ContentResult
Inherits ActionResult
Public Class ContentResult
Inherits ActionResult
Implements IActionResult, IStatusCodeActionResult
Vererbung
ContentResult
Implementiert

Konstruktoren

ContentResult()

Ein ActionResult , das bei Ausführung eine Antwort mit Inhalt erzeugt.

Eigenschaften

Content

Ruft den Inhalt ab, der den Textkörper der Antwort darstellt, oder legt diese fest.

ContentType

Ruft den Content-Type-Header für die Antwort ab oder legt diese fest, die mit MediaTypeHeaderValuebehandelt werden kann.

StatusCode

Ruft den HTTP-status-Code ab oder legt diese fest.

Methoden

ExecuteResult(ActionContext)

Führt den Ergebnisvorgang der Aktionsmethode synchron aus. Diese Methode wird von MVC aufgerufen, um das Ergebnis einer Aktionsmethode zu verarbeiten.

(Geerbt von ActionResult)
ExecuteResultAsync(ActionContext)

Führt den Ergebnisvorgang der Aktionsmethode asynchron aus. Diese Methode wird von MVC aufgerufen, um das Ergebnis einer Aktionsmethode zu verarbeiten.

Gilt für: