Click or drag to resize
ControllerProxyUnauthorized Method
Creates an HttpStatusCodeResult that produces a Unauthorized response.

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected ActionResult Unauthorized()

Return Value

Type: ActionResult
The created HttpStatusCodeResult for the response.
See Also