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 | |
Request |
取得 HttpRequest。 |
RouteData |
取得目前要求的 RouteData。 |
TempData | |
Url |
取得或設定 IUrlHelper。 |
User |
IPrincipal取得目前使用者的 。 |
UserClaimsPrincipal |
ClaimsPrincipal取得目前使用者的 。 |
ViewBag |
取得檢視包。 |
ViewComponentContext |
取得或設定 ViewComponentContext。 |
ViewContext |
取得 ViewContext。 |
ViewData | |
ViewEngine |
取得或設定 ICompositeViewEngine。 |
方法
Content(String) |
傳回將轉譯 HTML 編碼文字的結果。 |
View() |
傳回結果,其會以名稱 |
View(String) |
傳回結果,其會以名稱 |
View<TModel>(String, TModel) |
傳回結果,其會以名稱 |
View<TModel>(TModel) |
傳回結果,其會以名稱 |