The properties of System.Web.UI.UserControl are listed below. For a list of all members, see the UserControl Members list.
See Also: Inherited members from System.Web.UI.TemplateControl
[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. |