Aracılığıyla paylaş


ViewResult Sınıf

Tanım

ActionResult Yanıtın görünümünü işleyen bir öğesini temsil eder.

public ref class ViewResult : Microsoft::AspNetCore::Mvc::ActionResult
public ref class ViewResult : Microsoft::AspNetCore::Mvc::ActionResult, Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult
public class ViewResult : Microsoft.AspNetCore.Mvc.ActionResult
public class ViewResult : Microsoft.AspNetCore.Mvc.ActionResult, Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
type ViewResult = class
    inherit ActionResult
type ViewResult = class
    inherit ActionResult
    interface IStatusCodeActionResult
    interface IActionResult
type ViewResult = class
    inherit ActionResult
    interface IActionResult
    interface IStatusCodeActionResult
Public Class ViewResult
Inherits ActionResult
Public Class ViewResult
Inherits ActionResult
Implements IActionResult, IStatusCodeActionResult
Devralma
ViewResult
Uygulamalar

Oluşturucular

ViewResult()

ActionResult Yanıtın görünümünü işleyen bir öğesini temsil eder.

Özellikler

ContentType

Yanıt için Content-Type üst bilgisini alır veya ayarlar.

Model

Görünüm veri modelini alır.

StatusCode

HTTP durum kodunu alır veya ayarlar.

TempData

Bu sonuç için öğesini ITempDataDictionary alır veya ayarlar.

ViewData

Bu sonuç için öğesini ViewDataDictionary alır veya ayarlar.

ViewEngine

Görünümleri bulmak için kullanılan öğesini IViewEngine alır veya ayarlar.

ViewName

Yanıta işlenen görünümün adını veya yolunu alır veya ayarlar.

Yöntemler

ExecuteResult(ActionContext)

Eylem yönteminin sonuç işlemini zaman uyumlu olarak yürütür. Bu yöntem, bir eylem yönteminin sonucunu işlemek için MVC tarafından çağrılır.

(Devralındığı yer: ActionResult)
ExecuteResultAsync(ActionContext)

Eylem yönteminin sonuç işlemini zaman uyumsuz olarak yürütür. Bu yöntem, bir eylem yönteminin sonucunu işlemek için MVC tarafından çağrılır.

Şunlara uygulanır