ViewComponent クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビュー コンポーネントの基本クラス。
public ref class ViewComponent abstract
[Microsoft.AspNetCore.Mvc.ViewComponent]
public abstract class ViewComponent
[<Microsoft.AspNetCore.Mvc.ViewComponent>]
type ViewComponent = class
Public MustInherit Class ViewComponent
- 継承
-
ViewComponent
- 属性
コンストラクター
ViewComponent() |
ビュー コンポーネントの基本クラス。 |
プロパティ
HttpContext |
HttpContext を取得します。 |
ModelState |
ModelStateDictionary を取得します。 |
Request |
HttpRequest を取得します。 |
RouteData |
現在の要求に対する RouteData を取得します。 |
TempData |
ITempDataDictionary を取得します。 |
Url |
IUrlHelper を取得または設定します。 |
User |
現在のユーザーの を IPrincipal 取得します。 |
UserClaimsPrincipal |
現在のユーザーの を ClaimsPrincipal 取得します。 |
ViewBag |
ビュー バッグを取得します。 |
ViewComponentContext |
ViewComponentContext を取得または設定します。 |
ViewContext |
ViewContext を取得します。 |
ViewData |
ViewDataDictionary を取得します。 |
ViewEngine |
ICompositeViewEngine を取得または設定します。 |
メソッド
Content(String) |
HTML でエンコードされたテキストをレンダリングする結果を返します。 |
View() |
という名前 |
View(String) |
という名前 |
View<TModel>(String, TModel) |
という名前 |
View<TModel>(TModel) |
という名前 |