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