C# 클래스 Daniel15.Web.Controllers.ErrorController

상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: Daniel15/Website

공개 메소드들

메소드 설명
Status404 ( ) : IActionResult

The page that is displayed when a File Not Found (404) error occurs.

비공개 메소드들

메소드 설명
Error ( ) : Microsoft.AspNetCore.Mvc.ActionResult
StatusCode ( int code ) : IActionResult

메소드 상세

Status404() 공개 메소드

The page that is displayed when a File Not Found (404) error occurs.
public Status404 ( ) : IActionResult
리턴 IActionResult