UnauthorizedHttpResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an IResult that when executed will produce an HTTP response with the No Unauthorized (401) status code.
public sealed class UnauthorizedHttpResult : Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult
type UnauthorizedHttpResult = class
interface IResult
interface IStatusCodeHttpResult
Public NotInheritable Class UnauthorizedHttpResult
Implements IResult, IStatusCodeHttpResult
- Inheritance
-
UnauthorizedHttpResult
- Implements
Properties
StatusCode |
Gets the HTTP status code: Status401Unauthorized |
Methods
ExecuteAsync(HttpContext) |
Write an HTTP response reflecting the result. |
Explicit Interface Implementations
IStatusCodeHttpResult.StatusCode |