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