NotFoundResult Class¶
Represents an Microsoft.AspNetCore.Mvc.StatusCodeResult that when
executed will produce a Not Found (404) response.
- Namespace
Microsoft.AspNetCore.Mvc- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public class NotFoundResult : StatusCodeResult, IActionResult
-
class
Microsoft.AspNetCore.Mvc.NotFoundResult
Constructors¶
-
NotFoundResult()¶ Creates a new
Microsoft.AspNetCore.Mvc.NotFoundResultinstance.public NotFoundResult()
-