System.Web.UI.WebControls 命名空間
包含允許在網頁上建立網頁伺服器控制項的類別。 Contains classes that allow you to create Web server controls on a Web page. Web 伺服器控制項在伺服器上執行,並包含按鈕和文字方塊之類的表單控制項。 Web server controls run on the server and include form controls such as buttons and text boxes. 它們也包含特殊目的控制項,例如行事曆。 They also include special-purpose controls such as a calendar. 因為 Web 伺服器控制項是在伺服器上執行,所以您可以用程式的方式控制這些項目。 Because Web server controls run on the server, you can programmatically control these elements. 雖然 Web 伺服器控制項會呈現為 HTML,但它們的物件模型不一定反映 HTML 語法。 Although Web server controls are rendered as HTML, their object model does not necessarily reflect HTML syntax.
類別
AccessDataSource |
表示搭配資料繫結控制項使用的 Microsoft Access 資料庫。Represents a Microsoft Access database for use with data-bound controls. |
AccessDataSourceView |
支援 AccessDataSource 控制項,並提供資料繫結控制項的介面,以使用結構化查詢語言 (SQL) 對 Microsoft Access 資料庫執行資料擷取。Supports the AccessDataSource control and provides an interface for data-bound controls to perform data retrieval using Structured Query Language (SQL) against a Microsoft Access database. |
AdCreatedEventArgs |
提供 AdCreated 控制項的 AdRotator 事件資料。Provides data for the AdCreated event of the AdRotator control. 此類別無法獲得繼承。This class cannot be inherited. |
AdRotator |
在網頁上顯示廣告橫幅。Displays an advertisement banner on a Web page. |
AssociatedControlConverter |
提供型別轉換子 (Type Converter),以便擷取目前容器中 WebControl 控制項的清單。Provides a type converter that retrieves a list of WebControl controls in the current container. |
AuthenticateEventArgs |
提供 Authenticate 事件的資料。Provides data for the Authenticate event. |
AutoFieldsGenerator |
表示自動為資料繫結控制項產生欄位之類別的基底類別,其中這些控制項使用 ASP.NET 動態資料功能。Represents a base class for classes that automatically generate fields for data-bound controls that use ASP.NET Dynamic Data features. |
AutoGeneratedField |
代表資料繫結控制項中自動產生的欄位。Represents an automatically generated field in a data-bound control. 此類別無法獲得繼承。This class cannot be inherited. |
AutoGeneratedFieldProperties |
表示 AutoGeneratedField 物件的屬性。Represents the properties of an AutoGeneratedField object. 此類別無法獲得繼承。This class cannot be inherited. |
BaseCompareValidator |
作為執行具類型比較之驗證控制項的抽象基底類別。Serves as the abstract base class for validation controls that perform typed comparisons. |
BaseDataBoundControl |
作為控制項的基底類別,這些控制項是使用 ASP.NET 資料來源控制項繫結至資料。Serves as the base class for controls that bind to data using an ASP.NET data source control. |
BaseDataList |
作為資料清單控制項的抽象基底類別,例如 DataList 和 DataGrid。Serves as the abstract base class for data listing controls, such as DataList and DataGrid. 此類別提供所有資料清單控制項通用的方法與屬性。This class provides the methods and properties common to all data listing controls. |
BaseValidator |
作為驗證控制項的抽象基底類別。Serves as the abstract base class for validation controls. |
BoundColumn |
繫結至資料來源欄位之 DataGrid 控制項的資料行類型。A column type for the DataGrid control that is bound to a field in a data source. |
BoundField |
代表在資料繫結控制項中顯示為文字的欄位。Represents a field that is displayed as text in a data-bound control. |
BulletedList |
建立產生項目符號格式之項目清單的控制項。Creates a control that generates a list of items in a bulleted format. |
BulletedListEventArgs |
提供 Click 控制項的 BulletedList 事件的資料。Provides data for the Click event of a BulletedList control. |
Button |
顯示網頁上的按鈕控制項。Displays a push button control on the Web page. |
ButtonColumn |
DataGrid 控制項的資料行類型,包含使用者定義的按鈕。A column type for the DataGrid control that contains a user-defined button. |
ButtonField |
表示在資料繫結控制項中顯示為按鈕的欄位。Represents a field that is displayed as a button in a data-bound control. |
ButtonFieldBase |
可作為按鈕欄位的抽象基底類別,例如 ButtonField 或 CommandField 類別。Serves as the abstract base class for button fields, such as the ButtonField or CommandField class. ButtonFieldBase 類別提供通用於所有按鈕欄位的方法和屬性。The ButtonFieldBase class provides the methods and properties that are common to all button fields. |
Calendar |
顯示單一月份的行事曆,讓使用者可以選取日期並移至下個月或上個月。Displays a single-month calendar that enables the user to select dates and move to the next or previous month. |
CalendarDay |
表示 Calendar 控制項中的日期。Represents a date in the Calendar control. |
CallingDataMethodsEventArgs |
提供 CallingDataMethods 事件的資料。Provides data for the CallingDataMethods event. |
ChangePassword |
提供使用者介面,可讓使用者變更他們的網站密碼。Provides a user interface that enable users to change their Web site password. |
CheckBox |
顯示讓使用者選取 |
CheckBoxField |
表示在資料繫結控制項中顯示為核取方塊的布林值欄位。Represents a Boolean field that is displayed as a check box in a data-bound control. |
CheckBoxList |
建立多重選取的核取方塊群組,其可藉著繫結控制項至資料來源而動態地被建立。Creates a multi selection check box group that can be dynamically created by binding the control to a data source. |
CircleHotSpot |
定義 ImageMap 控制項中的圓形作用點區域。Defines a circular hot spot region in an ImageMap control. 此類別無法獲得繼承。This class cannot be inherited. |
CommandEventArgs |
提供 |
CommandField |
表示特殊欄位,該欄位會顯示在資料繫結控制項中執行選取、編輯、插入或刪除作業的命令按鈕。Represents a special field that displays command buttons to perform selecting, editing, inserting, or deleting operations in a data-bound control. |
CompareValidator |
將使用者在某個輸入控制項與在另一個輸入控制項中輸入的值比較,或與常數值比較。Compares the value entered by the user in an input control with the value entered in another input control, or with a constant value. |
CompleteWizardStep |
定義以 CreateUserWizard 控制項建立使用者帳戶的最終步驟範本。Defines the template of the final step for creating a user account with the CreateUserWizard control. |
CompositeControl |
實作包含子控制項之 Web 控制項的必要基本功能。Implements the basic functionality required by Web controls that contain child controls. |
CompositeDataBoundControl |
表示表格式資料繫結程序控制項的基底類別,該控制項是由其他伺服器控制項所組成。Represents the base class for a tabular data-bound control that is composed of other server controls. |
Content |
保留要呈現至主版頁面中 ContentPlaceHolder 控制項的文字、標記和伺服器控制項。Holds text, markup, and server controls to render to a ContentPlaceHolder control in a master page. |
ContentPlaceHolder |
ASP.NET 主版頁面中定義的區域內容。Defines a region for content in an ASP.NET master page. |
ContextDataSource |
代表資料來源控制項的基底類別。Represents a base class for data source controls. |
ContextDataSourceContextData |
表示 ContextDataSource 類別的內容資料。Represents the context data for the ContextDataSource class. |
ContextDataSourceView |
支援 ContextDataSource 控制項,並提供資料繫結控制項的介面,以執行資料作業。Supports the ContextDataSource control and provides an interface for data-bound controls to perform data operations. |
ControlIDConverter |
提供型別轉換子 (Type Converter),以便擷取目前容器中控制項 ID 的清單。Provides a type converter that retrieves a list of control IDs in the current container. |
ControlParameter |
將 Control 的屬性值繫結至參數物件。Binds the value of a property of a Control to a parameter object. |
ControlPropertyNameConverter |
提供型別轉換子 (Type Converter),以便擷取目前控制項的屬性名稱清單。Provides a type converter that retrieves a list of property names for the current control. |
CookieParameter |
將用戶端 HTTP Cookie 的值繫結至參數物件。Binds the value of a client-side HTTP cookie to a parameter object. 此參數可用於參數化查詢或命令來選取、篩選或更新資料。The parameter can be used in a parameterized query or command to select, filter, or update data. |
CreateUserErrorEventArgs |
提供 CreateUserError 事件的資料。Provides data for the CreateUserError event. |
CreateUserWizard |
提供用於建立新的網站使用者帳戶的使用者介面。Provides a user interface for creating new Web site user accounts. |
CreateUserWizardStep |
包含以可建立範本之步驟建立使用者的基本功能。Contains basic functionality for creating a user in a step that can be templated. 此類別無法獲得繼承。This class cannot be inherited. |
CreatingModelDataSourceEventArgs |
提供 CreatingModelDataSource 和 CreatingModelDataSource 事件的資料。Provides data for the CreatingModelDataSource and CreatingModelDataSource events. |
CustomValidator |
在輸入控制項上執行使用者定義的驗證。Performs user-defined validation on an input control. |
DataBoundControl |
作為所有 ASP.NET 2.0 版資料繫結控制項的基底類別,這些控制項會以清單或表格式表單顯示其資料。Serves as the base class for all ASP.NET version 2.0 data-bound controls that display their data in list or tabular form. |
DataControlCommands |
DataControlCommands 類別包含所有 ASP.NET 資料繫結控制項使用的公用欄位,以提升使用者介面 (UI) 的一致性。The DataControlCommands class contains public fields that all ASP.NET data-bound controls use, to promote a consistent user interface (UI). 此類別無法獲得繼承。This class cannot be inherited. |
DataControlField |
作為所有資料控制項欄位類型的基底類別,代表表格式資料繫結控制項中資料的資料行,例如 DetailsView 和 GridView。Serves as the base class for all data control field types, which represent a column of data in tabular data-bound controls such as DetailsView and GridView. |
DataControlFieldCell |
表示在表格式 ASP.NET 資料繫結控制項 (例如 DetailsView 或 GridView) 之呈現資料表中的儲存格。Represents a cell in the rendered table of a tabular ASP.NET data-bound control, such as DetailsView or GridView. |
DataControlFieldCollection |
表示由 GridView 和 DetailsView 等資料繫結控制項所使用的 DataControlField 物件集合。Represents a collection of DataControlField objects that are used by data-bound controls such as GridView and DetailsView. |
DataControlFieldHeaderCell |
在協助工具案例中,表示在表格式 ASP.NET 資料繫結控制項 (例如 GridView) 之呈現資料表中的標題儲存格。In accessibility scenarios, represents a header cell in the rendered table of a tabular ASP.NET data-bound control, such as GridView. |
DataGrid |
顯示資料表之資料來源項目的資料繫結清單控制項。A data bound list control that displays the items from data source in a table. DataGrid 控制項可讓您選取、排序和編輯這些項目。The DataGrid control allows you to select, sort, and edit these items. |
DataGridColumn |
作為 DataGrid 控制項之不同資料行類型的基底類別。Serves as the base class for the different column types of the DataGrid control. |
DataGridColumnCollection |
DataGridColumn 衍生資料行物件的集合,表示在 DataGrid 控制項中的資料行。A collection of DataGridColumn-derived column objects that represent the columns in a DataGrid control. 此類別無法獲得繼承。This class cannot be inherited. |
DataGridCommandEventArgs |
提供資料給 CancelCommand 控制項的 DeleteCommand、EditCommand、ItemCommand、UpdateCommand 和 DataGrid 事件。Provides data for the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of the DataGrid control. 此類別無法獲得繼承。This class cannot be inherited. |
DataGridItem |
代表 DataGrid 控制項中的項目 (資料列)。Represents an item (row) in a DataGrid control. |
DataGridItemCollection |
代表 DataGrid 控制項中 DataGridItem 物件的集合。Represents a collection of DataGridItem objects in a DataGrid control. |
DataGridItemEventArgs |
提供資料給 ItemCreated 控制項的 ItemDataBound 和 DataGrid 事件。Provides data for the ItemCreated and ItemDataBound events of the DataGrid control. 此類別無法獲得繼承。This class cannot be inherited. |
DataGridPageChangedEventArgs |
提供 PageIndexChanged 控制項的 DataGrid 事件資料。Provides data for the PageIndexChanged event of the DataGrid control. 此類別無法獲得繼承。This class cannot be inherited. |
DataGridPagerStyle |
指定 DataGrid 控制項的頁面巡覽區樣式。Specifies the style for the pager of the DataGrid control. 此類別無法獲得繼承。This class cannot be inherited. |
DataGridSortCommandEventArgs |
提供 SortCommand 控制項的 DataGrid 事件資料。Provides data for the SortCommand event of the DataGrid control. 此類別無法獲得繼承。This class cannot be inherited. |
DataKey |
表示主索引鍵欄位或資料繫結控制項中記錄的欄位。Represents the primary key field or fields of a record in a data-bound control. |
DataKeyArray |
表示 DataKey 物件的集合。Represents a collection of DataKey objects. 此類別無法獲得繼承。This class cannot be inherited. |
DataKeyCollection |
表示包含資料來源內每個資料錄的索引鍵欄位的集合。Represents a collection that contains the key field of each record in a data source. 此類別無法獲得繼承。This class cannot be inherited. |
DataList |
使用範本顯示項目的資料繫結清單控制項。A data bound list control that displays items using templates. |
DataListCommandEventArgs |
提供資料給 CancelCommand 控制項的 DeleteCommand、EditCommand、ItemCommand、UpdateCommand 和 DataList 事件。Provides data for the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of the DataList control. 此類別無法獲得繼承。This class cannot be inherited. |
DataListItem |
表示 DataList 控制項中的項目。Represents an item in a DataList control. |
DataListItemCollection |
表示 DataListItem 控制項中 DataList 物件的集合。Represents the collection of DataListItem objects in the DataList control. 此類別無法獲得繼承。This class cannot be inherited. |
DataListItemEventArgs |
提供資料給 ItemCreated 控制項的 ItemDataBound 和 DataList 事件。Provides data for the ItemCreated and ItemDataBound events of a DataList control. 此類別無法獲得繼承。This class cannot be inherited. |
DataPager |
提供實作 IPageableItemContainer 介面的資料繫結控制項分頁功能,例如 ListView 控制項。Provides paging functionality for data-bound controls that implement the IPageableItemContainer interface, such as the ListView control. |
DataPagerCommandEventArgs |
提供 PagerCommand 類別之 TemplatePagerField 事件的資料。Provides data for the PagerCommand event of the TemplatePagerField class. |
DataPagerField |
作為資料頁面巡覽區欄位類型的基底類別,代表 DataPager 控制項的導覽控制項。Serves as the base class for data pager field types, which represent a navigation control for the DataPager control. |
DataPagerFieldCollection |
代表由 DataPager 所使用的 DataPagerField 物件集合。Represents a collection of DataPagerField objects that are used by the DataPager control. |
DataPagerFieldCommandEventArgs |
提供 |
DataPagerFieldItem |
表示 DataPager 控制項中的頁面巡覽區欄位項目。Represents a pager field item in a DataPager control. |
DataSourceSelectResultProcessingOptions |
封裝處理選取作業之選擇方法結果所需的選項。Encapsulates the options required for processing a select method result from a select operation. |
DayRenderEventArgs |
提供 DayRender 控制項的 Calendar 事件資料。Provides data for the DayRender event of the Calendar control. 此類別無法獲得繼承。This class cannot be inherited. |
DetailsView |
從資料表的資料來源顯示單一資料錄的值,其中每個資料列都代表資料錄的欄位。Displays the values of a single record from a data source in a table, where each data row represents a field of the record. DetailsView 控制項可讓您編輯、刪除及插入記錄。The DetailsView control allows you to edit, delete, and insert records. |
DetailsViewCommandEventArgs |
提供 ItemCommand 事件的資料。Provides data for the ItemCommand event. |
DetailsViewDeletedEventArgs |
提供 ItemDeleted 事件的資料。Provides data for the ItemDeleted event. |
DetailsViewDeleteEventArgs |
提供 ItemDeleting 事件的資料。Provides data for the ItemDeleting event. |
DetailsViewInsertedEventArgs |
提供 ItemInserted 事件的資料。Provides data for the ItemInserted event. |
DetailsViewInsertEventArgs |
提供 ItemInserting 事件的資料。Provides data for the ItemInserting event. |
DetailsViewModeEventArgs |
提供 ModeChanging 事件的資料。Provides data for the ModeChanging event. |
DetailsViewPageEventArgs |
提供 PageIndexChanging 事件的資料。Provides data for the PageIndexChanging event. |
DetailsViewPagerRow |
表示 DetailsView 控制項中的頁面巡覽列。Represents the pager row in a DetailsView control. |
DetailsViewRow |
表示 DetailsView 控制項中的資料列。Represents a row within a DetailsView control. |
DetailsViewRowCollection |
代表 DetailsView 控制項中 DetailsViewRow 物件的集合。Represents a collection of DetailsViewRow objects in a DetailsView control. |
DetailsViewRowsGenerator |
可用來自動產生欄位,該欄位使用 DetailsView 控制項的 ASP.NET Dynamic Data 功能。Provides a way to automatically generate fields that use ASP.NET Dynamic Data features for the DetailsView control. |
DetailsViewUpdatedEventArgs |
提供 ItemUpdated 事件的資料。Provides data for the ItemUpdated event. |
DetailsViewUpdateEventArgs |
提供 ItemUpdating 事件的資料。Provides data for the ItemUpdating event. |
DropDownList |
代表允許使用者從下拉式清單選取單一項目的控制項。Represents a control that allows the user to select a single item from a drop-down list. |
EditCommandColumn |
DataGrid 控制項的特殊資料行類型,其中包含 |
EmbeddedMailObject |
表示嵌入使用 MailDefinition 類別所建構之電子郵件訊息的項目。Represents an item to embed in an email message constructed using the MailDefinition class. |
EmbeddedMailObjectsCollection |
表示 EmbeddedMailObject 物件的已排序集合。Represents an ordered set of EmbeddedMailObject objects. |
EntityDataSource |
表示 ASP.NET 應用程式中資料繫結控制項的實體資料模型 (EDM)。Represents an Entity Data Model (EDM) to data-bound controls in an ASP.NET application. |
EntityDataSourceChangedEventArgs |
提供 Inserted、Updated 和 Deleted 事件的資料。Provides data for the Inserted, Updated, and Deleted events. |
EntityDataSourceChangingEventArgs |
提供 Inserting、Updating 和 Deleting 事件的資料。Provides data for the Inserting, Updating, and Deleting events. |
EntityDataSourceContextCreatedEventArgs |
提供 ContextCreated 事件的資料。Provides data for the ContextCreated event. |
EntityDataSourceContextCreatingEventArgs |
提供 ContextCreating 事件的資料。Provides data for the ContextCreating event. |
EntityDataSourceContextDisposingEventArgs |
提供 ContextDisposing 事件的資料。Provides data for the ContextDisposing event. |
EntityDataSourceSelectedEventArgs | |
EntityDataSourceSelectingEventArgs | |
EntityDataSourceValidationException |
代表驗證動態資料來源的屬性時所發生的錯誤。Represents errors that occur when validating properties of a dynamic data source. |
EntityDataSourceView |
支援 EntityDataSource 控制項,並提供資料繫結程序控制項的介面,藉此根據實體資料執行查詢和其他作業。Supports the EntityDataSource control and provides an interface for data-bound controls to perform queries and other operations against entity data. |
FileUpload |
顯示允許使用者選取要上載至伺服器之檔案的文字方塊控制項和瀏覽按鈕。Displays a text box control and a browse button that enable users to select a file to upload to the server. |
FontInfo |
封裝文字的字型屬性。Encapsulates the font properties of text. 此類別無法獲得繼承。This class cannot be inherited. |
FontNamesConverter |
在包含字型名稱清單的字串與代表個別名稱的字串陣列之間轉換。Converts between a string containing a list of font names and an array of strings representing the individual names. |
FontUnitConverter |
將 FontUnit 轉換成字串。Converts a FontUnit to a string. 它也會將字串轉換成 FontUnit。It also converts a string to a FontUnit. |
FormParameter |
將 HTTP 要求 Form 欄位的值繫結至參數物件。Binds the value of an HTTP request Form field to a parameter object. |
FormView |
利用使用者定義的範本,顯示資料來源中單一記錄的值。Displays the values of a single record from a data source using user-defined templates. FormView 控制項可讓您編輯、刪除及插入記錄。The FormView control allows you to edit, delete, and insert records. |
FormViewCommandEventArgs |
提供 ItemCommand 事件的資料。Provides data for the ItemCommand event. |
FormViewDeletedEventArgs |
提供 ItemDeleted 事件的資料。Provides data for the ItemDeleted event. |
FormViewDeleteEventArgs |
提供 ItemDeleting 事件的資料。Provides data for the ItemDeleting event. |
FormViewInsertedEventArgs |
提供 ItemInserted 事件的資料。Provides data for the ItemInserted event. |
FormViewInsertEventArgs |
提供 ItemInserting 事件的資料。Provides data for the ItemInserting event. |
FormViewModeEventArgs |
提供 ModeChanging 事件的資料。Provides data for the ModeChanging event. |
FormViewPageEventArgs |
提供 PageIndexChanging 事件的資料。Provides data for the PageIndexChanging event. |
FormViewPagerRow |
表示 FormView 控制項中的頁面巡覽列。Represents the pager row in a FormView control. |
FormViewRow |
表示 FormView 控制項中的資料列。Represents a row within a FormView control. |
FormViewUpdatedEventArgs |
提供 ItemUpdated 事件的資料。Provides data for the ItemUpdated event. |
FormViewUpdateEventArgs |
提供 ItemUpdating 事件的資料。Provides data for the ItemUpdating event. |
GridView |
在資料表中顯示資料來源的值,其中每個資料行各代表一個欄位,而每個資料列各代表一項記錄。Displays the values of a data source in a table where each column represents a field and each row represents a record. GridView 控制項可讓您選取、排序和編輯這些項目。The GridView control enables you to select, sort, and edit these items. |
GridViewCancelEditEventArgs |
提供 RowCancelingEdit 事件的資料。Provides data for the RowCancelingEdit event. |
GridViewColumnsGenerator |
可用來自動產生欄位,該欄位使用 GridView 控制項的 ASP.NET Dynamic Data 功能。Provides a way to automatically generate fields that use ASP.NET Dynamic Data features for the GridView control. |
GridViewCommandEventArgs |
提供 RowCommand 事件的資料。Provides data for the RowCommand event. |
GridViewDeletedEventArgs |
提供 RowDeleted 事件的資料。Provides data for the RowDeleted event. |
GridViewDeleteEventArgs |
提供 RowDeleting 事件的資料。Provides data for the RowDeleting event. |
GridViewEditEventArgs |
提供 RowEditing 事件的資料。Provides data for the RowEditing event. |
GridViewPageEventArgs |
提供 PageIndexChanging 事件的資料。Provides data for the PageIndexChanging event. |
GridViewRow |
代表 GridView 控制項中的個別資料列。Represents an individual row in a GridView control. |
GridViewRowCollection |
代表 GridView 控制項中 GridViewRow 物件的集合。Represents a collection of GridViewRow objects in a GridView control. |
GridViewRowEventArgs |
提供 RowCreated 和 RowDataBound 事件的資料。Provides data for the RowCreated and RowDataBound events. |
GridViewSelectEventArgs |
提供 SelectedIndexChanging 事件的資料。Provides data for the SelectedIndexChanging event. |
GridViewSortEventArgs | |
GridViewUpdatedEventArgs |
提供 RowUpdated 事件的資料。Provides data for the RowUpdated event. |
GridViewUpdateEventArgs |
提供 RowUpdating 事件的資料。Provides data for the RowUpdating event. |
HiddenField |
表示用來儲存非顯示值的隱藏欄位。Represents a hidden field used to store a non-displayed value. |
HierarchicalDataBoundControl |
作為所有 ASP.NET 2.0 版資料繫結控制項的基底類別,這些控制項會以階層形式顯示其資料。Serves as the base class for all ASP.NET version 2.0 data-bound controls that display their data in hierarchical form. |
HotSpot |
實作對所有作用點圖形通用的基本功能。Implements the basic functionality common to all hot spot shapes. |
HotSpotCollection |
代表 ImageMap 控制項內的 HotSpot 物件集合。Represents a collection of HotSpot objects inside an ImageMap control. 此類別無法獲得繼承。This class cannot be inherited. |
HyperLink |
會將連結顯示至另一個網頁的控制項。A control that displays a link to another Web page. |
HyperLinkColumn |
DataGrid 控制項的資料行類型,包含資料行中每個項目的超連結。A column type for the DataGrid control that contains a hyperlink for each item in the column. |
HyperLinkControlBuilder |
與剖析器 (Parser) 互動以建置 HyperLink 控制項。Interacts with the parser to build a HyperLink control. |
HyperLinkField |
代表在資料繫結控制項中顯示為超連結的欄位。Represents a field that is displayed as a hyperlink in a data-bound control. |
Image |
在網頁上顯示影像。Displays an image on a Web page. |
ImageButton |
顯示影像,並回應在影像上按一下滑鼠按鍵的控制項。A control that displays an image and responds to mouse clicks on the image. |
ImageField |
表示在資料繫結控制項中顯示為影像的欄位。Represents a field that is displayed as an image in a data-bound control. |
ImageMap |
建立在頁面上顯示影像的控制項。Creates a control that displays an image on a page. 按一下在 ImageMap 控制項內定義的作用點區域時,控制項會產生回傳至伺服器,或是瀏覽至指定的 URL。When a hot spot region defined within the ImageMap control is clicked, the control either generates a postback to the server or navigates to a specified URL. |
ImageMapEventArgs |
提供 Click 控制項之 ImageMap 事件的資料。Provides data for the Click event of an ImageMap control. |
Label |
代表標籤控制項,顯示在網頁上的文字。Represents a label control, which displays text on a Web page. |
LabelControlBuilder |
與剖析器 (Parser) 互動以建置 Label 控制項。Interacts with the parser to build a Label control. |
LinkButton |
顯示網頁上的超連結樣式按鈕控制項。Displays a hyperlink-style button control on a Web page. |
LinkButtonControlBuilder |
與剖析器 (Parser) 互動以建置 LinkButton 控制項。Interacts with the parser to build a LinkButton control. |
LinqDataSource |
在 ASP.NET 網頁中透過標記文字啟用 Language-Integrated Query (LINQ),以從資料物件擷取和修改資料。Enables the use of Language-Integrated Query (LINQ) in an ASP.NET Web page through markup text to retrieve and modify data from a data object. |
LinqDataSourceContextEventArgs |
提供 ContextCreating 事件的資料。Provides data for the ContextCreating event. |
LinqDataSourceDeleteEventArgs | |
LinqDataSourceDisposeEventArgs |
提供 ContextDisposing 事件的資料。Provides data for the ContextDisposing event. |
LinqDataSourceInsertEventArgs | |
LinqDataSourceSelectEventArgs | |
LinqDataSourceStatusEventArgs |
提供 ContextCreated、Deleted、Inserted、Selected 以及 Updated 事件的資料。Provides data for the ContextCreated, Deleted, Inserted, Selected, and Updated events. |
LinqDataSourceUpdateEventArgs | |
LinqDataSourceValidationException |
說明在 LinqDataSource 控制項插入、更新或刪除值之前,在驗證新值或修改值期間所發生的例外狀況。Describes an exception that occurred during validation of new or modified values before values are inserted, updated, or deleted by a LinqDataSource control. |
LinqDataSourceView |
支援 LinqDataSource 控制項,並提供資料繫結控制項的介面,以執行 LINQ 資料作業。Supports the LinqDataSource control and provides an interface for data-bound controls to perform LINQ data operations. |
ListBox |
代表允許單一或多重項目選取的清單方塊控制項。Represents a list box control that allows single or multiple item selection. |
ListControl |
做為定義所有清單類型控制項之通用屬性、方法和事件的抽象基底類別。Serves as the abstract base class that defines the properties, methods, and events common for all list-type controls. |
ListItem |
代表資料繫結清單控制項中的資料項目。Represents a data item in a data-bound list control. 此類別無法獲得繼承。This class cannot be inherited. |
ListItemCollection |
清單控制項中 ListItem 物件的集合。A collection of ListItem objects in a list control. 此類別無法獲得繼承。This class cannot be inherited. |
ListItemControlBuilder |
與剖析器 (Parser) 互動以建置 ListItem 控制項。Interacts with the parser to build a ListItem control. |
ListView |
以使用者定義的範本來顯示資料來源值。Displays the values of a data source by using user-defined templates. ListView 控制項可讓使用者選取、排序、刪除、編輯和插入記錄。The ListView control enables users to select, sort, delete, edit, and insert records. |
ListViewCancelEventArgs |
提供 ItemCanceling 事件的資料。Provides data for the ItemCanceling event. |
ListViewCommandEventArgs |
提供 ItemCommand 事件的資料。Provides data for the ItemCommand event. |
ListViewDataItem |
表示 ListView 控制項中的個別資料項目。Represents an individual data item in a ListView control. |
ListViewDeletedEventArgs |
提供 ItemDeleted 事件的資料。Provides data for the ItemDeleted event. |
ListViewDeleteEventArgs |
提供 ItemDeleting 事件的資料。Provides data for the ItemDeleting event. |
ListViewEditEventArgs |
提供 ItemEditing 事件的資料。Provides data for the ItemEditing event. |
ListViewInsertedEventArgs |
提供 ItemInserted 事件的資料。Provides data for the ItemInserted event. |
ListViewInsertEventArgs |
提供 ItemInserting 事件的資料。Provides data for the ItemInserting event. |
ListViewItem |
表示 ListView 控制項中的個別項目。Represents an individual item in a ListView control. |
ListViewItemEventArgs |
提供 ItemCreated 和 ItemDataBound 事件的資料。Provides data for the ItemCreated and ItemDataBound events. |
ListViewPagedDataSource |
封裝 ListView 控制項的分頁相關屬性。Encapsulates the paging-related properties of a ListView control. |
ListViewSelectEventArgs |
提供 SelectedIndexChanging 事件的資料。Provides data for the SelectedIndexChanging event. |
ListViewSortEventArgs | |
ListViewUpdatedEventArgs |
提供 ItemUpdated 事件的資料。Provides data for the ItemUpdated event. |
ListViewUpdateEventArgs |
提供 ItemUpdating 事件的資料。Provides data for the ItemUpdating event. |
Literal |
在網頁上保留顯示靜態文字的位置。Reserves a location on the Web page to display static text. |
LiteralControlBuilder |
與剖析器 (Parser) 互動以建置 Literal 控制項。Interacts with the parser to build a Literal control. |
Localize |
保留網頁上要顯示當地語系化靜態文字的位置。Reserves a location on a Web page in which to display localized static text. |
Login |
提供使用者介面 (UI) 項目以登入網站。Provides user interface (UI) elements for logging in to a Web site. |
LoginCancelEventArgs |
提供可取消事件的資料。Provides data for a cancelable event. |
LoginName |
顯示 |
LoginStatus |
偵測使用者的驗證狀態,並切換登入或登出網站的連結狀態。Detects the user's authentication state and toggles the state of a link to log in to or log out of a Web site. |
LoginView |
根據使用者的驗證狀態和角色成員資格,顯示對於指定使用者適當的內容範本。Displays the appropriate content template for a given user, based on the user's authentication status and role membership. |
MailDefinition |
允許控制項從文字檔案或字串建立電子郵件訊息。Allows a control to create email messages from text files or strings. 此類別無法獲得繼承。This class cannot be inherited. |
MailMessageEventArgs |
提供電子郵件相關事件的資料。Provides data for email-related events. |
Menu |
顯示 ASP.NET Web 網頁中的功能表。Displays a menu in an ASP.NET Web page. |
MenuEventArgs |
提供資料給 MenuItemClick 控制項的 MenuItemDataBound 和 Menu 事件。Provides data for the MenuItemClick and MenuItemDataBound events of a Menu control. 此類別無法獲得繼承。This class cannot be inherited. |
MenuItem |
表示在 Menu 控制項中顯示的功能表項目。Represents a menu item displayed in the Menu control. 此類別無法獲得繼承。This class cannot be inherited. |
MenuItemBinding |
在 Menu 控制項中,定義資料項目及其繫結功能表項目之間的關係。Defines the relationship between a data item and the menu item it is binding to in a Menu control. 此類別無法獲得繼承。This class cannot be inherited. |
MenuItemBindingCollection |
表示 MenuItemBinding 物件的集合。Represents a collection of MenuItemBinding objects. |
MenuItemCollection |
表示 Menu 控制項中功能表項目的集合。Represents a collection of menu items in a Menu control. 此類別無法獲得繼承。This class cannot be inherited. |
MenuItemStyle |
表示 Menu 控制項中的功能表項目樣式。Represents the style of a menu item in a Menu control. 此類別無法獲得繼承。This class cannot be inherited. |
MenuItemStyleCollection |
代表 Menu 控制項中 MenuItemStyle 物件的集合。Represents a collection of MenuItemStyle objects in a Menu control. 此類別無法獲得繼承。This class cannot be inherited. |
MenuItemTemplateContainer |
代表容器,這個容器保存 Menu 控制項中範本化功能表項目的內容。Represents a container that holds the contents of a templated menu item in a Menu control. |
ModelDataMethodResult |
封裝資料方法作業的結果。Encapsulates the result of a data method operation. |
ModelDataSource |
使用模型繫結時,資料繫結控制項用於執行 CRUD (建立、讀取、更新、刪除) 作業的資料來源控制項。The data source control used by data-bound controls to perform CRUD (create, read, update, delete) operations when model binding is in use. |
ModelDataSourceMethod |
封裝 ModelDataSourceView 物件所使用之資料方法的相關資訊。Encapsulates the information about a data method used by a ModelDataSourceView object. |
ModelDataSourceView |
表示 ModelDataSource 控制項的單一檢視。Represents a single view of a ModelDataSource control. |
ModelErrorMessage |
顯示頁面模型狀態中之指定索引鍵的第一個模型錯誤。Displays the first model error for a given key from the page's model state. |
ModelMethodContext |
用來在UpdateModel<TModel>(TModel)物件不可直接存取時,叫用TryUpdateModel<TModel>(TModel)或Page方法。Used to invoke the UpdateModel<TModel>(TModel) or TryUpdateModel<TModel>(TModel) method when the Page object is not directly accessible. |
MonthChangedEventArgs |
提供 VisibleMonthChanged 控制項的 Calendar 事件的資料。Provides data for the VisibleMonthChanged event of a Calendar control. |
MultiView |
代表用來作為 View 控制項群組之容器的控制項。Represents a control that acts as a container for a group of View controls. |
MultiViewControlBuilder |
與剖析器 (Parser) 互動以建置 MultiView 控制項。Interacts with the parser to build a MultiView control. |
NextPreviousPagerField |
表示欄位,該欄位顯示 DataPager 控制項中可讓使用者逐頁查看資料的導覽控制項。Represents a field that displays navigation controls in a DataPager control enable users to page through data. |
NumericPagerField |
代表 DataPager 欄位,可讓使用者依照頁碼選取頁面。Represents a DataPager field that enables users to select a page by page number. |
ObjectDataSource |
表示向多層 Web 應用程式架構中資料繫結控制項提供資料的商務物件 (Business Object)。Represents a business object that provides data to data-bound controls in multitier Web application architectures. |
ObjectDataSourceDisposingEventArgs |
提供 ObjectDisposing 控制項的 ObjectDataSource 事件資料。Provides data for the ObjectDisposing event of the ObjectDataSource control. |
ObjectDataSourceEventArgs |
提供資料給 ObjectCreating 控制項的 ObjectCreated 和 ObjectDataSource 事件。Provides data for the ObjectCreating and ObjectCreated events of the ObjectDataSource control. |
ObjectDataSourceFilteringEventArgs |
提供 Filtering 控制項的 ObjectDataSource 事件資料。Provides data for the Filtering event of the ObjectDataSource control. |
ObjectDataSourceMethodEventArgs |
提供 Inserting 控制項之 Updating、Deleting 和 ObjectDataSource 事件的資料。Provides data for the Inserting, Updating, and Deleting events of the ObjectDataSource control. |
ObjectDataSourceSelectingEventArgs |
提供 Selecting 控制項的 ObjectDataSource 事件資料。Provides data for the Selecting event of the ObjectDataSource control. |
ObjectDataSourceStatusEventArgs |
提供 Selected 控制項之 Inserted、Updated、Deleted 和 ObjectDataSource 事件的資料。Provides data for the Selected, Inserted, Updated, and Deleted events of the ObjectDataSource control. |
ObjectDataSourceView |
支援 ObjectDataSource 控制項,並提供資料繫結控制項的介面,以藉由商務和資料物件執行資料作業。Supports the ObjectDataSource control and provides an interface for data-bound controls to perform data operations with business and data objects. |
PagedDataSource |
封裝資料繫結控制項 (例如 DataGrid、GridView、DetailsView 和 FormView) 的分頁相關屬性,以允許控制項執行分頁。Encapsulates the paging-related properties of a data-bound control (such as DataGrid, GridView, DetailsView, and FormView) that allow it to perform paging. 此類別無法獲得繼承。This class cannot be inherited. |
PageEventArgs |
提供實作 TotalRowCountAvailable 介面之類別的 IPageableItemContainer 事件資料。Provides data for the TotalRowCountAvailable event of a class that implements the IPageableItemContainer interface. |
PagePropertiesChangingEventArgs |
提供 PagePropertiesChanging 事件的資料。Provides data for the PagePropertiesChanging event. |
PagerSettings |
表示支援編頁的控制項中分頁控制項的屬性。Represents the properties of the paging controls in a control that supports pagination. 此類別無法獲得繼承。This class cannot be inherited. |
Panel |
代表可作為其他控制項之容器的控制項。Represents a control that acts as a container for other controls. |
PanelStyle | |
Parameter |
提供一種機制,資料來源控制項可使用該機制繫結程序至應用程式變數、使用者識別和選項,以及其他資料。Provides a mechanism that data source controls use to bind to application variables, user identities and choices, and other data. 作為所有 ASP.NET 參數類型的基底類別。Serves as the base class for all ASP.NET parameter types. |
ParameterCollection |
代表進階資料繫結案例中資料來源控制項所使用之 Parameter 和 Parameter 衍生物件的集合。Represents a collection of Parameter and Parameter-derived objects that are used by data source controls in advanced data-binding scenarios. |
PasswordRecovery |
提供使用者介面 (UI) 項目,讓使用者復原或重設遺失的密碼,並在電子郵件中接收密碼。Provides user interface (UI) elements that enable a user to recover or reset a lost password and receive it in email. |
PlaceHolder |
存放區以動態方式將伺服器控制項加入網頁中。Stores dynamically added server controls on the Web page. |
PlaceHolderControlBuilder |
與剖析器 (Parser) 互動以建置 PlaceHolder 控制項。Interacts with the parser to build a PlaceHolder control. |
PolygonHotSpot |
定義 ImageMap 控制項中的多邊形作用點區域。Defines a polygon-shaped hot spot region in an ImageMap control. 此類別無法獲得繼承。This class cannot be inherited. |
ProfileParameter |
將 ASP.NET 設定檔屬性的值繫結至參數物件。Binds the value of an ASP.NET Profile property to a parameter object. |
QueryableDataSource |
表示使用 LINQ 查詢來取得資料之資料來源物件的基底類別。Represents a base class for data source objects that get data by using LINQ queries. |
QueryableDataSourceEditData |
表示可從 QueryableDataSource 物件編輯的資料。Represents data that can be edited from a QueryableDataSource object. |
QueryableDataSourceView |
支援 QueryableDataSource 控制項,並提供資料繫結控制項的介面,以執行 LINQ 資料作業。Supports the QueryableDataSource control and provides an interface for data-bound controls to perform LINQ data operations. |
QueryContext |
表示用於查詢資料來源的參數清單。Represents a list of parameters that are used to query a data source. |
QueryCreatedEventArgs |
代表 QueryCreated 事件的事件資料。Represents event data for the QueryCreated event. |
QueryExtender |
可篩選資料來源中的資料,而不需要資料來源中的明確 |
QueryExtensions |
為實作 IQueryable<T> 介面的物件提供擴充方法。Provides an extension method for objects that implement the IQueryable<T> interface. |
QueryStringParameter |
將 HTTP 要求查詢字串欄位的值繫結至參數物件。Binds the value of an HTTP request query-string field to a parameter object. |
RadioButton |
表示選項按鈕控制項。Represents a radio button control. |
RadioButtonList |
代表用來封裝選項按鈕控制項群組的清單控制項。Represents a list control that encapsulates a group of radio button controls. |
RangeValidator |
檢查輸入控制項的值是否在指定的值範圍內。Checks whether the value of an input control is within a specified range of values. |
RectangleHotSpot |
定義 ImageMap 控制項中的矩形作用點區域。Defines a rectangular hot spot region in an ImageMap control. 此類別無法獲得繼承。This class cannot be inherited. |
RegularExpressionValidator |
驗證相關聯之輸入控制項的值,是否符合規則運算式指定的模式。Validates whether the value of an associated input control matches the pattern specified by a regular expression. |
Repeater |
資料繫結清單控制項,允許自訂版面配置,方法是在清單中為所顯示的每個項目重複指定的範本。A data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list. |
RepeaterCommandEventArgs |
提供 ItemCommand 的 Repeater 事件的資料。Provides data for the ItemCommand event of a Repeater. 此類別無法獲得繼承。This class cannot be inherited. |
RepeaterItem |
表示 Repeater 控制項中的項目。Represents an item in the Repeater control. |
RepeaterItemCollection |
代表 RepeaterItem 控制項中 Repeater 物件的集合。Represents a collection of RepeaterItem objects in the Repeater control. 此類別無法獲得繼承。This class cannot be inherited. |
RepeaterItemEventArgs |
提供 ItemCreated 的 ItemDataBound 和 Repeater 事件資料。Provides data for the ItemCreated and ItemDataBound events of a Repeater. |
RepeatInfo |
封裝用來呈現重複項目清單的清單控制項的資訊。Encapsulates the information used to render a list control that repeats a list of items. 此類別無法獲得繼承。This class cannot be inherited. |
RequiredFieldValidator |
將相關聯的輸入控制項作為必要的欄位。Makes the associated input control a required field. |
RoleGroup |
將 LoginView 控制項中的內容樣板與為網站定義的一或多個角色相關聯。Associates a content template in a LoginView control with one or more roles defined for the Web site. 此類別無法獲得繼承。This class cannot be inherited. |
RoleGroupCollection |
包含循序角色群組清單,LoginView 控制項可用來根據角色以決定要向使用者顯示的控制項範本。Contains a sequential list of role groups that the LoginView control uses to determine which control template to display to users based on their role. 此類別無法獲得繼承。This class cannot be inherited. |
RouteParameter |
將 URL 區段的值繫結至參數物件。Binds the value of a URL segment to a parameter object. |
SelectedDatesCollection |
封裝表示在 DateTime 控制項中所選取日期的 Calendar 物件集合。Encapsulates a collection of DateTime objects that represent the selected dates in a Calendar control. 此類別無法獲得繼承。This class cannot be inherited. |
SelectResult |
代表選取結果。Represents the select result. 此類型設計可讓在您使用 4.6 版所推出的非同步模型繫結功能,以及想要啟用自訂分頁功能時使用。This type is designed to be used when you use the async model binding feature, which is introduced in 4.6, and want to enable custom paging. |
SendMailErrorEventArgs |
提供資料給控制項的 |
ServerValidateEventArgs |
提供 ServerValidate 控制項的 CustomValidator 事件資料。Provides data for the ServerValidate event of the CustomValidator control. 此類別無法獲得繼承。This class cannot be inherited. |
SessionParameter |
將工作階段變數的值繫結至參數物件。Binds the value of a session variable to a parameter object. |
SiteMapDataSource |
提供資料來源控制項,Web 伺服器控制項和其他控制項可以使用這個資料來源控制項來繫結程序至階層式網站地圖資料。Provides a data source control that Web server controls and other controls can use to bind to hierarchical site map data. |
SiteMapDataSourceView |
提供 SiteMapDataSource 控制項的強型別 HierarchicalDataSourceView 物件。Provides a strongly typed HierarchicalDataSourceView object for the SiteMapDataSource control. |
SiteMapHierarchicalDataSourceView |
表示 SiteMapDataSource 控制項之網站導覽節點或節點集合的資料檢視。Represents a data view on a site map node or collection of nodes for a SiteMapDataSource control. |
SiteMapNodeItem |
SiteMapNodeItem 類別可供 SiteMapPath 控制項使用,以表示 SiteMapNode 的功能。The SiteMapNodeItem class is used by the SiteMapPath control to functionally represent a SiteMapNode. |
SiteMapNodeItemEventArgs |
提供 ItemCreated 和 ItemDataBound 事件的資料。Provides data for the ItemCreated and ItemDataBound events. |
SiteMapPath |
顯示一組文字或影像超連結,讓使用者可以更輕鬆地巡覽網站,而且需要最少的分頁空間數。Displays a set of text or image hyperlinks that enable users to more easily navigate a Web site, while taking a minimal amount of page space. |
SqlDataSource |
表示資料繫結控制項的 SQL 資料庫。Represents an SQL database to data-bound controls. |
SqlDataSourceCommandEventArgs |
提供 Updating 控制項之 Deleting、Inserting 和 SqlDataSource 事件的資料。Provides data for the Updating, Deleting and Inserting events of the SqlDataSource control. |
SqlDataSourceFilteringEventArgs |
提供 Filtering 控制項的 SqlDataSource 事件資料。Provides data for the Filtering event of the SqlDataSource control. |
SqlDataSourceSelectingEventArgs |
提供 Selecting 控制項的 SqlDataSource 事件資料。Provides data for the Selecting event of the SqlDataSource control. |
SqlDataSourceStatusEventArgs |
提供事件資料,在資料作業已完成之後,SqlDataSource 控制項會引發這個事件。Provides data for an event that is raised by the SqlDataSource control after a data operation has completed. |
SqlDataSourceView |
支援 SqlDataSource 控制項,並提供資料繫結控制項的介面,以便對關聯式資料庫執行 SQL 資料作業。Supports the SqlDataSource control and provides an interface for data-bound controls to perform SQL data operations against relational databases. |
StringArrayConverter |
提供型別轉換子 (Type Converter),將逗號分隔值的字串在字串陣列之間來回轉換。Provides a type converter to convert a string of comma-separated values to and from an array of strings. |
Style |
表示 Web 伺服器控制項的樣式。Represents the style of a Web server control. |
StyleCollection | |
SubMenuStyle |
表示 Menu 控制項中的子功能表樣式。Represents the style of a submenu in a Menu control. |
SubMenuStyleCollection |
代表 Menu 控制項中 SubMenuStyle 物件的集合。Represents a collection of SubMenuStyle objects in a Menu control. |
Substitution |
指定輸出快取網頁上不需要快取的區段。Specifies a section on an output-cached Web page that is exempt from caching. 在這個位置,擷取和替代 Substitution 控制項的動態內容。At this location, dynamic content is retrieved and substituted for the Substitution control. |
Table |
在 Web 網頁上顯示表格。Displays a table on a Web page. |
Table.RowControlCollection |
表示 TableRow 控制項中 Table 物件的集合。Represents the collection of TableRow objects in a Table control. |
TableCell | |
TableCellCollection |
封裝 TableHeaderCell 和 TableCell 物件的集合,組成 Table 控制項中的單一資料列。Encapsulates a collection of TableHeaderCell and TableCell objects that make up a row in a Table control. 此類別無法獲得繼承。This class cannot be inherited. |
TableCellControlBuilder |
與剖析器 (Parser) 互動以建置 TableCell 控制項。Interacts with the parser to build a TableCell control. |
TableFooterRow |
表示 Table 控制項中的頁尾資料列。Represents a footer row in a Table control. |
TableHeaderCell |
代表 Table 控制項內的標題儲存格。Represents a heading cell within a Table control. |
TableHeaderRow |
表示 Table 控制項中的標題列。Represents a heading row in a Table control. |
TableItemStyle |
表示呈現為 TableRow 或 TableCell 之控制項項目的樣式屬性。Represents the style properties for an element of a control that renders as a TableRow or TableCell. |
TableRow | |
TableRow.CellControlCollection |
表示 TableCell 物件的集合,這些物件是 TableRow 控制項的儲存格。Represents a collection of TableCell objects that are the cells of a TableRow control. |
TableRowCollection |
封裝 TableRow 物件的集合,這個物件代表 Table 控制項中的單一資料列。Encapsulates a collection of TableRow objects that represent a single row in a Table control. 此類別無法獲得繼承。This class cannot be inherited. |
TableSectionStyle |
代表 Table 控制項之區段的樣式。Represents the style for a section of a Table control. |
TableStyle |
表示 Table 控制項和某些 Web 組件的樣式。Represents the style for the Table control and some Web Parts. |
TargetConverter |
將表示因 Web 巡覽而顯示內容之位置 (目標) 的值轉換成字串。Converts a value that represents the location (target) in which to display the content resulting from a Web navigation to a string. 這個類別 (Class) 也將字串轉換成目標值。This class also converts a string to a target value. |
TemplateColumn |
表示 DataGrid 控制項的資料行類型,可讓您自訂資料行中的控制項配置。Represents a column type for the DataGrid control that allows you to customize the layout of controls in the column. |
TemplatedWizardStep |
表示精靈控制項中的步驟,可透過使用樣板加以自訂。Represents a step in a wizard control that can be customized through the use of templates. |
TemplateField |
表示顯示資料繫結控制項中自訂內容的欄位。Represents a field that displays custom content in a data-bound control. |
TemplatePagerField |
表示可讓您建立自訂分頁 UI 的 DataPager 欄位。Represents a DataPager field that enables you to create a custom paging UI. |
TextBox |
顯示使用者輸入的文字方塊控制項。Displays a text box control for user input. |
TextBoxControlBuilder |
與剖析器 (Parser) 互動以建置 TextBox 控制項。Interacts with the parser to build a TextBox control. |
TreeNode |
表示 TreeView 控制項中的節點。Represents a node in the TreeView control. |
TreeNodeBinding |
在 TreeView 控制項中,定義資料項目及其繫結節點之間的關係。Defines the relationship between a data item and the node it is binding to in a TreeView control. |
TreeNodeBindingCollection |
代表 TreeNodeBinding 控制項中 TreeView 物件的集合。Represents a collection of TreeNodeBinding objects in the TreeView control. 此類別無法獲得繼承。This class cannot be inherited. |
TreeNodeCollection |
代表 TreeNode 控制項中 TreeView 物件的集合。Represents a collection of TreeNode objects in the TreeView control. 此類別無法獲得繼承。This class cannot be inherited. |
TreeNodeEventArgs |
提供資料給 TreeNodeCheckChanged 控制項的 TreeNodeCollapsed、TreeNodeDataBound、TreeNodeExpanded、TreeNodePopulate 和 TreeView 事件。Provides data for the TreeNodeCheckChanged, TreeNodeCollapsed, TreeNodeDataBound, TreeNodeExpanded, and TreeNodePopulate events of the TreeView control. 此類別無法獲得繼承。This class cannot be inherited. |
TreeNodeStyle |
表示 TreeView 控制項中節點的樣式。Represents the style of a node in the TreeView control. |
TreeNodeStyleCollection |
代表 TreeView 控制項中的 TreeNodeStyle 物件集合。Represents a collection of TreeNodeStyle objects that is in a TreeView control. |
TreeView |
在樹狀中顯示階層式資料,例如目錄。Displays hierarchical data, such as a table of contents, in a tree structure. |
UnitConverter |
從 Unit 物件轉換為另一種資料型別的物件,以及從另一種型別轉換為 Unit 物件。Converts from a Unit object to an object of another data type and from another type to a Unit object. |
ValidatedControlConverter |
將 Web Form 網頁上可用驗證控制項進行驗證的控制項,轉換成包含控制項 ID 的字串。Converts a control on the Web Forms page that can be validated with a validation control to a string containing the control's ID. |
ValidationSummary |
顯示在網頁和/或訊息方塊上的所有內嵌驗證錯誤的摘要。Displays a summary of all validation errors inline on a Web page, in a message box, or both. |
View |
代表控制項,這個控制項作為 MultiView 控制項內控制項群組的容器。Represents a control that acts as a container for a group of controls within a MultiView control. |
ViewCollection |
表示集合容器 (Container),可讓 MultiView 控制項維護其子控制項的清單。Represents a collection container that enables a MultiView control to maintain a list of its child controls. |
WebColorConverter |
將預先定義的色彩名稱或 RGB 色彩值與 Color 物件相互轉換。Converts a predefined color name or an RGB color value to and from a Color object. |
WebControl |
作為基底類別,在 System.Web.UI.WebControls 命名空間中定義對所有控制項通用的方法、屬性和事件。Serves as the base class that defines the methods, properties and events common to all controls in the System.Web.UI.WebControls namespace. |
Wizard |
提供巡覽和使用者介面 (UI),在多個步驟中收集相關資料。Provides navigation and a user interface (UI) to collect related data across multiple steps. |
WizardNavigationEventArgs |
為精靈控制項的巡覽,提供 CurrentStepIndex 屬性和 NextStepIndex 屬性的資料。Provides data for the CurrentStepIndex property and the NextStepIndex property for navigation in wizard controls. |
WizardStep |
表示 Wizard 控制項中顯示的基本步驟。Represents a basic step that is displayed in a Wizard control. 此類別無法獲得繼承。This class cannot be inherited. |
WizardStepBase |
實作 Wizard 控制項步驟需要的基本功能。Implements the basic functionality required by a step in a Wizard control. |
WizardStepCollection |
表示作為精靈之控制項中的 WizardStepBase 衍生物件集合。Represents a collection of WizardStepBase-derived objects in a control that acts as a wizard. 此類別無法獲得繼承。This class cannot be inherited. |
WizardStepControlBuilder |
與剖析器 (Parser) 互動以建置 (Build) WizardStepBase 衍生控制項。Interacts with the parser to build a WizardStepBase-derived control. 此類別無法獲得繼承。This class cannot be inherited. |
Xml |
顯示未格式化,或使用可延伸樣式表語言轉換 (XSLT) 的 XML 文件。Displays an XML document without formatting or using Extensible Stylesheet Language Transformations (XSLT). |
XmlBuilder |
與剖析器 (Parser) 互動以建置 Xml 控制項。Interacts with the parser to build the Xml control. |
XmlDataSource |
表示資料繫結控制項的 XML 資料來源。Represents an XML data source to data-bound controls. |
XmlDataSourceView |
表示 XmlDataSource 控制項之 XML 資料的表格式資料來源檢視。Represents a tabular data source view on XML data for an XmlDataSource control. |
XmlHierarchicalDataSourceView |
表示 XmlDataSource 控制項之 XML 節點或 XML 節點集合的資料檢視。Represents a data view on an XML node or collection of XML nodes for an XmlDataSource control. |
結構
FontUnit |
表示字型的大小。Represents the size of a font. |
Unit |
表示長度的度量。Represents a length measurement. |
介面
IButtonControl |
定義必須實作的屬性和事件,以允許控制項在網頁上像按鈕運作。Defines properties and events that must be implemented to allow a control to act like a button on a Web page. |
ICallbackContainer |
定義方法,以允許控制項取得回呼指令碼。Defines a method that enables controls to obtain a callback script. |
ICompositeControlDesignerAccessor |
提供介面,讓複合控制項設計工具能在設計階段重新建立其關聯控制項的子控制項。Provides an interface to allow a composite-control designer to recreate the child controls of its associated control at design time. |
IDataBoundControl |
定義資料繫結控制項共用的屬性。Defines properties that are shared by data-bound controls. |
IDataBoundItemControl |
公開用來顯示資料繫結控制項中單一項目的屬性。Exposes the properties that are used to display a single item in a data-bound control. |
IDataBoundListControl |
公開顯示多個資料列之資料繫結控制項的一般屬性。Exposes the common properties of data-bound-controls that display multiple rows. |
IFieldControl |
表示公開屬性的合約,這些屬性會根據資料繫結控制項中的資料自動產生欄位。Represents a contract that exposes properties that automatically generate fields that are based on data in a data-bound control. |
IPageableItemContainer |
定義當資料繫結控制項要具有 DataPager 控制項提供的分頁功能時,所必須實作的成員。Defines members that a data-bound control must implement in order to have paging functionality provided by the DataPager control. |
IPersistedSelector |
提供屬性,DynamicDataManager 控制項會使用此屬性啟用透過查詢字串在資料繫結控制項中選取資料的功能。Provides a property that is used by the DynamicDataManager control to enable selecting data in a data-bound control through the query string. |
IPostBackContainer |
定義方法,以允許控制項取得用戶端指令碼選項。Defines a method that enables controls to obtain client-side script options. |
IQueryableDataSource |
公開 QueryExtender 控制項用來與資料來源控制項進行通訊的方法和屬性。Exposes methods and properties that the QueryExtender control uses to communicate with data source controls. |
IRepeatInfoUser |
定義必須由重複項目清單的任何清單控制項所實作的屬性和方法。Defines the properties and methods that must be implemented by any list control that repeats a list of items. |
列舉
AutoCompleteType |
表示可以控制 TextBox 控制項中 [自動完成] 功能行為的值。Represents the values that control the behavior of the AutoComplete feature in a TextBox control. |
BorderStyle |
指定控制項的框線樣式。Specifies the border style of a control. |
BulletedListDisplayMode |
指定可以套用至 BulletedList 控制項中清單項目內容的顯示行為。Specifies the display behaviors that you can apply to the list item contents in a BulletedList control. |
BulletStyle |
指定可以套用至 BulletedList 控制項中之清單項目的項目符號樣式。Specifies the bullet styles you can apply to list items in a BulletedList control. |
ButtonColumnType |
指定 ButtonColumn 物件的按鈕類型。Specifies the button type for the ButtonColumn object. |
ButtonType |
指定可在 [Web Form] 頁面呈現的不同類型按鈕。Specifies the different types of buttons that can be rendered in a Web Forms page. |
CalendarSelectionMode |
指定 Calendar 控制項的日期選取模式。Specifies the date selection mode of the Calendar control. |
ContentDirection |
表示在容器 (Container) 控制項中顯示包含文字之控制項的方向。Represents the direction in which to display controls that include text in a container control. |
DataBoundControlMode |
代表資料繫結控制項的不同資料輸入模式,或是 ASP.NET Dynamic Data 中的特殊欄位。Represents the different data-entry modes for a data-bound control or a particular field in ASP.NET Dynamic Data. |
DataControlCellType |
描述 DataControlFieldCell 物件的功能。Describes the function of a DataControlFieldCell object. |
DataControlRowState |
指定資料控制項 (例如 DetailsView 或 GridView) 中資料列的狀態。Specifies the state of a row in a data control, such as DetailsView or GridView. |
DataControlRowType |
指定資料控制項 (例如 DetailsView 或 GridView 控制項) 中資料列的功能。Specifies the function of a row in a data control, such as a DetailsView or GridView control. |
DayNameFormat |
指定 Calendar 控制項上星期的顯示格式。Specifies the display format for the days of the week on a Calendar control. |
DetailsViewMode |
表示 DetailsView 控制項的不同資料輸入模式。Represents the different data-entry modes of a DetailsView control. |
FirstDayOfWeek |
指定要在 Calendar 控制項中顯示為一週第一天的日子。Specifies the day to display as the first day of the week on the Calendar control. |
FontSize |
指定 HTML 4.0 所定義的字型大小。Specifies the font sizes defined by HTML 4.0. |
FormViewMode |
表示 FormView 控制項的不同資料輸入模式。Represents the different data-entry modes of a FormView control. |
GridLines |
指定將項目顯示於表格結構之控制項的格線樣式。Specifies the gridline styles for controls that display items in a table structure. |
HorizontalAlign |
指定容器內項目的水平對齊方式。Specifies the horizontal alignment of items within a container. |
HotSpotMode |
指定當按一下 HotSpot 時,ImageMap 控制項中 HotSpot 物件的行為。Specifies the behaviors of a HotSpot object in an ImageMap control when the HotSpot is clicked. |
ImageAlign |
指定影像相對於 Web 網頁文字的對齊方式。Specifies the alignment of an image in relation to the text of a Web page. |
InsertItemPosition |
指定當 InsertItemTemplate 範本呈現在 ListView 控制項中時的所在位置。Specifies the location of the InsertItemTemplate template when it is rendered as part of the ListView control. |
ListItemType |
指定清單控制項中項目的型別。Specifies the type of an item in a list control. |
ListSelectionMode |
指定 ListBox 控制項的選取模式。Specifies the selection mode of the ListBox control. |
ListViewCancelMode |
決定使用者在 ListView 項目中按下 [取消] 按鈕時執行的作業類型。Determines the type of operation that the user was performing when the Cancel button was clicked in a ListView item. |
ListViewItemType |
指定 ListView 控制項中項目的功能。Specifies the function of an item in the ListView control. |
LiteralMode |
指定 Literal 控制項中的內容如何呈現。Specifies how the content in a Literal control is rendered. |
LoginFailureAction |
在登入嘗試失敗時決定使用者將移至哪個頁面。Determines the page that the user will go to when a login attempt is not successful. |
LoginTextLayout |
指定標籤的位置,相對於與標籤關聯之 Login 控制項的文字方塊。Specifies the position of labels relative to their associated text boxes for the Login control. |
LogoutAction |
表示使用者登出網站時將被導向至的頁面。Indicates the page that the user will be directed to when he or she logs out of the Web site. |
MenuRenderingMode |
指定 Menu 控制項會呈現 HTML |
NextPrevFormat |
表示 Calendar 內上一個月和下一個月巡覽控制項的顯示格式。Represents the display format for the previous and next month navigation controls within the Calendar. |
Orientation |
指定復合控制項内之項目的一般配置。Specifies the general layout of items within a composite control. |
PagerButtons |
指定用來在分頁控制項之內容頁面之間巡覽所顯示的按鈕類型。Specifies the types of buttons to display for navigating between pages of content in a paginated control. |
PagerMode |
表示存取 DataGrid 控制項內各種網頁的頁面巡覽區模式。Represents the mode of the pager for accessing various pages within the DataGrid control. |
PagerPosition |
指定存取編頁控制項內各種網頁的頁面巡覽區位置。Specifies the position of the pager for accessing various pages within a paginated control. |
ParsingCulture |
指定將字串值轉換為型別時所使用的文化特性資訊。Specifies the culture information to use when string values are converted to types. |
PathDirection |
表示巡覽節點在網站巡覽控制項上呈現出來的階層架構順序。Indicates the hierarchical order in which navigation nodes are rendered for site-navigation controls. |
RepeatDirection |
指定顯示清單控制項項目的方向。Specifies the direction in which items of a list control are displayed. |
RepeatLayout |
指定清單控制項中項目的配置。Specifies the layout of items in a list control. |
ScrollBars |
指定捲軸在 Panel 控制項中的可視性和位置。Specifies the visibility and position of scroll bars in a Panel control. |
SiteMapNodeItemType |
SiteMapNodeItemType 控制項使用 SiteMapPath 列舉來識別節點階層架構中的 SiteMapNodeItem 節點的類型。The SiteMapNodeItemType enumeration is used by the SiteMapPath control to identify the type of a SiteMapNodeItem node within a node hierarchy. |
SortDirection |
指定項目清單的排序方向。Specifies the direction in which to sort a list of items. |
SqlDataSourceCommandType |
當執行資料庫作業時,描述 SqlDataSource 和 AccessDataSource 控制項所使用的 SQL 命令類型。Describes the type of SQL command used by the SqlDataSource and AccessDataSource controls when performing a database operation. |
SqlDataSourceMode |
指定 SqlDataSource 或 AccessDataSource 控制項取資料做為 IDataReader 或 DataSet。Specifies whether a SqlDataSource or AccessDataSource control retrieves data as a IDataReader or DataSet. |
TableCaptionAlign |
指定呈現為 HTML 標題項目的文字水平或垂直放置。Specifies the horizontal or vertical placement of the text to render as the HTML caption element. |
TableHeaderScope |
表示類別的 HTML |
TableRowSection |
指定 TableRow 物件在 Table 控制項中的位置。Specifies where a TableRow object is placed in a Table control. |
TextAlign |
指定與核取方塊或選項按鈕控制項關聯的文字,是否出現在控制項的左方或右方。Specifies whether the text associated with a check box or radio button control appears to the left or to the right of the control. |
TextBoxMode |
指定文字方塊的行為模式。Specifies the behavior mode of the text box. |
TitleFormat |
指定在 Calendar 控制項中顯示月份的標題格式。Specifies the title format for the displayed month in the Calendar control. |
TreeNodeSelectAction |
表示選取 TreeView 控制項中的節點時要引發的事件。Represents the event or events to raise when a node in the TreeView control is selected. |
TreeNodeTypes |
表示 TreeView 控制項中不同的節點型別,包括分葉、父代 (Parent) 和根 (Root)。Represents the different node types (leaf, parent, and root) in the TreeView control. |
TreeViewImageSet |
表示要在 TreeView 控制項中使用的影像集。Represents an image set to use in the TreeView control. |
UnitType |
指定度量單位。Specifies the unit of measurement. |
ValidationCompareOperator |
指定 CompareValidator 控制項所使用的驗證比較運算子。Specifies the validation comparison operators used by the CompareValidator control. |
ValidationDataType |
指定 CompareValidator 和 RangeValidator 控制項所使用的驗證資料型別。Specifies the validation data types used by the CompareValidator and RangeValidator controls. |
ValidationSummaryDisplayMode |
指定由 ValidationSummary 控制項所使用的驗證摘要顯示模式。Specifies the validation summary display mode used by the ValidationSummary control. |
ValidatorDisplay |
指定在驗證控制項中錯誤訊息的顯示行為。Specifies the display behavior of error messages in validation controls. |
VerticalAlign |
指定控制項中物件或文字的垂直對齊。Specifies the vertical alignment of an object or text in a control. |
WizardStepType |
指定 Wizard 控制項內其中一個步驟所呈現之巡覽 UI 的類型。Specifies the types of navigation UI that can be displayed for a step in a Wizard control. |
委派
AdCreatedEventHandler |
表示處理 AdCreated 控制項之 AdRotator 事件的方法。Represents the method that handles the AdCreated event of an AdRotator control. |
AuthenticateEventHandler |
表示方法,處理 Authenticate 控制項的 Login 事件。Represents the method that will handle the Authenticate event of a Login control. |
BulletedListEventHandler |
表示方法,處理 Click 控制項的 BulletedList 事件。Represents the method that will handle the Click event of a BulletedList control. |
CallingDataMethodsEventHandler |
代表處理 CallingDataMethods 事件的方法。Represents the method that handles the CallingDataMethods event. |
CommandEventHandler |
代表將處理 |
CreateUserErrorEventHandler |
表示處理 CreateUserError 控制項中之 CreateUserWizard 事件的方法。Represents the method that handles a CreateUserError event in the CreateUserWizard control. |
CreatingModelDataSourceEventHandler |
表示處理 CreatingModelDataSource 和 CreatingModelDataSource 事件的方法。Represents the method that handles the CreatingModelDataSource and CreatingModelDataSource events. |
DataGridCommandEventHandler |
表示處理 CancelCommand 控制項之 DeleteCommand、EditCommand、ItemCommand、UpdateCommand 及 DataGrid 事件的方法。Represents the method that handles the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of a DataGrid control. |
DataGridItemEventHandler |
表示處理 ItemCreated 控制項之 ItemDataBound 和 DataGrid 事件的方法。Represents the method that handles the ItemCreated and ItemDataBound events of a DataGrid control. |
DataGridPageChangedEventHandler |
表示處理 PageIndexChanged 控制項之 DataGrid 事件的方法。Represents the method that handles the PageIndexChanged event of the DataGrid control. |
DataGridSortCommandEventHandler |
表示處理 SortCommand 控制項之 DataGrid 事件的方法。Represents the method that handles the SortCommand event of the DataGrid control. |
DataListCommandEventHandler |
表示處理 CancelCommand 控制項的 DeleteCommand、EditCommand、ItemCommand、UpdateCommand 和 DataList 事件的方法。Represents the method that will handle the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of a DataList control. |
DataListItemEventHandler |
表示方法,處理 ItemCreated 控制項的 ItemDataBound 和 DataList 事件。Represents the method that will handle the ItemCreated and ItemDataBound events of the DataList control. |
DayRenderEventHandler |
表示處理 DayRender 控制項之 Calendar 事件的方法。Represents the method that handles the DayRender event of the Calendar control. |
DetailsViewCommandEventHandler |
表示處理 ItemCommand 控制項之 DetailsView 事件的方法。Represents the method that handles the ItemCommand event of a DetailsView control. |
DetailsViewDeletedEventHandler |
表示處理 ItemDeleted 控制項之 DetailsView 事件的方法。Represents the method that handles the ItemDeleted event of a DetailsView control. |
DetailsViewDeleteEventHandler |
表示處理 ItemDeleting 控制項之 DetailsView 事件的方法。Represents the method that handles the ItemDeleting event of a DetailsView control. |
DetailsViewInsertedEventHandler |
表示處理 ItemInserted 控制項之 DetailsView 事件的方法。Represents the method that handles the ItemInserted event of a DetailsView control. |
DetailsViewInsertEventHandler |
表示處理 ItemInserting 控制項之 DetailsView 事件的方法。Represents the method that handles the ItemInserting event of a DetailsView control. |
DetailsViewModeEventHandler |
表示處理 ModeChanging 控制項之 DetailsView 事件的方法。Represents the method that handles the ModeChanging event of a DetailsView control. |
DetailsViewPageEventHandler |
表示處理 PageIndexChanging 控制項之 DetailsView 事件的方法。Represents the method that handles the PageIndexChanging event of a DetailsView control. |
DetailsViewUpdatedEventHandler |
表示處理 ItemUpdated 控制項之 DetailsView 事件的方法。Represents the method that handles the ItemUpdated event of a DetailsView control. 此類別無法獲得繼承。This class cannot be inherited. |
DetailsViewUpdateEventHandler |
表示處理 ItemUpdating 控制項之 DetailsView 事件的方法。Represents the method that handles the ItemUpdating event of a DetailsView control. |
FormViewCommandEventHandler |
表示處理 ItemCommand 控制項之 FormView 事件的方法。Represents the method that handles the ItemCommand event of a FormView control. 此類別無法獲得繼承。This class cannot be inherited. |
FormViewDeletedEventHandler |
表示處理 ItemDeleted 控制項之 FormView 事件的方法。Represents the method that handles the ItemDeleted event of a FormView control. |
FormViewDeleteEventHandler |
表示處理 ItemDeleting 控制項之 FormView 事件的方法。Represents the method that handles the ItemDeleting event of a FormView control. |
FormViewInsertedEventHandler |
表示處理 ItemInserted 控制項之 FormView 事件的方法。Represents the method that handles the ItemInserted event of a FormView control. |
FormViewInsertEventHandler |
表示處理 ItemInserting 控制項之 FormView 事件的方法。Represents the method that handles the ItemInserting event of a FormView control. |
FormViewModeEventHandler |
表示處理 ModeChanging 控制項之 FormView 事件的方法。Represents the method that handles the ModeChanging event of a FormView control. |
FormViewPageEventHandler |
表示處理 PageIndexChanging 控制項之 FormView 事件的方法。Represents the method that handles the PageIndexChanging event of a FormView control. |
FormViewUpdatedEventHandler |
表示處理 ItemUpdated 控制項之 FormView 事件的方法。Represents the method that handles the ItemUpdated event of a FormView control. |
FormViewUpdateEventHandler |
表示處理 ItemUpdating 控制項之 FormView 事件的方法。Represents the method that handles the ItemUpdating event of a FormView control. |
GridViewCancelEditEventHandler |
表示處理 RowCancelingEdit 控制項之 GridView 事件的方法。Represents the method that handles the RowCancelingEdit event of a GridView control. |
GridViewCommandEventHandler |
表示處理 RowCommand 控制項之 GridView 事件的方法。Represents the method that handles the RowCommand event of a GridView control. |
GridViewDeletedEventHandler |
表示處理 RowDeleted 控制項之 GridView 事件的方法。Represents the method that handles the RowDeleted event of a GridView control. |
GridViewDeleteEventHandler |
表示處理 RowDeleting 控制項之 GridView 事件的方法。Represents the method that handles the RowDeleting event of a GridView control. |
GridViewEditEventHandler |
表示處理 RowEditing 控制項之 GridView 事件的方法。Represents the method that handles the RowEditing event of a GridView control. |
GridViewPageEventHandler |
表示處理 PageIndexChanging 控制項之 GridView 事件的方法。Represents the method that handles the PageIndexChanging event of a GridView control. |
GridViewRowEventHandler |
表示處理 RowCreated 控制項之 RowDataBound 和 GridView 事件的方法。Represents the method that handles the RowCreated and RowDataBound events of a GridView control. |
GridViewSelectEventHandler |
表示處理 SelectedIndexChanging 控制項之 GridView 事件的方法。Represents the method that handles the SelectedIndexChanging event of a GridView control. |
GridViewSortEventHandler |
表示處理 Sorting 控制項之 GridView 事件的方法。Represents the method that handles the Sorting event of a GridView control. |
GridViewUpdatedEventHandler |
表示處理 RowUpdated 控制項之 GridView 事件的方法。Represents the method that handles the RowUpdated event of a GridView control. |
GridViewUpdateEventHandler |
表示處理 RowUpdating 控制項之 GridView 事件的方法。Represents the method that handles the RowUpdating event of a GridView control. |
ImageMapEventHandler |
表示處理 Click 控制項之 ImageMap 事件的方法。Represents the method that handles the Click event of an ImageMap control. |
LoginCancelEventHandler |
表示處理可取消事件的方法。Represents the method that handles a cancelable event. |
MailMessageEventHandler |
表示處理郵件事件的方法。Represents the method that handles mail events. |
MenuEventHandler |
代表處理 MenuItemClick 控制項之 MenuItemDataBound 事件或 Menu 事件的方法。Represents the method that handles the MenuItemClick event or MenuItemDataBound event of a Menu control. |
MonthChangedEventHandler |
表示處理 VisibleMonthChanged 控制項之 Calendar 事件的方法。Represents the method that handles the VisibleMonthChanged event of a Calendar control. |
ObjectDataSourceDisposingEventHandler |
表示處理 ObjectDisposing 控制項之 ObjectDataSource 事件的方法。Represents the method that will handle the ObjectDisposing event of the ObjectDataSource control. |
ObjectDataSourceFilteringEventHandler |
表示處理 Filtering 控制項之 ObjectDataSource 事件的方法。Represents the method that will handle the Filtering event of the ObjectDataSource control. |
ObjectDataSourceMethodEventHandler |
表示處理 Selecting 控制項之 Updating、Inserting、Deleting 或 ObjectDataSource 事件的方法。Represents the method that will handle the Selecting, Updating, Inserting, or Deleting event of the ObjectDataSource control. |
ObjectDataSourceObjectEventHandler |
表示方法,處理 ObjectCreating 控制項的 ObjectCreated 和 ObjectDataSource 事件。Represents the method that will handle the ObjectCreating and ObjectCreated events of the ObjectDataSource control. |
ObjectDataSourceSelectingEventHandler |
表示處理 Selecting 控制項之 ObjectDataSource 事件的方法。Represents the method that will handle the Selecting event of the ObjectDataSource control. |
ObjectDataSourceStatusEventHandler |
表示處理 Selected 控制項之 Updated、Inserted、Deleted 和 ObjectDataSource 事件的方法。Represents the method that will handle the Selected, Updated, Inserted, and Deleted events of the ObjectDataSource control. |
RepeaterCommandEventHandler |
代表將處理 ItemCommand 之 Repeater 事件的方法。Represents the method that will handle the ItemCommand event of a Repeater. |
RepeaterItemEventHandler |
表示處理 ItemCreated 的 ItemDataBound 和 Repeater 事件的方法。Represents the method that will handle the ItemCreated and ItemDataBound events of a Repeater. |
SendMailErrorEventHandler |
表示方法,此方法可處理例如 ChangePassword、CreateUserWizard 和 PasswordRecovery 等控制項的 |
ServerValidateEventHandler |
表示方法,處理 ServerValidate 控制項的 CustomValidator 事件。Represents the method that will handle the ServerValidate event of a CustomValidator control. |
SiteMapNodeItemEventHandler |
表示處理 ItemCreated 類別的 ItemDataBound 和 SiteMapNodeItem 事件的方法。Represents the method that will handle the ItemCreated and ItemDataBound events for the SiteMapNodeItem class. |
SqlDataSourceCommandEventHandler |
表示將處理 Updating 控制項之 Inserting、Deleting 和 SqlDataSource 事件的方法。Represents the method that will handle the Updating, Inserting, and Deleting events of the SqlDataSource control. |
SqlDataSourceFilteringEventHandler |
表示處理 Filtering 控制項之 SqlDataSource 事件的方法。Represents the method that will handle the Filtering event of the SqlDataSource control. |
SqlDataSourceSelectingEventHandler |
表示處理 Selecting 控制項之 SqlDataSource 事件的方法。Represents the method that will handle the Selecting event of the SqlDataSource control. |
SqlDataSourceStatusEventHandler |
表示處理 Selected 控制項之 Updated、Inserted、Deleted 和 SqlDataSource 事件的方法。Represents the method that will handle the Selected, Updated, Inserted, and Deleted events of the SqlDataSource control. |
TreeNodeEventHandler |
表示處理 TreeNodeCollapsed 控制項之 TreeNodeDataBound、TreeNodeExpanded、TreeNodePopulate 或 TreeView 事件的方法。Represents the method that will handle the TreeNodeCollapsed, TreeNodeDataBound, TreeNodeExpanded, or TreeNodePopulate event of the TreeView control. |
WizardNavigationEventHandler |
表示將處理 Wizard 控制項中巡覽事件的方法。Represents the method that will handle navigation events in a Wizard control. |
備註
System.Web.UI.WebControls命名空間包含類別,這些類別會轉譯為 HTML 標籤,例如 TextBox 控制項和 ListBox 控制項。The System.Web.UI.WebControls namespace contains classes that are rendered as HTML tags, such as the TextBox control and the ListBox control. 命名空間也包含未在網頁上轉譯的類別,但支援資料作業,例如 SqlDataSource 和 ObjectDataSource 類別。The namespace also contains classes that are not rendered on the Web page, but support data operations, such as the SqlDataSource and ObjectDataSource classes. 其他控制項(例如 GridView 和 DetailsView 控制項)支援資料顯示和編輯。Other controls, such as the GridView and DetailsView controls, support data display and editing. WebControl類別可做為命名空間中許多類別的基類 System.Web.UI.WebControls 。The WebControl class serves as the base class for many of the classes in the System.Web.UI.WebControls namespace.