EmptyResult 클래스

정의

ActionResult 실행할 때 아무 작업도 수행하지 않는 을 나타냅니다.

public ref class EmptyResult : Microsoft::AspNetCore::Mvc::ActionResult
public class EmptyResult : Microsoft.AspNetCore.Mvc.ActionResult
type EmptyResult = class
    inherit ActionResult
Public Class EmptyResult
Inherits ActionResult
상속
EmptyResult

생성자

EmptyResult()

ActionResult 실행할 때 아무 작업도 수행하지 않는 을 나타냅니다.

메서드

ExecuteResult(ActionContext)

작업 메서드의 결과 작업을 동기적으로 실행합니다. MVC에서 이 메서드를 호출하여 작업 메서드의 결과를 처리합니다.

ExecuteResultAsync(ActionContext)

동작 메서드의 결과 작업을 비동기적으로 실행합니다. MVC에서 이 메서드를 호출하여 작업 메서드의 결과를 처리합니다. 이 메서드의 기본 구현은 메서드를 ExecuteResult(ActionContext) 호출하고 완료된 작업을 반환합니다.

(다음에서 상속됨 ActionResult)

적용 대상