RazorComponentResult<TComponent> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IResult Razor コンポーネントをレンダリングする 。
public class RazorComponentResult<TComponent> : Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult where TComponent : IComponent
type RazorComponentResult<'Component (requires 'Component :> IComponent)> = class
inherit RazorComponentResult
Public Class RazorComponentResult(Of TComponent)
Inherits RazorComponentResult
型パラメーター
- TComponent
- 継承
コンストラクター
プロパティ
ComponentType |
コンポーネントの種類を取得します。 (継承元 RazorComponentResult) |
ContentType |
応答の Content-Type ヘッダーを取得または設定します。 (継承元 RazorComponentResult) |
Parameters |
コンポーネントのパラメーターを取得します。 (継承元 RazorComponentResult) |
PreventStreamingRendering |
ストリーミング レンダリングを禁止するかどうかを示すフラグを取得または設定します。 true の場合、レンダラーは、HTML 応答を指定する前に、コンポーネント階層が読み込みなどの非同期タスクを完了するまで待機します。 false の場合、ストリーミング レンダリングは、レンダリングされるコンポーネントによって決定されます。 既定値は false です。 (継承元 RazorComponentResult) |
StatusCode |
HTTP ステータス コードを取得または設定します。 (継承元 RazorComponentResult) |
メソッド
ExecuteAsync(HttpContext) |
この結果を特定 |