AuthenticationHandler<TOptions>.Response プロパティ

定義

現在の要求に HttpResponse 関連付けられている を取得します。

protected:
 property Microsoft::AspNetCore::Http::HttpResponse ^ Response { Microsoft::AspNetCore::Http::HttpResponse ^ get(); };
protected Microsoft.AspNetCore.Http.HttpResponse Response { get; }
member this.Response : Microsoft.AspNetCore.Http.HttpResponse
member this.Response : Microsoft.AspNetCore.Http.HttpResponse
Protected ReadOnly Property Response As HttpResponse

プロパティ値

適用対象