System.Web.UI Namespace
.NET Framework 3.0
The System.Web.UI namespace provides classes and interfaces that enable you to create ASP.NET server controls and ASP.NET Web pages for the user interface of your ASP.NET Web applications.
This namespace includes the Control class, which provides a common set of functionality for all server controls, which includes HTML server controls, Web server controls, and user controls. It also includes the Page class. This class is generated automatically whenever a request is made for an .aspx file in an ASP.NET Web application. You can inherit from both of these classes.
The namespace also includes classes that provide the server controls with data-binding functionality, the ability to save the view state of a given control or page, and parsing functionality.
| Class | Description | |
|---|---|---|
![]() | AttributeCollection | |
![]() | BaseParser | |
![]() | BasePartialCachingControl | Provides the base functionality for the StaticPartialCachingControl and PartialCachingControl classes. |
![]() | BaseTemplateParser | Implements ASP.NET template parsing for template files. |
![]() | BindableTemplateBuilder | |
![]() | BoundPropertyEntry | Represents a control property that is data-bound to an expression. |
![]() | BuilderPropertyEntry | Serves as the base class for all property entries that require a control builder. |
![]() | ChtmlTextWriter | |
![]() | ClientScriptManager | |
![]() | CompiledBindableTemplateBuilder | Provides the default implementation of an IBindableTemplate object, which ASP.NET uses whenever it parses two-way data-binding within the templated content of an ASP.NET control such as FormView. This class cannot be inherited. |
![]() | CompiledTemplateBuilder | |
![]() | ComplexPropertyEntry | Serves as the property entry for read/write and read-only properties such as templates. |
![]() | ConstructorNeedsTagAttribute | |
![]() | Control | Defines the properties, methods, and events that are shared by all ASP.NET server controls. |
![]() | ControlBuilder | Supports the page parser in building a control and the child controls it contains. |
![]() | ControlBuilderAttribute | Specifies a ControlBuilder class for building a custom control within the ASP.NET parser. This class cannot be inherited. |
![]() | ControlCachePolicy | |
![]() | ControlCollection | Provides a collection container that enables ASP.NET server controls to maintain a list of their child controls. |
![]() | ControlSkin | Represents a control skin, which is a means to define stylistic properties that are applied to an ASP.NET Web server control. |
![]() | ControlValuePropertyAttribute | Specifies the default property of a control that a ControlParameter object binds to at run time. This class cannot be inherited. |
![]() | CssStyleCollection | Contains the HTML cascading-style sheets (CSS) inline style attributes for a specified HTML server control. This class cannot be inherited. |
![]() | DataBinder | Provides support for rapid application development (RAD) designers to generate and parse data-binding expression syntax. This class cannot be inherited. |
![]() | DataBinding | Contains information about a single data-binding expression in an ASP.NET server control, which allows rapid-application development (RAD) designers, such as Microsoft Visual Studio, to create data-binding expressions at design time. This class cannot be inherited. |
![]() | DataBindingCollection | Provides a collection of DataBinding objects for an ASP.NET server control. This class cannot be inherited. |
![]() | DataBindingHandlerAttribute | Specifies a design-time class that performs data binding of controls within a designer. This class cannot be inherited. |
![]() | DataBoundLiteralControl | |
![]() | DataSourceCacheDurationConverter | |
![]() | DataSourceControl | Serves as the base class for controls that represent data sources to data-bound controls. |
![]() | DataSourceControlBuilder | |
![]() | DataSourceSelectArguments | Provides a mechanism that data-bound controls use to request data-related operations from data source controls when data is retrieved. This class cannot be inherited. |
![]() | DataSourceView | Serves as the base class for all data source view classes, which define the capabilities of data source controls. |
![]() | DesignerDataBoundLiteralControl | |
![]() | DesignTimeParseData | Provides information to the parser during design time. |
![]() | DesignTimeTemplateParser | |
![]() | EmptyControlCollection | |
![]() | EventEntry | Acts as the property entry for event handlers. |
![]() | ExpressionBinding | |
![]() | ExpressionBindingCollection | |
![]() | FileLevelControlBuilderAttribute | |
![]() | FileLevelPageControlBuilder | Parses page files and is the default ControlBuilder class for parsing page files. |
![]() | FileLevelUserControlBuilder | |
![]() | FilterableAttribute | Specifies whether the property to which the attribute is applied supports device filtering. This class cannot be inherited. |
![]() | HiddenFieldPageStatePersister | Stores ASP.NET page view state on the Web client in a hidden HTML element. |
![]() | HierarchicalDataSourceControl | Provides a base class for data source controls that represent hierarchical data. |
![]() | HierarchicalDataSourceView | |
![]() | Html32TextWriter | |
![]() | HtmlTextWriter | |
![]() | IDReferencePropertyAttribute | Defines an attribute applied to properties that contain ID references. This class cannot be inherited. |
![]() | ImageClickEventArgs | Provides data for any events that occur when a user clicks an image-based ASP.NET server control, such as the HtmlInputImage or ImageButton server controls. This class cannot be inherited. |
![]() | IndexedString | Provides a utility string class that is used by the ObjectStateFormatter class to optimize object graph serialization. This class cannot be inherited. |
![]() | ListSourceHelper | Used by data source controls when implementing the members defined by the IListSource interface. This class cannot be inherited. |
![]() | LiteralControl | |
![]() | LosFormatter | Serializes the view state for a Web Forms page. This class cannot be inherited. |
![]() | MasterPage | |
![]() | MasterPageControlBuilder | Acts as a merging class and container for content pages that are composed only of Content controls and their respective child controls. |
![]() | NonVisualControlAttribute | Defines the attribute that indicates whether a control is treated as a visual or non-visual control during design time. This class cannot be inherited. |
![]() | ObjectConverter | Converts an object from one object type to another object type. This class is obsolete. Use the Convert class and the Format method instead. |
![]() | ObjectPersistData | During the build process, retains information about property entries. |
![]() | ObjectStateFormatter | Serializes and deserializes object graphs that represent the state of an object. This class cannot be inherited. |
![]() | ObjectTagBuilder | |
![]() | OutputCacheParameters | |
![]() | Page | |
![]() | PageAsyncTask | |
![]() | PageHandlerFactory | |
![]() | PageParser | |
![]() | PageParserFilter | |
![]() | PageStatePersister | |
![]() | PageTheme | Represents the base class for a page theme, which is a collection of resources that are used to define a consistent look across pages and controls in a Web site. The page theme can be set through configuration or the page directive. |
![]() | Pair | Provides a basic utility class that is used to store two related objects. |
![]() | ParseChildrenAttribute | Defines a metadata attribute that you can use when developing ASP.NET server controls. Use the ParseChildrenAttribute class to indicate how the page parser should treat content nested inside a server control tag declared on a page. This class cannot be inherited. |
![]() | PartialCachingAttribute | |
![]() | PartialCachingControl | |
![]() | PersistChildrenAttribute | |
![]() | PersistenceModeAttribute | Defines the metadata attribute that specifies how an ASP.NET server control property or event is persisted to an ASP.NET page at design time. This class cannot be inherited. |
![]() | PostBackOptions | |
![]() | PropertyConverter | |
![]() | PropertyEntry | |
![]() | RootBuilder | |
![]() | SessionPageStatePersister | Stores ASP.NET page view state on the Web server. |
![]() | SimplePropertyEntry | |
![]() | SimpleWebHandlerParser | Provides base functionality for parsing Web handler files. |
![]() | SkinBuilder | Provides a ControlBuilder object used at design time to apply control skins to controls. |
![]() | StateBag | Manages the view state of ASP.NET server controls, including pages. This class cannot be inherited. |
![]() | StateItem | Represents an item that is saved in the StateBag class when view state information is persisted between Web requests. This class cannot be inherited. |
![]() | StateManagedCollection | |
![]() | StaticPartialCachingControl | |
![]() | SupportsEventValidationAttribute | Defines the metadata attribute that Web server controls use to indicate support for event validation. This class cannot be inherited. |
![]() | TagPrefixAttribute | |
![]() | TemplateBuilder | Supports the page parser in building a template and the child controls it contains. |
![]() | TemplateContainerAttribute | |
![]() | TemplateControl | |
![]() | TemplateControlParser | Implements ASP.NET template parsing for template controls. |
![]() | TemplateInstanceAttribute | Defines a metadata attribute that is used to specify the number of allowed instances of a template. This class cannot be inherited. |
![]() | TemplateParser | Serves as the abstract base class for ASP.NET file parsers. |
![]() | TemplatePropertyEntry | |
![]() | ThemeableAttribute | Defines the metadata attribute that Web server controls and their members use to indicate whether their rendering can be affected by themes and control skins. This class cannot be inherited. |
![]() | ThemeProvider | |
![]() | ToolboxDataAttribute | |
![]() | Triplet | Provides a basic utility class that is used to store three related objects. |
![]() | UrlPropertyAttribute | Defines the attribute that controls use to identify string properties containing URL values. This class cannot be inherited. |
![]() | UserControl | |
![]() | UserControlControlBuilder | Supports the ASP.NET page parser in building an instance of a user control. |
![]() | ValidationPropertyAttribute | |
![]() | ValidatorCollection | Exposes an array of IValidator references. This class cannot be inherited. |
![]() | VerificationAttribute | Defines the metadata attribute of a Web content accessibility rule. This class cannot be inherited. |
![]() | ViewStateException | |
![]() | ViewStateModeByIdAttribute | Defines the metadata attribute that ASP.NET server controls use to specify whether they participate in loading view-state information by ID. This class cannot be inherited. |
![]() | WebResourceAttribute | Defines the metadata attribute that enables an embedded resource in an assembly. This class cannot be inherited. |
![]() | WebServiceParser | |
![]() | XhtmlTextWriter | Writes Extensible Hypertext Markup Language (XHTML)-specific characters, including all variations of XHTML modules that derive from XTHML, to the output stream for an ASP.NET server control for mobile devices. Override the XhtmlTextWriter class to provide custom XHTML rendering for ASP.NET pages and server controls. |
![]() | XPathBinder |
| Interface | Description | |
|---|---|---|
![]() | IAttributeAccessor | |
![]() | IBindableTemplate | |
![]() | ICallbackEventHandler | Used to indicate that a control can be the target of a callback event on the server. |
![]() | ICheckBoxControl | Defines the property and event a control implements to act as a check box. |
![]() | IControlBuilderAccessor | Allows the control serializer to get to the builder for a control. |
![]() | IControlDesignerAccessor | |
![]() | IDataBindingsAccessor | Allows access to the collection of data-binding expressions on a control at design time. |
![]() | IDataItemContainer | Enables data-bound control containers to identify a data item object for simplified data-binding operations. |
![]() | IDataSource | Represents an abstract data source that data-bound controls bind to. |
![]() | IDataSourceViewSchemaAccessor | Allows a type converter to access schema information stored on an object. |
![]() | IEditableTextControl | |
![]() | IExpressionsAccessor | Defines the properties a class must implement to support collections of expressions. |
![]() | IFilterResolutionService | Provides an interface that designer developers can use to evaluate device filters by name. |
![]() | IHierarchicalDataSource | Represents a hierarchical data source that hierarchical data-bound controls such as TreeView can bind to. |
![]() | IHierarchicalEnumerable | |
![]() | IHierarchyData | Exposes a node of a hierarchical data structure, including the node object and some properties that describe characteristics of the node. Objects that implement the IHierarchyData interface can be contained in IHierarchicalEnumerable collections, and are used by ASP.NET site navigation and data source controls. |
![]() | INamingContainer | |
![]() | INavigateUIData | |
![]() | IParserAccessor | Defines the method that ASP.NET server controls must implement to recognize when elements, either HTML or XML, are parsed. |
![]() | IPostBackDataHandler | Defines methods that ASP.NET server controls must implement to automatically load postback data. |
![]() | IPostBackEventHandler | |
![]() | IResourceUrlGenerator | Defines the method that a designer-host must implement to provide URL reference look-up for embedded resources. |
![]() | IStateFormatter | Defines methods that a type implements to serialize and deserialize an object graph. |
![]() | IStateManager | |
![]() | IStyleSheet | |
![]() | ITemplate | Defines the behavior for populating a templated ASP.NET server control with child controls. The child controls represent the inline templates defined on the page. |
![]() | ITextControl | Defines the interface a control implements to get or set its text content. |
![]() | IThemeResolutionService | |
![]() | IUrlResolutionService | Defines a service implemented by objects to resolve relative URLs based on contextual information. |
![]() | IUserControlDesignerAccessor | Defines the properties that allow the designer to access information about a user control at design time. |
![]() | IUserControlTypeResolutionService | Defines the method a class must implement to return a control's type for a specified tag prefix and tag name. |
![]() | IValidator | Defines the properties and methods that objects that participate in Web Forms validation must implement. |
| Delegate | Description | |
|---|---|---|
![]() | BuildMethod | |
![]() | BuildTemplateMethod | |
![]() | ControlSkinDelegate | |
![]() | DataSourceViewOperationCallback | Represents the asynchronous callback method that a data-bound control supplies to a data source view for asynchronous insert, update, or delete data operations. |
![]() | DataSourceViewSelectCallback | |
![]() | ExtractTemplateValuesMethod | Provides a delegate with which ASP.NET extracts a set of name/value pairs from an IBindableTemplate object at run time. This class cannot be inherited. |
![]() | ImageClickEventHandler | |
![]() | RenderMethod |
| Enumeration | Description | |
|---|---|---|
![]() | CompilationMode | Defines constants that specify how ASP.NET should compile .aspx pages and .ascx controls. |
![]() | ConflictOptions | |
![]() | DataSourceCacheExpiry | |
![]() | DataSourceCapabilities | Provides a way to request processing beyond record retrieval for a data retrieval operation of a data source control. |
![]() | DataSourceOperation | |
![]() | HtmlTextWriterAttribute | Specifies the HTML attributes that an HtmlTextWriter or Html32TextWriter object writes to the opening tag of an HTML element when a Web request is processed. |
![]() | HtmlTextWriterStyle | |
![]() | HtmlTextWriterTag | |
![]() | OutputCacheLocation | |
![]() | PersistenceMode | |
![]() | TemplateInstance | |
![]() | VerificationConditionalOperator | |
![]() | VerificationReportLevel | Specifies reporting levels for an accessibility rule defined by an VerificationAttribute instance. |
![]() | VerificationRule | Specifies how conditional expressions defined by an VerificationAttribute instance are used in verification. |
![]() | ViewStateEncryptionMode | Specifies whether view-state information is encrypted. |
![]() | VirtualReferenceType | |
![]() | XhtmlMobileDocType |
Community Additions
ADD
Show:



