UnauthorizedHttpResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 IResult 執行時會產生 HTTP 回應,其中包含 [無未經授權] (401) 狀態碼。
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
- 繼承
-
UnauthorizedHttpResult
- 實作
屬性
StatusCode |
取得 HTTP 狀態碼: Status401Unauthorized |
方法
ExecuteAsync(HttpContext) |
撰寫反映結果的 HTTP 回應。 |
明確介面實作
IStatusCodeHttpResult.StatusCode |
表示 IResult 執行時會產生 HTTP 回應,其中包含 [無未經授權] (401) 狀態碼。 |