ViewComponentContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢視元件的內容。
public ref class ViewComponentContext
public class ViewComponentContext
type ViewComponentContext = class
Public Class ViewComponentContext
- 繼承
-
ViewComponentContext
建構函式
ViewComponentContext() |
建立新的 ViewComponentContext。 |
ViewComponentContext(ViewComponentDescriptor, IDictionary<String,Object>, HtmlEncoder, ViewContext, TextWriter) |
建立新的 ViewComponentContext。 |
屬性
Arguments |
取得或設定檢視元件引數。 |
HtmlEncoder |
取得或設定 HtmlEncoder。 |
TempData | |
ViewComponentDescriptor |
取得或設定 ViewComponentDescriptor 要叫用之檢視元件的 。 |
ViewContext |
取得或設定 ViewContext。 |
ViewData | |
Writer |
TextWriter取得輸出的 。 |