The members of System.Web.UI.UserControl are listed below.
See Also: Inherited members from System.Web.UI.TemplateControl
![]() Initializes a new instance of the System.Web.UI.UserControl class. |
[read-only] | Application | System.Web.HttpApplicationState.
![]() Gets the System.Web.HttpContext.Application object for the current Web request. |
[read-only] | Attributes | AttributeCollection.
![]() Gets a collection of all attribute name and value pairs declared in the user control tag within the .aspx file. |
[read-only] | Cache | System.Web.Caching.Cache.
![]() Gets the System.Web.Caching.Cache object that is associated with the application that contains the user control. |
[read-only] | CachePolicy | ControlCachePolicy.
![]() Gets a reference to a collection of caching parameters for this user control. |
[read-only] | IsPostBack | bool.
![]() Gets a value indicating whether the user control is being loaded in response to a client postback, or if it is being loaded and accessed for the first time. |
[read-only] | Request | System.Web.HttpRequest.
![]() Gets the System.Web.HttpRequest object for the current Web request. |
[read-only] | Response | System.Web.HttpResponse.
![]() Gets the System.Web.HttpResponse object for the current Web request. |
[read-only] | Server | System.Web.HttpServerUtility.
![]() Gets the System.Web.HttpServerUtility object for the current Web request. |
[read-only] | Session | System.Web.SessionState.HttpSessionState.
![]() Gets the System.Web.SessionState.HttpSessionState object for the current Web request. |
[read-only] | Trace | System.Web.TraceContext.
![]() Gets the System.Web.TraceContext object for the current Web request. |
DesignerInitialize()
| ||
InitializeAsUserControl(Page)
| ||
MapPath(string)
|
override | LoadViewState(object)
| |
override | OnInit(EventArgs)
| |
override | SaveViewState()
|
System.Web.UI.IFilterResolutionService.CompareFilters | Documentation for this section has not yet been entered. | |
System.Web.UI.IFilterResolutionService.EvaluateFilter | Documentation for this section has not yet been entered. | |
System.Web.UI.IAttributeAccessor.GetAttribute |
![]() Returns the value of the specified user control attribute. | |
System.Web.UI.IUserControlDesignerAccessor.InnerText | string.
![]() Gets or sets the text that appears between the opening and closing tags of a user control. | |
System.Web.UI.IAttributeAccessor.SetAttribute |
![]() Sets the value of the specified user control attribute. | |
System.Web.UI.IUserControlDesignerAccessor.TagName | string.
![]() Gets or sets the full tag name of the user control. |