C# 클래스 Microsoft.AspNetCore.Mvc.NotFoundObjectResult

An ObjectResult that when executed will produce a Not Found (404) response.
상속: Microsoft.AspNetCore.Mvc.ObjectResult
파일 보기 프로젝트 열기: lodejard/AllNetCore 1 사용 예제들

공개 메소드들

메소드 설명
NotFoundObjectResult ( object value ) : Microsoft.AspNetCore.Http

Creates a new NotFoundObjectResult instance.

메소드 상세

NotFoundObjectResult() 공개 메소드

Creates a new NotFoundObjectResult instance.
public NotFoundObjectResult ( object value ) : Microsoft.AspNetCore.Http
value object The value to format in the entity body.
리턴 Microsoft.AspNetCore.Http