ForbidHttpResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行 IResult 時叫用 的 HttpContext.ForbidAsync 。
public sealed class ForbidHttpResult : Microsoft.AspNetCore.Http.IResult
type ForbidHttpResult = class
interface IResult
Public NotInheritable Class ForbidHttpResult
Implements IResult
- 繼承
-
ForbidHttpResult
- 實作
屬性
AuthenticationSchemes |
取得挑戰的驗證配置。 |
Properties |
AuthenticationProperties取得用來執行驗證挑戰的 。 |
方法
ExecuteAsync(HttpContext) |
撰寫反映結果的 HTTP 回應。 |