ControllerProxyNotFound Method |
Creates an HttpStatusCodeResult that produces a NotFound response.
Namespace: Kentico.Web.Mvc.InternalAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax protected HttpStatusCodeResult NotFound()
Return Value
Type:
HttpStatusCodeResultThe created
HttpStatusCodeResult for the response.
See Also