Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/Microsoft.NET/Framework/v2.0.50727/en/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>System.Web</name> </assembly> <members> <member name="T:System.Web.ApplicationShutdownReason"> <summary> Specifies why the <see cref="T:System.AppDomain" /> class shut down. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.None"> <summary> No shutdown reason was provided. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.HostingEnvironment"> <summary> The hosting environment shut down the application domain. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.ChangeInGlobalAsax"> <summary> A change was made to the Global.asax file. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.ConfigurationChange"> <summary> A change was made to the application-level configuration file. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.UnloadAppDomainCalled"> <summary> A call was made to <see cref="M:System.Web.HttpRuntime.UnloadAppDomain" />. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.ChangeInSecurityPolicyFile"> <summary> A change was made in the code access security policy file. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.BinDirChangeOrDirectoryRename"> <summary> A change was made to the Bin folder or to files in it. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.BrowsersDirChangeOrDirectoryRename"> <summary> A change was made to the App_Browsers folder or to files in it. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.CodeDirChangeOrDirectoryRename"> <summary> A change was made to the App_Code folder or to files in it. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.ResourcesDirChangeOrDirectoryRename"> <summary> A change was made to the App_GlobalResources folder or to files in it. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.IdleTimeout"> <summary> The maximum idle time limit was reached. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.PhysicalApplicationPathChanged"> <summary> A change was made to the physical path of the application. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.HttpRuntimeClose"> <summary> A call was made to <see cref="M:System.Web.HttpRuntime.Close" />. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.InitializationError"> <summary> An <see cref="T:System.AppDomain" /> initialization error occurred. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.MaxRecompilationsReached"> <summary> The maximum number of dynamic recompiles of resources was reached. </summary> </member> <member name="F:System.Web.ApplicationShutdownReason.BuildManagerChange"> <summary> The compilation system shut the application domain. The <see cref="F:System.Web.ApplicationShutdownReason.BuildManagerChange" /> member is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture. </summary> </member> <member name="T:System.Web.BeginEventHandler"> <summary> Represents the method that handles asynchronous events such as application events. This delegate is called at the start of an asynchronous operation. </summary> <returns> The <see cref="T:System.IAsyncResult" /> that represents the result of the <see cref="T:System.Web.BeginEventHandler" /> operation. </returns> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <param name="cb"> The delegate to call when the asynchronous method call is complete. If <paramref name="cb" /> is null, the delegate is not called. </param> <param name="extraData"> Any additional data needed to process the request. </param> </member> <member name="T:System.Web.DefaultHttpHandler"> <summary> Represents the properties and methods of a default HTTP handler. </summary> </member> <member name="M:System.Web.DefaultHttpHandler.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.DefaultHttpHandler" /> class. </summary> </member> <member name="M:System.Web.DefaultHttpHandler.BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> <summary> Initiates an asynchronous call to the HTTP handler. </summary> <returns> An <see cref="T:System.IAsyncResult" /> that contains information about the status of the process. </returns> <param name="context"> An object that provides references to intrinsic server objects that are used to service HTTP requests. </param> <param name="callback"> The method to call when the asynchronous method call is complete. If <paramref name="callback" /> is null, the delegate is not called. </param> <param name="state"> Any state data that is needed to process the request. </param> <exception cref="T:System.Web.HttpException"> The preconditions for processing a request fail and either the requested file has the suffix .asp or the request was sent through POST. </exception> </member> <member name="P:System.Web.DefaultHttpHandler.Context"> <summary> Gets the context that is associated with the current <see cref="T:System.Web.DefaultHttpHandler" /> object. </summary> <returns> An <see cref="T:System.Web.HttpContext" /> object that contains the current context. </returns> </member> <member name="M:System.Web.DefaultHttpHandler.EndProcessRequest(System.IAsyncResult)"> <summary> Provides an end method for an asynchronous process. </summary> <param name="result"> An object that contains information about the status of the process. </param> </member> <member name="P:System.Web.DefaultHttpHandler.ExecuteUrlHeaders"> <summary> Gets a collection of request headers and request values to transfer along with the request. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> containing request headers and values. </returns> </member> <member name="P:System.Web.DefaultHttpHandler.IsReusable"> <summary> Gets a Boolean value indicating that another request can use the current instance of the <see cref="T:System.Web.DefaultHttpHandler" /> class. </summary> <returns>true if the <see cref="T:System.Web.DefaultHttpHandler" /> is reusable; otherwise, false. </returns> </member> <member name="M:System.Web.DefaultHttpHandler.OnExecuteUrlPreconditionFailure"> <summary> Called when preconditions prevent the <see cref="T:System.Web.DefaultHttpHandler" /> object from processing a request. </summary> </member> <member name="M:System.Web.DefaultHttpHandler.OverrideExecuteUrlPath"> <summary> Overrides the target URL for the current request. </summary> <returns> The overridden URL to use in the request; or null if an overridden URL is not provided. </returns> </member> <member name="M:System.Web.DefaultHttpHandler.ProcessRequest(System.Web.HttpContext)"> <summary> Enables a <see cref="T:System.Web.DefaultHttpHandler" /> object to process of HTTP Web requests. </summary> <param name="context"> An object that provides references to intrinsic server objects used to service HTTP requests. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.DefaultHttpHandler.ProcessRequest(System.Web.HttpContext)" /> is called synchronously. </exception> </member> <member name="T:System.Web.EndEventHandler"> <summary> Represents the method that handles asynchronous events such as application events. </summary> <param name="ar"> The <see cref="T:System.IAsyncResult" /> that is the result of the <see cref="T:System.Web.BeginEventHandler" /> operation. </param> </member> <member name="T:System.Web.HttpApplication"> <summary> Defines the methods, properties, and events that are common to all application objects in an ASP.NET application. This class is the base class for applications that are defined by the user in the Global.asax file. </summary> </member> <member name="M:System.Web.HttpApplication.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpApplication" /> class. </summary> </member> <member name="E:System.Web.HttpApplication.AcquireRequestState"> <summary> Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request. </summary> </member> <member name="M:System.Web.HttpApplication.AddOnAcquireRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AcquireRequestState" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AcquireRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnAcquireRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AcquireRequestState" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AcquireRequestState" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.AcquireRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnAuthenticateRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnAuthenticateRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.AuthenticateRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnAuthorizeRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthorizeRequest" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthorizeRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnAuthorizeRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthorizeRequest" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.AuthorizeRequest" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.AcquireRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnBeginRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.BeginRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.BeginRequest" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.BeginRequest" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.BeginRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnBeginRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.BeginRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.BeginRequest" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.BeginRequest" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.BeginRequest" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.BeginRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnEndRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.EndRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.EndRequest" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.EndRequest" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.EndRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnEndRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.EndRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.EndRequest" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.EndRequest" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.EndRequest" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.EndRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostAcquireRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostAcquireRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostAcquireRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostAuthenticateRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostAuthenticateRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostAuthorizeRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostAuthorizeRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostAuthorizeRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostMapRequestHandler" /> collection. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostReleaseRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostReleaseRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostReleaseRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostRequestHandlerExecuteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostRequestHandlerExecuteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostResolveRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostResolveRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostResolveRequestCache" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostUpdateRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostUpdateRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the event. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostUpdateRequestCache" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPreRequestHandlerExecuteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPreRequestHandlerExecuteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute" /> collection. </param> </member> <member name="M:System.Web.HttpApplication.AddOnReleaseRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.ReleaseRequestState" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.ReleaseRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnReleaseRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.ReleaseRequestState" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.ReleaseRequestState" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.ReleaseRequestState" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnResolveRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event handler to the collection of asynchronous <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.ResolveRequestCache" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.ResolveRequestCache" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnResolveRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event handler to the collection of asynchronous <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.ResolveRequestCache" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.ResolveRequestCache" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.ResolveRequestCache" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnUpdateRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.UpdateRequestCache" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.UpdateRequestCache" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnUpdateRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.UpdateRequestCache" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.UpdateRequestCache" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.UpdateRequestCache" />. </param> </member> <member name="P:System.Web.HttpApplication.Application"> <summary> Gets the current state of an application. </summary> <returns> The <see cref="T:System.Web.HttpApplicationState" /> for the current request. </returns> </member> <member name="E:System.Web.HttpApplication.AuthenticateRequest"> <summary> Occurs when a security module has established the identity of the user. </summary> </member> <member name="E:System.Web.HttpApplication.AuthorizeRequest"> <summary> Occurs when a security module has verified user authorization. </summary> </member> <member name="E:System.Web.HttpApplication.BeginRequest"> <summary> Occurs as the first event in the HTTP pipeline chain of execution when ASP.NET responds to a request. </summary> </member> <member name="M:System.Web.HttpApplication.CompleteRequest"> <summary> Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the <see cref="E:System.Web.HttpApplication.EndRequest" /> event. </summary> </member> <member name="P:System.Web.HttpApplication.Context"> <summary> Gets HTTP-specific information about the current request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> for the current request. </returns> </member> <member name="M:System.Web.HttpApplication.Dispose"> <summary> Disposes the <see cref="T:System.Web.HttpApplication" /> instance. </summary> </member> <member name="E:System.Web.HttpApplication.Disposed"> <summary> Occurs when the application is disposed. </summary> </member> <member name="E:System.Web.HttpApplication.EndRequest"> <summary> Occurs as the last event in the HTTP pipeline chain of execution when ASP.NET responds to a request. </summary> </member> <member name="E:System.Web.HttpApplication.Error"> <summary> Occurs when an unhandled exception is thrown. </summary> </member> <member name="P:System.Web.HttpApplication.Events"> <summary> Gets the list of event handler delegates that process all application events. </summary> <returns> An <see cref="T:System.ComponentModel.EventHandlerList" /> that contains the names of the event handler delegates. </returns> </member> <member name="M:System.Web.HttpApplication.GetVaryByCustomString(System.Web.HttpContext,System.String)"> <summary> Provides an application-wide implementation of the <see cref="P:System.Web.UI.PartialCachingAttribute.VaryByCustom" /> property. </summary> <returns> If the value of the <paramref name="custom" /> parameter is "browser", the browser's <see cref="P:System.Web.Configuration.HttpCapabilitiesBase.Type" />; otherwise, null. </returns> <param name="context"> An <see cref="T:System.Web.HttpContext" /> object that contains information about the current Web request. </param> <param name="custom"> The custom string that specifies which cached response is used to respond to the current request. </param> </member> <member name="M:System.Web.HttpApplication.Init"> <summary> Executes custom initialization code after all event handler modules have been added. </summary> </member> <member name="P:System.Web.HttpApplication.Modules"> <summary> Gets the collection of modules for the current application. </summary> <returns> An <see cref="T:System.Web.HttpModuleCollection" /> that contains the names of the modules for the application. </returns> </member> <member name="E:System.Web.HttpApplication.PostAcquireRequestState"> <summary> Occurs when the request state (for example, session state) that is associated with the current request has been obtained. </summary> </member> <member name="E:System.Web.HttpApplication.PostAuthenticateRequest"> <summary> Occurs when a security module has established the identity of the user. </summary> </member> <member name="E:System.Web.HttpApplication.PostAuthorizeRequest"> <summary> Occurs when the user for the current request has been authorized. </summary> </member> <member name="E:System.Web.HttpApplication.PostMapRequestHandler"> <summary> Occurs when ASP.NET has mapped the current request to the appropriate event handler. </summary> </member> <member name="E:System.Web.HttpApplication.PostReleaseRequestState"> <summary> Occurs when ASP.NET has completed executing all request event handlers and the request state data has been stored. </summary> </member> <member name="E:System.Web.HttpApplication.PostRequestHandlerExecute"> <summary> Occurs when the ASP.NET event handler (for example, a page or an XML Web service) finishes execution. </summary> </member> <member name="E:System.Web.HttpApplication.PostResolveRequestCache"> <summary> Occurs when ASP.NET bypasses execution of the current event handler and allows a caching module to serve a request from the cache. </summary> </member> <member name="E:System.Web.HttpApplication.PostUpdateRequestCache"> <summary> Occurs when ASP.NET finishes updating caching modules and storing responses that are used to serve subsequent requests from the cache. </summary> </member> <member name="E:System.Web.HttpApplication.PreRequestHandlerExecute"> <summary> Occurs just before ASP.NET starts executing an event handler (for example, a page or an XML Web service). </summary> </member> <member name="E:System.Web.HttpApplication.PreSendRequestContent"> <summary> Occurs just before ASP.NET sends content to the client. </summary> </member> <member name="E:System.Web.HttpApplication.PreSendRequestHeaders"> <summary> Occurs just before ASP.NET sends HTTP headers to the client. </summary> </member> <member name="E:System.Web.HttpApplication.ReleaseRequestState"> <summary> Occurs after ASP.NET finishes executing all request event handlers. This event causes state modules to save the current state data. </summary> </member> <member name="P:System.Web.HttpApplication.Request"> <summary> Gets the intrinsic request object for the current request. </summary> <returns> The <see cref="T:System.Web.HttpRequest" /> object that the application is processing. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.HttpRequest" /> object is null. </exception> </member> <member name="E:System.Web.HttpApplication.ResolveRequestCache"> <summary> Occurs when ASP.NET finishes an authorization event to let the caching modules serve requests from the cache, bypassing execution of the event handler (for example, a page or an XML Web service). </summary> </member> <member name="P:System.Web.HttpApplication.Response"> <summary> Gets the intrinsic response object for the current request. </summary> <returns> The <see cref="T:System.Web.HttpResponse" /> object that the application is processing. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.HttpResponse" /> object is null. </exception> </member> <member name="P:System.Web.HttpApplication.Server"> <summary> Gets the intrinsic server object for the current request. </summary> <returns> The <see cref="T:System.Web.HttpServerUtility" /> object that the application is processing. </returns> </member> <member name="P:System.Web.HttpApplication.Session"> <summary> Gets the intrinsic session object that provides access to session data. </summary> <returns> The <see cref="T:System.Web.SessionState.HttpSessionState" /> object for the current session. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.SessionState.HttpSessionState" /> object is null. </exception> </member> <member name="P:System.Web.HttpApplication.Site"> <summary> Gets or sets a site interface for an <see cref="T:System.ComponentModel.IComponent" /> implementation. </summary> <returns> An <see cref="T:System.ComponentModel.ISite" /> object that allows a container to manage and communicate with its child components. </returns> </member> <member name="M:System.Web.HttpApplication.System#Web#IHttpAsyncHandler#BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> <summary> Initiates an asynchronous call to the HTTP event handler. </summary> <returns> An <see cref="T:System.IAsyncResult" /> that contains information about the status of the process. </returns> <param name="context"> An <see cref="T:System.Web.HttpContext" /> that provides references to intrinsic server objects that are used to service HTTP requests. </param> <param name="cb"> The <see cref="T:System.AsyncCallback" /> to call when the asynchronous method call is complete. If the <paramref name="cb" /> parameter is null, the delegate is not called. </param> <param name="extraData"> Any extra data that is required to process the request. </param> </member> <member name="M:System.Web.HttpApplication.System#Web#IHttpAsyncHandler#EndProcessRequest(System.IAsyncResult)"> <summary> Provides an asynchronous process End method when the process finishes. </summary> <param name="result"> An <see cref="T:System.IAsyncResult" /> that contains information about the status of the process. </param> </member> <member name="P:System.Web.HttpApplication.System#Web#IHttpHandler#IsReusable"> <summary> Gets a Boolean value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler" /> object. </summary> <returns>true if the <see cref="T:System.Web.IHttpHandler" /> object is reusable; otherwise, false. </returns> </member> <member name="M:System.Web.HttpApplication.System#Web#IHttpHandler#ProcessRequest(System.Web.HttpContext)"> <summary> Enables processing of HTTP Web requests by a custom HTTP handler that implements the <see cref="T:System.Web.IHttpHandler" /> interface. </summary> <param name="context"> An <see cref="T:System.Web.HttpContext" /> that provides references to the intrinsic server objects that are used to service HTTP requests. </param> <exception cref="T:System.Web.HttpException"> In all cases. </exception> </member> <member name="E:System.Web.HttpApplication.UpdateRequestCache"> <summary> Occurs when ASP.NET finishes executing an event handler in order to let caching modules store responses that will be used to serve subsequent requests from the cache. </summary> </member> <member name="P:System.Web.HttpApplication.User"> <summary> Gets the intrinsic user object for the current request. </summary> <returns> The <see cref="T:System.Security.Principal.IPrincipal" /> object that represents the current authenticated or anonymous user. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Security.Principal.IPrincipal" /> object is null. </exception> </member> <member name="T:System.Web.HttpApplicationState"> <summary> Enables sharing of global information across multiple sessions and requests within an ASP.NET application. </summary> </member> <member name="M:System.Web.HttpApplicationState.Add(System.String,System.Object)"> <summary> Adds a new object to the <see cref="T:System.Web.HttpApplicationState" /> collection. </summary> <param name="name"> The name of the object to be added to the collection. </param> <param name="value"> The value of the object. </param> </member> <member name="P:System.Web.HttpApplicationState.AllKeys"> <summary> Gets the access keys in the <see cref="T:System.Web.HttpApplicationState" /> collection. </summary> <returns> A string array of <see cref="T:System.Web.HttpApplicationState" /> object names. </returns> </member> <member name="M:System.Web.HttpApplicationState.Clear"> <summary> Removes all objects from an <see cref="T:System.Web.HttpApplicationState" /> collection. </summary> </member> <member name="P:System.Web.HttpApplicationState.Contents"> <summary> Gets a reference to the <see cref="T:System.Web.HttpApplicationState" /> object. </summary> <returns> A reference to the <see cref="T:System.Web.HttpApplicationState" /> object. </returns> </member> <member name="P:System.Web.HttpApplicationState.Count"> <summary> Gets the number of objects in the <see cref="T:System.Web.HttpApplicationState" /> collection. </summary> <returns> The number of item objects in the collection. The default is 0. </returns> </member> <member name="M:System.Web.HttpApplicationState.Get(System.Int32)"> <summary> Gets an <see cref="T:System.Web.HttpApplicationState" /> object by numerical index. </summary> <returns> The object referenced by <paramref name="index" />. </returns> <param name="index"> The index of the application state object. </param> </member> <member name="M:System.Web.HttpApplicationState.Get(System.String)"> <summary> Gets an <see cref="T:System.Web.HttpApplicationState" /> object by name. </summary> <returns> The object referenced by <paramref name="name" />. </returns> <param name="name"> The name of the object. </param> </member> <member name="M:System.Web.HttpApplicationState.GetKey(System.Int32)"> <summary> Gets an <see cref="T:System.Web.HttpApplicationState" /> object name by index. </summary> <returns> The name under which the application state object was saved. </returns> <param name="index"> The index of the application state object. </param> </member> <member name="P:System.Web.HttpApplicationState.Item(System.Int32)"> <summary> Gets a single <see cref="T:System.Web.HttpApplicationState" /> object by index. </summary> <returns> The object referenced by <paramref name="index" />. </returns> <param name="index"> The numerical index of the object in the collection. </param> </member> <member name="P:System.Web.HttpApplicationState.Item(System.String)"> <summary> Gets the value of a single <see cref="T:System.Web.HttpApplicationState" /> object by name. </summary> <returns> The object referenced by <paramref name="name" />. </returns> <param name="name"> The name of the object in the collection. </param> </member> <member name="M:System.Web.HttpApplicationState.Lock"> <summary> Locks access to an <see cref="T:System.Web.HttpApplicationState" /> variable to facilitate access synchronization. </summary> </member> <member name="M:System.Web.HttpApplicationState.Remove(System.String)"> <summary> Removes the named object from an <see cref="T:System.Web.HttpApplicationState" /> collection. </summary> <param name="name"> The name of the object to be removed from the collection. </param> </member> <member name="M:System.Web.HttpApplicationState.RemoveAll"> <summary> Removes all objects from an <see cref="T:System.Web.HttpApplicationState" /> collection. </summary> </member> <member name="M:System.Web.HttpApplicationState.RemoveAt(System.Int32)"> <summary> Removes an <see cref="T:System.Web.HttpApplicationState" /> object from a collection by index. </summary> <param name="index"> The position in the collection of the item to remove. </param> </member> <member name="M:System.Web.HttpApplicationState.Set(System.String,System.Object)"> <summary> Updates the value of an object in an <see cref="T:System.Web.HttpApplicationState" /> collection. </summary> <param name="name"> The name of the object to be updated. </param> <param name="value"> The updated value of the object. </param> </member> <member name="P:System.Web.HttpApplicationState.StaticObjects"> <summary> Gets all objects declared by an <object> tag where the scope is set to "Application" within the ASP.NET application. </summary> <returns> A collection of objects on the page. </returns> </member> <member name="M:System.Web.HttpApplicationState.UnLock"> <summary> Unlocks access to an <see cref="T:System.Web.HttpApplicationState" /> variable to facilitate access synchronization. </summary> </member> <member name="T:System.Web.HttpBrowserCapabilities"> <summary> Enables the server to gather information on the capabilities of the browser that is running on the client. </summary> </member> <member name="M:System.Web.HttpBrowserCapabilities.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.HttpBrowserCapabilities" /> class. </summary> </member> <member name="T:System.Web.HttpCacheability"> <summary> Provides enumerated values that are used to set the Cache-Control HTTP header. </summary> </member> <member name="F:System.Web.HttpCacheability.NoCache"> <summary> Sets the Cache-Control: no-cache header. Without a field name, the directive applies to the entire request and a shared (proxy server) cache must force a successful revalidation with the origin Web server before satisfying the request. With a field name, the directive applies only to the named field; the rest of the response may be supplied from a shared cache. </summary> </member> <member name="F:System.Web.HttpCacheability.Private"> <summary> Default value. Sets Cache-Control: private to specify that the response is cacheable only on the client and not by shared (proxy server) caches. </summary> </member> <member name="F:System.Web.HttpCacheability.Server"> <summary> Specifies that the response is cached only at the origin server. Similar to the <see cref="F:System.Web.HttpCacheability.NoCache" /> option. Clients receive a Cache-Control: no-cache directive but the document is cached on the origin server. Equivalent to <see cref="F:System.Web.HttpCacheability.ServerAndNoCache" />. </summary> </member> <member name="F:System.Web.HttpCacheability.ServerAndNoCache"> <summary> Applies the settings of both <see cref="F:System.Web.HttpCacheability.Server" /> and <see cref="F:System.Web.HttpCacheability.NoCache" /> to indicate that the content is cached at the server but all others are explicitly denied the ability to cache the response. </summary> </member> <member name="F:System.Web.HttpCacheability.Public"> <summary> Sets Cache-Control: public to specify that the response is cacheable by clients and shared (proxy) caches. </summary> </member> <member name="F:System.Web.HttpCacheability.ServerAndPrivate"> <summary> Indicates that the response is cached at the server and at the client but nowhere else. Proxy servers are not allowed to cache the response. </summary> </member> <member name="T:System.Web.HttpCachePolicy"> <summary> Contains methods for setting cache-specific HTTP headers and for controlling the ASP.NET page output cache. </summary> </member> <member name="M:System.Web.HttpCachePolicy.AddValidationCallback(System.Web.HttpCacheValidateHandler,System.Object)"> <summary> Registers a validation callback for the current response. </summary> <param name="handler"> The <see cref="T:System.Web.HttpCacheValidateHandler" /> value. </param> <param name="data"> The arbitrary user-supplied data that is passed back to the <see cref="M:System.Web.HttpCachePolicy.AddValidationCallback(System.Web.HttpCacheValidateHandler,System.Object)" /> delegate. </param> <exception cref="T:System.ArgumentNullException"> The specified <paramref name="handler" /> is null. </exception> </member> <member name="M:System.Web.HttpCachePolicy.AppendCacheExtension(System.String)"> <summary> Appends the specified text to the Cache-Control HTTP header. </summary> <param name="extension"> The text to append to the Cache-Control header. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="extension" /> is null. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetAllowResponseInBrowserHistory(System.Boolean)"> <summary> Makes the response is available in the client browser History cache, regardless of the <see cref="T:System.Web.HttpCacheability" /> setting made on the server, when the <paramref name="allow" /> parameter is true. </summary> <param name="allow">true to direct the client browser to store responses in the History folder; otherwise false. The default is false. </param> </member> <member name="M:System.Web.HttpCachePolicy.SetCacheability(System.Web.HttpCacheability)"> <summary> Sets the Cache-Control header to one of the values of <see cref="T:System.Web.HttpCacheability" />. </summary> <param name="cacheability"> An <see cref="T:System.Web.HttpCacheability" /> enumeration value. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="cacheability" /> is not one of the enumeration values. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetCacheability(System.Web.HttpCacheability,System.String)"> <summary> Sets the Cache-Control header to one of the values of <see cref="T:System.Web.HttpCacheability" /> and appends an extension to the directive. </summary> <param name="cacheability"> The <see cref="T:System.Web.HttpCacheability" /> enumeration value to set the header to. </param> <param name="field"> The cache control extension to add to the header. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="field" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="cacheability" /> is not <see cref="F:System.Web.HttpCacheability.Private" /> or <see cref="F:System.Web.HttpCacheability.NoCache" />. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetETag(System.String)"> <summary> Sets the ETag HTTP header to the specified string. </summary> <param name="etag"> The text to use for the ETag header. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="etag" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The ETag header has already been set. - or - The <see cref="M:System.Web.HttpCachePolicy.SetETagFromFileDependencies" /> has already been called. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetETagFromFileDependencies"> <summary> Sets the ETag HTTP header based on the time stamps of the handler's file dependencies. </summary> <exception cref="T:System.InvalidOperationException"> The ETag header has already been set. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetExpires(System.DateTime)"> <summary> Sets the Expires HTTP header to an absolute date and time. </summary> <param name="date"> The absolute <see cref="T:System.DateTime" /> value to set the Expires header to. </param> </member> <member name="M:System.Web.HttpCachePolicy.SetLastModified(System.DateTime)"> <summary> Sets the Last-Modified HTTP header to the <see cref="T:System.DateTime" /> value supplied. </summary> <param name="date"> The new <see cref="T:System.DateTime" /> value for the Last-Modified header. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="date" /> is later than the current DateTime. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetLastModifiedFromFileDependencies"> <summary> Sets the Last-Modified HTTP header based on the time stamps of the handler's file dependencies. </summary> </member> <member name="M:System.Web.HttpCachePolicy.SetMaxAge(System.TimeSpan)"> <summary> Sets the Cache-Control: max-age HTTP header based on the specified time span. </summary> <param name="delta"> The time span used to set the Cache - Control: max-age header. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="delta" /> is less than 0 or greater than one year. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetNoServerCaching"> <summary> Stops all origin-server caching for the current response. </summary> </member> <member name="M:System.Web.HttpCachePolicy.SetNoStore"> <summary> Sets the Cache-Control: no-store HTTP header. </summary> </member> <member name="M:System.Web.HttpCachePolicy.SetNoTransforms"> <summary> Sets the Cache-Control: no-transform HTTP header. </summary> </member> <member name="M:System.Web.HttpCachePolicy.SetOmitVaryStar(System.Boolean)"> <summary> Specifies whether the response should contain the vary:* header when varying by parameters. </summary> <param name="omit">true to direct the <see cref="T:System.Web.HttpCachePolicy" /> to not use the * value for its <see cref="P:System.Web.HttpCachePolicy.VaryByHeaders" /> property; otherwise, false. </param> </member> <member name="M:System.Web.HttpCachePolicy.SetProxyMaxAge(System.TimeSpan)"> <summary> Sets the Cache-Control: s-maxage HTTP header based on the specified time span. </summary> <param name="delta"> The time span used to set the Cache-Control: s-maxage header. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="delta" /> is less than 0. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetRevalidation(System.Web.HttpCacheRevalidation)"> <summary> Sets the Cache-Control HTTP header to either the must-revalidate or the proxy-revalidate directives based on the supplied enumeration value. </summary> <param name="revalidation"> The <see cref="T:System.Web.HttpCacheRevalidation" /> enumeration value to set the Cache-Control header to. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="revalidation" /> is not one of the enumeration values. </exception> </member> <member name="M:System.Web.HttpCachePolicy.SetSlidingExpiration(System.Boolean)"> <summary> Sets cache expiration to from absolute to sliding. </summary> <param name="slide">true or false. </param> </member> <member name="M:System.Web.HttpCachePolicy.SetValidUntilExpires(System.Boolean)"> <summary> Specifies whether the ASP.NET cache should ignore HTTP Cache-Control headers sent by the client that invalidate the cache. </summary> <param name="validUntilExpires">true if the cache ignores Cache-Control invalidation headers; otherwise, false. </param> </member> <member name="M:System.Web.HttpCachePolicy.SetVaryByCustom(System.String)"> <summary> Specifies a custom text string to vary cached output responses by. </summary> <param name="custom"> The text string to vary cached output by. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="custom" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.HttpCachePolicy.SetVaryByCustom(System.String)" /> method has already been called. </exception> </member> <member name="P:System.Web.HttpCachePolicy.VaryByHeaders"> <summary> Gets the list of all HTTP headers that will be used to vary cache output. </summary> <returns> An <see cref="T:System.Web.HttpCacheVaryByHeaders" /> that specifies which HTTP headers are used to select the cached response. </returns> </member> <member name="P:System.Web.HttpCachePolicy.VaryByParams"> <summary> Gets the list of parameters received by an HTTP GET or HTTP POST that affect caching. </summary> <returns> An <see cref="T:System.Web.HttpCacheVaryByParams" /> that specifies which cache-control headers are used to select the cached response. </returns> </member> <member name="T:System.Web.HttpCacheRevalidation"> <summary> Provides enumerated values that are used to set revalidation-specific Cache-Control HTTP headers. </summary> </member> <member name="F:System.Web.HttpCacheRevalidation.AllCaches"> <summary> Sets the HTTP header to Cache-Control: must-revalidate. </summary> </member> <member name="F:System.Web.HttpCacheRevalidation.ProxyCaches"> <summary> Sets the HTTP header to Cache-Control: proxy-revalidate. </summary> </member> <member name="F:System.Web.HttpCacheRevalidation.None"> <summary> If this value is set, no cache-revalidation directive is sent. The default value. </summary> </member> <member name="T:System.Web.HttpCacheValidateHandler"> <summary> Represents a method that is called to validate a cached item before the item is served from the cache. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> object containing information about the current request. </param> <param name="data"> User-supplied data used to validate the cached item. </param> <param name="validationStatus"> An <see cref="T:System.Web.HttpValidationStatus" /> enumeration value. Your delegate should set this value to indicate the result of the validation. </param> </member> <member name="T:System.Web.HttpCacheVaryByHeaders"> <summary> Provides a type-safe way to set the <see cref="P:System.Web.HttpCachePolicy.VaryByHeaders" /> property. </summary> </member> <member name="P:System.Web.HttpCacheVaryByHeaders.AcceptTypes"> <summary> Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept HTTP header, and appends it to the out-going Vary HTTP header. </summary> <returns>true when the ASP.NET output cache varies by the Accept header; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.HttpCacheVaryByHeaders.Item(System.String)"> <summary> Gets or sets a custom header field that the ASP.NET output cache varies the cached responses by, and appends it to the out-going Vary HTTP header. </summary> <returns>true when the ASP.NET output cache varies by the specified custom field; otherwise, false. The default value is false. </returns> <param name="header"> The name of the custom header. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="header" /> is null. </exception> </member> <member name="P:System.Web.HttpCacheVaryByHeaders.UserAgent"> <summary> Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the User-Agent header, and appends it to the out-going Vary HTTP header. </summary> <returns>true when the ASP.NET output cache varies by the User-Agent header, and adds it to the Vary HTTP header sent to the client; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.HttpCacheVaryByHeaders.UserCharSet"> <summary> Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept-Charset header, and appends it to the out-going Vary HTTP header. </summary> <returns>true when the ASP.NET output cache varies by the Accept-Charset header and adds it to the Vary HTTP header sent to the client; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.HttpCacheVaryByHeaders.UserLanguage"> <summary> Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept-Language header, and appends it to the out-going Vary HTTP header. </summary> <returns>true when ASP.NET output cache varies by the Accept-Language header and adds it to the Vary HTTP header sent to the client; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.HttpCacheVaryByHeaders.VaryByUnspecifiedParameters"> <summary> Causes ASP.NET to vary by all header values and sets the Vary HTTP header to the value * (an asterisk). All other Vary header information to be dropped. </summary> </member> <member name="T:System.Web.HttpCacheVaryByParams"> <summary> Provides a type-safe way to set the <see cref="P:System.Web.HttpCachePolicy.VaryByParams" /> property. </summary> </member> <member name="P:System.Web.HttpCacheVaryByParams.IgnoreParams"> <summary> Gets or sets a value indicating whether an HTTP response varies by Get or Post parameters. </summary> <returns>true if HTTP request parameters are ignored; otherwise, false. </returns> </member> <member name="P:System.Web.HttpCacheVaryByParams.Item(System.String)"> <summary> Gets or sets a value indicating whether the cache varies according to the specified HTTP request parameter. </summary> <returns>true if the cache should vary by the specified parameter value. </returns> <param name="header"> The name of the custom parameter. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="header" /> is null. </exception> </member> <member name="T:System.Web.HttpClientCertificate"> <summary> Provides the client certificate fields issued by the client in response to the server's request for the client's identity. </summary> </member> <member name="P:System.Web.HttpClientCertificate.BinaryIssuer"> <summary> Gets or sets the certificate issuer, in binary format. </summary> <returns> The certificate issuer, expressed in binary format. </returns> </member> <member name="P:System.Web.HttpClientCertificate.CertEncoding"> <summary> Gets the encoding of the certificate. </summary> <returns> One of the CERT_CONTEXT.dwCertEncodingType values. </returns> </member> <member name="P:System.Web.HttpClientCertificate.Certificate"> <summary> Gets a string containing the binary stream of the entire certificate content, in ASN.1 format. </summary> <returns> The client certificate. </returns> </member> <member name="P:System.Web.HttpClientCertificate.Cookie"> <summary> Gets the unique ID for the client certificate, if provided. </summary> <returns> The client certificate ID. </returns> </member> <member name="P:System.Web.HttpClientCertificate.Flags"> <summary> A set of flags that provide additional client certificate information. </summary> <returns> A set of Boolean flags. </returns> </member> <member name="M:System.Web.HttpClientCertificate.Get(System.String)"> <summary> Returns individual client certificate fields by name. </summary> <returns> The value of the item specified by <paramref name="field" />. </returns> <param name="field"> The item in the collection to retrieve. </param> </member> <member name="P:System.Web.HttpClientCertificate.IsPresent"> <summary> Gets a value that indicates whether the client certificate is present. </summary> <returns>true if the client certificate is present; otherwise, false. </returns> </member> <member name="P:System.Web.HttpClientCertificate.Issuer"> <summary> A string that contains a list of subfield values containing information about the certificate issuer. </summary> <returns> The certificate issuer's information. </returns> </member> <member name="P:System.Web.HttpClientCertificate.IsValid"> <summary> Gets a value that indicates whether the client certificate is valid. </summary> <returns>true if the client certificate is valid; otherwise, false. </returns> </member> <member name="P:System.Web.HttpClientCertificate.KeySize"> <summary> Gets the number of bits in the digital certificate key size. For example, 128. </summary> <returns> The number of bits in the key size. </returns> </member> <member name="P:System.Web.HttpClientCertificate.PublicKey"> <summary> Gets the public key binary value from the certificate. </summary> <returns> A byte array that contains the public key value. </returns> </member> <member name="P:System.Web.HttpClientCertificate.SecretKeySize"> <summary> Gets the number of bits in the server certificate private key. For example, 1024. </summary> <returns> The number of bits in the server certificate private key. </returns> </member> <member name="P:System.Web.HttpClientCertificate.SerialNumber"> <summary> Provides the certificate serial number as an ASCII representation of hexadecimal bytes separated by hyphens. For example, 04-67-F3-02. </summary> <returns> The certificate serial number. </returns> </member> <member name="P:System.Web.HttpClientCertificate.ServerIssuer"> <summary> Gets the issuer field of the server certificate. </summary> <returns> The issuer field of the server certificate. </returns> </member> <member name="P:System.Web.HttpClientCertificate.ServerSubject"> <summary> Gets the subject field of the server certificate. </summary> <returns> The subject field of the server certificate. </returns> </member> <member name="P:System.Web.HttpClientCertificate.Subject"> <summary> Gets the subject field of the client certificate. </summary> <returns> The subject field of the client certificate. </returns> </member> <member name="P:System.Web.HttpClientCertificate.ValidFrom"> <summary> Gets the date when the certificate becomes valid. The date varies with international settings. </summary> <returns> The date when the certificate becomes valid. </returns> </member> <member name="P:System.Web.HttpClientCertificate.ValidUntil"> <summary> Gets the certificate expiration date. </summary> <returns> The certificate expiration date. </returns> </member> <member name="T:System.Web.HttpCompileException"> <summary> The exception that is thrown when a compiler error occurs. </summary> </member> <member name="M:System.Web.HttpCompileException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpCompileException" /> class. </summary> </member> <member name="M:System.Web.HttpCompileException.#ctor(System.CodeDom.Compiler.CompilerResults,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpCompileException" /> class. </summary> <param name="results"> A <see cref="T:System.CodeDom.Compiler.CompilerResults" /> containing compiler output and error information. </param> <param name="sourceCode"> The path to the file that contains the source code being compiled when the error occurs. </param> </member> <member name="M:System.Web.HttpCompileException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpCompileException" /> class. </summary> <param name="message"> The exception message to specify when the error occurs. </param> </member> <member name="M:System.Web.HttpCompileException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpCompileException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary> <param name="message"> The error message that explains the reason for the exception. </param> <param name="innerException"> The exception that is the cause of the current exception. If <paramref name="innerException" /> is not null, the current exception is raised in a catch block that handles the inner exception. </param> </member> <member name="M:System.Web.HttpCompileException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with information about the exception. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param> <param name="context"> The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param> </member> <member name="P:System.Web.HttpCompileException.Message"> <summary> Gets a message that describes the reason for the current exception. </summary> <returns> A string that describes the first compilation error listed in the compiler results. If no compiler results were provided, the property returns the error message provided for this exception, or an empty string (""), if no error message was provided. </returns> </member> <member name="P:System.Web.HttpCompileException.Results"> <summary> Gets compiler output and error information for the exception. </summary> <returns> A <see cref="T:System.CodeDom.Compiler.CompilerResults" /> containing compiler output and error information. </returns> </member> <member name="P:System.Web.HttpCompileException.SourceCode"> <summary> Gets a string containing the path to the file that contains the source code being compiled when the error occurs. </summary> <returns> The path of the source file being compiled when the error occurs. The default is null. </returns> </member> <member name="T:System.Web.HttpContext"> <summary> Encapsulates all HTTP-specific information about an individual HTTP request. </summary> </member> <member name="M:System.Web.HttpContext.#ctor(System.Web.HttpRequest,System.Web.HttpResponse)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpContext" /> class by using the specified request and response objects. </summary> <param name="request"> The <see cref="T:System.Web.HttpRequest" /> object for the current HTTP request. </param> <param name="response"> The <see cref="T:System.Web.HttpResponse" /> object for the current HTTP request. </param> </member> <member name="M:System.Web.HttpContext.#ctor(System.Web.HttpWorkerRequest)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpContext" /> class that uses the specified worker-request object. </summary> <param name="wr"> The <see cref="T:System.Web.HttpWorkerRequest" /> object for the current HTTP request. </param> </member> <member name="M:System.Web.HttpContext.AddError(System.Exception)"> <summary> Adds an exception to the exception collection for the current HTTP request. </summary> <param name="errorInfo"> The <see cref="T:System.Exception" /> to add to the exception collection. </param> </member> <member name="P:System.Web.HttpContext.AllErrors"> <summary> Gets an array of errors accumulated while processing an HTTP request. </summary> <returns> An array of <see cref="T:System.Exception" /> objects for the current HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.Application"> <summary> Gets the <see cref="T:System.Web.HttpApplicationState" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.HttpApplicationState" /> for the current HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.ApplicationInstance"> <summary> Gets or sets the <see cref="T:System.Web.HttpApplication" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.HttpApplication" /> for the current HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.Cache"> <summary> Gets the <see cref="T:System.Web.Caching.Cache" /> object for the current application domain. </summary> <returns> The <see cref="T:System.Web.Caching.Cache" /> for the current application domain. </returns> </member> <member name="M:System.Web.HttpContext.ClearError"> <summary> Clears all errors for the current HTTP request. </summary> </member> <member name="P:System.Web.HttpContext.Current"> <summary> Gets or sets the <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> for the current HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.CurrentHandler"> <summary> Gets the <see cref="T:System.Web.IHttpHandler" /> object that represents the currently executing handler. </summary> <returns> An <see cref="T:System.Web.IHttpHandler" /> that represents the currently executing handler. </returns> </member> <member name="P:System.Web.HttpContext.Error"> <summary> Gets the first error (if any) accumulated during HTTP request processing. </summary> <returns> The first <see cref="T:System.Exception" /> for the current HTTP request/response process; otherwise, null if no errors were accumulated during the HTTP request processing. The default is null. </returns> </member> <member name="M:System.Web.HttpContext.GetAppConfig(System.String)"> <summary> Returns requested configuration information for the current application. </summary> <returns> An object containing configuration information. (Cast the returned configuration section to the appropriate configuration type before use.) </returns> <param name="name"> The application configuration tag for which information is requested. </param> </member> <member name="M:System.Web.HttpContext.GetConfig(System.String)"> <summary> Returns requested configuration information for the current HTTP request. </summary> <returns> The specified <see cref="T:System.Configuration.ConfigurationSection" />, null if the section does not exist, or an internal object if the section is not accessible at run time. (Cast the returned object to the appropriate configuration type before use.) </returns> <param name="name"> The configuration tag for which information is requested. </param> </member> <member name="M:System.Web.HttpContext.GetGlobalResourceObject(System.String,System.String)"> <summary> Gets an application-level resource object based on the specified <see cref="P:System.Web.Compilation.ResourceExpressionFields.ClassKey" /> and <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> properties. </summary> <returns> An <see cref="T:System.Object" /> that represents the requested application-level resource object; otherwise, null if a matching resource object is found but not a <paramref name="resourceKey" /> parameter. </returns> <param name="classKey"> A string that represents the <see cref="P:System.Web.Compilation.ResourceExpressionFields.ClassKey" /> property of the requested resource object. </param> <param name="resourceKey"> A string that represents the <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> property of the requested resource object. </param> <exception cref="T:System.Resources.MissingManifestResourceException"> A resource object with the specified <paramref name="classKey" /> parameter was not found. - or - The main assembly does not contain the resources for the neutral culture, and these resources are required because the appropriate satellite assembly is missing. </exception> </member> <member name="M:System.Web.HttpContext.GetGlobalResourceObject(System.String,System.String,System.Globalization.CultureInfo)"> <summary> Gets an application-level resource object based on the specified <see cref="P:System.Web.Compilation.ResourceExpressionFields.ClassKey" /> and <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> properties, and on the <see cref="T:System.Globalization.CultureInfo" /> object. </summary> <returns> An <see cref="T:System.Object" /> that represents the requested application-level resource object, which is localized for the specified culture; otherwise, null if a matching resource object is found but not a <paramref name="resourceKey" /> parameter. </returns> <param name="classKey"> A string that represents the <see cref="P:System.Web.Compilation.ResourceExpressionFields.ClassKey" /> property of the requested resource object. </param> <param name="resourceKey"> A string that represents a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> property of the requested resource object. </param> <param name="culture"> A string that represents the <see cref="T:System.Globalization.CultureInfo" /> object of the requested resource. </param> <exception cref="T:System.Resources.MissingManifestResourceException"> A resource object for which the specified <paramref name="classKey" /> parameter was not found. - or - The main assembly does not contain the resources for the neutral culture, and these resources are required because the appropriate satellite assembly is missing. </exception> </member> <member name="M:System.Web.HttpContext.GetLocalResourceObject(System.String,System.String)"> <summary> Gets a page-level resource object based on the specified <see cref="P:System.Web.Compilation.ExpressionBuilderContext.VirtualPath" /> and <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> properties. </summary> <returns> An <see cref="T:System.Object" /> that represents the requested page-level resource object; otherwise, null if a matching resource object is found but not a <paramref name="resourceKey" /> parameter. </returns> <param name="virtualPath"> The <see cref="P:System.Web.Compilation.ExpressionBuilderContext.VirtualPath" /> property for the local resource object. </param> <param name="resourceKey"> A string that represents a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> property of the requested resource object </param> <exception cref="T:System.Resources.MissingManifestResourceException"> A resource object was not found for the specified <paramref name="virtualPath" /> parameter. </exception> <exception cref="T:System.ArgumentException"> The specified <paramref name="virtualPath" /> parameter is not in the current application's root directory. </exception> <exception cref="T:System.InvalidOperationException"> The resource class for the page was not found. </exception> </member> <member name="M:System.Web.HttpContext.GetLocalResourceObject(System.String,System.String,System.Globalization.CultureInfo)"> <summary> Gets a page-level resource object based on the specified <see cref="P:System.Web.Compilation.ExpressionBuilderContext.VirtualPath" /> and <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> properties, and on the <see cref="T:System.Globalization.CultureInfo" /> object. </summary> <returns> An <see cref="T:System.Object" /> that represents the requested local resource object, which is localized for the specified culture; otherwise null if a matching resource object is found but not a <paramref name="resourceKey" /> parameter. </returns> <param name="virtualPath"> The <see cref="P:System.Web.Compilation.ExpressionBuilderContext.VirtualPath" /> property for the local resource object. </param> <param name="resourceKey"> A string that represents a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> property of the requested resource object. </param> <param name="culture"> A string that represents the <see cref="T:System.Globalization.CultureInfo" /> object of the requested resource object. </param> <exception cref="T:System.Resources.MissingManifestResourceException"> A resource object was not found for the specified <paramref name="virtualPath" /> Parameter. </exception> <exception cref="T:System.ArgumentException"> The specified <paramref name="virtualPath" /> parameter is not in the current application's root directory. </exception> <exception cref="T:System.InvalidOperationException"> The resource class for the page was not found. </exception> </member> <member name="M:System.Web.HttpContext.GetSection(System.String)"> <summary> Gets a specified configuration section for the current application's default configuration. </summary> <returns> The specified <see cref="T:System.Configuration.ConfigurationSection" />, null if the section does not exist, or an internal object if the section is not accessible at run time. </returns> <param name="sectionName"> The configuration section path (in XPath format) and the configuration element name. </param> </member> <member name="P:System.Web.HttpContext.Handler"> <summary> Gets or sets the <see cref="T:System.Web.IHttpHandler" /> object responsible for processing the HTTP request. </summary> <returns> An <see cref="T:System.Web.IHttpHandler" /> responsible for processing the HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.IsCustomErrorEnabled"> <summary> Gets a value indicating whether custom errors are enabled for the current HTTP request. </summary> <returns>true if custom errors are enabled; otherwise, false. </returns> </member> <member name="P:System.Web.HttpContext.IsDebuggingEnabled"> <summary> Gets a value indicating whether the current HTTP request is in debug mode. </summary> <returns>true if the request is in debug mode; otherwise, false. </returns> </member> <member name="P:System.Web.HttpContext.Items"> <summary> Gets a key/value collection that can be used to organize and share data between an <see cref="T:System.Web.IHttpModule" /> interface and an <see cref="T:System.Web.IHttpHandler" /> interface during an HTTP request. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> key/value collection that provides access to an individual value in the collection by a specified key. </returns> </member> <member name="P:System.Web.HttpContext.PreviousHandler"> <summary> Gets the <see cref="T:System.Web.IHttpHandler" /> object for the parent handler. </summary> <returns> An <see cref="T:System.Web.IHttpHandler" /> for the parent handler; otherwise, null if no previous handler was found. </returns> </member> <member name="P:System.Web.HttpContext.Profile"> <summary> Gets the <see cref="T:System.Web.Profile.ProfileBase" /> object for the current user profile. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileBase" /> if the application configuration file contains a definition for the profile's properties; otherwise, null. </returns> </member> <member name="P:System.Web.HttpContext.Request"> <summary> Gets the <see cref="T:System.Web.HttpRequest" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.HttpRequest" /> for the current HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.Response"> <summary> Gets the <see cref="T:System.Web.HttpResponse" /> object for the current HTTP response. </summary> <returns> The <see cref="T:System.Web.HttpResponse" /> for the current HTTP response. </returns> </member> <member name="M:System.Web.HttpContext.RewritePath(System.String)"> <summary> Rewrites the URL using the given path. </summary> <param name="path"> The internal rewrite path. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="path" /> parameter is null. </exception> <exception cref="T:System.Web.HttpException"> The <paramref name="path" /> parameter is not in the current application's root directory. </exception> </member> <member name="M:System.Web.HttpContext.RewritePath(System.String,System.Boolean)"> <summary> Rewrites the URL using the given path and a Boolean value that specifies whether the virtual path for server resources is modified. </summary> <param name="path"> The internal rewrite path. </param> <param name="rebaseClientPath">true to reset the virtual path; false to keep the virtual path unchanged. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="path" /> parameter is null. </exception> <exception cref="T:System.Web.HttpException"> The <paramref name="path" /> parameter is not in the current application's root directory. </exception> </member> <member name="M:System.Web.HttpContext.RewritePath(System.String,System.String,System.String)"> <summary> Rewrites the URL using the given path, path information, and a Boolean value that specifies whether the virtual path for server resources is modified. </summary> <param name="filePath"> The internal rewrite path. </param> <param name="pathInfo"> Additional path information for a resource. </param> <param name="queryString"> The request query string. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="path" /> parameter is not in the current application's root directory. </exception> <exception cref="T:System.Web.HttpException"> The <paramref name="filePath" /> parameter is not in the current application's root directory. </exception> </member> <member name="M:System.Web.HttpContext.RewritePath(System.String,System.String,System.String,System.Boolean)"> <summary> Rewrites the URL using the given virtual path, path information, query string information, and a Boolean value that specifies whether the client file path is set to the rewrite path. </summary> <param name="filePath"> The virtual path to the resource that services the request. </param> <param name="pathInfo"> Additional path information to use for the URL redirect. </param> <param name="queryString"> The request query string to use for the URL redirect. </param> <param name="setClientFilePath">true to set the file path used for client resources to the value of the <paramref name="filePath" /> parameter; otherwise false. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="path" /> parameter is not in the current application's root directory. </exception> <exception cref="T:System.Web.HttpException"> The <paramref name="filePath" /> parameter is not in the current application's root directory. </exception> </member> <member name="P:System.Web.HttpContext.Server"> <summary> Gets the <see cref="T:System.Web.HttpServerUtility" /> object that provides methods used in processing Web requests. </summary> <returns> The <see cref="T:System.Web.HttpServerUtility" /> for the current HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.Session"> <summary> Gets the <see cref="T:System.Web.SessionState.HttpSessionState" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.SessionState.HttpSessionState" /> object for the current HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.SkipAuthorization"> <summary> Gets or sets a value that specifies whether the <see cref="T:System.Web.Security.UrlAuthorizationModule" /> object should skip the authorization check for the current request. </summary> <returns>true if <see cref="T:System.Web.Security.UrlAuthorizationModule" /> should skip the authorization check; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.HttpContext.System#IServiceProvider#GetService(System.Type)"> <summary> Returns an object for the current service type. </summary> <returns> A <see cref="T:System.Web.HttpContext" />; otherwise, null if no service is found. </returns> <param name="service"> A type of <see cref="T:System.Web.HttpContext" /> service to set the service provider to. </param> </member> <member name="P:System.Web.HttpContext.Timestamp"> <summary> Gets the initial timestamp of the current HTTP request. </summary> <returns> The timestamp of the current HTTP request. </returns> </member> <member name="P:System.Web.HttpContext.Trace"> <summary> Gets the <see cref="T:System.Web.TraceContext" /> object for the current HTTP response. </summary> <returns> The <see cref="T:System.Web.TraceContext" /> for the current HTTP response. </returns> </member> <member name="P:System.Web.HttpContext.User"> <summary> Gets or sets security information for the current HTTP request. </summary> <returns> Security information for the current HTTP request. </returns> </member> <member name="T:System.Web.HttpCookie"> <summary> Provides a type-safe way to create and manipulate individual HTTP cookies. </summary> </member> <member name="M:System.Web.HttpCookie.#ctor(System.String)"> <summary> Creates and names a new cookie. </summary> <param name="name"> The name of the new cookie. </param> </member> <member name="M:System.Web.HttpCookie.#ctor(System.String,System.String)"> <summary> Creates, names, and assigns a value to a new cookie. </summary> <param name="name"> The name of the new cookie. </param> <param name="value"> The value of the new cookie. </param> </member> <member name="P:System.Web.HttpCookie.Domain"> <summary> Gets or sets the domain to associate the cookie with. </summary> <returns> The name of the domain to associate the cookie with. The default value is the current domain. </returns> </member> <member name="P:System.Web.HttpCookie.Expires"> <summary> Gets or sets the expiration date and time for the cookie. </summary> <returns> The time of day (on the client) at which the cookie expires. </returns> </member> <member name="P:System.Web.HttpCookie.HasKeys"> <summary> Gets a value indicating whether a cookie has subkeys. </summary> <returns>true if the cookie has subkeys, otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.HttpCookie.HttpOnly"> <summary> Gets or sets a value that specifies whether a cookie is accessible by client-side script. </summary> <returns>true if the cookie has the HttpOnly attribute and cannot be accessed through a client-side script; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.HttpCookie.Item(System.String)"> <summary> Gets a shortcut to the <see cref="P:System.Web.HttpCookie.Values" /> property. This property is provided for compatibility with previous versions of Active Server Pages (ASP). </summary> <returns> The cookie value. </returns> <param name="key"> The key (index) of the cookie value. </param> </member> <member name="P:System.Web.HttpCookie.Name"> <summary> Gets or sets the name of a cookie. </summary> <returns> The default value is a null reference (Nothing in Visual Basic) unless the constructor specifies otherwise. </returns> </member> <member name="P:System.Web.HttpCookie.Path"> <summary> Gets or sets the virtual path to transmit with the current cookie. </summary> <returns> The virtual path to transmit with the cookie. The default is the path of the current request. </returns> </member> <member name="P:System.Web.HttpCookie.Secure"> <summary> Gets or sets a value indicating whether to transmit the cookie using Secure Sockets Layer (SSL)--that is, over HTTPS only. </summary> <returns>true to transmit the cookie over an SSL connection (HTTPS); otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.HttpCookie.Value"> <summary> Gets or sets an individual cookie value. </summary> <returns> The value of the cookie. The default value is a null reference (Nothing in Visual Basic). </returns> </member> <member name="P:System.Web.HttpCookie.Values"> <summary> Gets a collection of key/value pairs that are contained within a single cookie object. </summary> <returns> A collection of cookie values. </returns> </member> <member name="T:System.Web.HttpCookieCollection"> <summary> Provides a type-safe way to manipulate HTTP cookies. </summary> </member> <member name="M:System.Web.HttpCookieCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpCookieCollection" /> class. </summary> </member> <member name="M:System.Web.HttpCookieCollection.Add(System.Web.HttpCookie)"> <summary> Adds the specified cookie to the cookie collection. </summary> <param name="cookie"> The <see cref="T:System.Web.HttpCookie" /> to add to the collection. </param> </member> <member name="P:System.Web.HttpCookieCollection.AllKeys"> <summary> Gets a string array containing all the keys (cookie names) in the cookie collection. </summary> <returns> An array of cookie names. </returns> </member> <member name="M:System.Web.HttpCookieCollection.Clear"> <summary> Clears all cookies from the cookie collection. </summary> </member> <member name="M:System.Web.HttpCookieCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies members of the cookie collection to an <see cref="T:System.Array" /> beginning at the specified index of the array. </summary> <param name="dest"> The destination <see cref="T:System.Array" />. </param> <param name="index"> The index of the destination array where copying starts. </param> </member> <member name="M:System.Web.HttpCookieCollection.Get(System.Int32)"> <summary> Returns the <see cref="T:System.Web.HttpCookie" /> item with the specified index from the cookie collection. </summary> <returns> The <see cref="T:System.Web.HttpCookie" /> specified by <paramref name="index" />. </returns> <param name="index"> The index of the cookie to return from the collection. </param> </member> <member name="M:System.Web.HttpCookieCollection.Get(System.String)"> <summary> Returns the cookie with the specified name from the cookie collection. </summary> <returns> The <see cref="T:System.Web.HttpCookie" /> specified by <paramref name="name" />. </returns> <param name="name"> The name of the cookie to retrieve from the collection. </param> </member> <member name="M:System.Web.HttpCookieCollection.GetKey(System.Int32)"> <summary> Returns the key (name) of the cookie at the specified numerical index. </summary> <returns> The name of the cookie specified by <paramref name="index" />. </returns> <param name="index"> The index of the key to retrieve from the collection. </param> </member> <member name="P:System.Web.HttpCookieCollection.Item(System.Int32)"> <summary> Gets the cookie with the specified numerical index from the cookie collection. </summary> <returns> The <see cref="T:System.Web.HttpCookie" /> specified by <paramref name="index" />. </returns> <param name="index"> The index of the cookie to retrieve from the collection. </param> </member> <member name="P:System.Web.HttpCookieCollection.Item(System.String)"> <summary> Gets the cookie with the specified name from the cookie collection. </summary> <returns> The <see cref="T:System.Web.HttpCookie" /> specified by <paramref name="name." /></returns> <param name="name"> Name of cookie to retrieve. </param> </member> <member name="M:System.Web.HttpCookieCollection.Remove(System.String)"> <summary> Removes the cookie with the specified name from the collection. </summary> <param name="name"> The name of the cookie to remove from the collection. </param> </member> <member name="M:System.Web.HttpCookieCollection.Set(System.Web.HttpCookie)"> <summary> Updates the value of an existing cookie in a cookie collection. </summary> <param name="cookie"> The <see cref="T:System.Web.HttpCookie" /> object to update. </param> </member> <member name="T:System.Web.HttpCookieMode"> <summary> Specifies how cookies are used for a Web application. </summary> </member> <member name="F:System.Web.HttpCookieMode.UseUri"> <summary> The calling feature uses the query string to store an identifier regardless of whether the browser or device supports cookies. </summary> </member> <member name="F:System.Web.HttpCookieMode.UseCookies"> <summary> Cookies are used to persist user data regardless of whether the browser or device supports cookies. </summary> </member> <member name="F:System.Web.HttpCookieMode.AutoDetect"> <summary> ASP.NET determines whether the requesting browser or device supports cookies. If the requesting browser or device supports cookies then <see cref="F:System.Web.HttpCookieMode.AutoDetect" /> uses cookies to persist user data; otherwise, an identifier is used in the query string. If the browser or device supports the use of cookies but cookies are currently disabled, cookies are still used by the requesting feature. </summary> </member> <member name="F:System.Web.HttpCookieMode.UseDeviceProfile"> <summary> ASP.NET determines whether to use cookies based on <see cref="T:System.Web.HttpBrowserCapabilities" /> setting. If the setting indicates that the browser or device supports cookies, cookies are used; otherwise, an identifier is used in the query string. </summary> </member> <member name="T:System.Web.HttpException"> <summary> Describes an exception that occurred during the processing of HTTP requests. </summary> </member> <member name="M:System.Web.HttpException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpException" /> class and creates an empty <see cref="T:System.Web.HttpException" /> object. </summary> </member> <member name="M:System.Web.HttpException.#ctor(System.Int32,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpException" /> class using an HTTP response status code and an error message. </summary> <param name="httpCode"> The HTTP response status code sent to the client corresponding to this error. </param> <param name="message"> The error message displayed to the client when the exception is thrown. </param> </member> <member name="M:System.Web.HttpException.#ctor(System.Int32,System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpException" /> class using an HTTP response status code, an error message, and the <see cref="P:System.Exception.InnerException" /> property. </summary> <param name="httpCode"> The HTTP response status code displayed on the client. </param> <param name="message"> The error message displayed to the client when the exception is thrown. </param> <param name="innerException"> The <see cref="P:System.Exception.InnerException" />, if any, that threw the current exception. </param> </member> <member name="M:System.Web.HttpException.#ctor(System.Int32,System.String,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpException" /> class using an HTTP response status code, an error message, and an exception code. </summary> <param name="httpCode"> The HTTP response status code displayed on the client. </param> <param name="message"> The error message displayed to the client when the exception is thrown. </param> <param name="hr"> The exception code that defines the error. </param> </member> <member name="M:System.Web.HttpException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpException" /> class with serialized data. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param> <param name="context"> The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that holds the contextual information about the source or destination. </param> </member> <member name="M:System.Web.HttpException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpException" /> class using a supplied error message. </summary> <param name="message"> The error message displayed to the client when the exception is thrown. </param> </member> <member name="M:System.Web.HttpException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpException" /> class using an error message and the <see cref="P:System.Exception.InnerException" /> property. </summary> <param name="message"> The error message displayed to the client when the exception is thrown. </param> <param name="innerException"> The <see cref="P:System.Exception.InnerException" />, if any, that threw the current exception. </param> </member> <member name="M:System.Web.HttpException.#ctor(System.String,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpException" /> class using an error message and an exception code. </summary> <param name="message"> The error message displayed to the client when the exception is thrown. </param> <param name="hr"> The exception code that defines the error. </param> </member> <member name="M:System.Web.HttpException.CreateFromLastError(System.String)"> <summary> Creates a new <see cref="T:System.Web.HttpException" /> exception based on the error code that is returned from the Win32 API GetLastError() method. </summary> <returns> An <see cref="T:System.Web.HttpException" /> based on the error code that is returned from a call to the Win32 API GetLastError() method. </returns> <param name="message"> The error message displayed to the client when the exception is thrown. </param> </member> <member name="M:System.Web.HttpException.GetHtmlErrorMessage"> <summary> Gets the HTML error message to return to the client. </summary> <returns> The HTML error message. </returns> </member> <member name="M:System.Web.HttpException.GetHttpCode"> <summary> Gets the HTTP response status code to return to the client. </summary> <returns> A non-zero HTTP code representing the exception or the <see cref="P:System.Exception.InnerException" /> code; otherwise, HTTP response status code 500. </returns> </member> <member name="M:System.Web.HttpException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Gets information about the exception and adds it to the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param> <param name="context"> The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that holds the contextual information about the source or destination. </param> </member> <member name="T:System.Web.HttpFileCollection"> <summary> Provides access to and organizes files uploaded by a client. </summary> </member> <member name="P:System.Web.HttpFileCollection.AllKeys"> <summary> Gets a string array containing the keys (names) of all members in the file collection. </summary> <returns> An array of file names. </returns> </member> <member name="M:System.Web.HttpFileCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies members of the file collection to an <see cref="T:System.Array" /> beginning at the specified index of the array. </summary> <param name="dest"> The destination <see cref="T:System.Array" />. </param> <param name="index"> The index of the destination array where copying starts. </param> </member> <member name="M:System.Web.HttpFileCollection.Get(System.Int32)"> <summary> Returns the <see cref="T:System.Web.HttpPostedFile" /> object with the specified numerical index from the file collection. </summary> <returns> An <see cref="T:System.Web.HttpPostedFile" /> object. </returns> <param name="index"> The index of the object to be returned from the file collection. </param> </member> <member name="M:System.Web.HttpFileCollection.Get(System.String)"> <summary> Returns the <see cref="T:System.Web.HttpPostedFile" /> object with the specified name from the file collection. </summary> <returns> An <see cref="T:System.Web.HttpPostedFile" /> object. </returns> <param name="name"> The name of the object to be returned from a file collection. </param> </member> <member name="M:System.Web.HttpFileCollection.GetKey(System.Int32)"> <summary> Returns the name of the <see cref="T:System.Web.HttpFileCollection" /> member with the specified numerical index. </summary> <returns> The name of the <see cref="T:System.Web.HttpFileCollection" /> member specified by <paramref name="index" />. </returns> <param name="index"> The index of the object name to be returned. </param> </member> <member name="P:System.Web.HttpFileCollection.Item(System.Int32)"> <summary> Gets the object with the specified numerical index from the <see cref="T:System.Web.HttpFileCollection" />. </summary> <returns> The <see cref="T:System.Web.HttpPostedFile" /> specified by <paramref name="index" />. </returns> <param name="index"> The index of the item to get from the file collection. </param> </member> <member name="P:System.Web.HttpFileCollection.Item(System.String)"> <summary> Gets the object with the specified name from the file collection. </summary> <returns> The <see cref="T:System.Web.HttpPostedFile" /> specified by <paramref name="name" />. </returns> <param name="name"> Name of item to be returned. </param> </member> <member name="T:System.Web.HttpModuleCollection"> <summary> Provides a way to index and retrieve a collection of <see cref="T:System.Web.IHttpModule" /> objects. </summary> </member> <member name="P:System.Web.HttpModuleCollection.AllKeys"> <summary> Gets a string array containing all the keys (module names) in the <see cref="T:System.Web.HttpModuleCollection" />. </summary> <returns> An array of module names. </returns> </member> <member name="M:System.Web.HttpModuleCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies members of the module collection to an <see cref="T:System.Array" />, beginning at the specified index of the array. </summary> <param name="dest"> The destination <see cref="T:System.Array" />. </param> <param name="index"> The index of the destination <see cref="T:System.Array" /> where copying starts. </param> </member> <member name="M:System.Web.HttpModuleCollection.Get(System.Int32)"> <summary> Returns the <see cref="T:System.Web.IHttpModule" /> object with the specified index from the <see cref="T:System.Web.HttpModuleCollection" />. </summary> <returns> The <see cref="T:System.Web.IHttpModule" /> member specified by the <paramref name="index" /> parameter. </returns> <param name="index"> The index of the <see cref="T:System.Web.IHttpModule" /> object to return from the collection. </param> </member> <member name="M:System.Web.HttpModuleCollection.Get(System.String)"> <summary> Returns the <see cref="T:System.Web.IHttpModule" /> object with the specified name from the <see cref="T:System.Web.HttpModuleCollection" />. </summary> <returns> The <see cref="T:System.Web.IHttpModule" /> member specified by the <paramref name="name" /> parameter. </returns> <param name="name"> The key of the item to be retrieved. </param> </member> <member name="M:System.Web.HttpModuleCollection.GetKey(System.Int32)"> <summary> Returns the key (name) of the <see cref="T:System.Web.IHttpModule" /> object at the specified numerical index. </summary> <returns> The name of the <see cref="T:System.Web.IHttpModule" /> member specified by the <paramref name="index" /> parameter. </returns> <param name="index"> Index of the key to retrieve from the collection. </param> </member> <member name="P:System.Web.HttpModuleCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.IHttpModule" /> object with the specified numerical index from the <see cref="T:System.Web.HttpModuleCollection" />. </summary> <returns> The <see cref="T:System.Web.IHttpModule" /> object module specified by the <paramref name="index" /> parameter. </returns> <param name="index"> The index of the <see cref="T:System.Web.IHttpModule" /> object to retrieve from the collection. </param> </member> <member name="P:System.Web.HttpModuleCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.IHttpModule" /> object with the specified name from the <see cref="T:System.Web.HttpModuleCollection" />. </summary> <returns> The <see cref="T:System.Web.IHttpModule" /> object module specified by the <paramref name="name" /> parameter. </returns> <param name="name"> The key of the item to be retrieved. </param> </member> <member name="T:System.Web.HttpParseException"> <summary> The exception that is thrown when a parse error occurs. </summary> </member> <member name="M:System.Web.HttpParseException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpParseException" /> class. </summary> </member> <member name="M:System.Web.HttpParseException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpParseException" /> class with a specified error message. </summary> <param name="message"> The exception message to specify when the error occurs. </param> </member> <member name="M:System.Web.HttpParseException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpParseException" /> class with a specified error message and a reference to the inner. </summary> <param name="message"> The exception message to specify when the error occurs. </param> <param name="innerException"> The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param> </member> <member name="M:System.Web.HttpParseException.#ctor(System.String,System.Exception,System.String,System.String,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpParseException" /> class with specific information about the source code being compiled and the line number on which the exception occurred. </summary> <param name="message"> The exception message to specify when the error occurs. </param> <param name="innerException"> The exception that is the cause of the current exception. If <paramref name="innerException" /> is not null, the current exception is raised in a catch block that handles the inner exception. </param> <param name="virtualPath"> The virtual path for the exception. </param> <param name="sourceCode"> The source code being compiled when the exception occurs. </param> <param name="line"> The line number on which the exception occurred. </param> </member> <member name="P:System.Web.HttpParseException.FileName"> <summary> Gets the name of the file being parsed when the error occurs. </summary> <returns> The physical path to the source file that is being parsed when the error occurs; otherwise, null, if the physical path is null. </returns> </member> <member name="M:System.Web.HttpParseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with information about the exception. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param> <param name="context"> The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="info" /> parameter is null. </exception> </member> <member name="P:System.Web.HttpParseException.Line"> <summary> Gets the number of the line being parsed when the error occurs. </summary> <returns> The number of the line being parsed when the error occurs. This value is 1-based, not 0-based. </returns> </member> <member name="P:System.Web.HttpParseException.ParserErrors"> <summary> Gets the parser errors for the current exception. </summary> <returns> A collection of the parser errors for the current exception. </returns> </member> <member name="P:System.Web.HttpParseException.VirtualPath"> <summary> Gets the virtual path to source file that generated the error. </summary> <returns> The virtual path to the source file that generated the error. </returns> </member> <member name="T:System.Web.HttpPostedFile"> <summary> Provides access to individual files that have been uploaded by a client. </summary> </member> <member name="P:System.Web.HttpPostedFile.ContentLength"> <summary> Gets the size of an uploaded file, in bytes. </summary> <returns> The file length, in bytes. </returns> </member> <member name="P:System.Web.HttpPostedFile.ContentType"> <summary> Gets the MIME content type of a file sent by a client. </summary> <returns> The MIME content type of the uploaded file. </returns> </member> <member name="P:System.Web.HttpPostedFile.FileName"> <summary> Gets the fully qualified name of the file on the client. </summary> <returns> The name of the client's file, including the directory path. </returns> </member> <member name="P:System.Web.HttpPostedFile.InputStream"> <summary> Gets a <see cref="T:System.IO.Stream" /> object that points to an uploaded file to prepare for reading the contents of the file. </summary> <returns> A <see cref="T:System.IO.Stream" /> pointing to a file. </returns> </member> <member name="M:System.Web.HttpPostedFile.SaveAs(System.String)"> <summary> Saves the contents of an uploaded file. </summary> <param name="filename"> The name of the saved file. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.Configuration.HttpRuntimeSection.RequireRootedSaveAsPath" /> property of the <see cref="T:System.Web.Configuration.HttpRuntimeSection" /> object is set to true, but <paramref name="filename" /> is not an absolute path. </exception> </member> <member name="T:System.Web.HttpRequest"> <summary> Enables ASP.NET to read the HTTP values sent by a client during a Web request. </summary> </member> <member name="M:System.Web.HttpRequest.#ctor(System.String,System.String,System.String)"> <summary> Initializes an <see cref="T:System.Web.HttpRequest" /> object. </summary> <param name="filename"> The name of the file associated with the request. </param> <param name="url"> Information regarding the URL of the current request. </param> <param name="queryString"> The entire query string sent with the request (everything after the'?'). </param> </member> <member name="P:System.Web.HttpRequest.AcceptTypes"> <summary> Gets a string array of client-supported MIME accept types. </summary> <returns> A string array of client-supported MIME accept types. </returns> </member> <member name="P:System.Web.HttpRequest.AnonymousID"> <summary> Gets the anonymous identifier for the user, if present. </summary> <returns> A string representing the current anonymous user identifier. </returns> </member> <member name="P:System.Web.HttpRequest.ApplicationPath"> <summary> Gets the ASP.NET application's virtual application root path on the server. </summary> <returns> The virtual path of the current application. </returns> </member> <member name="P:System.Web.HttpRequest.AppRelativeCurrentExecutionFilePath"> <summary> Gets the virtual path of the application root and makes it relative by using the tilde (~) notation for the application root (as in "~/page.aspx"). </summary> <returns> The virtual path of the application root for the current request. </returns> </member> <member name="M:System.Web.HttpRequest.BinaryRead(System.Int32)"> <summary> Performs a binary read of a specified number of bytes from the current input stream. </summary> <returns> A byte array. </returns> <param name="count"> The number of bytes to read. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="count" /> is 0. - or - <paramref name="count" /> is greater than the number of bytes available. </exception> </member> <member name="P:System.Web.HttpRequest.Browser"> <summary> Gets or sets information about the requesting client's browser capabilities. </summary> <returns> An <see cref="T:System.Web.HttpBrowserCapabilities" /> object listing the capabilities of the client's browser. </returns> </member> <member name="P:System.Web.HttpRequest.ClientCertificate"> <summary> Gets the current request's client security certificate. </summary> <returns> An <see cref="T:System.Web.HttpClientCertificate" /> object containing information about the client's security certificate settings. </returns> </member> <member name="P:System.Web.HttpRequest.ContentEncoding"> <summary> Gets or sets the character set of the entity-body. </summary> <returns> An <see cref="T:System.Text.Encoding" /> object representing the client's character set. </returns> </member> <member name="P:System.Web.HttpRequest.ContentLength"> <summary> Specifies the length, in bytes, of content sent by the client. </summary> <returns> The length, in bytes, of content sent by the client. </returns> </member> <member name="P:System.Web.HttpRequest.ContentType"> <summary> Gets or sets the MIME content type of the incoming request. </summary> <returns> A string representing the MIME content type of the incoming request, for example, "text/html". </returns> </member> <member name="P:System.Web.HttpRequest.Cookies"> <summary> Gets a collection of cookies sent by the client. </summary> <returns> An <see cref="T:System.Web.HttpCookieCollection" /> object representing the client's cookie variables. </returns> </member> <member name="P:System.Web.HttpRequest.CurrentExecutionFilePath"> <summary> Gets the virtual path of the current request. </summary> <returns> The virtual path of the current request. </returns> </member> <member name="P:System.Web.HttpRequest.FilePath"> <summary> Gets the virtual path of the current request. </summary> <returns> The virtual path of the current request. </returns> </member> <member name="P:System.Web.HttpRequest.Files"> <summary> Gets the collection of files uploaded by the client, in multipart MIME format. </summary> <returns> An <see cref="T:System.Web.HttpFileCollection" /> object representing a collection of files uploaded by the client. The items of the <see cref="T:System.Web.HttpFileCollection" /> object are of type <see cref="T:System.Web.HttpPostedFile" />. </returns> </member> <member name="P:System.Web.HttpRequest.Filter"> <summary> Gets or sets the filter to use when reading the current input stream. </summary> <returns> A <see cref="T:System.IO.Stream" /> object to be used as the filter. </returns> <exception cref="T:System.Web.HttpException"> The specified <see cref="T:System.IO.Stream" /> is invalid. </exception> </member> <member name="P:System.Web.HttpRequest.Form"> <summary> Gets a collection of form variables. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> representing a collection of form variables. </returns> </member> <member name="P:System.Web.HttpRequest.Headers"> <summary> Gets a collection of HTTP headers. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of headers. </returns> </member> <member name="P:System.Web.HttpRequest.HttpMethod"> <summary> Gets the HTTP data transfer method (such as GET, POST, or HEAD) used by the client. </summary> <returns> The HTTP data transfer method used by the client. </returns> </member> <member name="P:System.Web.HttpRequest.InputStream"> <summary> Gets the contents of the incoming HTTP entity body. </summary> <returns> A <see cref="T:System.IO.Stream" /> object representing the contents of the incoming HTTP content body. </returns> </member> <member name="P:System.Web.HttpRequest.IsAuthenticated"> <summary> Gets a value indicating whether the request has been authenticated. </summary> <returns>true if the request is authenticated; otherwise, false. </returns> </member> <member name="P:System.Web.HttpRequest.IsLocal"> <summary> Gets a value indicating whether the request is from the local computer. </summary> <returns>true if the request is from the local computer; otherwise, false. </returns> </member> <member name="P:System.Web.HttpRequest.IsSecureConnection"> <summary> Gets a value indicting whether the HTTP connection uses secure sockets (that is, HTTPS). </summary> <returns>true if the connection is an SSL connection; otherwise, false. </returns> </member> <member name="P:System.Web.HttpRequest.Item(System.String)"> <summary> Gets the specified object from the <see cref="P:System.Web.HttpRequest.Cookies" />, <see cref="P:System.Web.HttpRequest.Form" />, <see cref="P:System.Web.HttpRequest.QueryString" /> or <see cref="P:System.Web.HttpRequest.ServerVariables" /> collections. </summary> <returns> The <see cref="P:System.Web.HttpRequest.QueryString" />, <see cref="P:System.Web.HttpRequest.Form" />, <see cref="P:System.Web.HttpRequest.Cookies" />, or <see cref="P:System.Web.HttpRequest.ServerVariables" /> collection member specified in the <paramref name="key" /> parameter. If the specified <paramref name="key" /> is not found, then null is returned. </returns> <param name="key"> The name of the collection member to get. </param> </member> <member name="P:System.Web.HttpRequest.LogonUserIdentity"> <summary> Gets the <see cref="T:System.Security.Principal.WindowsIdentity" /> type for the current user. </summary> <returns> A <see cref="T:System.Security.Principal.WindowsIdentity" /> for the current Microsoft Internet Information Services (IIS) authentication settings. </returns> </member> <member name="M:System.Web.HttpRequest.MapImageCoordinates(System.String)"> <summary> Maps an incoming image-field form parameter to appropriate x-coordinate and y-coordinate values. </summary> <returns> A two-dimensional array of integers. </returns> <param name="imageFieldName"> The name of the form image map. </param> </member> <member name="M:System.Web.HttpRequest.MapPath(System.String)"> <summary> Maps the specified virtual path to a physical path. </summary> <returns> The physical path on the server specified by <paramref name="virtualPath" />. </returns> <param name="virtualPath"> The virtual path (absolute or relative) for the current request. </param> <exception cref="T:System.Web.HttpException"> No <see cref="T:System.Web.HttpContext" /> object is defined for the request. </exception> </member> <member name="M:System.Web.HttpRequest.MapPath(System.String,System.String,System.Boolean)"> <summary> Maps the specified virtual path to a physical path. </summary> <returns> The physical path on the server. </returns> <param name="virtualPath"> The virtual path (absolute or relative) for the current request. </param> <param name="baseVirtualDir"> The virtual base directory path used for relative resolution. </param> <param name="allowCrossAppMapping">true to indicate that <paramref name="virtualPath" /> may belong to another application; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> <paramref name="allowCrossMapping" /> is false and <paramref name="virtualPath" /> belongs to another application. </exception> <exception cref="T:System.Web.HttpException"> No <see cref="T:System.Web.HttpContext" /> object is defined for the request. </exception> </member> <member name="P:System.Web.HttpRequest.Params"> <summary> Gets a combined collection of <see cref="P:System.Web.HttpRequest.QueryString" />, <see cref="P:System.Web.HttpRequest.Form" />, <see cref="P:System.Web.HttpRequest.ServerVariables" />, and <see cref="P:System.Web.HttpRequest.Cookies" /> items. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object. </returns> </member> <member name="P:System.Web.HttpRequest.Path"> <summary> Gets the virtual path of the current request. </summary> <returns> The virtual path of the current request. </returns> </member> <member name="P:System.Web.HttpRequest.PathInfo"> <summary> Gets additional path information for a resource with a URL extension. </summary> <returns> Additional path information for a resource. </returns> </member> <member name="P:System.Web.HttpRequest.PhysicalApplicationPath"> <summary> Gets the physical file system path of the currently executing server application's root directory. </summary> <returns> The file system path of the current application's root directory. </returns> </member> <member name="P:System.Web.HttpRequest.PhysicalPath"> <summary> Gets the physical file system path corresponding to the requested URL. </summary> <returns> The file system path of the current request. </returns> </member> <member name="P:System.Web.HttpRequest.QueryString"> <summary> Gets the collection of HTTP query string variables. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> containing the collection of query string variables sent by the client. For example, If the request URL is <paramref name="http://www.contoso.com/default.aspx?id=44" /> then the value of <see cref="P:System.Web.HttpRequest.QueryString" /> is "<paramref name="id=44" />". </returns> </member> <member name="P:System.Web.HttpRequest.RawUrl"> <summary> Gets the raw URL of the current request. </summary> <returns> The raw URL of the current request. </returns> </member> <member name="P:System.Web.HttpRequest.RequestType"> <summary> Gets or sets the HTTP data transfer method (GET or POST) used by the client. </summary> <returns> A string representing the HTTP invocation type sent by the client. </returns> </member> <member name="M:System.Web.HttpRequest.SaveAs(System.String,System.Boolean)"> <summary> Saves an HTTP request to disk. </summary> <param name="filename"> The physical drive path. </param> <param name="includeHeaders"> A Boolean value specifying whether an HTTP header should be saved to disk. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.Configuration.HttpRuntimeSection.RequireRootedSaveAsPath" /> property of the <see cref="T:System.Web.Configuration.HttpRuntimeSection" /> is set to true but <paramref name="filename" /> is not an absolute path. </exception> </member> <member name="P:System.Web.HttpRequest.ServerVariables"> <summary> Gets a collection of Web server variables. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of server variables. </returns> </member> <member name="P:System.Web.HttpRequest.TotalBytes"> <summary> Gets the number of bytes in the current input stream. </summary> <returns> The number of bytes in the input stream. </returns> </member> <member name="P:System.Web.HttpRequest.Url"> <summary> Gets information about the URL of the current request. </summary> <returns> A <see cref="T:System.Uri" /> object containing information regarding the URL of the current request. </returns> </member> <member name="P:System.Web.HttpRequest.UrlReferrer"> <summary> Gets information about the URL of the client's previous request that linked to the current URL. </summary> <returns> A <see cref="T:System.Uri" /> object. </returns> </member> <member name="P:System.Web.HttpRequest.UserAgent"> <summary> Gets the raw user agent string of the client browser. </summary> <returns> The raw user agent string of the client browser. </returns> </member> <member name="P:System.Web.HttpRequest.UserHostAddress"> <summary> Gets the IP host address of the remote client. </summary> <returns> The IP address of the remote client. </returns> </member> <member name="P:System.Web.HttpRequest.UserHostName"> <summary> Gets the DNS name of the remote client. </summary> <returns> The DNS name of the remote client. </returns> </member> <member name="P:System.Web.HttpRequest.UserLanguages"> <summary> Gets a sorted string array of client language preferences. </summary> <returns> A sorted string array of client language preferences, or null if empty. </returns> </member> <member name="M:System.Web.HttpRequest.ValidateInput"> <summary> Causes validation to occur for the collections accessed through the <see cref="P:System.Web.HttpRequest.Cookies" />, <see cref="P:System.Web.HttpRequest.Form" />, and <see cref="P:System.Web.HttpRequest.QueryString" /> properties. </summary> <exception cref="T:System.Web.HttpRequestValidationException"> Potentially dangerous data was received from the client. </exception> </member> <member name="T:System.Web.HttpRequestValidationException"> <summary> The exception that is thrown when a potentially malicious input string is received from the client as part of the request data. This class cannot be inherited. </summary> </member> <member name="M:System.Web.HttpRequestValidationException.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.HttpRequestValidationException" /> class. </summary> </member> <member name="M:System.Web.HttpRequestValidationException.#ctor(System.String)"> <summary> Creates a new <see cref="T:System.Web.HttpRequestValidationException" /> exception with the specified error message. </summary> <param name="message"> A string that describes the error. </param> </member> <member name="M:System.Web.HttpRequestValidationException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpRequestValidationException" /> class with a specified error message and a reference to the inner exception that is the cause of the exception. </summary> <param name="message"> An error message that explains the reason for the exception. </param> <param name="innerException"> The exception that is the cause of the current exception. If this parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param> </member> <member name="T:System.Web.HttpResponse"> <summary> Encapsulates HTTP-response information from an ASP.NET operation. </summary> </member> <member name="M:System.Web.HttpResponse.#ctor(System.IO.TextWriter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpResponse" /> class. </summary> <param name="writer"> A <see cref="T:System.IO.TextWriter" /> object that enables custom HTTP output. </param> </member> <member name="M:System.Web.HttpResponse.AddCacheDependency(System.Web.Caching.CacheDependency[])"> <summary> Associates a set of cache dependencies with the response to facilitate invalidation of the response if it is stored in the output cache and the specified dependencies change. </summary> <param name="dependencies"> A file, cache key, or <see cref="T:System.Web.Caching.CacheDependency" /> to add to the list of application dependencies. </param> </member> <member name="M:System.Web.HttpResponse.AddCacheItemDependencies(System.Collections.ArrayList)"> <summary> Makes the validity of a cached response dependent on other items in the cache. </summary> <param name="cacheKeys"> The <see cref="T:System.Collections.ArrayList" /> that contains the keys of the items that the current cached response is dependent upon. </param> </member> <member name="M:System.Web.HttpResponse.AddCacheItemDependencies(System.String[])"> <summary> Makes the validity of a cached item dependent on another item in the cache. </summary> <param name="cacheKeys"> An array of item keys that the cached response is dependent upon. </param> </member> <member name="M:System.Web.HttpResponse.AddCacheItemDependency(System.String)"> <summary> Makes the validity of a cached response dependent on another item in the cache. </summary> <param name="cacheKey"> The key of the item that the cached response is dependent upon. </param> </member> <member name="M:System.Web.HttpResponse.AddFileDependencies(System.Collections.ArrayList)"> <summary> Adds a group of file names to the collection of file names on which the current response is dependent. </summary> <param name="filenames"> The collection of files to add. </param> </member> <member name="M:System.Web.HttpResponse.AddFileDependencies(System.String[])"> <summary> Adds an array of file names to the collection of file names on which the current response is dependent. </summary> <param name="filenames"> An array of files to add. </param> </member> <member name="M:System.Web.HttpResponse.AddFileDependency(System.String)"> <summary> Adds a single file name to the collection of file names on which the current response is dependent. </summary> <param name="filename"> The name of the file to add. </param> </member> <member name="M:System.Web.HttpResponse.AddHeader(System.String,System.String)"> <summary> Adds an HTTP header to the output stream. <see cref="M:System.Web.HttpResponse.AddHeader(System.String,System.String)" /> is provided for compatibility with earlier versions of ASP. </summary> <param name="name"> The name of the HTTP header to add <paramref name="value" /> to. </param> <param name="value"> The string to add to the header. </param> </member> <member name="M:System.Web.HttpResponse.AppendCookie(System.Web.HttpCookie)"> <summary> Adds an HTTP cookie to the intrinsic cookie collection. </summary> <param name="cookie"> The <see cref="T:System.Web.HttpCookie" /> to add to the output stream. </param> <exception cref="T:System.Web.HttpException"> A cookie is appended after the HTTP headers have been sent. </exception> </member> <member name="M:System.Web.HttpResponse.AppendHeader(System.String,System.String)"> <summary> Adds an HTTP header to the output stream. </summary> <param name="name"> The name of the HTTP header to add to the output stream. </param> <param name="value"> The string to append to the header. </param> <exception cref="T:System.Web.HttpException"> The header is appended after the HTTP headers have been sent. </exception> </member> <member name="M:System.Web.HttpResponse.AppendToLog(System.String)"> <summary> Adds custom log information to the Internet Information Services (IIS) log file. </summary> <param name="param"> The text to add to the log file. </param> </member> <member name="M:System.Web.HttpResponse.ApplyAppPathModifier(System.String)"> <summary> Adds a session ID to the virtual path if the session is using <see cref="P:System.Web.Configuration.SessionStateSection.Cookieless" /> session state and returns the combined path. If <see cref="P:System.Web.Configuration.SessionStateSection.Cookieless" /> session state is not used, <see cref="M:System.Web.HttpResponse.ApplyAppPathModifier(System.String)" /> returns the original virtual path. </summary> <returns> The <paramref name="virtualPath" /> with the session ID inserted. </returns> <param name="virtualPath"> The virtual path to a resource. </param> </member> <member name="M:System.Web.HttpResponse.BinaryWrite(System.Byte[])"> <summary> Writes a string of binary characters to the HTTP output stream. </summary> <param name="buffer"> The bytes to write to the output stream. </param> </member> <member name="P:System.Web.HttpResponse.Buffer"> <summary> Gets or sets a value indicating whether to buffer output and send it after the complete response is finished processing. </summary> <returns>true if the output to client is buffered; otherwise, false. </returns> </member> <member name="P:System.Web.HttpResponse.BufferOutput"> <summary> Gets or sets a value indicating whether to buffer output and send it after the complete page is finished processing. </summary> <returns>true if the output to client is buffered; otherwise false. The default is true. </returns> </member> <member name="P:System.Web.HttpResponse.Cache"> <summary> Gets the caching policy (such as expiration time, privacy settings, and vary clauses) of a Web page. </summary> <returns> An <see cref="T:System.Web.HttpCachePolicy" /> object that contains information about the caching policy of the current response. </returns> </member> <member name="P:System.Web.HttpResponse.CacheControl"> <summary> Gets or sets the Cache-Control HTTP header that matches one of the <see cref="T:System.Web.HttpCacheability" /> enumeration values. </summary> <returns> A string representation of the <see cref="T:System.Web.HttpCacheability" /> enumeration value. </returns> <exception cref="T:System.ArgumentException"> The string value set does not match one of the <see cref="T:System.Web.HttpCacheability" /> enumeration values. </exception> </member> <member name="P:System.Web.HttpResponse.Charset"> <summary> Gets or sets the HTTP character set of the output stream. </summary> <returns> The HTTP character set of the output stream. </returns> <exception cref="T:System.Web.HttpException"> The Charset property was set after headers were sent. </exception> </member> <member name="M:System.Web.HttpResponse.Clear"> <summary> Clears all content output from the buffer stream. </summary> </member> <member name="M:System.Web.HttpResponse.ClearContent"> <summary> Clears all content output from the buffer stream. </summary> </member> <member name="M:System.Web.HttpResponse.ClearHeaders"> <summary> Clears all headers from the buffer stream. </summary> <exception cref="T:System.Web.HttpException"> Headers are cleared after the HTTP headers have been sent. </exception> </member> <member name="M:System.Web.HttpResponse.Close"> <summary> Closes the socket connection to a client. </summary> </member> <member name="P:System.Web.HttpResponse.ContentEncoding"> <summary> Gets or sets the HTTP character set of the output stream. </summary> <returns> A <see cref="T:System.Text.Encoding" /> object that contains information about the character set of the current response. </returns> <exception cref="T:System.ArgumentNullException"> Attempted to set <see cref="P:System.Web.HttpResponse.ContentEncoding" /> to null. </exception> </member> <member name="P:System.Web.HttpResponse.ContentType"> <summary> Gets or sets the HTTP MIME type of the output stream. </summary> <returns> The HTTP MIME type of the output stream. The default value is "text/html". </returns> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.HttpResponse.ContentType" /> property is set to null. </exception> </member> <member name="P:System.Web.HttpResponse.Cookies"> <summary> Gets the response cookie collection. </summary> <returns> The response cookie collection. </returns> </member> <member name="M:System.Web.HttpResponse.End"> <summary> Sends all currently buffered output to the client, stops execution of the page, and raises the <see cref="E:System.Web.HttpApplication.EndRequest" /> event. </summary> <exception cref="T:System.Threading.ThreadAbortException"> The call to <see cref="M:System.Web.HttpResponse.End" /> has terminated the current request. </exception> </member> <member name="P:System.Web.HttpResponse.Expires"> <summary> Gets or sets the number of minutes before a page cached on a browser expires. If the user returns to the same page before it expires, the cached version is displayed. <see cref="P:System.Web.HttpResponse.Expires" /> is provided for compatibility with earlier versions of ASP. </summary> <returns> The number of minutes before the page expires. </returns> </member> <member name="P:System.Web.HttpResponse.ExpiresAbsolute"> <summary> Gets or sets the absolute date and time at which to remove cached information from the cache. <see cref="P:System.Web.HttpResponse.ExpiresAbsolute" /> is provided for compatibility with earlier versions of ASP. </summary> <returns> The date and time at which the page expires. </returns> </member> <member name="P:System.Web.HttpResponse.Filter"> <summary> Gets or sets a wrapping filter object that is used to modify the HTTP entity body before transmission. </summary> <returns> The <see cref="T:System.IO.Stream" /> object that acts as the output filter. </returns> <exception cref="T:System.Web.HttpException"> Filtering is not allowed with the entity. </exception> </member> <member name="M:System.Web.HttpResponse.Flush"> <summary> Sends all currently buffered output to the client. </summary> <exception cref="T:System.Web.HttpException"> The cache is flushed after the response has been sent. </exception> </member> <member name="P:System.Web.HttpResponse.HeaderEncoding"> <summary> Gets or sets an <see cref="T:System.Text.Encoding" /> object that represents the encoding for the current header output stream. </summary> <returns> An <see cref="T:System.Text.Encoding" /> that contains information about the character set for the current header. </returns> <exception cref="T:System.ArgumentNullException"> The encoding value is null. </exception> <exception cref="T:System.Web.HttpException"> The encoding value is <see cref="P:System.Text.Encoding.Unicode" />. - or - The headers have already been sent. </exception> </member> <member name="P:System.Web.HttpResponse.IsClientConnected"> <summary> Gets a value indicating whether the client is still connected to the server. </summary> <returns>true if the client is currently connected; otherwise, false. </returns> </member> <member name="P:System.Web.HttpResponse.IsRequestBeingRedirected"> <summary> Gets a Boolean value indicating whether the client is being transferred to a new location. </summary> <returns>true if the value of the location response header is different than the current location; otherwise, false. </returns> </member> <member name="P:System.Web.HttpResponse.Output"> <summary> Enables output of text to the outgoing HTTP response stream. </summary> <returns> A <see cref="T:System.IO.TextWriter" /> object that enables custom output to the client. </returns> </member> <member name="P:System.Web.HttpResponse.OutputStream"> <summary> Enables binary output to the outgoing HTTP content body. </summary> <returns> An IO <see cref="T:System.IO.Stream" /> representing the raw contents of the outgoing HTTP content body. </returns> <exception cref="T:System.Web.HttpException"> <paramref name="OutputStream" /> is not available. </exception> </member> <member name="M:System.Web.HttpResponse.Pics(System.String)"> <summary> Appends a HTTP PICS-Label header to the output stream. </summary> <param name="value"> The string to add to the PICS-Label header. </param> </member> <member name="M:System.Web.HttpResponse.Redirect(System.String)"> <summary> Redirects a client to a new URL and specifies the new URL. </summary> <param name="url"> The target location. </param> <exception cref="T:System.Web.HttpException"> A redirection is attempted after the HTTP headers have been sent. </exception> </member> <member name="M:System.Web.HttpResponse.Redirect(System.String,System.Boolean)"> <summary> Redirects a client to a new URL. Specifies the new URL and whether execution of the current page should terminate. </summary> <param name="url"> The location of the target. </param> <param name="endResponse"> Indicates whether execution of the current page should terminate. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="url" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="url" /> contains a newline character. </exception> <exception cref="T:System.Web.HttpException"> A redirection is attempted after the HTTP headers have been sent. </exception> <exception cref="T:System.ApplicationException"> The page request is the result of a callback. </exception> </member> <member name="P:System.Web.HttpResponse.RedirectLocation"> <summary> Gets or sets the value of the Http Location header. </summary> <returns> The absolute URI that is transmitted to the client in the HTTP Location header. </returns> </member> <member name="M:System.Web.HttpResponse.RemoveOutputCacheItem(System.String)"> <summary> Removes from the cache all cached items that are associated with the specified path. This method is static. </summary> <param name="path"> The virtual absolute path to the items that are removed from the cache. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="path" /> is not an absolute virtual path. </exception> </member> <member name="M:System.Web.HttpResponse.SetCookie(System.Web.HttpCookie)"> <summary> Updates an existing cookie in the cookie collection. </summary> <param name="cookie"> The cookie in the collection to be updated. </param> <exception cref="T:System.Web.HttpException"> The cookie is set after the HTTP headers have been sent. </exception> <exception cref="T:System.Web.HttpException"> Attempted to set the cookie after the HTTP headers were sent. </exception> <exception cref="T:System.Web.HttpException"> The cookie is set after the HTTP headers have been sent. </exception> <exception cref="T:System.Web.HttpException"> Attempted to set the cookie after the HTTP headers were sent. </exception> </member> <member name="P:System.Web.HttpResponse.Status"> <summary> Sets the Status line that is returned to the client. </summary> <returns> Setting the status code causes a string describing the status of the HTTP output to be returned to the client. The default value is 200 (OK). </returns> <exception cref="T:System.Web.HttpException"> Status is set to an invalid status code. </exception> </member> <member name="P:System.Web.HttpResponse.StatusCode"> <summary> Gets or sets the HTTP status code of the output returned to the client. </summary> <returns> An Integer representing the status of the HTTP output returned to the client. The default value is 200 (OK). For a listing of valid status codes, see Http Status Codes. </returns> <exception cref="T:System.Web.HttpException"> <see cref="P:System.Web.HttpResponse.StatusCode" /> is set after the HTTP headers have been sent. </exception> </member> <member name="P:System.Web.HttpResponse.StatusDescription"> <summary> Gets or sets the HTTP status string of the output returned to the client. </summary> <returns> A string that describes the status of the HTTP output returned to the client. The default value is "OK". For a listing of valid status codes, see Http Status Codes. </returns> <exception cref="T:System.Web.HttpException"> <paramref name="StatusDescription" /> is set after the HTTP headers have been sent. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value has a length greater than 512. </exception> </member> <member name="P:System.Web.HttpResponse.SuppressContent"> <summary> Gets or sets a value indicating whether to send HTTP content to the client. </summary> <returns>true to suppress output; otherwise, false. </returns> </member> <member name="M:System.Web.HttpResponse.TransmitFile(System.String)"> <summary> Writes the specified file directly to an HTTP response output stream, without buffering it in memory. </summary> <param name="filename"> The name of the file to write to the HTTP output. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="filename" /> parameter is null</exception> </member> <member name="M:System.Web.HttpResponse.Write(System.Char)"> <summary> Writes a character to an HTTP response output stream. </summary> <param name="ch"> The character to write to the HTTP output stream. </param> </member> <member name="M:System.Web.HttpResponse.Write(System.Char[],System.Int32,System.Int32)"> <summary> Writes an array of characters to an HTTP response output stream. </summary> <param name="buffer"> The character array to write. </param> <param name="index"> The position in the character array where writing starts. </param> <param name="count"> The number of characters to write, beginning at <paramref name="index" />. </param> </member> <member name="M:System.Web.HttpResponse.Write(System.Object)"> <summary> Writes an <see cref="T:System.Object" /> to an HTTP response stream. </summary> <param name="obj"> The <see cref="T:System.Object" /> to write to the HTTP output stream. </param> </member> <member name="M:System.Web.HttpResponse.Write(System.String)"> <summary> Writes a string to an HTTP response output stream. </summary> <param name="s"> The string to write to the HTTP output stream. </param> </member> <member name="M:System.Web.HttpResponse.WriteFile(System.IntPtr,System.Int64,System.Int64)"> <summary> Writes the specified file directly to an HTTP response output stream. </summary> <param name="fileHandle"> The file handle of the file to write to the HTTP output stream. </param> <param name="offset"> The byte position in the file where writing will start. </param> <param name="size"> The number of bytes to write to the output stream. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="fileHandler" /> is null. </exception> <exception cref="T:System.Web.HttpException"> <paramref name="offset" /> is less than 0. - or - <paramref name="size" /> is greater than the file size minus <paramref name="offset" />. </exception> </member> <member name="M:System.Web.HttpResponse.WriteFile(System.String)"> <summary> Writes the contents of the specified file directly to an HTTP response output stream as a file block. </summary> <param name="filename"> The name of the file to write to the HTTP output. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="filename" /> parameter is null. </exception> </member> <member name="M:System.Web.HttpResponse.WriteFile(System.String,System.Boolean)"> <summary> Writes the contents of the specified file directly to an HTTP response output stream as a memory block. </summary> <param name="filename"> The name of the file to write into a memory block. </param> <param name="readIntoMemory"> Indicates whether the file will be written into a memory block. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="filename" /> parameter is null. </exception> </member> <member name="M:System.Web.HttpResponse.WriteFile(System.String,System.Int64,System.Int64)"> <summary> Writes the specified file directly to an HTTP response output stream. </summary> <param name="filename"> The name of the file to write to the HTTP output stream. </param> <param name="offset"> The byte position in the file where writing will start. </param> <param name="size"> The number of bytes to write to the output stream. </param> <exception cref="T:System.Web.HttpException"> <paramref name="offset" /> is less than 0. - or - <paramref name="size" /> is greater than the file size minus <paramref name="offset" />. </exception> </member> <member name="M:System.Web.HttpResponse.WriteSubstitution(System.Web.HttpResponseSubstitutionCallback)"> <summary> Allows insertion of response substitution blocks into the response, which allows dynamic generation of specified response regions for output cached responses. </summary> <param name="callback"> The method, user control, or object to substitute. </param> <exception cref="T:System.ArgumentException"> The target of the <paramref name="callback" /> parameter is of type <see cref="T:System.Web.UI.Control" />. </exception> </member> <member name="T:System.Web.HttpResponseSubstitutionCallback"> <summary> Represents the method that handles post-cache substitution. </summary> <returns> The content inserted into the cached response before being sent to the client. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> that contains the HTTP request information for the page with the control that requires post-cache substitution. </param> </member> <member name="T:System.Web.HttpRuntime"> <summary> Provides a set of ASP.NET run-time services for the current application. </summary> </member> <member name="M:System.Web.HttpRuntime.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpRuntime" /> class. </summary> </member> <member name="P:System.Web.HttpRuntime.AppDomainAppId"> <summary> Gets the application identification of the application domain where the <see cref="T:System.Web.HttpRuntime" /> exists. </summary> <returns> The application identification of the application domain where the <see cref="T:System.Web.HttpRuntime" /> exists. </returns> </member> <member name="P:System.Web.HttpRuntime.AppDomainAppPath"> <summary> Gets the physical drive path of the application directory for the application hosted in the current application domain. </summary> <returns> The physical drive path of the application directory for the application hosted in the current application domain. </returns> </member> <member name="P:System.Web.HttpRuntime.AppDomainAppVirtualPath"> <summary> Gets the virtual path of the directory that contains the application hosted in the current application domain. </summary> <returns> The virtual path of the directory that contains the application hosted in the current application domain. </returns> </member> <member name="P:System.Web.HttpRuntime.AppDomainId"> <summary> Gets the application identification of the application domain where the <see cref="T:System.Web.HttpRuntime" /> exists. </summary> <returns> The unique application domain identifier. </returns> </member> <member name="P:System.Web.HttpRuntime.AspClientScriptPhysicalPath"> <summary> Gets the folder path for the ASP.NET client script files. </summary> <returns> The folder path for the ASP.NET client script files. </returns> <exception cref="T:System.Web.HttpException"> ASP.NET is not installed. </exception> </member> <member name="P:System.Web.HttpRuntime.AspClientScriptVirtualPath"> <summary> Gets the virtual path for the ASP.NET client script files. </summary> <returns> The virtual path for the ASP.NET client script files. </returns> </member> <member name="P:System.Web.HttpRuntime.AspInstallDirectory"> <summary> Gets the physical path of the directory where the ASP.NET executable files are installed. </summary> <returns> The physical path to the ASP.NET executable files. </returns> <exception cref="T:System.Web.HttpException"> ASP.NET is not installed on this computer. </exception> </member> <member name="P:System.Web.HttpRuntime.BinDirectory"> <summary> Gets the physical path to the /bin directory for the current application. </summary> <returns> The path to the current application's /bin directory. </returns> </member> <member name="P:System.Web.HttpRuntime.Cache"> <summary> Gets the <see cref="T:System.Web.Caching.Cache" /> for the current application. </summary> <returns> The current <see cref="T:System.Web.Caching.Cache" />. </returns> <exception cref="T:System.Web.HttpException"> ASP.NET is not installed. </exception> </member> <member name="M:System.Web.HttpRuntime.Close"> <summary> Removes all items from the cache. </summary> </member> <member name="P:System.Web.HttpRuntime.ClrInstallDirectory"> <summary> Gets the physical path to the directory where the common language runtime executable files are installed. </summary> <returns> The physical path to the common language runtime executable files. </returns> </member> <member name="P:System.Web.HttpRuntime.CodegenDir"> <summary> Gets the physical path to the directory where ASP.NET stores temporary files (generated sources, compiled assemblies, and so on) for the current application. </summary> <returns> The physical path to the application's temporary file storage directory. </returns> </member> <member name="P:System.Web.HttpRuntime.IsOnUNCShare"> <summary> Gets a value that indicates whether the application is mapped to a universal naming convention (UNC) share. </summary> <returns>true if the application is mapped to a UNC share; otherwise, false. </returns> </member> <member name="P:System.Web.HttpRuntime.MachineConfigurationDirectory"> <summary> Gets the physical path to the directory where the Machine.config file for the current application is located. </summary> <returns> The physical path to the Machine.config file for the current application. </returns> </member> <member name="M:System.Web.HttpRuntime.ProcessRequest(System.Web.HttpWorkerRequest)"> <summary> Drives all ASP.NET Web processing execution. </summary> <param name="wr"> An <see cref="T:System.Web.HttpWorkerRequest" /> for the current application. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="wr" /> parameter is null. </exception> </member> <member name="M:System.Web.HttpRuntime.UnloadAppDomain"> <summary> Terminates the current application. The application restarts the next time a request is received for it. </summary> </member> <member name="T:System.Web.HttpServerUtility"> <summary> Provides helper methods for processing Web requests. </summary> </member> <member name="M:System.Web.HttpServerUtility.ClearError"> <summary> Clears the previous exception. </summary> </member> <member name="M:System.Web.HttpServerUtility.CreateObject(System.String)"> <summary> Creates a server instance of a COM object identified by the object's programmatic identifier (ProgID). </summary> <returns> The new object. </returns> <param name="progID"> The class or type of object to create an instance of. </param> <exception cref="T:System.Web.HttpException"> An instance of the object could not be created. </exception> </member> <member name="M:System.Web.HttpServerUtility.CreateObject(System.Type)"> <summary> Creates a server instance of a COM object identified by the object's type. </summary> <returns> The new object. </returns> <param name="type"> A <see cref="T:System.Type" /> representing the object to create. </param> </member> <member name="M:System.Web.HttpServerUtility.CreateObjectFromClsid(System.String)"> <summary> Creates a server instance of a COM object identified by the object's class identifier (CLSID). </summary> <returns> The new object. </returns> <param name="clsid"> The class identifier of the object to create an instance of. </param> <exception cref="T:System.Web.HttpException"> An instance of the object could not be created. </exception> </member> <member name="M:System.Web.HttpServerUtility.Execute(System.String)"> <summary> Executes the handler for the specified virtual path in the context of the current request. </summary> <param name="path"> The URL path to execute. </param> <exception cref="T:System.Web.HttpException"> The current <see cref="T:System.Web.HttpContext" /> is null. - or - An error occurred while executing the handler specified by <paramref name="path" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. - or - <paramref name="path" /> is not a virtual path. </exception> </member> <member name="M:System.Web.HttpServerUtility.Execute(System.String,System.Boolean)"> <summary> Executes the handler for the specified virtual path in the context of the current request and specifies whether to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </summary> <param name="path"> The URL path to execute. </param> <param name="preserveForm">true to preserve the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections; false to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </param> <exception cref="T:System.Web.HttpException"> The current <see cref="T:System.Web.HttpContext" /> is null. - or - An error occurred while executing the handler specified by <paramref name="path" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. - or - <paramref name="path" /> is not a virtual path. </exception> </member> <member name="M:System.Web.HttpServerUtility.Execute(System.String,System.IO.TextWriter)"> <summary> Executes the handler for the specified virtual path in the context of the current request. A <see cref="T:System.IO.TextWriter" /> captures output from the executed handler. </summary> <param name="path"> The URL path to execute. </param> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> to capture the output. </param> <exception cref="T:System.Web.HttpException"> The current <see cref="T:System.Web.HttpContext" /> is null. - or - An error occurred while executing the handler specified by <paramref name="path" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. - or - <paramref name="path" /> is not a virtual path. </exception> </member> <member name="M:System.Web.HttpServerUtility.Execute(System.String,System.IO.TextWriter,System.Boolean)"> <summary> Executes the handler for the specified virtual path in the context of the current request. A <see cref="T:System.IO.TextWriter" /> captures output from the page and a Boolean parameter specifies whether to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </summary> <param name="path"> The URL path to execute. </param> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> to capture the output. </param> <param name="preserveForm">true to preserve the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections; false to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </param> <exception cref="T:System.Web.HttpException"> The current <see cref="T:System.Web.HttpContext" /> is a null reference (Nothing in Visual Basic). - or - <paramref name="path" /> ends with a period (.). - or - An error occurred while executing the handler specified by <paramref name="path" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="path" /> is not a virtual path. </exception> </member> <member name="M:System.Web.HttpServerUtility.Execute(System.Web.IHttpHandler,System.IO.TextWriter,System.Boolean)"> <summary> Executes the handler for the specified virtual path in the context of the current request. A <see cref="T:System.IO.TextWriter" /> captures output from the executed handler and a Boolean parameter specifies whether to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </summary> <param name="handler"> The HTTP handler that implements the <see cref="T:System.Web.IHttpHandler" /> to transfer the current request to. </param> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> to capture the output. </param> <param name="preserveForm">true to preserve the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections; false to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </param> <exception cref="T:System.Web.HttpException"> An error occurred while executing the handler specified by <paramref name="handler" />. </exception> <exception cref="T:System.ArgumentNullException"> The <paramref name="handler" /> parameter is null. </exception> </member> <member name="M:System.Web.HttpServerUtility.GetLastError"> <summary> Returns the previous exception. </summary> <returns> The previous exception that was thrown. </returns> </member> <member name="M:System.Web.HttpServerUtility.HtmlDecode(System.String)"> <summary> Decodes an HTML-encoded string and returns the decoded string. </summary> <returns> The decoded text. </returns> <param name="s"> The HTML string to decode. </param> </member> <member name="M:System.Web.HttpServerUtility.HtmlDecode(System.String,System.IO.TextWriter)"> <summary> Decodes an HTML-encoded string and sends the resulting output to a <see cref="T:System.IO.TextWriter" /> output stream. </summary> <param name="s"> The HTML string to decode. </param> <param name="output"> The <see cref="T:System.IO.TextWriter" /> output stream that contains the decoded string. </param> </member> <member name="M:System.Web.HttpServerUtility.HtmlEncode(System.String)"> <summary> HTML-encodes a string and returns the encoded string. </summary> <returns> The HTML-encoded text. </returns> <param name="s"> The text string to encode. </param> </member> <member name="M:System.Web.HttpServerUtility.HtmlEncode(System.String,System.IO.TextWriter)"> <summary> HTML-encodes a string and sends the resulting output to a <see cref="T:System.IO.TextWriter" /> output stream. </summary> <param name="s"> The string to encode. </param> <param name="output"> The <see cref="T:System.IO.TextWriter" /> output stream that contains the encoded string. </param> </member> <member name="P:System.Web.HttpServerUtility.MachineName"> <summary> Gets the server's computer name. </summary> <returns> The name of the local computer. </returns> <exception cref="T:System.Web.HttpException"> The computer name cannot be found. </exception> </member> <member name="M:System.Web.HttpServerUtility.MapPath(System.String)"> <summary> Returns the physical file path that corresponds to the specified virtual path on the Web server. </summary> <returns> The physical file path that corresponds to <paramref name="path" />. </returns> <param name="path"> The virtual path of the Web server. </param> <exception cref="T:System.Web.HttpException"> The current <see cref="T:System.Web.HttpContext" /> is null. </exception> </member> <member name="P:System.Web.HttpServerUtility.ScriptTimeout"> <summary> Gets and sets the request time-out value in seconds. </summary> <returns> The time-out value setting for requests. </returns> <exception cref="T:System.Web.HttpException"> The current <see cref="T:System.Web.HttpContext" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The time-out period is null or otherwise could not be set. </exception> </member> <member name="M:System.Web.HttpServerUtility.Transfer(System.String)"> <summary> For the current request, terminates execution of the current page and starts execution of a new page by using the specified URL path of the page. </summary> <param name="path"> The URL path of the new page on the server to execute. </param> </member> <member name="M:System.Web.HttpServerUtility.Transfer(System.String,System.Boolean)"> <summary> Terminates execution of the current page and starts execution of a new page by using the specified URL path of the page. Specifies whether to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </summary> <param name="path"> The URL path of the new page on the server to execute. </param> <param name="preserveForm">true to preserve the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections; false to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </param> <exception cref="T:System.ApplicationException"> The current page request is a callback. </exception> </member> <member name="M:System.Web.HttpServerUtility.Transfer(System.Web.IHttpHandler,System.Boolean)"> <summary> Terminates execution of the current page and starts execution of a new request by using a custom HTTP handler that implements the <see cref="T:System.Web.IHttpHandler" /> interface and specifies whether to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </summary> <param name="handler"> The HTTP handler that implements the <see cref="T:System.Web.IHttpHandler" /> to transfer the current request to. </param> <param name="preserveForm">true to preserve the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections; false to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </param> <exception cref="T:System.ApplicationException"> The current page request is a callback. </exception> </member> <member name="M:System.Web.HttpServerUtility.UrlDecode(System.String)"> <summary> URL-decodes a string and returns the decoded string. </summary> <returns> The decoded text. </returns> <param name="s"> The text string to decode. </param> </member> <member name="M:System.Web.HttpServerUtility.UrlDecode(System.String,System.IO.TextWriter)"> <summary> Decodes an HTML string received in a URL and sends the resulting output to a <see cref="T:System.IO.TextWriter" /> output stream. </summary> <param name="s"> The HTML string to decode. </param> <param name="output"> The <see cref="T:System.IO.TextWriter" /> output stream that contains the decoded string. </param> </member> <member name="M:System.Web.HttpServerUtility.UrlEncode(System.String)"> <summary> URL-encodes a string and returns the encoded string. </summary> <returns> The URL-encoded text. </returns> <param name="s"> The text to URL-encode. </param> </member> <member name="M:System.Web.HttpServerUtility.UrlEncode(System.String,System.IO.TextWriter)"> <summary> URL-encodes a string and sends the resulting output to a <see cref="T:System.IO.TextWriter" /> output stream. </summary> <param name="s"> The text string to encode. </param> <param name="output"> The <see cref="T:System.IO.TextWriter" /> output stream that contains the encoded string. </param> </member> <member name="M:System.Web.HttpServerUtility.UrlPathEncode(System.String)"> <summary> URL-encodes the path section of a URL string and returns the encoded string. </summary> <returns> The URL encoded text. </returns> <param name="s"> The text to URL-encode. </param> </member> <member name="M:System.Web.HttpServerUtility.UrlTokenDecode(System.String)"> <summary> Decodes a URL string token to its equivalent byte array using base 64 digits. </summary> <returns> The byte array containing the decoded URL string token. </returns> <param name="input"> The URL string token to decode. </param> <exception cref="T:System.ArgumentNullException"> The value of the <paramref name="input" /> parameter is null. </exception> </member> <member name="M:System.Web.HttpServerUtility.UrlTokenEncode(System.Byte[])"> <summary> Encodes a byte array into its equivalent string representation using base 64 digits, which is usable for transmission on the URL. </summary> <returns> The string containing the encoded token if the byte array length is greater than one; otherwise, an empty string (""). </returns> <param name="input"> The byte array to encode. </param> <exception cref="T:System.ArgumentNullException"> The value of the <paramref name="input" /> parameter is null. </exception> </member> <member name="T:System.Web.HttpStaticObjectsCollection"> <summary> Provides a collection of application-scoped objects for the <see cref="P:System.Web.HttpApplicationState.StaticObjects" /> property. </summary> </member> <member name="M:System.Web.HttpStaticObjectsCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpStaticObjectsCollection" /> class. </summary> </member> <member name="M:System.Web.HttpStaticObjectsCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies members of an <see cref="T:System.Web.HttpStaticObjectsCollection" /> into an array. </summary> <param name="array"> The array to copy the <see cref="T:System.Web.HttpStaticObjectsCollection" /> into. </param> <param name="index"> The member of the collection where copying starts. </param> </member> <member name="P:System.Web.HttpStaticObjectsCollection.Count"> <summary> Gets the number of objects in the collection. </summary> <returns> The number of objects in the collection. </returns> </member> <member name="M:System.Web.HttpStaticObjectsCollection.Deserialize(System.IO.BinaryReader)"> <summary> Creates an <see cref="T:System.Web.HttpStaticObjectsCollection" /> object from a binary file that was written by using the <see cref="M:System.Web.HttpStaticObjectsCollection.Serialize(System.IO.BinaryWriter)" /> method. </summary> <returns> An <see cref="T:System.Web.HttpStaticObjectsCollection" /> populated with the contents from a binary file written using the <see cref="M:System.Web.HttpStaticObjectsCollection.Serialize(System.IO.BinaryWriter)" /> method. </returns> <param name="reader"> The <see cref="T:System.IO.BinaryReader" /> used to read the serialized collection from a stream or encoded string. </param> </member> <member name="M:System.Web.HttpStaticObjectsCollection.GetEnumerator"> <summary> Returns a dictionary enumerator used for iterating through the key-and-value pairs contained in the collection. </summary> <returns> The enumerator for the collection. </returns> </member> <member name="M:System.Web.HttpStaticObjectsCollection.GetObject(System.String)"> <summary> Returns the object with the specified name from the collection. This property is an alternative to the this accessor. </summary> <returns> An object from the collection. </returns> <param name="name"> The case-insensitive name of the object to return. </param> </member> <member name="P:System.Web.HttpStaticObjectsCollection.IsReadOnly"> <summary> Gets a value indicating whether the collection is read-only. </summary> <returns> Always returns true. </returns> </member> <member name="P:System.Web.HttpStaticObjectsCollection.IsSynchronized"> <summary> Gets a value indicating whether the collection is synchronized (that is, thread-safe). </summary> <returns> In this implementation, this property always returns false. </returns> </member> <member name="P:System.Web.HttpStaticObjectsCollection.Item(System.String)"> <summary> Gets the object with the specified name from the collection. </summary> <returns> An object from the collection. </returns> <param name="name"> The case-insensitive name of the object to get. </param> </member> <member name="P:System.Web.HttpStaticObjectsCollection.NeverAccessed"> <summary> Gets a Boolean value indicating whether the collection has been accessed before. </summary> <returns>true if the <see cref="T:System.Web.HttpStaticObjectsCollection" /> has never been accessed; otherwise, false. </returns> </member> <member name="M:System.Web.HttpStaticObjectsCollection.Serialize(System.IO.BinaryWriter)"> <summary> Writes the contents of the collection to a <see cref="T:System.IO.BinaryWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.IO.BinaryWriter" /> used to write the serialized collection to a stream or encoded string. </param> </member> <member name="P:System.Web.HttpStaticObjectsCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the collection. </summary> <returns> The current <see cref="T:System.Web.HttpStaticObjectsCollection" />. </returns> </member> <member name="T:System.Web.HttpUnhandledException"> <summary> The exception that is thrown when a generic exception occurs. </summary> </member> <member name="M:System.Web.HttpUnhandledException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpUnhandledException" /> class. </summary> </member> <member name="M:System.Web.HttpUnhandledException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpUnhandledException" /> class with the specified error messages. </summary> <param name="message"> The message displayed to the client when the exception is thrown. </param> </member> <member name="M:System.Web.HttpUnhandledException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpUnhandledException" /> class with the specified error message and inner exception. </summary> <param name="message"> The message displayed to the client when the exception is thrown. </param> <param name="innerException"> The <see cref="P:System.Exception.InnerException" />, if any, that threw the current exception. </param> </member> <member name="T:System.Web.HttpUtility"> <summary> Provides methods for encoding and decoding URLs when processing Web requests. This class cannot be inherited. </summary> </member> <member name="M:System.Web.HttpUtility.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpUtility" /> class. </summary> </member> <member name="M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)"> <summary> Minimally converts a string to an HTML-encoded string. </summary> <returns> An encoded string. </returns> <param name="s"> The string to encode. </param> </member> <member name="M:System.Web.HttpUtility.HtmlAttributeEncode(System.String,System.IO.TextWriter)"> <summary> Minimally converts a string into an HTML-encoded string and sends the encoded string to a <see cref="T:System.IO.TextWriter" /> output stream. </summary> <param name="s"> The string to encode </param> <param name="output"> A <see cref="T:System.IO.TextWriter" /> output stream. </param> </member> <member name="M:System.Web.HttpUtility.HtmlDecode(System.String)"> <summary> Converts a string that has been HTML-encoded for HTTP transmission into a decoded string. </summary> <returns> A decoded string. </returns> <param name="s"> The string to decode. </param> </member> <member name="M:System.Web.HttpUtility.HtmlDecode(System.String,System.IO.TextWriter)"> <summary> Converts a string that has been HTML-encoded into a decoded string, and sends the decoded string to a <see cref="T:System.IO.TextWriter" /> output stream. </summary> <param name="s"> The string to decode. </param> <param name="output"> A <see cref="T:System.IO.TextWriter" /> stream of output. </param> </member> <member name="M:System.Web.HttpUtility.HtmlEncode(System.String)"> <summary> Converts a string to an HTML-encoded string. </summary> <returns> An encoded string. </returns> <param name="s"> The string to encode. </param> </member> <member name="M:System.Web.HttpUtility.HtmlEncode(System.String,System.IO.TextWriter)"> <summary> Converts a string into an HTML-encoded string, and returns the output as a <see cref="T:System.IO.TextWriter" /> stream of output. </summary> <param name="s"> The string to encode </param> <param name="output"> A <see cref="T:System.IO.TextWriter" /> output stream. </param> </member> <member name="M:System.Web.HttpUtility.ParseQueryString(System.String)"> <summary> Parses a query string into a <see cref="T:System.Collections.Specialized.NameValueCollection" /> using <see cref="P:System.Text.Encoding.UTF8" /> encoding. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of query parameters and values. </returns> <param name="query"> The query string to parse. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="query" /> is null. </exception> </member> <member name="M:System.Web.HttpUtility.ParseQueryString(System.String,System.Text.Encoding)"> <summary> Parses a query string into a <see cref="T:System.Collections.Specialized.NameValueCollection" /> using the specified <see cref="T:System.Text.Encoding" />. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of query parameters and values. </returns> <param name="query"> The query string to parse. </param> <param name="encoding"> The <see cref="T:System.Text.Encoding" /> to use. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="query" /> is null. - or - <paramref name="encoding" /> is null. </exception> </member> <member name="M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)"> <summary> Converts a URL-encoded byte array into a decoded string using the specified encoding object, starting at the specified position in the array, and continuing for the specified number of bytes. </summary> <returns> A decoded string. </returns> <param name="bytes"> The array of bytes to decode. </param> <param name="offset"> The position in the byte to begin decoding. </param> <param name="count"> The number of bytes to decode. </param> <param name="e"> The <see cref="T:System.Text.Encoding" /> object that specifies the decoding scheme. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="bytes" /> is null, but <paramref name="count" /> does not equal 0. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="offset" /> is less than 0 or greater than the length of the <paramref name="bytes" /> array. - or - <paramref name="count" /> is less than 0, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array. </exception> </member> <member name="M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)"> <summary> Converts a URL-encoded byte array into a decoded string using the specified decoding object. </summary> <returns> A decoded string. </returns> <param name="bytes"> The array of bytes to decode. </param> <param name="e"> The <see cref="T:System.Text.Encoding" /> that specifies the decoding scheme. </param> </member> <member name="M:System.Web.HttpUtility.UrlDecode(System.String)"> <summary> Converts a string that has been encoded for transmission in a URL into a decoded string. </summary> <returns> A decoded string. </returns> <param name="str"> The string to decode. </param> </member> <member name="M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)"> <summary> Converts a URL-encoded string into a decoded string, using the specified encoding object. </summary> <returns> A decoded string. </returns> <param name="str"> The string to decode. </param> <param name="e"> The <see cref="T:System.Text.Encoding" /> that specifies the decoding scheme. </param> </member> <member name="M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])"> <summary> Converts a URL-encoded array of bytes into a decoded array of bytes. </summary> <returns> A decoded array of bytes. </returns> <param name="bytes"> The array of bytes to decode. </param> </member> <member name="M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)"> <summary> Converts a URL-encoded array of bytes into a decoded array of bytes, starting at the specified position in the array and continuing for the specified number of bytes. </summary> <returns> A decoded array of bytes. </returns> <param name="bytes"> The array of bytes to decode. </param> <param name="offset"> The position in the byte array at which to begin decoding. </param> <param name="count"> The number of bytes to decode. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="bytes" /> is null, but <paramref name="count" /> does not equal 0. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="offset" /> is less than 0 or greater than the length of the <paramref name="bytes" /> array. - or - <paramref name="count" /> is less than 0, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array. </exception> </member> <member name="M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)"> <summary> Converts a URL-encoded string into a decoded array of bytes. </summary> <returns> A decoded array of bytes. </returns> <param name="str"> The string to decode. </param> </member> <member name="M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)"> <summary> Converts a URL-encoded string into a decoded array of bytes using the specified decoding object. </summary> <returns> A decoded array of bytes. </returns> <param name="str"> The string to decode. </param> <param name="e"> The <see cref="T:System.Text.Encoding" /> object that specifies the decoding scheme. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncode(System.Byte[])"> <summary> Converts a byte array into an encoded URL string. </summary> <returns> An encoded string. </returns> <param name="bytes"> The array of bytes to encode. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)"> <summary> Converts a byte array into a URL-encoded string, starting at the specified position in the array and continuing for the specified number of bytes. </summary> <returns> An encoded string. </returns> <param name="bytes"> The array of bytes to encode. </param> <param name="offset"> The position in the byte array at which to begin encoding. </param> <param name="count"> The number of bytes to encode. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncode(System.String)"> <summary> Encodes a URL string. </summary> <returns> An encoded string. </returns> <param name="str"> The text to encode. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)"> <summary> Encodes a URL string using the specified encoding object. </summary> <returns> An encoded string. </returns> <param name="str"> The text to encode. </param> <param name="e"> The <see cref="T:System.Text.Encoding" /> object that specifies the encoding scheme. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])"> <summary> Converts an array of bytes into a URL-encoded array of bytes. </summary> <returns> An encoded array of bytes. </returns> <param name="bytes"> The array of bytes to encode. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)"> <summary> Converts an array of bytes into a URL-encoded array of bytes, starting at the specified position in the array and continuing for the specified number of bytes. </summary> <returns> An encoded array of bytes. </returns> <param name="bytes"> The array of bytes to encode. </param> <param name="offset"> The position in the byte array at which to begin encoding. </param> <param name="count"> The number of bytes to encode. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="bytes" /> is null, but <paramref name="count" /> does not equal 0. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="offset" /> is less than 0 or greater than the length of the <paramref name="bytes" /> array. - or - <paramref name="count" /> is less than 0, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array. </exception> </member> <member name="M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)"> <summary> Converts a string into a URL-encoded array of bytes. </summary> <returns> An encoded array of bytes. </returns> <param name="str"> The string to encode. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)"> <summary> Converts a string into a URL-encoded array of bytes using the specified encoding object. </summary> <returns> An encoded array of bytes. </returns> <param name="str"> The string to encode </param> <param name="e"> The <see cref="T:System.Text.Encoding" /> that specifies the encoding scheme. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)"> <summary> Converts a string into a Unicode string. </summary> <returns> A Unicode string in %<paramref name="UnicodeValue" /> notation. </returns> <param name="str"> The string to convert. </param> </member> <member name="M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)"> <summary> Converts a Unicode string into an array of bytes. </summary> <returns> A byte array. </returns> <param name="str"> The string to convert. </param> </member> <member name="M:System.Web.HttpUtility.UrlPathEncode(System.String)"> <summary> Encodes the path portion of a URL string for reliable HTTP transmission from the Web server to a client. </summary> <returns> The URL-encoded text. </returns> <param name="str"> The text to URL-encode. </param> </member> <member name="T:System.Web.HttpValidationStatus"> <summary> Provides enumerated values that indicate cache validation status. </summary> </member> <member name="F:System.Web.HttpValidationStatus.Invalid"> <summary> Indicates that the cache is invalid. The item is evicted from the cache and the request is handled as a cache miss. </summary> </member> <member name="F:System.Web.HttpValidationStatus.IgnoreThisRequest"> <summary> Indicates that the request is treated as a cache miss and the page is executed. The cache is not invalidated. </summary> </member> <member name="F:System.Web.HttpValidationStatus.Valid"> <summary> Indicates that the cache is valid. </summary> </member> <member name="T:System.Web.HttpWorkerRequest"> <summary> This abstract class defines the base worker methods and enumerations used by ASP.NET managed code to process requests. </summary> </member> <member name="M:System.Web.HttpWorkerRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.HttpWorkerRequest" /> class. </summary> </member> <member name="M:System.Web.HttpWorkerRequest.CloseConnection"> <summary> Terminates the connection with the client. </summary> </member> <member name="M:System.Web.HttpWorkerRequest.EndOfRequest"> <summary> Used by the runtime to notify the <see cref="T:System.Web.HttpWorkerRequest" /> that request processing for the current request is complete. </summary> </member> <member name="M:System.Web.HttpWorkerRequest.FlushResponse(System.Boolean)"> <summary> Sends all pending response data to the client. </summary> <param name="finalFlush">true if this is the last time response data will be flushed; otherwise, false. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetAppPath"> <summary> Returns the virtual path to the currently executing server application. </summary> <returns> The virtual path of the current application. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetAppPathTranslated"> <summary> Returns the physical path to the currently executing server application. </summary> <returns> The physical path of the current application. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetAppPoolID"> <summary> When overridden in a derived class, returns the application pool ID for the current URL. </summary> <returns> Always returns null. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetBytesRead"> <summary> Gets the number of bytes read in from the client. </summary> <returns> A Long containing the number of bytes read. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetClientCertificate"> <summary> When overridden in a derived class, gets the certification fields (specified in the X.509 standard) from a request issued by the client. </summary> <returns> A byte array containing the stream of the entire certificate content. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetClientCertificateBinaryIssuer"> <summary> Gets the certificate issuer, in binary format. </summary> <returns> A byte array containing the certificate issuer expressed in binary format. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetClientCertificateEncoding"> <summary> When overridden in a derived class, returns the <see cref="T:System.Text.Encoding" /> object in which the client certificate was encoded. </summary> <returns> The certificate encoding, expressed as an integer. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetClientCertificatePublicKey"> <summary> When overridden in a derived class, gets a PublicKey object associated with the client certificate. </summary> <returns> A PublicKey object. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetClientCertificateValidFrom"> <summary> When overridden in a derived class, gets the date when the certificate becomes valid. The date varies with international settings. </summary> <returns> A <see cref="T:System.DateTime" /> object representing when the certificate becomes valid. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetClientCertificateValidUntil"> <summary> Gets the certificate expiration date. </summary> <returns> A <see cref="T:System.DateTime" /> object representing the date that the certificate expires. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetConnectionID"> <summary> When overridden in a derived class, returns the ID of the current connection. </summary> <returns> Always returns 0. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetFilePath"> <summary> When overridden in a derived class, returns the virtual path to the requested URI. </summary> <returns> The path to the requested URI. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetFilePathTranslated"> <summary> Returns the physical file path to the requested URI (and translates it from virtual path to physical path: for example, "/proj1/page.aspx" to "c:\dir\page.aspx") </summary> <returns> The translated physical file path to the requested URI. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetHttpVerbName"> <summary> Returns the specified member of the request header. </summary> <returns> The HTTP verb returned in the request header. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetHttpVersion"> <summary> Provides access to the HTTP version of the request (for example, "HTTP/1.1"). </summary> <returns> The HTTP version returned in the request header. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetKnownRequestHeader(System.Int32)"> <summary> Returns the standard HTTP request header that corresponds to the specified index. </summary> <returns> The HTTP request header. </returns> <param name="index"> The index of the header. For example, the <see cref="F:System.Web.HttpWorkerRequest.HeaderAllow" /> field. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetKnownRequestHeaderIndex(System.String)"> <summary> Returns the index number of the specified HTTP request header. </summary> <returns> The index number of the HTTP request header specified in the <paramref name="header" /> parameter. </returns> <param name="header"> The name of the header. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetKnownRequestHeaderName(System.Int32)"> <summary> Returns the name of the specified HTTP request header. </summary> <returns> The name of the HTTP request header specified in the <paramref name="index" /> parameter. </returns> <param name="index"> The index number of the header. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetKnownResponseHeaderIndex(System.String)"> <summary> Returns the index number of the specified HTTP response header. </summary> <returns> The index number of the HTTP response header specified in the <paramref name="header" /> parameter. </returns> <param name="header"> The name of the HTTP header. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetKnownResponseHeaderName(System.Int32)"> <summary> Returns the name of the specified HTTP response header. </summary> <returns> The name of the HTTP response header specified in the <paramref name="index" /> parameter. </returns> <param name="index"> The index number of the header. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetLocalAddress"> <summary> Provides access to the specified member of the request header. </summary> <returns> The server IP address returned in the request header. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetLocalPort"> <summary> Provides access to the specified member of the request header. </summary> <returns> The server port number returned in the request header. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetPathInfo"> <summary> Returns additional path information for a resource with a URL extension. That is, for the path /virdir/page.html/tail, the GetPathInfo value is /tail. </summary> <returns> Additional path information for a resource. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetPreloadedEntityBody"> <summary> Returns the portion of the HTTP request body that has already been read. </summary> <returns> The portion of the HTTP request body that has been read. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetPreloadedEntityBody(System.Byte[],System.Int32)"> <summary> Gets the portion of the HTTP request body that has currently been read by using the specified buffer data and byte offset. </summary> <returns> The portion of the HTTP request body that has been read. </returns> <param name="buffer"> The data to read. </param> <param name="offset"> The byte offset at which to begin reading. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetPreloadedEntityBodyLength"> <summary> Gets the length of the portion of the HTTP request body that has currently been read. </summary> <returns> An integer containing the length of the currently read HTTP request body. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetProtocol"> <summary> When overridden in a derived class, returns the HTTP protocol (HTTP or HTTPS). </summary> <returns> HTTPS if the <see cref="M:System.Web.HttpWorkerRequest.IsSecure" /> method is true, otherwise HTTP. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetQueryString"> <summary> Returns the query string specified in the request URL. </summary> <returns> The request query string. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetQueryStringRawBytes"> <summary> When overridden in a derived class, returns the response query string as an array of bytes. </summary> <returns> An array of bytes containing the response. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetRawUrl"> <summary> Returns the URL path contained in the request header with the query string appended. </summary> <returns> The raw URL path of the request header. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetRemoteAddress"> <summary> Provides access to the specified member of the request header. </summary> <returns> The client's IP address. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetRemoteName"> <summary> When overridden in a derived class, returns the name of the client computer. </summary> <returns> The name of the client computer. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetRemotePort"> <summary> Provides access to the specified member of the request header. </summary> <returns> The client's HTTP port number. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetRequestReason"> <summary> When overridden in a derived class, returns the reason for the request. </summary> <returns> Reason code. The default is ReasonResponseCacheMiss. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetServerName"> <summary> When overridden in a derived class, returns the name of the local server. </summary> <returns> The name of the local server. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetServerVariable(System.String)"> <summary> Returns a single server variable from a dictionary of server variables associated with the request. </summary> <returns> The requested server variable. </returns> <param name="name"> The name of the requested server variable. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetStatusDescription(System.Int32)"> <summary> Returns a string that describes the name of the specified HTTP status code. </summary> <returns> The status description. For example, <see cref="M:System.Web.HttpWorkerRequest.GetStatusDescription(System.Int32)" /> (404) returns “Not Found”. </returns> <param name="code"> The HTTP status code. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetTotalEntityBodyLength"> <summary> Gets the length of the entire HTTP request body. </summary> <returns> An integer containing the length of the entire HTTP request body. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetUnknownRequestHeader(System.String)"> <summary> Returns a nonstandard HTTP request header value. </summary> <returns> The header value. </returns> <param name="name"> The header name. </param> </member> <member name="M:System.Web.HttpWorkerRequest.GetUnknownRequestHeaders"> <summary> Get all nonstandard HTTP header name-value pairs. </summary> <returns> An array of header name-value pairs. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetUriPath"> <summary> Returns the virtual path to the requested URI. </summary> <returns> The path to the requested URI. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetUrlContextID"> <summary> When overridden in a derived class, returns the context ID of the current connection. </summary> <returns> Always returns 0. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetUserToken"> <summary> When overridden in a derived class, returns the client's impersonation token. </summary> <returns> A value representing the client's impersonation token. The default is 0. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.GetVirtualPathToken"> <summary> Gets the impersonation token for the request virtual path. </summary> <returns> An unmanaged memory pointer for the token for the request virtual path. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.HasEntityBody"> <summary> Returns a value indicating whether the request contains body data. </summary> <returns>true if the request contains body data; otherwise, false. </returns> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderAccept"> <summary> Specifies the index number for the Accept HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderAcceptCharset"> <summary> Specifies the index number for the Accept-Charset HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderAcceptEncoding"> <summary> Specifies the index number for the Accept-Encoding HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderAcceptLanguage"> <summary> Specifies the index number for the Accept-Language HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderAcceptRanges"> <summary> Specifies the index number for the Accept-Ranges HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderAge"> <summary> Specifies the index number for the Age HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderAllow"> <summary> Specifies the index number for the Allow HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderAuthorization"> <summary> Specifies the index number for the Authorization HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderCacheControl"> <summary> The index that represents the HTTP Cache-Control HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderConnection"> <summary> Specifies the index number for the Connection HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderContentEncoding"> <summary> Specifies the index number for the Content-Encoding HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderContentLanguage"> <summary> Specifies the index number for the Content-Language HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderContentLength"> <summary> Specifies the index number for the Content-Length HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderContentLocation"> <summary> Specifies the index number for the Content-Location HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderContentMd5"> <summary> Specifies the index number for the Content-MD5 HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderContentRange"> <summary> Specifies the index number for the Content-Range HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderContentType"> <summary> Specifies the index number for the Content-Type HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderCookie"> <summary> Specifies the index number for the Cookie HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderDate"> <summary> Specifies the index number for the Date HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderEtag"> <summary> Specifies the index number for the ETag HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderExpect"> <summary> Specifies the index number for the Except HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderExpires"> <summary> Specifies the index number for the Expires HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderFrom"> <summary> Specifies the index number for the From HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderHost"> <summary> Specifies the index number for the Host HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderIfMatch"> <summary> Specifies the index number for the If-Match HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderIfModifiedSince"> <summary> Specifies the index number for the If-Modified-Since HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderIfNoneMatch"> <summary> Specifies the index number for the If-None-Match HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderIfRange"> <summary> Specifies the index number for the If-Range HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderIfUnmodifiedSince"> <summary> Specifies the index number for the If-Unmodified-Since HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderKeepAlive"> <summary> Specifies the index number for the Keep-Alive HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderLastModified"> <summary> Specifies the index number for the Last-Modified HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderLocation"> <summary> Specifies the index number for the Location HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderMaxForwards"> <summary> Specifies the index number for the Max-Forwards HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderPragma"> <summary> Specifies the index number for the Pragma HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderProxyAuthenticate"> <summary> Specifies the index number for the Proxy-Authenticate HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderProxyAuthorization"> <summary> Specifies the index number for the Proxy-Authorization HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderRange"> <summary> Specifies the index number for the Range HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderReferer"> <summary> Specifies the index number for the Referer HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderRetryAfter"> <summary> Specifies the index number for the Retry-After HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderServer"> <summary> Specifies the index number for the Server HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderSetCookie"> <summary> Specifies the index number for the Set-Cookie HTTP header. </summary> </member> <member name="M:System.Web.HttpWorkerRequest.HeadersSent"> <summary> Returns a value indicating whether HTTP response headers have been sent to the client for the current request. </summary> <returns>true if HTTP response headers have been sent to the client; otherwise, false. </returns> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderTe"> <summary> Specifies the index number for the TE HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderTrailer"> <summary> Specifies the index number for the Trailer HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderTransferEncoding"> <summary> Specifies the index number for the Transfer-Encoding HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderUpgrade"> <summary> Specifies the index number for the Upgrade HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderUserAgent"> <summary> Specifies the index number for the User-Agent HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderVary"> <summary> Specifies the index number for the Vary HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderVia"> <summary> Specifies the index number for the Via HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderWarning"> <summary> Specifies the index number for the Warning HTTP header. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.HeaderWwwAuthenticate"> <summary> Specifies the index number for the WWW-Authenticate HTTP header. </summary> </member> <member name="M:System.Web.HttpWorkerRequest.IsClientConnected"> <summary> Returns a value indicating whether the client connection is still active. </summary> <returns>true if the client connection is still active; otherwise, false. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.IsEntireEntityBodyIsPreloaded"> <summary> Returns a value indicating whether all request data is available and no further reads from the client are required. </summary> <returns>true if all request data is available; otherwise, false. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.IsSecure"> <summary> Returns a value indicating whether the connection uses SSL. </summary> <returns>true if the connection is an SSL connection; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.HttpWorkerRequest.MachineConfigPath"> <summary> Gets the full physical path to the Machine.config file. </summary> <returns> The physical path to the Machine.config file. </returns> </member> <member name="P:System.Web.HttpWorkerRequest.MachineInstallDirectory"> <summary> Gets the physical path to the directory where the ASP.NET binaries are installed. </summary> <returns> The physical directory to the ASP.NET binary files. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.MapPath(System.String)"> <summary> Returns the physical path corresponding to the specified virtual path. </summary> <returns> The physical path that corresponds to the virtual path specified in the <paramref name="virtualPath" /> parameter. </returns> <param name="virtualPath"> The virtual path. </param> </member> <member name="M:System.Web.HttpWorkerRequest.ReadEntityBody(System.Byte[],System.Int32)"> <summary> Reads request data from the client (when not preloaded). </summary> <returns> The number of bytes read. </returns> <param name="buffer"> The byte array to read data into. </param> <param name="size"> The maximum number of bytes to read. </param> </member> <member name="M:System.Web.HttpWorkerRequest.ReadEntityBody(System.Byte[],System.Int32,System.Int32)"> <summary> Reads request data from the client (when not preloaded) by using the specified buffer to read from, byte offset, and maximum bytes. </summary> <returns> The number of bytes read. </returns> <param name="buffer"> The byte array to read data into. </param> <param name="offset"> The byte offset at which to begin reading. </param> <param name="size"> The maximum number of bytes to read. </param> </member> <member name="F:System.Web.HttpWorkerRequest.ReasonCachePolicy"> <summary> Specifies a reason for the request. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.ReasonCacheSecurity"> <summary> Specifies a reason for the request. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.ReasonClientDisconnect"> <summary> Specifies a reason for the request. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.ReasonDefault"> <summary> Specifies a reason for the request. The default value is <see cref="F:System.Web.HttpWorkerRequest.ReasonResponseCacheMiss" />. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.ReasonFileHandleCacheMiss"> <summary> Specifies a reason for the request. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.ReasonResponseCacheMiss"> <summary> Specifies a reason for the request. </summary> </member> <member name="F:System.Web.HttpWorkerRequest.RequestHeaderMaximum"> <summary> Specifies the index number for the Maximum HTTP request header. </summary> </member> <member name="P:System.Web.HttpWorkerRequest.RequestTraceIdentifier"> <summary> Gets the corresponding Event Tracking for Windows trace ID for the current request. </summary> <returns> A trace ID for the current ASP.NET request. </returns> </member> <member name="F:System.Web.HttpWorkerRequest.ResponseHeaderMaximum"> <summary> Specifies the index number for the Maximum HTTP response header. </summary> </member> <member name="P:System.Web.HttpWorkerRequest.RootWebConfigPath"> <summary> Gets the full physical path to the root Web.config file. </summary> <returns> The physical path to the root Web.config file. </returns> </member> <member name="M:System.Web.HttpWorkerRequest.SendCalculatedContentLength(System.Int32)"> <summary> Adds a Content-Length HTTP header to the response for message bodies that are less than or equal to 2 GB. </summary> <param name="contentLength"> The length of the response, in bytes. </param> </member> <member name="M:System.Web.HttpWorkerRequest.SendKnownResponseHeader(System.Int32,System.String)"> <summary> Adds a standard HTTP header to the response. </summary> <param name="index"> The header index. For example, <see cref="F:System.Web.HttpWorkerRequest.HeaderContentLength" />. </param> <param name="value"> The value of the header. </param> </member> <member name="M:System.Web.HttpWorkerRequest.SendResponseFromFile(System.IntPtr,System.Int64,System.Int64)"> <summary> Adds the contents of the specified file to the response and specifies the starting position in the file and the number of bytes to send. </summary> <param name="handle"> The handle of the file to send. </param> <param name="offset"> The starting position in the file. </param> <param name="length"> The number of bytes to send. </param> </member> <member name="M:System.Web.HttpWorkerRequest.SendResponseFromFile(System.String,System.Int64,System.Int64)"> <summary> Adds the contents of the specified file to the response and specifies the starting position in the file and the number of bytes to send. </summary> <param name="filename"> The name of the file to send. </param> <param name="offset"> The starting position in the file. </param> <param name="length"> The number of bytes to send. </param> </member> <member name="M:System.Web.HttpWorkerRequest.SendResponseFromMemory(System.Byte[],System.Int32)"> <summary> Adds the specified number of bytes from a byte array to the response. </summary> <param name="data"> The byte array to send. </param> <param name="length"> The number of bytes to send, starting at the first byte. </param> </member> <member name="M:System.Web.HttpWorkerRequest.SendResponseFromMemory(System.IntPtr,System.Int32)"> <summary> Adds the specified number of bytes from a block of memory to the response. </summary> <param name="data"> An unmanaged pointer to the block of memory. </param> <param name="length"> The number of bytes to send. </param> </member> <member name="M:System.Web.HttpWorkerRequest.SendStatus(System.Int32,System.String)"> <summary> Specifies the HTTP status code and status description of the response, such as SendStatus(200, "Ok"). </summary> <param name="statusCode"> The status code to send </param> <param name="statusDescription"> The status description to send. </param> </member> <member name="M:System.Web.HttpWorkerRequest.SendUnknownResponseHeader(System.String,System.String)"> <summary> Adds a nonstandard HTTP header to the response. </summary> <param name="name"> The name of the header to send. </param> <param name="value"> The value of the header. </param> </member> <member name="M:System.Web.HttpWorkerRequest.SetEndOfSendNotification(System.Web.HttpWorkerRequest.EndOfSendNotification,System.Object)"> <summary> Registers for an optional notification when all the response data is sent. </summary> <param name="callback"> The notification callback that is called when all data is sent (out-of-band). </param> <param name="extraData"> An additional parameter to the callback. </param> </member> <member name="T:System.Web.HttpWorkerRequest.EndOfSendNotification"> <summary> Represents the method that Notifies callers when sending of the response is complete. </summary> <param name="wr"> The current <see cref="T:System.Web.HttpWorkerRequest" />. </param> <param name="extraData"> Any additional data needed to process the request. </param> </member> <member name="T:System.Web.HttpWriter"> <summary> Provides a <see cref="T:System.IO.TextWriter" /> object that is accessed through the intrinsic <see cref="T:System.Web.HttpResponse" /> object. </summary> </member> <member name="M:System.Web.HttpWriter.Close"> <summary> Sends all buffered output to the HTTP output stream and closes the socket connection. </summary> </member> <member name="P:System.Web.HttpWriter.Encoding"> <summary> Gets an <see cref="T:System.Text.Encoding" /> object for the <see cref="T:System.IO.TextWriter" />. </summary> <returns> An instance of the <see cref="T:System.Text.Encoding" /> class indicating the character set of the current response. </returns> </member> <member name="M:System.Web.HttpWriter.Flush"> <summary> Sends all buffered output to the HTTP output stream. </summary> </member> <member name="P:System.Web.HttpWriter.OutputStream"> <summary> Gets a <see cref="T:System.IO.Stream" /> object to enable HTTP output directly from the <see cref="T:System.IO.Stream" />. </summary> <returns> An instance of the <see cref="T:System.IO.Stream" /> class containing the data to send to the client </returns> </member> <member name="M:System.Web.HttpWriter.Write(System.Char)"> <summary> Sends a single character to the HTTP output stream. </summary> <param name="ch"> The character to send to the HTTP output stream. </param> </member> <member name="M:System.Web.HttpWriter.Write(System.Char[],System.Int32,System.Int32)"> <summary> Sends a stream of characters with the specified starting position and number of characters to the HTTP output stream. </summary> <param name="buffer"> The memory buffer containing the characters to send to the HTTP output stream </param> <param name="index"> The buffer position of the first character to send. </param> <param name="count"> The number of characters to send beginning at the position specified by <paramref name="index" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="buffer" />, is null. - or - <paramref name="index" /> is less than zero. - or - <paramref name="count" /> is less than zero. - or - <paramref name="buffer" /> length minus <paramref name="index" /> is less than <paramref name="count" />. </exception> </member> <member name="M:System.Web.HttpWriter.Write(System.Object)"> <summary> Sends an <see cref="T:System.Object" /> to the HTTP output stream. </summary> <param name="obj"> The <see cref="T:System.Object" /> to send to the HTTP output stream. </param> </member> <member name="M:System.Web.HttpWriter.Write(System.String)"> <summary> Sends a string to the HTTP output stream. </summary> <param name="s"> The string to send to the HTTP output stream. </param> </member> <member name="M:System.Web.HttpWriter.WriteBytes(System.Byte[],System.Int32,System.Int32)"> <summary> Sends a stream of bytes with the specified starting position and number of bytes to the HTTP output stream. </summary> <param name="buffer"> The memory buffer containing the bytes to send to the HTTP output stream. </param> <param name="index"> The buffer position of the first byte to send. </param> <param name="count"> The number of bytes to send, beginning at the byte position specified by <paramref name="index" />. </param> </member> <member name="M:System.Web.HttpWriter.WriteLine"> <summary> Sends a carriage return + line feed (CRLF) pair of characters to the HTTP output stream. </summary> </member> <member name="M:System.Web.HttpWriter.WriteString(System.String,System.Int32,System.Int32)"> <summary> Sends a string with the specified starting position and number of characters to the HTTP output stream. </summary> <param name="s"> The string to send to the HTTP output stream. </param> <param name="index"> The character position of the first byte to send. </param> <param name="count"> The number of characters to send, beginning at the character position specified by <paramref name="index" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The <paramref name="index" /> is less than zero. - or - The <paramref name="count" /> is less than zero. - or - The sum of the <paramref name="index" /> and the <paramref name="count" /> are greater than the string length. </exception> </member> <member name="T:System.Web.IHttpAsyncHandler"> <summary> Defines the contract that HTTP asynchronous handler objects must implement. </summary> </member> <member name="M:System.Web.IHttpAsyncHandler.BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> <summary> Initiates an asynchronous call to the HTTP handler. </summary> <returns> An <see cref="T:System.IAsyncResult" /> that contains information about the status of the process. </returns> <param name="context"> An <see cref="T:System.Web.HttpContext" /> object that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. </param> <param name="cb"> The <see cref="T:System.AsyncCallback" /> to call when the asynchronous method call is complete. If <paramref name="cb" /> is null, the delegate is not called. </param> <param name="extraData"> Any extra data needed to process the request. </param> </member> <member name="M:System.Web.IHttpAsyncHandler.EndProcessRequest(System.IAsyncResult)"> <summary> Provides an asynchronous process End method when the process ends. </summary> <param name="result"> An <see cref="T:System.IAsyncResult" /> that contains information about the status of the process. </param> </member> <member name="T:System.Web.IHttpHandler"> <summary> Defines the contract that ASP.NET implements to synchronously process HTTP Web requests using custom HTTP handlers. </summary> </member> <member name="P:System.Web.IHttpHandler.IsReusable"> <summary> Gets a value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler" /> instance. </summary> <returns>true if the <see cref="T:System.Web.IHttpHandler" /> instance is reusable; otherwise, false. </returns> </member> <member name="M:System.Web.IHttpHandler.ProcessRequest(System.Web.HttpContext)"> <summary> Enables processing of HTTP Web requests by a custom HttpHandler that implements the <see cref="T:System.Web.IHttpHandler" /> interface. </summary> <param name="context"> An <see cref="T:System.Web.HttpContext" /> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. </param> </member> <member name="T:System.Web.IHttpHandlerFactory"> <summary> Defines the contract that class factories must implement to create new <see cref="T:System.Web.IHttpHandler" /> objects. </summary> </member> <member name="M:System.Web.IHttpHandlerFactory.GetHandler(System.Web.HttpContext,System.String,System.String,System.String)"> <summary> Returns an instance of a class that implements the <see cref="T:System.Web.IHttpHandler" /> interface. </summary> <returns> A new <see cref="T:System.Web.IHttpHandler" /> object that processes the request. </returns> <param name="context"> An instance of the <see cref="T:System.Web.HttpContext" /> class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. </param> <param name="requestType"> The HTTP data transfer method (GET or POST) that the client uses. </param> <param name="url"> The <see cref="P:System.Web.HttpRequest.RawUrl" /> of the requested resource. </param> <param name="pathTranslated"> The <see cref="P:System.Web.HttpRequest.PhysicalApplicationPath" /> to the requested resource. </param> </member> <member name="M:System.Web.IHttpHandlerFactory.ReleaseHandler(System.Web.IHttpHandler)"> <summary> Enables a factory to reuse an existing handler instance. </summary> <param name="handler"> The <see cref="T:System.Web.IHttpHandler" /> object to reuse. </param> </member> <member name="T:System.Web.IHttpModule"> <summary> Provides module initialization and disposal events to the implementing class. </summary> </member> <member name="M:System.Web.IHttpModule.Dispose"> <summary> Disposes of the resources (other than memory) used by the module that implements <see cref="T:System.Web.IHttpModule" />. </summary> </member> <member name="M:System.Web.IHttpModule.Init(System.Web.HttpApplication)"> <summary> Initializes a module and prepares it to handle requests. </summary> <param name="context"> An <see cref="T:System.Web.HttpApplication" /> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application </param> </member> <member name="T:System.Web.IPartitionResolver"> <summary> Defines methods that must be implemented for custom session-state partition resolution. </summary> </member> <member name="M:System.Web.IPartitionResolver.Initialize"> <summary> Initializes the custom partition resolver. </summary> </member> <member name="M:System.Web.IPartitionResolver.ResolvePartition(System.Object)"> <summary> Resolves the partition based on a key parameter. </summary> <returns> A string with connection information. </returns> <param name="key"> An identifier used to determine which partition to use for the current session state. </param> </member> <member name="T:System.Web.ParserError"> <summary> Represents a parser error or warning. This class cannot be inherited. </summary> </member> <member name="M:System.Web.ParserError.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.ParserError" /> class. </summary> </member> <member name="M:System.Web.ParserError.#ctor(System.String,System.String,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.ParserError" /> class by using the specified error text, virtual path, and source line number. </summary> <param name="errorText"> The error message text. </param> <param name="virtualPath"> The virtual path of the file being parsed when the error occurred. </param> <param name="line"> The line number of the error source. </param> </member> <member name="P:System.Web.ParserError.ErrorText"> <summary> Gets or sets a string that represents the error for the <see cref="T:System.Web.ParserError" /> object. </summary> <returns> A string containing the error message. </returns> </member> <member name="P:System.Web.ParserError.Line"> <summary> Gets or sets the line number of the source at which the error occurs. </summary> <returns> The source line number where the parser encountered the error. </returns> </member> <member name="P:System.Web.ParserError.VirtualPath"> <summary> Gets or set the virtual path of the file that was being parsed when the error occurred. </summary> <returns> A string that specifies the virtual path of the file that contains the parser error. </returns> </member> <member name="T:System.Web.ParserErrorCollection"> <summary> Manages a set of parser errors detected during parsing. This class cannot be inherited. </summary> </member> <member name="M:System.Web.ParserErrorCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.ParserErrorCollection" /> class. </summary> </member> <member name="M:System.Web.ParserErrorCollection.#ctor(System.Web.ParserError[])"> <summary> Initializes a new instance of the <see cref="T:System.Web.ParserErrorCollection" /> class. </summary> <param name="value"> An array of type <see cref="T:System.Web.ParserError" /> that specifies the errors to add to the collection. </param> </member> <member name="M:System.Web.ParserErrorCollection.Add(System.Web.ParserError)"> <summary> Adds a value to the collection. </summary> <returns> The index of the value within the collection; otherwise, -1 if the value is already in the collection. </returns> <param name="value"> The <see cref="T:System.Web.ParserError" /> value to add to the collection. </param> </member> <member name="M:System.Web.ParserErrorCollection.AddRange(System.Web.ParserError[])"> <summary> Adds an array of <see cref="T:System.Web.ParserError" /> objects to the collection. </summary> <param name="value"> An array of type <see cref="T:System.Web.ParserError" /> that specifies the values to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.ParserErrorCollection.AddRange(System.Web.ParserErrorCollection)"> <summary> Adds the objects in an existing <see cref="T:System.Web.ParserErrorCollection" /> to the collection. </summary> <param name="value"> A <see cref="T:System.Web.ParserErrorCollection" /> containing the <see cref="T:System.Web.ParserError" /> objects to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.ParserError" /> value is null. </exception> </member> <member name="M:System.Web.ParserErrorCollection.Contains(System.Web.ParserError)"> <summary> Determines whether the <see cref="T:System.Web.ParserError" /> object is located in the collection. </summary> <returns>true if the <see cref="T:System.Web.ParserError" /> is in the collection; otherwise, false. </returns> <param name="value"> The <see cref="T:System.Web.ParserError" /> to locate in the collection. </param> </member> <member name="M:System.Web.ParserErrorCollection.CopyTo(System.Web.ParserError[],System.Int32)"> <summary> Copies the <see cref="T:System.Web.ParserError" /> objects in the collection to a compatible one-dimensional array, starting at the specified index of the target array. </summary> <param name="array"> An array of type <see cref="T:System.Web.ParserError" /> to which the parser errors in the collection are copied. </param> <param name="index"> The first index within the array to which the <see cref="T:System.Web.ParserError" /> is copied. </param> </member> <member name="M:System.Web.ParserErrorCollection.IndexOf(System.Web.ParserError)"> <summary> Gets the index of the specified <see cref="T:System.Web.ParserError" /> object in the collection. </summary> <returns> The zero-based index of the <see cref="T:System.Web.ParserError" /> objects within the collection; otherwise, 1 if the <see cref="T:System.Web.ParserError" /> is not in the collection. </returns> <param name="value"> The <see cref="T:System.Web.ParserError" /> to locate in the collection. </param> </member> <member name="M:System.Web.ParserErrorCollection.Insert(System.Int32,System.Web.ParserError)"> <summary> Inserts the specified <see cref="T:System.Web.ParserError" /> object into the collection at the specified index. </summary> <param name="index"> The index within the collection at which to insert the <see cref="T:System.Web.ParserError" />. </param> <param name="value"> The <see cref="T:System.Web.ParserError" /> object to insert into the collection. </param> </member> <member name="P:System.Web.ParserErrorCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.ParserError" /> object at the specified index within the collection. </summary> <returns> The <see cref="T:System.Web.ParserError" /> at the specified index within the collection. </returns> <param name="index"> The index within the collection of the <see cref="T:System.Web.ParserError" /> object to get or set. </param> </member> <member name="M:System.Web.ParserErrorCollection.Remove(System.Web.ParserError)"> <summary> Removes the specified <see cref="T:System.Web.ParserError" /> object from the collection. </summary> <param name="value"> The <see cref="T:System.Web.ParserError" /> to remove from the collection. </param> </member> <member name="T:System.Web.ProcessInfo"> <summary> Provides information on processes currently executing. </summary> </member> <member name="M:System.Web.ProcessInfo.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.ProcessInfo" /> class. </summary> </member> <member name="M:System.Web.ProcessInfo.#ctor(System.DateTime,System.TimeSpan,System.Int32,System.Int32,System.Web.ProcessStatus,System.Web.ProcessShutdownReason,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.ProcessInfo" /> class and sets internal information indicating the status of the process. </summary> <param name="startTime"> A <see cref="T:System.DateTime" /> that indicates the time at which the process started. </param> <param name="age"> The <see cref="T:System.TimeSpan" /> that indicates the time elapsed since the process started. </param> <param name="processID"> The ID number assigned to the process. </param> <param name="requestCount"> The number of start requests for the process. </param> <param name="status"> One of the <see cref="T:System.Web.ProcessStatus" /> values that indicates the current status of the process. </param> <param name="shutdownReason"> One of the <see cref="T:System.Web.ProcessShutdownReason" /> values. </param> <param name="peakMemoryUsed"> The maximum memory used, in kilobytes (KB). </param> </member> <member name="P:System.Web.ProcessInfo.Age"> <summary> Gets the length of time the process has been running. </summary> <returns> A <see cref="T:System.TimeSpan" /> that indicates the time elapsed since the process started. </returns> </member> <member name="P:System.Web.ProcessInfo.PeakMemoryUsed"> <summary> Gets the maximum amount of memory the process has used. </summary> <returns> The maximum memory used, in kilobytes (KB). </returns> </member> <member name="P:System.Web.ProcessInfo.ProcessID"> <summary> Gets the ID number assigned to the process. </summary> <returns> The process ID number assigned by Windows. </returns> </member> <member name="P:System.Web.ProcessInfo.RequestCount"> <summary> Gets the number of start requests for the process. </summary> <returns> The number of requests executed by the process. </returns> </member> <member name="M:System.Web.ProcessInfo.SetAll(System.DateTime,System.TimeSpan,System.Int32,System.Int32,System.Web.ProcessStatus,System.Web.ProcessShutdownReason,System.Int32)"> <summary> Sets internal information indicating the status of the process. </summary> <param name="startTime"> A <see cref="T:System.DateTime" /> that indicates the time at which the process started. </param> <param name="age"> A <see cref="T:System.TimeSpan" /> that indicates the time elapsed since the process started. </param> <param name="processID"> The ID number assigned to the process. </param> <param name="requestCount"> The number of start requests for the process. </param> <param name="status"> One of the <see cref="T:System.Web.ProcessStatus" /> values that indicates the time elapsed since the process started. </param> <param name="shutdownReason"> One of the <see cref="T:System.Web.ProcessShutdownReason" /> values. </param> <param name="peakMemoryUsed"> The maximum memory used, in kilobytes (KB). </param> </member> <member name="P:System.Web.ProcessInfo.ShutdownReason"> <summary> Gets a value that indicates why the process shut down. </summary> <returns> On of the <see cref="T:System.Web.ProcessShutdownReason" /> values. </returns> </member> <member name="P:System.Web.ProcessInfo.StartTime"> <summary> Gets the time at which the process started. </summary> <returns> A <see cref="T:System.DateTime" /> that indicates the time at which the process started. </returns> </member> <member name="P:System.Web.ProcessInfo.Status"> <summary> Gets the current status of the process. </summary> <returns> One of the <see cref="T:System.Web.ProcessStatus" /> values that indicates the current status of the process. </returns> </member> <member name="T:System.Web.ProcessModelInfo"> <summary> Contains methods that return information about worker processes. </summary> </member> <member name="M:System.Web.ProcessModelInfo.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.ProcessModelInfo" /> class. </summary> </member> <member name="M:System.Web.ProcessModelInfo.GetCurrentProcessInfo"> <summary> Returns information about the worker process that is executing the current request. </summary> <returns> A <see cref="T:System.Web.ProcessInfo" /> that contains information about the current process. </returns> <exception cref="T:System.Web.HttpException"> Process information is not available for the current request. </exception> </member> <member name="M:System.Web.ProcessModelInfo.GetHistory(System.Int32)"> <summary> Returns information about recent worker processes. </summary> <returns> An array of the most recent <see cref="T:System.Web.ProcessInfo" /> objects (up to 100); otherwise, if the number of available objects is less than <paramref name="numRecords" />, all available objects. </returns> <param name="numRecords"> The number of processes for which information is requested. </param> <exception cref="T:System.Web.HttpException"> Process information is not available. </exception> </member> <member name="T:System.Web.ProcessShutdownReason"> <summary> Provides enumerated values that indicate why a process has shut down. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.None"> <summary> Indicates that the process has not shut down. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.Unexpected"> <summary> Indicates that the process shut down unexpectedly. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.RequestsLimit"> <summary> Indicates that requests executed by the process exceeded the allowable limit. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.RequestQueueLimit"> <summary> Indicates that requests assigned to the process exceeded the allowable number in the queue. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.Timeout"> <summary> Indicates that the process restarted because it was active longer than allowed. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.IdleTimeout"> <summary> Indicates that the process exceeded the allowable idle time. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.MemoryLimitExceeded"> <summary> Indicates that the process exceeded the per-process memory limit. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.PingFailed"> <summary> Indicates that the worker process did not respond to a ping from the Internet Information Services (IIS) process. </summary> </member> <member name="F:System.Web.ProcessShutdownReason.DeadlockSuspected"> <summary> Indicates that a deadlock was suspected because the response time limit was exceeded with requests in the queue. </summary> </member> <member name="T:System.Web.ProcessStatus"> <summary> Provides enumerated values that indicate the current status of a process. </summary> </member> <member name="F:System.Web.ProcessStatus.Alive"> <summary> Indicates that the process is running. </summary> </member> <member name="F:System.Web.ProcessStatus.ShuttingDown"> <summary> Indicates that the process has begun to shut down. </summary> </member> <member name="F:System.Web.ProcessStatus.ShutDown"> <summary> Indicates that the process has shut down normally after receiving a shutdown message from the Internet Information Services (IIS) process. </summary> </member> <member name="F:System.Web.ProcessStatus.Terminated"> <summary> Indicates that the process was forced to terminate by the Internet Information Services (IIS) process. </summary> </member> <member name="T:System.Web.SiteMap"> <summary> The <see cref="T:System.Web.SiteMap" /> class is an in-memory representation of the navigation structure for a site, which is provided by one or more site map providers. This class cannot be inherited. </summary> </member> <member name="P:System.Web.SiteMap.CurrentNode"> <summary> Gets a <see cref="T:System.Web.SiteMapNode" /> control that represents the currently requested page. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> instance that represents the currently requested page; otherwise, null, if no representative node exists in the site map information. </returns> <exception cref="T:System.InvalidOperationException"> The site map feature is not enabled. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The default provider specified in the configuration does not exist. </exception> <exception cref="T:System.Web.HttpException"> The feature is supported only when running in Low trust or higher. </exception> </member> <member name="P:System.Web.SiteMap.Enabled"> <summary> Gets a Boolean value indicating if a site map provider is specified in the Web.config file and if the site map provider is enabled. </summary> <returns>true if a site map provider is configured and enabled; otherwise, false. </returns> </member> <member name="P:System.Web.SiteMap.Provider"> <summary> Gets the default <see cref="T:System.Web.SiteMapProvider" /> object for the current site map. </summary> <returns> The default site map provider for the <see cref="T:System.Web.SiteMap" />. </returns> <exception cref="T:System.InvalidOperationException"> The site map feature is not enabled. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The default provider specified in the configuration does not exist. </exception> <exception cref="T:System.Web.HttpException"> The feature is supported only when running in Low trust or higher. </exception> </member> <member name="P:System.Web.SiteMap.Providers"> <summary> Gets a read-only collection of named <see cref="T:System.Web.SiteMapProvider" /> objects that are available to the <see cref="T:System.Web.SiteMap" /> class. </summary> <returns> A <see cref="T:System.Web.SiteMapProviderCollection" /> of named <see cref="T:System.Web.SiteMapProvider" /> objects. </returns> <exception cref="T:System.InvalidOperationException"> The site map feature is not enabled. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The default provider specified in the configuration does not exist. </exception> <exception cref="T:System.Web.HttpException"> The feature is supported only when running in Low trust or higher. </exception> </member> <member name="P:System.Web.SiteMap.RootNode"> <summary> Gets a <see cref="T:System.Web.SiteMapNode" /> object that represents the top-level page of the navigation structure for the site. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the top-level page of the site's navigation structure; otherwise, null, if security trimming is enabled and the node cannot be returned to the current user. </returns> <exception cref="T:System.InvalidOperationException"> The site map feature is not enabled. - or - The <see cref="P:System.Web.SiteMap.RootNode" /> resolves to null, which occurs if security trimming is enabled and the root node is not visible to the current user. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The default provider specified in the configuration does not exist. </exception> <exception cref="T:System.Web.HttpException"> The feature is supported only when running in Low trust or higher. </exception> </member> <member name="E:System.Web.SiteMap.SiteMapResolve"> <summary> Occurs when the <see cref="P:System.Web.SiteMap.CurrentNode" /> property is accessed. </summary> </member> <member name="T:System.Web.SiteMapNode"> <summary> Represents a node in the hierarchical site map structure such as that described by the <see cref="T:System.Web.SiteMap" /> class and classes that implement the abstract <see cref="T:System.Web.SiteMapProvider" /> class. </summary> </member> <member name="M:System.Web.SiteMapNode.#ctor(System.Web.SiteMapProvider,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNode" /> class, using the specified <paramref name="key" /> to identify the page that the node represents and the site map provider that manages the node. </summary> <param name="provider"> The <see cref="T:System.Web.SiteMapProvider" /> with which the node is associated. </param> <param name="key"> A provider-specific lookup key. </param> <exception cref="T:System.ArgumentNullException"> <see cref="T:System.Web.SiteMapProvider" /> is null. - or - <paramref name="key" /> is null. </exception> </member> <member name="M:System.Web.SiteMapNode.#ctor(System.Web.SiteMapProvider,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNode" /> class using the specified URL, a <paramref name="key" /> to identify the page that the node represents, and the site map provider that manages the node. </summary> <param name="provider"> The <see cref="T:System.Web.SiteMapProvider" /> with which the node is associated. </param> <param name="key"> A provider-specific lookup key. </param> <param name="url"> The URL of the page that the node represents within the site. </param> <exception cref="T:System.ArgumentNullException"> <see cref="T:System.Web.SiteMapProvider" /> is null. - or - <paramref name="key" /> is null. </exception> </member> <member name="M:System.Web.SiteMapNode.#ctor(System.Web.SiteMapProvider,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNode" /> class using the specified URL, a <paramref name="key" /> to identify the page that the node represents, a title, and the site map provider that manages the node. </summary> <param name="provider"> The <see cref="T:System.Web.SiteMapProvider" /> with which the node is associated. </param> <param name="key"> A provider-specific lookup key. </param> <param name="url"> The URL of the page that the node represents within the site. </param> <param name="title"> A label for the node, often displayed by navigation controls. </param> <exception cref="T:System.ArgumentNullException"> <see cref="T:System.Web.SiteMapProvider" /> is null. - or - <paramref name="key" /> is null. </exception> </member> <member name="M:System.Web.SiteMapNode.#ctor(System.Web.SiteMapProvider,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNode" /> class using the specified URL, a <paramref name="key" /> to identify the page that the node represents, a title and description, and the site map provider that manages the node. </summary> <param name="provider"> The <see cref="T:System.Web.SiteMapProvider" /> with which the node is associated. </param> <param name="key"> A provider-specific lookup key. </param> <param name="url"> The URL of the page that the node represents within the site. </param> <param name="title"> A label for the node, often displayed by navigation controls. </param> <param name="description"> A description of the page that the node represents. </param> <exception cref="T:System.ArgumentNullException"> <see cref="T:System.Web.SiteMapProvider" /> is null. - or - <paramref name="key" /> is null. </exception> </member> <member name="M:System.Web.SiteMapNode.#ctor(System.Web.SiteMapProvider,System.String,System.String,System.String,System.String,System.Collections.IList,System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNode" /> class using the specified site map provider that manages the node, URL, title, description, roles, additional attributes, and explicit and implicit resource keys for localization. </summary> <param name="provider"> The <see cref="T:System.Web.SiteMapProvider" /> with which the node is associated. </param> <param name="key"> A provider-specific lookup key. </param> <param name="url"> The URL of the page that the node represents within the site. </param> <param name="title"> A label for the node, often displayed by navigation controls. </param> <param name="description"> A description of the page that the node represents. </param> <param name="roles"> An <see cref="T:System.Collections.IList" /> of roles that are allowed to view the page represented by the <see cref="T:System.Web.SiteMapNode" />. </param> <param name="attributes"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of additional attributes used to initialize the <see cref="T:System.Web.SiteMapNode" />. </param> <param name="explicitResourceKeys"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of explicit resource keys used for localization. </param> <param name="implicitResourceKey"> An implicit resource key used for localization. </param> <exception cref="T:System.ArgumentNullException"> <see cref="T:System.Web.SiteMapProvider" /> is null. - or - <paramref name="key" /> is null. </exception> </member> <member name="P:System.Web.SiteMapNode.Attributes"> <summary> Gets or sets a collection of additional attributes beyond the strongly typed properties that are defined for the <see cref="T:System.Web.SiteMapNode" /> class. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of additional attributes for the <see cref="T:System.Web.SiteMapNode" /> beyond <see cref="P:System.Web.SiteMapNode.Title" />, <see cref="P:System.Web.SiteMapNode.Description" />, <see cref="P:System.Web.SiteMapNode.Url" />, and <see cref="P:System.Web.SiteMapNode.Roles" />; otherwise, null, if no attributes exist. </returns> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="P:System.Web.SiteMapNode.ChildNodes"> <summary> Gets or sets all the child nodes of the current <see cref="T:System.Web.SiteMapNode" /> object from the associated <see cref="T:System.Web.SiteMapProvider" /> provider. </summary> <returns> A read-only <see cref="T:System.Web.SiteMapNodeCollection" /> of child nodes, if any exist for the current node; otherwise, null. </returns> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="M:System.Web.SiteMapNode.Clone"> <summary> Creates a new node that is a copy of the current node. </summary> <returns> A new node that is a copy of the current node. </returns> </member> <member name="M:System.Web.SiteMapNode.Clone(System.Boolean)"> <summary> Creates a new copy that is a copy of the current node, optionally cloning all parent and ancestor nodes of the current node. </summary> <returns> A new node that is a copy of the current node. </returns> <param name="cloneParentNodes">true to clone all parent and ancestor nodes of the current node; otherwise, false. </param> </member> <member name="P:System.Web.SiteMapNode.Description"> <summary> Gets or sets a description for the <see cref="T:System.Web.SiteMapNode" />. </summary> <returns> A string that represents a description of the node; otherwise, <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="M:System.Web.SiteMapNode.Equals(System.Object)"> <summary> Gets a value indicating whether the current <see cref="T:System.Web.SiteMapNode" /> is identical to the specified object. </summary> <returns>true if <paramref name="obj" /> is both a <see cref="T:System.Web.SiteMapNode" /> and identical to the current <see cref="T:System.Web.SiteMapNode" />; otherwise, false. </returns> <param name="obj"> An object to compare to the current <see cref="T:System.Web.SiteMapNode" />. </param> </member> <member name="M:System.Web.SiteMapNode.GetAllNodes"> <summary> Retrieves a read-only collection of all <see cref="T:System.Web.SiteMapNode" /> objects that are descendants of the calling node, regardless of the degree of separation. </summary> <returns> A read-only <see cref="T:System.Web.SiteMapNodeCollection" /> that represents all the descendants of a <see cref="T:System.Web.SiteMapNode" /> within the scope of the current provider. </returns> </member> <member name="M:System.Web.SiteMapNode.GetDataSourceView(System.Web.UI.WebControls.SiteMapDataSource,System.String)"> <summary> Retrieves the <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> object that is associated with the current node. </summary> <returns> A named <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> for the current node. </returns> <param name="owner"> A <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> control that the view is associated with. </param> <param name="viewName"> The name of the view. </param> </member> <member name="M:System.Web.SiteMapNode.GetExplicitResourceString(System.String,System.String,System.Boolean)"> <summary> Retrieves a localized string based on a <see cref="T:System.Web.SiteMapNode" /> attribute to localize, a default string to return if no resource is found, and a Boolean value indicating whether to throw an exception if no resource is found. </summary> <returns> A string representing the localized attribute. </returns> <param name="attributeName"> The <see cref="T:System.Web.SiteMapNode" /> attribute to localize. </param> <param name="defaultValue"> The default value to return if a matching resource is not found. </param> <param name="throwIfNotFound">true to throw an <see cref="T:System.InvalidOperationException" />, if an explicit resource is defined for <paramref name="attributeName" />, <paramref name="defaultValue" /> is null, and a localized value is not found; otherwise, false. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="attributeName" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> A matching resource object was not found and <paramref name="throwIfNotFound" /> is true. </exception> </member> <member name="M:System.Web.SiteMapNode.GetHashCode"> <summary> Returns the hash code of the <see cref="T:System.Web.SiteMapNode" /> object. </summary> <returns> A 32-bit signed integer representing the hash code. </returns> </member> <member name="M:System.Web.SiteMapNode.GetHierarchicalDataSourceView"> <summary> Retrieves the <see cref="T:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView" /> object that is associated with the current node. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView" /> for the current node. </returns> </member> <member name="M:System.Web.SiteMapNode.GetImplicitResourceString(System.String)"> <summary> Gets a localized string based on the attribute name and <see cref="P:System.Web.SiteMapProvider.ResourceKey" /> property that is specified by the <see cref="T:System.Web.SiteMapProvider" /> by which the <see cref="T:System.Web.SiteMapNode" /> is tracked. </summary> <returns> A string representing the localized attribute. The default is null. </returns> <param name="attributeName"> The <see cref="T:System.Web.SiteMapNode" /> attribute to localize. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="attributeName" /> is null. </exception> </member> <member name="P:System.Web.SiteMapNode.HasChildNodes"> <summary> Gets a value indicating whether the current <see cref="T:System.Web.SiteMapNode" /> has any child nodes. </summary> <returns>true if the node has children; otherwise, false. </returns> </member> <member name="M:System.Web.SiteMapNode.IsAccessibleToUser(System.Web.HttpContext)"> <summary> Gets a value indicating whether the specified site map node can be viewed by the user in the specified context. </summary> <returns>true if any one of the following conditions is met: the security trimming is enabled and the current user is a member of at least one of the roles allowing access to view the site map node; the current user is authorized specifically for the requested node's URL in the authorization element for the current application and the URL is located within the directory structure for the application; the current thread has an associated <see cref="T:System.Security.Principal.WindowsIdentity" /> that has file access to the requested node's URL and the URL is located within the directory structure for the application; or security trimming is not enabled and therefore any user is allowed to view the site map node; otherwise, false. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> that contains user information. </param> <exception cref="T:System.ArgumentNullException"> The specified context is null. </exception> </member> <member name="M:System.Web.SiteMapNode.IsDescendantOf(System.Web.SiteMapNode)"> <summary> Gets a value indicating whether the current site map node is a child or a direct descendant of the specified node. </summary> <returns>true if the current node is a child or descendant of the specified node; otherwise, false. </returns> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> to check if the current node is a child or descendant of. </param> </member> <member name="P:System.Web.SiteMapNode.Item(System.String)"> <summary> Gets or sets a custom attribute from the <see cref="P:System.Web.SiteMapNode.Attributes" /> collection or a resource string based on the specified key. </summary> <returns> A custom attribute or resource string identified by <paramref name="key" />; otherwise, null. </returns> <param name="key"> A string that identifies the attribute or resource string to retrieve. </param> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="P:System.Web.SiteMapNode.Key"> <summary> Gets a string representing a lookup key for a site map node. </summary> <returns> A string representing a lookup key. </returns> </member> <member name="P:System.Web.SiteMapNode.NextSibling"> <summary> Gets the next <see cref="T:System.Web.SiteMapNode" /> node on the same hierarchical level as the current one, relative to the <see cref="P:System.Web.SiteMapNode.ParentNode" /> property (if one exists). </summary> <returns> The next <see cref="T:System.Web.SiteMapNode" />, serially, after the current one, under the parent node; otherwise, null, if no parent exists, there is no node that follows this one, or security trimming is enabled and the user cannot view the parent or next sibling nodes. </returns> </member> <member name="P:System.Web.SiteMapNode.ParentNode"> <summary> Gets or sets the <see cref="T:System.Web.SiteMapNode" /> object that is the parent of the current node. </summary> <returns> The parent <see cref="T:System.Web.SiteMapNode" />; otherwise, null, if security trimming is enabled and the user cannot view the parent node. </returns> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="P:System.Web.SiteMapNode.PreviousSibling"> <summary> Gets the previous <see cref="T:System.Web.SiteMapNode" /> object on the same level as the current one, relative to the <see cref="P:System.Web.SiteMapNode.ParentNode" /> object (if one exists). </summary> <returns> The previous <see cref="T:System.Web.SiteMapNode" />, serially, before the current one, under the parent node; otherwise, null, if no parent exists, there is no node before this one, or security trimming is enabled and the user cannot view the parent or previous sibling nodes. </returns> </member> <member name="P:System.Web.SiteMapNode.Provider"> <summary> Gets the <see cref="T:System.Web.SiteMapProvider" /> provider that the <see cref="T:System.Web.SiteMapNode" /> object is tracked by. </summary> <returns> The <see cref="T:System.Web.SiteMapProvider" /> that the <see cref="T:System.Web.SiteMapNode" /> is tracked by. </returns> </member> <member name="P:System.Web.SiteMapNode.ReadOnly"> <summary> Gets or sets a value indicating whether the site map node can be modified. </summary> <returns>true if the site map node can be modified; otherwise, false. </returns> </member> <member name="P:System.Web.SiteMapNode.ResourceKey"> <summary> Gets or sets the resource key that is used to localize the <see cref="T:System.Web.SiteMapNode" />. </summary> <returns> A string containing the resource key name. </returns> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="P:System.Web.SiteMapNode.Roles"> <summary> Gets or sets a collection of roles that are associated with the <see cref="T:System.Web.SiteMapNode" /> object, used during security trimming. </summary> <returns> An <see cref="T:System.Collections.IList" /> of roles. </returns> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="P:System.Web.SiteMapNode.RootNode"> <summary> Gets the root node of the root provider in a site map provider hierarchy. If no provider hierarchy exists, the <see cref="P:System.Web.SiteMapNode.RootNode" /> property gets the root node of the current provider. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the root node of the site navigation structure. </returns> <exception cref="T:System.InvalidOperationException"> The root node cannot be retrieved from the root provider. </exception> </member> <member name="M:System.Web.SiteMapNode.System#ICloneable#Clone"> <summary> Creates a new node that is a copy of the current node. For a description of this member, see <see cref="M:System.ICloneable.Clone" />. </summary> <returns> A new node that is a copy of the current node. </returns> </member> <member name="M:System.Web.SiteMapNode.System#Web#UI#IHierarchyData#GetChildren"> <summary> Retrieves the hierarchical children data items of the current item. For a description of this member, see <see cref="M:System.Web.UI.IHierarchyData.GetChildren" />. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> that represents the immediate children of the current item in the hierarchy. </returns> </member> <member name="M:System.Web.SiteMapNode.System#Web#UI#IHierarchyData#GetParent"> <summary> Retrieves the hierarchical parent of the current item. For a description of this member, see <see cref="M:System.Web.UI.IHierarchyData.GetParent" />. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> that represents the parent of the current item in the hierarchy. </returns> </member> <member name="P:System.Web.SiteMapNode.System#Web#UI#IHierarchyData#HasChildren"> <summary> Gets a value that indicates whether the current <see cref="T:System.Web.SiteMapNode" /> object has any child nodes. For a description of this member, see <see cref="P:System.Web.UI.IHierarchyData.HasChildren" />. </summary> <returns>true if the node has child nodes; otherwise, false. </returns> </member> <member name="P:System.Web.SiteMapNode.System#Web#UI#IHierarchyData#Item"> <summary> Gets the hierarchical data item. For a description of this member, see <see cref="P:System.Web.UI.IHierarchyData.Item" />. </summary> <returns> An hierarchical data node object. </returns> </member> <member name="P:System.Web.SiteMapNode.System#Web#UI#IHierarchyData#Path"> <summary> Gets the path of the hierarchical data item. For a description of this member, see <see cref="P:System.Web.UI.IHierarchyData.Path" />. </summary> <returns> The path of the data item. </returns> </member> <member name="P:System.Web.SiteMapNode.System#Web#UI#IHierarchyData#Type"> <summary> Gets a string that represents the type name of the hierarchical data item. For a description of this member, see <see cref="P:System.Web.UI.IHierarchyData.Type" />. </summary> <returns> The string named "SiteMapNode". </returns> </member> <member name="P:System.Web.SiteMapNode.System#Web#UI#INavigateUIData#Description"> <summary> Gets the <see cref="P:System.Web.SiteMapNode.Description" /> property of the site map node. For a description of this member, see <see cref="P:System.Web.UI.INavigateUIData.Description" />. </summary> <returns> Text displayed in a ToolTip for a node of a navigation control; otherwise, <see cref="F:System.String.Empty" />, if no <see cref="P:System.Web.SiteMapNode.Description" /> is set. </returns> </member> <member name="P:System.Web.SiteMapNode.System#Web#UI#INavigateUIData#Name"> <summary> Gets the <see cref="P:System.Web.SiteMapNode.Title" /> property of the site map node. For a description of this member, see <see cref="P:System.Web.UI.INavigateUIData.Name" />. </summary> <returns> Text that is displayed for a node of a navigation control; otherwise, <see cref="F:System.String.Empty" /> if no <see cref="P:System.Web.SiteMapNode.Title" /> is set for the node. </returns> </member> <member name="P:System.Web.SiteMapNode.System#Web#UI#INavigateUIData#NavigateUrl"> <summary> Gets the <see cref="P:System.Web.SiteMapNode.Url" /> property of the site map node. For a description of this member, see <see cref="P:System.Web.UI.INavigateUIData.NavigateUrl" />. </summary> <returns> The URL to navigate to when the node is clicked; otherwise, <see cref="F:System.String.Empty" /> if no <see cref="P:System.Web.SiteMapNode.Url" /> is set for the node. </returns> </member> <member name="P:System.Web.SiteMapNode.System#Web#UI#INavigateUIData#Value"> <summary> Gets the <see cref="P:System.Web.SiteMapNode.Title" /> property of the site map node. For a description of this member, see <see cref="P:System.Web.UI.INavigateUIData.Value" />. </summary> <returns> A value that is not displayed; otherwise, <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.SiteMapNode.Title"> <summary> Gets or sets the title of the <see cref="T:System.Web.SiteMapNode" /> object. </summary> <returns> A string that represents the title of the node. The default is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="M:System.Web.SiteMapNode.ToString"> <summary> Converts the value of this instance of the <see cref="T:System.Web.SiteMapNode" /> class to its equivalent string representation. </summary> <returns> The string representation of the value of this <see cref="T:System.Web.SiteMapNode" />. </returns> </member> <member name="P:System.Web.SiteMapNode.Url"> <summary> Gets or sets the URL of the page that the <see cref="T:System.Web.SiteMapNode" /> object represents. </summary> <returns> The URL of the page that the node represents. The default is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The node is read-only. </exception> </member> <member name="T:System.Web.SiteMapNodeCollection"> <summary> Provides a strongly typed collection for <see cref="T:System.Web.SiteMapNode" /> objects and implements the <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> interface to support navigating through the collection. </summary> </member> <member name="M:System.Web.SiteMapNodeCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNodeCollection" /> class, which is the default instance. </summary> </member> <member name="M:System.Web.SiteMapNodeCollection.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNodeCollection" /> class with the specified initial capacity. </summary> <param name="capacity"> The initial capacity of the <see cref="T:System.Web.SiteMapNodeCollection" />. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.#ctor(System.Web.SiteMapNode)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNodeCollection" /> class and adds the <see cref="T:System.Web.SiteMapNode" /> object to the <see cref="P:System.Collections.CollectionBase.InnerList" /> property for the collection. </summary> <param name="value"> A <see cref="T:System.Web.SiteMapNode" /> to add to the <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.#ctor(System.Web.SiteMapNode[])"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNodeCollection" /> class and adds the array of type <see cref="T:System.Web.SiteMapNode" /> to the <see cref="P:System.Collections.CollectionBase.InnerList" /> property for the collection. </summary> <param name="value"> An array of type <see cref="T:System.Web.SiteMapNode" /> to add to the <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.#ctor(System.Web.SiteMapNodeCollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapNodeCollection" /> class and adds all the list items of the specified <see cref="T:System.Web.SiteMapNodeCollection" /> collection to the <see cref="P:System.Collections.CollectionBase.InnerList" /> property for the collection. </summary> <param name="value"> A <see cref="T:System.Web.SiteMapNodeCollection" /> that contains the <see cref="T:System.Web.SiteMapNode" /> to add to the current <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.Add(System.Web.SiteMapNode)"> <summary> Adds a single <see cref="T:System.Web.SiteMapNode" /> object to the collection. </summary> <returns> The index of the <see cref="P:System.Collections.CollectionBase.InnerList" /> where the <see cref="T:System.Web.SiteMapNode" /> was inserted. </returns> <param name="value"> The <see cref="T:System.Web.SiteMapNode" /> to add to the <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.AddRange(System.Web.SiteMapNode[])"> <summary> Adds an array of type <see cref="T:System.Web.SiteMapNode" /> to the collection. </summary> <param name="value"> An array of type <see cref="T:System.Web.SiteMapNode" /> to add to the current <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="value" /> is null. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.AddRange(System.Web.SiteMapNodeCollection)"> <summary> Adds the nodes in the specified <see cref="T:System.Web.SiteMapNodeCollection" /> to the current collection. </summary> <param name="value"> A <see cref="T:System.Web.SiteMapNodeCollection" /> that contains the <see cref="T:System.Web.SiteMapNode" /> objects to add to the current <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="value" /> is null. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.Clear"> <summary> Removes all items from the collection. </summary> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.Contains(System.Web.SiteMapNode)"> <summary> Determines whether the collection contains a specific <see cref="T:System.Web.SiteMapNode" /> object. </summary> <returns>true if the <see cref="T:System.Web.SiteMapNodeCollection" /> contains the specified <see cref="T:System.Web.SiteMapNode" />; otherwise, false. </returns> <param name="value"> The <see cref="T:System.Web.SiteMapNode" /> to locate in the <see cref="T:System.Web.SiteMapNodeCollection" />. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.CopyTo(System.Web.SiteMapNode[],System.Int32)"> <summary> Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. </summary> <param name="array"> The one-dimensional array that must have zero-based indexing and is the destination of the elements copied from the <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. </exception> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is multidimensional. -or- <paramref name="index" /> is equal to or greater than the length of <paramref name="array" />. -or- The number of <see cref="T:System.Web.SiteMapNode" /> objects in the source <see cref="T:System.Web.SiteMapNodeCollection" /> is greater than the available space from <paramref name="index" /> to the end of <paramref name="array" />. </exception> </member> <member name="P:System.Web.SiteMapNodeCollection.Count"> <summary> Gets the number of elements contained in the collection. </summary> <returns> The number of elements in the <see cref="T:System.Web.SiteMapNodeCollection" />. </returns> </member> <member name="M:System.Web.SiteMapNodeCollection.GetDataSourceView(System.Web.UI.WebControls.SiteMapDataSource,System.String)"> <summary> Retrieves the <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> object that is associated with the nodes in the current collection. </summary> <returns> A named <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> for the <see cref="T:System.Web.SiteMapNode" /> objects in the current <see cref="T:System.Web.SiteMapNodeCollection" />. </returns> <param name="owner"> A <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> control that the view is associated with. </param> <param name="viewName"> The name of the view. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.GetEnumerator"> <summary> Retrieves a reference to an enumerator object, which is used to iterate over the collection. </summary> <returns> An object that implements the <see cref="T:System.Collections.IEnumerator" />. </returns> </member> <member name="M:System.Web.SiteMapNodeCollection.GetHierarchicalDataSourceView"> <summary> Retrieves the <see cref="T:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView" /> object that is associated with the nodes in the current collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView" /> for the <see cref="T:System.Web.SiteMapNode" /> objects in the current <see cref="T:System.Web.SiteMapNodeCollection" />. </returns> </member> <member name="M:System.Web.SiteMapNodeCollection.GetHierarchyData(System.Object)"> <summary> Returns a hierarchical data item for the specified enumerated item. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchyData" /> that represents the object passed to the <see cref="M:System.Web.SiteMapNodeCollection.GetHierarchyData(System.Object)" />. </returns> <param name="enumeratedItem"> The object for which to return an <see cref="T:System.Web.UI.IHierarchyData" />. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.IndexOf(System.Web.SiteMapNode)"> <summary> Searches for the specified <see cref="T:System.Web.SiteMapNode" /> object, and then returns the zero-based index of the first occurrence within the entire collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="value" /> within the entire <see cref="T:System.Web.SiteMapNodeCollection" />, if found; otherwise, -1. </returns> <param name="value"> The <see cref="T:System.Web.SiteMapNode" /> to locate in the <see cref="T:System.Web.SiteMapNodeCollection" />. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.Insert(System.Int32,System.Web.SiteMapNode)"> <summary> Inserts the specified <see cref="T:System.Web.SiteMapNode" /> object into the collection at the specified index. </summary> <param name="index"> The zero-based index at which the <see cref="T:System.Web.SiteMapNode" /> is inserted. </param> <param name="value"> The <see cref="T:System.Web.SiteMapNode" /> to insert. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. -or- <paramref name="index" /> is greater than the <see cref="P:System.Collections.CollectionBase.Count" />. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only. -or- The <see cref="T:System.Web.SiteMapNodeCollection" /> has a fixed size. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="P:System.Web.SiteMapNodeCollection.IsFixedSize"> <summary> Gets a Boolean value indicating whether nodes can be added to or subtracted from the collection. </summary> <returns>true if you can add <see cref="T:System.Web.SiteMapNode" /> objects to or remove <see cref="T:System.Web.SiteMapNode" /> objects from the <see cref="T:System.Web.SiteMapNodeCollection" />; otherwise, false. </returns> </member> <member name="P:System.Web.SiteMapNodeCollection.IsReadOnly"> <summary> Gets a Boolean value indicating whether the collection is read-only. </summary> <returns>true if you can modify the <see cref="T:System.Web.SiteMapNodeCollection" />; otherwise, false. </returns> </member> <member name="P:System.Web.SiteMapNodeCollection.IsSynchronized"> <summary> Gets a Boolean value indicating whether access to the collection is synchronized (thread safe). </summary> <returns>true if access is synchronized; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.SiteMapNodeCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.SiteMapNode" /> object at the specified index in the collection. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents an element in the <see cref="T:System.Web.SiteMapNodeCollection" />. </returns> <param name="index"> The index of the <see cref="T:System.Web.SiteMapNode" /> to find. </param> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. - or - <paramref name="index" /> is great than the <see cref="P:System.Collections.CollectionBase.Count" />. </exception> <exception cref="T:System.ArgumentNullException"> The value supplied to the setter is null. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.OnValidate(System.Object)"> <summary> Performs additional custom processes when validating a value. </summary> <param name="value"> The <see cref="T:System.Web.SiteMapNode" /> to validate. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="value" /> is not a <see cref="T:System.Web.SiteMapNode" />. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.ReadOnly(System.Web.SiteMapNodeCollection)"> <summary> Returns a read-only collection that contains the nodes in the specified <see cref="T:System.Web.SiteMapNodeCollection" /> collection. </summary> <returns> A read-only <see cref="T:System.Web.SiteMapNodeCollection" /> with the same <see cref="T:System.Web.SiteMapNode" /> elements and structure as the original <see cref="T:System.Web.SiteMapNodeCollection" />. </returns> <param name="collection"> The <see cref="T:System.Web.SiteMapNodeCollection" /> that contains the <see cref="T:System.Web.SiteMapNode" /> objects to add to the read-only <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="collection" /> is null. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.Remove(System.Web.SiteMapNode)"> <summary> Removes the specified <see cref="T:System.Web.SiteMapNode" /> object from the collection. </summary> <param name="value"> The <see cref="T:System.Web.SiteMapNode" /> to remove from the <see cref="T:System.Web.SiteMapNodeCollection" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="value" /> does not exist in the collection. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only. -or- The <see cref="T:System.Web.SiteMapNodeCollection" /> has a fixed size. </exception> </member> <member name="M:System.Web.SiteMapNodeCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.SiteMapNode" /> object at the specified index of the collection. </summary> <param name="index"> The zero-based index of the element to remove. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. - or - <paramref name="index" /> is greater than the <see cref="P:System.Collections.CollectionBase.Count" />. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only. - or - The <see cref="T:System.Web.SiteMapNodeCollection" /> has a fixed sized. </exception> </member> <member name="P:System.Web.SiteMapNodeCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the collection. </summary> <returns> An object that can be used to synchronize access to the <see cref="T:System.Web.SiteMapNodeCollection" />. </returns> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> Copies the elements of the <see cref="T:System.Collections.ICollection" /> interface to an array, starting at a particular array index. This class cannot be inherited. </summary> <param name="array"> A one-dimensional array that must have zero-based indexing and is the destination of the elements copied from the <see cref="T:System.Collections.CollectionBase" />. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. </exception> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is multidimensional. -or- <paramref name="index" /> is equal to or greater than the length of <paramref name="array" />. -or- The number of <see cref="T:System.Web.SiteMapNode" /> objects in the source <see cref="T:System.Web.SiteMapNodeCollection" /> is greater than the available space from <paramref name="index" /> to the end of <paramref name="array" />. </exception> </member> <member name="P:System.Web.SiteMapNodeCollection.System#Collections#ICollection#Count"> <summary> Gets the number of elements that are contained in the <see cref="T:System.Collections.ICollection" /> interface. This class cannot be inherited. </summary> <returns> The number of elements contained in the <see cref="T:System.Collections.ICollection" />. </returns> </member> <member name="P:System.Web.SiteMapNodeCollection.System#Collections#ICollection#IsSynchronized"> <summary> Gets a Boolean value indicating whether access to the <see cref="T:System.Collections.ICollection" /> interface is synchronized (thread safe). This class cannot be inherited. </summary> <returns>true if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, false. </returns> </member> <member name="P:System.Web.SiteMapNodeCollection.System#Collections#ICollection#SyncRoot"> <summary> Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" /> interface. This class cannot be inherited. </summary> <returns> An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />. </returns> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#IEnumerable#GetEnumerator"> <summary> Returns an enumerator that iterates through a collection. For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator" />. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the <see cref="T:System.Web.SiteMapNodeCollection" />. </returns> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#IList#Add(System.Object)"> <summary> Adds an item to the collection in the <see cref="T:System.Collections.IList" /> interface. For a description of this member, see <see cref="M:System.Collections.IList.Add(System.Object)" />. </summary> <returns> The position into which the new element was inserted. </returns> <param name="value"> The object to add to the <see cref="T:System.Collections.IList" />. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#IList#Clear"> <summary> Removes all items from the collection in the <see cref="T:System.Collections.IList" /> interface. For a description of this member, see <see cref="M:System.Collections.IList.Clear" />. </summary> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#IList#Contains(System.Object)"> <summary> Determines whether the collection in the <see cref="T:System.Collections.IList" /> interface contains the specified Boolean value. </summary> <returns>true if the object is found in the <see cref="T:System.Collections.IList" />; otherwise, false. </returns> <param name="value"> The object to locate in the <see cref="T:System.Collections.IList" />. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#IList#IndexOf(System.Object)"> <summary> Determines the index of the specific item in the collection that is returned by the <see cref="T:System.Collections.IList" /> interface. For a description of this member, see <see cref="M:System.Collections.IList.IndexOf(System.Object)" />. </summary> <returns> The index of the value, in the list, if found; otherwise, -1. </returns> <param name="value"> The object to locate in the <see cref="T:System.Collections.IList" />. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#IList#Insert(System.Int32,System.Object)"> <summary> Inserts an item into the collection in the <see cref="T:System.Collections.IList" /> interface at the specified index. For a description of this member, see <see cref="M:System.Collections.IList.Insert(System.Int32,System.Object)" />. </summary> <param name="index"> The zero-based <paramref name="index" /> at which to insert <paramref name="value" />. </param> <param name="value"> The object to insert into the <see cref="T:System.Collections.IList" />. </param> </member> <member name="P:System.Web.SiteMapNodeCollection.System#Collections#IList#IsFixedSize"> <summary> Gets a Boolean value indicating whether the collection has a fixed size. For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />. </summary> <returns>true if the <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.SiteMapNodeCollection.System#Collections#IList#IsReadOnly"> <summary> Gets a Boolean value indicating whether the collection is read-only. For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />. </summary> <returns>true if the <see cref="T:System.Web.SiteMapNodeCollection" /> is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.SiteMapNodeCollection.System#Collections#IList#Item(System.Int32)"> <summary> Gets the <see cref="T:System.Collections.IList" /> element at the specified index. </summary> <returns> The element at the specified index. </returns> <param name="index"> The zero-based index of the element to get. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#IList#Remove(System.Object)"> <summary> Removes the first occurrence of a specified object from the collection in the <see cref="T:System.Collections.IList" /> interface. For a description of this member, see <see cref="M:System.Collections.IList.Remove(System.Object)" />. </summary> <param name="value"> The object to remove from the <see cref="T:System.Collections.IList" />. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Collections#IList#RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Collections.IList" /> item at the specified index. For a description of this member, see <see cref="M:System.Collections.IList.RemoveAt(System.Int32)" />. </summary> <param name="index"> The zero-based index of the item to remove. </param> </member> <member name="M:System.Web.SiteMapNodeCollection.System#Web#UI#IHierarchicalEnumerable#GetHierarchyData(System.Object)"> <summary> Returns a hierarchical data item for the specified enumerated item. For a description of this member, see <see cref="M:System.Web.UI.IHierarchicalEnumerable.GetHierarchyData(System.Object)" />. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchyData" /> that represents the object passed to the <see cref="M:System.Web.SiteMapNodeCollection.System.Web.UI.IHierarchicalEnumerable.GetHierarchyData(System.Object)" />. </returns> <param name="enumeratedItem"> The object for which to return an <see cref="T:System.Web.UI.IHierarchyData" />. </param> </member> <member name="T:System.Web.SiteMapProvider"> <summary> Provides a common base class for all site map data providers, and a way for developers to implement custom site map data providers that can be used with the ASP.NET site map infrastructure as persistent stores for <see cref="T:System.Web.SiteMap" /> objects. </summary> </member> <member name="M:System.Web.SiteMapProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapProvider" /> class. </summary> </member> <member name="M:System.Web.SiteMapProvider.AddNode(System.Web.SiteMapNode)"> <summary> Adds a <see cref="T:System.Web.SiteMapNode" /> object to the node collection that is maintained by the site map provider. </summary> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> to add to the node collection maintained by the provider. </param> </member> <member name="M:System.Web.SiteMapProvider.AddNode(System.Web.SiteMapNode,System.Web.SiteMapNode)"> <summary> Adds a <see cref="T:System.Web.SiteMapNode" /> object to the node collection that is maintained by the site map provider and specifies the parent <see cref="T:System.Web.SiteMapNode" /> object. </summary> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> to add to the node collection maintained by the provider. </param> <param name="parentNode"> The <see cref="T:System.Web.SiteMapNode" /> that is the parent of <paramref name="node" />. </param> <exception cref="T:System.NotImplementedException"> In all cases. </exception> </member> <member name="P:System.Web.SiteMapProvider.CurrentNode"> <summary> Gets the <see cref="T:System.Web.SiteMapNode" /> object that represents the currently requested page. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the currently requested page; otherwise, null, if the <see cref="T:System.Web.SiteMapNode" /> is not found or cannot be returned for the current user. </returns> </member> <member name="P:System.Web.SiteMapProvider.EnableLocalization"> <summary> Gets or sets a Boolean value indicating whether localized values of <see cref="T:System.Web.SiteMapNode" /> attributes are returned. </summary> <returns>true if a localized value of the <see cref="T:System.Web.SiteMapNode" /> attributes are returned; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.SiteMapProvider.FindSiteMapNode(System.String)"> <summary> When overridden in a derived class, retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the page at the specified URL. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the page identified by <paramref name="rawURL" />; otherwise, null, if no corresponding <see cref="T:System.Web.SiteMapNode" /> is found or if security trimming is enabled and the <see cref="T:System.Web.SiteMapNode" /> cannot be returned for the current user. </returns> <param name="rawUrl"> A URL that identifies the page for which to retrieve a <see cref="T:System.Web.SiteMapNode" />. </param> </member> <member name="M:System.Web.SiteMapProvider.FindSiteMapNode(System.Web.HttpContext)"> <summary> Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the currently requested page using the specified <see cref="T:System.Web.HttpContext" /> object. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the currently requested page; otherwise, null, if no corresponding <see cref="T:System.Web.SiteMapNode" /> can be found in the <see cref="T:System.Web.SiteMapNode" /> or if the page context is null. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> used to match node information with the URL of the requested page. </param> </member> <member name="M:System.Web.SiteMapProvider.FindSiteMapNodeFromKey(System.String)"> <summary> Retrieves a <see cref="T:System.Web.SiteMapNode" /> object based on a specified key. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the page identified by <paramref name="key" />; otherwise, null, if no corresponding <see cref="T:System.Web.SiteMapNode" /> is found or if security trimming is enabled and the <see cref="T:System.Web.SiteMapNode" /> cannot be returned for the current user. The default is null. </returns> <param name="key"> A lookup key with which a <see cref="T:System.Web.SiteMapNode" /> is created. </param> </member> <member name="M:System.Web.SiteMapProvider.GetChildNodes(System.Web.SiteMapNode)"> <summary> When overridden in a derived class, retrieves the child nodes of a specific <see cref="T:System.Web.SiteMapNode" />. </summary> <returns> A read-only <see cref="T:System.Web.SiteMapNodeCollection" /> that contains the immediate child nodes of the specified <see cref="T:System.Web.SiteMapNode" />; otherwise, null or an empty collection, if no child nodes exist. </returns> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> for which to retrieve all child nodes. </param> </member> <member name="M:System.Web.SiteMapProvider.GetCurrentNodeAndHintAncestorNodes(System.Int32)"> <summary> Provides an optimized lookup method for site map providers when retrieving the node for the currently requested page and fetching the parent and ancestor site map nodes for the current page. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the currently requested page; otherwise, null, if the <see cref="T:System.Web.SiteMapNode" /> is not found or cannot be returned for the current user. </returns> <param name="upLevel"> The number of ancestor site map node generations to get. A value of -1 indicates that all ancestors might be retrieved and cached by the provider. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="upLevel" /> is less than -1. </exception> </member> <member name="M:System.Web.SiteMapProvider.GetCurrentNodeAndHintNeighborhoodNodes(System.Int32,System.Int32)"> <summary> Provides an optimized lookup method for site map providers when retrieving the node for the currently requested page and fetching the site map nodes in the proximity of the current node. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the currently requested page; otherwise, null, if the <see cref="T:System.Web.SiteMapNode" /> is not found or cannot be returned for the current user. </returns> <param name="upLevel"> The number of ancestor <see cref="T:System.Web.SiteMapNode" /> generations to fetch. 0 indicates no ancestor nodes are retrieved and -1 indicates that all ancestors might be retrieved and cached by the provider. </param> <param name="downLevel"> The number of child <see cref="T:System.Web.SiteMapNode" /> generations to fetch. 0 indicates no descendant nodes are retrieved and a -1 indicates that all descendant nodes might be retrieved and cached by the provider. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="upLevel" /> or <paramref name="downLevel" /> is less than -1. </exception> </member> <member name="M:System.Web.SiteMapProvider.GetParentNode(System.Web.SiteMapNode)"> <summary> When overridden in a derived class, retrieves the parent node of a specific <see cref="T:System.Web.SiteMapNode" /> object. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the parent of <paramref name="node" />; otherwise, null, if the <see cref="T:System.Web.SiteMapNode" /> has no parent or security trimming is enabled and the parent node is not accessible to the current user. Note:<see cref="M:System.Web.SiteMapProvider.GetParentNode(System.Web.SiteMapNode)" /> might also return null if the parent node belongs to a different provider. In this case, use the <see cref="P:System.Web.SiteMapNode.ParentNode" /> property of <paramref name="node" /> instead. </returns> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> for which to retrieve the parent node. </param> </member> <member name="M:System.Web.SiteMapProvider.GetParentNodeRelativeToCurrentNodeAndHintDownFromParent(System.Int32,System.Int32)"> <summary> Provides an optimized lookup method for site map providers when retrieving an ancestor node for the currently requested page and fetching the descendant nodes for the ancestor. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents an ancestor <see cref="T:System.Web.SiteMapNode" /> of the currently requested page; otherwise, null, if the current or ancestor <see cref="T:System.Web.SiteMapNode" /> is not found or cannot be returned for the current user. </returns> <param name="walkupLevels"> The number of ancestor node levels to traverse when retrieving the requested ancestor node. </param> <param name="relativeDepthFromWalkup"> The number of descendant node levels to retrieve from the target ancestor node. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="walkupLevels" /> or <paramref name="relativeDepthFromWalkup" /> is less than 0. </exception> </member> <member name="M:System.Web.SiteMapProvider.GetParentNodeRelativeToNodeAndHintDownFromParent(System.Web.SiteMapNode,System.Int32,System.Int32)"> <summary> Provides an optimized lookup method for site map providers when retrieving an ancestor node for the specified <see cref="T:System.Web.SiteMapNode" /> object and fetching its child nodes. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents an ancestor of <paramref name="node" />; otherwise, null, if the current or ancestor <see cref="T:System.Web.SiteMapNode" /> is not found or cannot be returned for the current user. </returns> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> that acts as a reference point for <paramref name="walkupLevels" /> and <paramref name="relativeDepthFromWalkup" />. </param> <param name="walkupLevels"> The number of ancestor node levels to traverse when retrieving the requested ancestor node. </param> <param name="relativeDepthFromWalkup"> The number of descendant node levels to retrieve from the target ancestor node. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The value specified for <paramref name="walkupLevels" /> or <paramref name="relativeDepthFromWalkup" /> is less than 0. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> is null. </exception> </member> <member name="M:System.Web.SiteMapProvider.GetRootNodeCore"> <summary> When overridden in a derived class, retrieves the root node of all the nodes that are currently managed by the current provider. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the root node of the set of nodes that the current provider manages. </returns> </member> <member name="M:System.Web.SiteMapProvider.GetRootNodeCoreFromProvider(System.Web.SiteMapProvider)"> <summary> Retrieves the root node of all the nodes that are currently managed by the specified site map provider. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the root node of the set of nodes that is managed by <paramref name="provider" />. </returns> <param name="provider"> The provider that calls the <see cref="M:System.Web.SiteMapProvider.GetRootNodeCore" />. </param> </member> <member name="M:System.Web.SiteMapProvider.HintAncestorNodes(System.Web.SiteMapNode,System.Int32)"> <summary> Provides a method that site map providers can override to perform an optimized retrieval of one or more levels of parent and ancestor nodes, relative to the specified <see cref="T:System.Web.SiteMapNode" /> object. </summary> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> that acts as a reference point for <paramref name="upLevel" />. </param> <param name="upLevel"> The number of ancestor <see cref="T:System.Web.SiteMapNode" /> generations to fetch. 0 indicates no ancestor nodes are retrieved and -1 indicates that all ancestors might be retrieved and cached. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="upLevel" /> is less than -1. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> is null. </exception> </member> <member name="M:System.Web.SiteMapProvider.HintNeighborhoodNodes(System.Web.SiteMapNode,System.Int32,System.Int32)"> <summary> Provides a method that site map providers can override to perform an optimized retrieval of nodes found in the proximity of the specified node. </summary> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> that acts as a reference point for <paramref name="upLevel" />. </param> <param name="upLevel"> The number of ancestor <see cref="T:System.Web.SiteMapNode" /> generations to fetch. 0 indicates no ancestor nodes are retrieved and -1 indicates that all ancestors (and their descendant nodes to the level of <paramref name="node" />) might be retrieved and cached. </param> <param name="downLevel"> The number of descendant <see cref="T:System.Web.SiteMapNode" /> generations to fetch. 0 indicates no descendant nodes are retrieved and -1 indicates that all descendant nodes might be retrieved and cached. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="upLevel" /> or <paramref name="downLevel" /> is less than -1. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> is null. </exception> </member> <member name="M:System.Web.SiteMapProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes the <see cref="T:System.Web.SiteMapProvider" /> implementation, including any resources that are needed to load site map data from persistent storage. </summary> <param name="name"> The <see cref="P:System.Configuration.Provider.ProviderBase.Name" /> of the provider to initialize. </param> <param name="attributes"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that can contain additional attributes to help initialize the provider. These attributes are read from the site map provider configuration in the Web.config file. </param> </member> <member name="M:System.Web.SiteMapProvider.IsAccessibleToUser(System.Web.HttpContext,System.Web.SiteMapNode)"> <summary> Retrieves a Boolean value indicating whether the specified <see cref="T:System.Web.SiteMapNode" /> object can be viewed by the user in the specified context. </summary> <returns>true if security trimming is enabled and <paramref name="node" /> can be viewed by the user or security trimming is not enabled; otherwise, false. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> that contains user information. </param> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> that is requested by the user. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="context" /> is null. - or - <paramref name="node" /> is null. </exception> </member> <member name="P:System.Web.SiteMapProvider.ParentProvider"> <summary> Gets or sets the parent <see cref="T:System.Web.SiteMapProvider" /> object of the current provider. </summary> <returns> The parent provider of the current <see cref="T:System.Web.SiteMapProvider" />. </returns> </member> <member name="M:System.Web.SiteMapProvider.RemoveNode(System.Web.SiteMapNode)"> <summary> Removes the specified <see cref="T:System.Web.SiteMapNode" /> object from the node collection that is maintained by the site map provider. </summary> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> to remove from the node collection maintained by the provider. </param> <exception cref="T:System.NotImplementedException"> In all cases. </exception> </member> <member name="M:System.Web.SiteMapProvider.ResolveSiteMapNode(System.Web.HttpContext)"> <summary> Raises the <see cref="E:System.Web.SiteMapProvider.SiteMapResolve" /> event. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> provided by the event handler delegate that is registered to handle the event or, if more than one delegate is registered to handle the event, the return value of the last delegate in the delegate chain; otherwise, null. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for which the site map currently exists. </param> </member> <member name="P:System.Web.SiteMapProvider.ResourceKey"> <summary> Get or sets the resource key that is used for localizing <see cref="T:System.Web.SiteMapNode" /> attributes. </summary> <returns> A string containing the resource key name. </returns> </member> <member name="P:System.Web.SiteMapProvider.RootNode"> <summary> Gets the root <see cref="T:System.Web.SiteMapNode" /> object of the site map data that the current provider represents. </summary> <returns> The root <see cref="T:System.Web.SiteMapNode" /> of the current site map data provider. The default implementation performs security trimming on the returned node. </returns> </member> <member name="P:System.Web.SiteMapProvider.RootProvider"> <summary> Gets the root <see cref="T:System.Web.SiteMapProvider" /> object in the current provider hierarchy. </summary> <returns> An <see cref="T:System.Web.SiteMapProvider" /> that is the top-level site map provider in the provider hierarchy that the current provider belongs to. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> There is a circular reference to the current site map provider. </exception> </member> <member name="P:System.Web.SiteMapProvider.SecurityTrimmingEnabled"> <summary> Gets a Boolean value indicating whether a site map provider filters site map nodes based on a user's role. </summary> <returns>true if the provider is configured to filter nodes based on role; otherwise, false. </returns> </member> <member name="E:System.Web.SiteMapProvider.SiteMapResolve"> <summary> Occurs when the <see cref="P:System.Web.SiteMapProvider.CurrentNode" /> property is called. </summary> </member> <member name="T:System.Web.SiteMapProviderCollection"> <summary> Used by the <see cref="T:System.Web.SiteMap" /> class to track the set of <see cref="T:System.Web.SiteMapProvider" /> objects that are available to the <see cref="T:System.Web.SiteMap" /> during site map initialization. This class cannot be inherited. </summary> </member> <member name="M:System.Web.SiteMapProviderCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapProviderCollection" /> class. </summary> </member> <member name="M:System.Web.SiteMapProviderCollection.Add(System.Configuration.Provider.ProviderBase)"> <summary> Adds a <see cref="T:System.Web.SiteMapProvider" /> to the provider collection using the <see cref="P:System.Configuration.Provider.ProviderBase.Name" /> property as the key. </summary> <param name="provider"> The <see cref="T:System.Web.SiteMapProvider" /> to add. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="P:System.Configuration.Provider.ProviderBase.Name" /> of the <see cref="T:System.Web.SiteMapProvider" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="provider" /> is not an instance of the <see cref="T:System.Web.SiteMapProvider" /> class. - or - A <see cref="T:System.Web.SiteMapProvider" /> with the same name already exists in the <see cref="T:System.Web.SiteMapProviderCollection" />. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapProviderCollection" /> is read-only. </exception> </member> <member name="M:System.Web.SiteMapProviderCollection.Add(System.Web.SiteMapProvider)"> <summary> Adds a <see cref="T:System.Web.SiteMapProvider" /> object to the provider collection using the <see cref="P:System.Configuration.Provider.ProviderBase.Name" /> property as the key. </summary> <param name="provider"> The <see cref="T:System.Web.SiteMapProvider" /> to add. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="provider" /> is null. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapProviderCollection" /> is read-only. </exception> <exception cref="T:System.ArgumentException"> A <see cref="T:System.Web.SiteMapProvider" /> with the same name already exists in the <see cref="T:System.Web.SiteMapProviderCollection" />. </exception> </member> <member name="M:System.Web.SiteMapProviderCollection.AddArray(System.Web.SiteMapProvider[])"> <summary> Adds an array of <see cref="T:System.Web.SiteMapProvider" /> objects into the provider collection using the <see cref="P:System.Configuration.Provider.ProviderBase.Name" /> properties as keys. </summary> <param name="providerArray"> The array of <see cref="T:System.Web.SiteMapProvider" /> objects to add. </param> <exception cref="T:System.ArgumentException"> A <see cref="T:System.Web.SiteMapProvider" /> with the same name already exists in the <see cref="T:System.Web.SiteMapProviderCollection" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="providerArray" /> is null. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.SiteMapProviderCollection" /> is read-only. </exception> </member> <member name="P:System.Web.SiteMapProviderCollection.Item(System.String)"> <summary> Gets a <see cref="T:System.Web.SiteMapProvider" /> object with a specific name from the provider collection. </summary> <returns> A <see cref="T:System.Web.SiteMapProvider" /> that represents a <see cref="T:System.Web.SiteMapProviderCollection" /> element. </returns> <param name="name"> The name of the <see cref="T:System.Web.SiteMapProvider" /> to find. </param> </member> <member name="T:System.Web.SiteMapResolveEventArgs"> <summary> Provides data for an event that is raised by calling the <see cref="P:System.Web.SiteMapProvider.CurrentNode" /> property of the <see cref="T:System.Web.SiteMapProvider" /> class. </summary> </member> <member name="M:System.Web.SiteMapResolveEventArgs.#ctor(System.Web.HttpContext,System.Web.SiteMapProvider)"> <summary> Initializes a new instance of the <see cref="T:System.Web.SiteMapResolveEventArgs" /> class using the specified <see cref="T:System.Web.HttpContext" /> and <see cref="T:System.Web.SiteMapProvider" /> objects. </summary> <param name="context"> An <see cref="T:System.Web.HttpContext" /> that represents the context of the current page request. </param> <param name="provider"> The <see cref="T:System.Web.SiteMapProvider" /> that raised the <see cref="E:System.Web.SiteMapProvider.SiteMapResolve" /> event. </param> </member> <member name="P:System.Web.SiteMapResolveEventArgs.Context"> <summary> Gets the context of the page request that the requested node represents. </summary> <returns> An <see cref="T:System.Web.HttpContext" />, if one is specified; otherwise, null. </returns> </member> <member name="P:System.Web.SiteMapResolveEventArgs.Provider"> <summary> Gets the <see cref="T:System.Web.SiteMapProvider" /> object that raised the <see cref="E:System.Web.SiteMapProvider.SiteMapResolve" /> event. </summary> <returns> The <see cref="T:System.Web.SiteMapProvider" /> that raised the event; otherwise, null, if no provider is specified during the EventArgs object construction. </returns> </member> <member name="T:System.Web.SiteMapResolveEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.SiteMapProvider.SiteMapResolve" /> event of a specific instance of the <see cref="T:System.Web.SiteMapProvider" /> or static <see cref="T:System.Web.SiteMap" /> class. </summary> <returns> The <see cref="T:System.Web.SiteMapNode" /> that represents the result of the <see cref="T:System.Web.SiteMapResolveEventHandler" /> operation. </returns> <param name="sender"> The source of the event, an instance of the <see cref="T:System.Web.SiteMapProvider" /> class. </param> <param name="e"> A <see cref="T:System.Web.SiteMapResolveEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.StaticSiteMapProvider"> <summary> Serves as a partial implementation of the abstract <see cref="T:System.Web.SiteMapProvider" /> class and serves as a base class for the <see cref="T:System.Web.XmlSiteMapProvider" /> class, which is the default site map provider in ASP.NET. </summary> </member> <member name="M:System.Web.StaticSiteMapProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.StaticSiteMapProvider" /> class. </summary> </member> <member name="M:System.Web.StaticSiteMapProvider.AddNode(System.Web.SiteMapNode,System.Web.SiteMapNode)"> <summary> Adds a <see cref="T:System.Web.SiteMapNode" /> to the collections that are maintained by the site map provider and establishes a parent/child relationship between the <see cref="T:System.Web.SiteMapNode" /> objects. </summary> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> to add to the site map provider. </param> <param name="parentNode"> The <see cref="T:System.Web.SiteMapNode" /> under which to add <paramref name="node" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.SiteMapNode.Url" /> or <see cref="P:System.Web.SiteMapNode.Key" /> is already registered with the <see cref="T:System.Web.StaticSiteMapProvider" />. A site map node must be made up of pages with unique URLs or keys. </exception> </member> <member name="M:System.Web.StaticSiteMapProvider.BuildSiteMap"> <summary> When overridden in a derived class, loads the site map information from persistent storage and builds it in memory. </summary> <returns> The root <see cref="T:System.Web.SiteMapNode" /> of the site map navigation structure. </returns> </member> <member name="M:System.Web.StaticSiteMapProvider.Clear"> <summary> Removes all elements in the collections of child and parent site map nodes that the <see cref="T:System.Web.StaticSiteMapProvider" /> tracks as part of its state. </summary> </member> <member name="M:System.Web.StaticSiteMapProvider.FindSiteMapNode(System.String)"> <summary> Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the page at the specified URL. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the page identified by <paramref name="rawURL" />; otherwise, null, if no corresponding site map node is found. </returns> <param name="rawUrl"> A URL that identifies the page for which to retrieve a <see cref="T:System.Web.SiteMapNode" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="rawURL" /> is null. </exception> </member> <member name="M:System.Web.StaticSiteMapProvider.FindSiteMapNodeFromKey(System.String)"> <summary> Retrieves a <see cref="T:System.Web.SiteMapNode" /> object based on a specified key. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the page identified by <paramref name="key" />; otherwise, null, if security trimming is enabled and the site map node cannot be shown to the current user or the site map node is not found in the site map node collection by <paramref name="key" />. </returns> <param name="key"> A lookup key with which a <see cref="T:System.Web.SiteMapNode" /> is created. </param> </member> <member name="M:System.Web.StaticSiteMapProvider.GetChildNodes(System.Web.SiteMapNode)"> <summary> Retrieves the child site map nodes of a specific <see cref="T:System.Web.SiteMapNode" /> object. </summary> <returns> A read-only <see cref="T:System.Web.SiteMapNodeCollection" /> that contains the child site map nodes of <paramref name="node" />. If security trimming is enabled, the collection contains only site map nodes that the user is permitted to see. </returns> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> for which to retrieve all child site map nodes. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> is null. </exception> </member> <member name="M:System.Web.StaticSiteMapProvider.GetParentNode(System.Web.SiteMapNode)"> <summary> Retrieves the parent site map node of a specific <see cref="T:System.Web.SiteMapNode" /> object. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the parent of the specified <see cref="T:System.Web.SiteMapNode" />; otherwise, null, if no parent site map node exists or the user is not permitted to see the parent site map node. </returns> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> for which to retrieve the parent site map node. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> is null. </exception> </member> <member name="M:System.Web.StaticSiteMapProvider.RemoveNode(System.Web.SiteMapNode)"> <summary> Removes the specified <see cref="T:System.Web.SiteMapNode" /> object from all site map node collections that are tracked by the site map provider. </summary> <param name="node"> The site map node to remove from the site map node collections. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> is null. </exception> </member> <member name="T:System.Web.TraceContext"> <summary> Captures and presents execution details about a Web request. This class cannot be inherited. </summary> </member> <member name="M:System.Web.TraceContext.#ctor(System.Web.HttpContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.TraceContext" /> class. </summary> <param name="context"> An <see cref="T:System.Web.HttpContext" /> that contains information about the current Web request. </param> </member> <member name="P:System.Web.TraceContext.IsEnabled"> <summary> Gets or sets a value indicating whether tracing is enabled for the current Web request. </summary> <returns>true if tracing is enabled; otherwise, false. </returns> </member> <member name="E:System.Web.TraceContext.TraceFinished"> <summary> Raised by the <see cref="T:System.Web.TraceContext" /> object to expose trace messages after all request information is gathered. </summary> </member> <member name="P:System.Web.TraceContext.TraceMode"> <summary> Gets or sets the sorted order in which trace messages should be output to a requesting browser. </summary> <returns> One of the <see cref="T:System.Web.TraceMode" /> enumeration values. The default is the setting specified by the traceMode attribute in the trace section of a configuration file, whose default is SortByTime. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.TraceMode" /> enumeration values. </exception> </member> <member name="M:System.Web.TraceContext.Warn(System.String)"> <summary> Writes a trace message to the trace log. All warnings appear in the log as red text. </summary> <param name="message"> The trace message to write to the log. </param> </member> <member name="M:System.Web.TraceContext.Warn(System.String,System.String)"> <summary> Writes trace information to the trace log, including any user-defined categories and trace messages. All warnings appear in the log as red text. </summary> <param name="category"> The trace category that receives the message. </param> <param name="message"> The trace message to write to the log. </param> </member> <member name="M:System.Web.TraceContext.Warn(System.String,System.String,System.Exception)"> <summary> Writes trace information to the trace log, including any user-defined categories, trace messages, and error information. All warnings appear in the log as red text. </summary> <param name="category"> The trace category that receives the message. </param> <param name="message"> The trace message to write to the log. </param> <param name="errorInfo"> An <see cref="T:System.Exception" /> that contains information about the error. </param> </member> <member name="M:System.Web.TraceContext.Write(System.String)"> <summary> Writes a trace message to the trace log. </summary> <param name="message"> The trace message to write to the log. </param> </member> <member name="M:System.Web.TraceContext.Write(System.String,System.String)"> <summary> Writes trace information to the trace log, including a message and any user-defined categories. </summary> <param name="category"> The trace category that receives the message. </param> <param name="message"> The trace message to write to the log. </param> </member> <member name="M:System.Web.TraceContext.Write(System.String,System.String,System.Exception)"> <summary> Writes trace information to the trace log, including any user-defined categories, trace messages, and error information. </summary> <param name="category"> The trace category that receives the message. </param> <param name="message"> The trace message to write to the log. </param> <param name="errorInfo"> An <see cref="T:System.Exception" /> that contains information about the error. </param> </member> <member name="T:System.Web.TraceContextEventArgs"> <summary> Provides a collection of trace records to any method that handles the <see cref="E:System.Web.TraceContext.TraceFinished" /> event. This class cannot be inherited. </summary> </member> <member name="M:System.Web.TraceContextEventArgs.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.TraceContextEventArgs" /> class, using the provided collection of trace records. </summary> <param name="records"> A collection of <see cref="T:System.Web.TraceContextRecord" /> objects that represent all the trace records logged for the current request. </param> </member> <member name="P:System.Web.TraceContextEventArgs.TraceRecords"> <summary> Gets a collection of <see cref="T:System.Web.TraceContextRecord" /> messages that are associated with the current request. </summary> <returns> A collection of trace records that are associated with the current request. </returns> </member> <member name="T:System.Web.TraceContextEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.TraceContext.TraceFinished" /> event of a <see cref="T:System.Web.TraceContext" /> object. </summary> <param name="sender"> The event source (the <see cref="T:System.Web.TraceContext" />). </param> <param name="e"> A <see cref="T:System.Web.TraceContextEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.TraceContextRecord"> <summary> Represents an ASP.NET trace message and any associated data. </summary> </member> <member name="M:System.Web.TraceContextRecord.#ctor(System.String,System.String,System.Boolean,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.TraceContextRecord" /> class. </summary> <param name="category"> The trace category that receives the message. </param> <param name="msg"> The trace message. </param> <param name="isWarning">true if the method associated with the <see cref="T:System.Web.TraceContextRecord" /> is the <see cref="Overload:System.Web.TraceContext.Warn" /> method; false if the tracing method is the <see cref="Overload:System.Web.TraceContext.Write" /> method. </param> <param name="errorInfo"> A <see cref="T:System.Exception" /> object that contains additional error information. </param> </member> <member name="P:System.Web.TraceContextRecord.Category"> <summary> Gets the user-defined category for the trace record. </summary> <returns> A string that represents a category for the trace record. </returns> </member> <member name="P:System.Web.TraceContextRecord.ErrorInfo"> <summary> Gets the <see cref="T:System.Exception" /> associated with the trace record, if one is available. </summary> <returns> A <see cref="T:System.Exception" /> associated with the trace record, if one exists, or null. </returns> </member> <member name="P:System.Web.TraceContextRecord.IsWarning"> <summary> Gets a value indicating whether the trace record is associated with a <see cref="Overload:System.Web.TraceContext.Warn" /> method call. </summary> <returns>true if the <see cref="T:System.Web.TraceContextRecord" /> is associated with the <see cref="Overload:System.Web.TraceContext.Warn" /> method call; otherwise, false. </returns> </member> <member name="P:System.Web.TraceContextRecord.Message"> <summary> Gets the user-defined trace message. </summary> <returns> A string that represents a message for the trace record. </returns> </member> <member name="T:System.Web.TraceMode"> <summary> Specifies in what order trace messages are emitted into the HTML output of a page. </summary> </member> <member name="F:System.Web.TraceMode.SortByTime"> <summary> Emit trace messages in the order they were processed. </summary> </member> <member name="F:System.Web.TraceMode.SortByCategory"> <summary> Emit trace messages alphabetically by category. </summary> </member> <member name="F:System.Web.TraceMode.Default"> <summary> Specifies the default value of the <see cref="P:System.Web.TraceContext.TraceMode" /> enumeration, which is <see cref="F:System.Web.TraceMode.SortByTime" />. </summary> </member> <member name="T:System.Web.VirtualPathUtility"> <summary> Provides utility methods for common virtual path operations. </summary> </member> <member name="M:System.Web.VirtualPathUtility.AppendTrailingSlash(System.String)"> <summary> Appends the literal slash mark (/) to the end of the virtual path, if one does not already exist. </summary> <returns> The modified virtual path. </returns> <param name="virtualPath"> The virtual path to append the slash mark to. </param> </member> <member name="M:System.Web.VirtualPathUtility.Combine(System.String,System.String)"> <summary> Combines a base path and a relative path. </summary> <returns> The combined <paramref name="basePath" /> and <paramref name="relativePath" />. </returns> <param name="basePath"> The base path. </param> <param name="relativePath"> The relative path. </param> <exception cref="T:System.Web.HttpException"> <paramref name="relativePath" /> is a physical path. -or- <paramref name="relativePath" /> includes one or more colons. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="relativePath" /> is null or an empty string. -or- <paramref name="basePath" /> is null or an empty string. </exception> </member> <member name="M:System.Web.VirtualPathUtility.GetDirectory(System.String)"> <summary> Returns the directory portion of a virtual path. </summary> <returns> The directory referenced in the virtual path. </returns> <param name="virtualPath"> The virtual path. </param> <exception cref="T:System.ArgumentException"> <paramref name="virtualPath" /> is not rooted. - or - <paramref name="virtualPath" /> is null or an empty string. </exception> </member> <member name="M:System.Web.VirtualPathUtility.GetExtension(System.String)"> <summary> Retrieves the extension of the file that is referenced in the virtual path. </summary> <returns> The file name extension string literal, including the period (.), null, or an empty string (""). </returns> <param name="virtualPath"> The virtual path. </param> <exception cref="T:System.ArgumentException"> <paramref name="virtualPath" /> contains one or more characters that are not valid, as defined in <see cref="F:System.IO.Path.InvalidPathChars" />. </exception> </member> <member name="M:System.Web.VirtualPathUtility.GetFileName(System.String)"> <summary> Retrieves the file name of the file that is referenced in the virtual path. </summary> <returns> The file name literal after the last directory character in <paramref name="virtualPath" />; otherwise, an empty string (""), if the last character of <paramref name="virtualPath" /> is a directory or volume separator character. </returns> <param name="virtualPath"> The virtual path. </param> <exception cref="T:System.ArgumentException"> <paramref name="virtualPath" /> contains one or more characters that are not valid, as defined in <see cref="F:System.IO.Path.InvalidPathChars" />. </exception> </member> <member name="M:System.Web.VirtualPathUtility.IsAbsolute(System.String)"> <summary> Returns a Boolean value indicating whether the specified virtual path is absolute; that is, it starts with a literal slash mark (/). </summary> <returns>true if <paramref name="virtualPath" /> is an absolute path and is not null or an empty string (""); otherwise, false. </returns> <param name="virtualPath"> The virtual path to check. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.VirtualPathUtility.IsAppRelative(System.String)"> <summary> Returns a Boolean value indicating whether the specified virtual path is relative to the application. </summary> <returns>true if <paramref name="virtualPath" /> is relative to the application; otherwise, false. </returns> <param name="virtualPath"> The virtual path to check. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.VirtualPathUtility.MakeRelative(System.String,System.String)"> <summary> Returns the relative virtual path from one virtual path containing the root operator (the tilde [~]) to another. </summary> <returns> The relative virtual path from <paramref name="fromPath" /> to <paramref name="toPath" />. </returns> <param name="fromPath"> The starting virtual path to return the relative virtual path from. </param> <param name="toPath"> The ending virtual path to return the relative virtual path to. </param> <exception cref="T:System.ArgumentException"> <paramref name="fromPath" /> is not rooted. - or - <paramref name="toPath" /> is not rooted. </exception> </member> <member name="M:System.Web.VirtualPathUtility.RemoveTrailingSlash(System.String)"> <summary> Removes a trailing slash mark (/) from a virtual path. </summary> <returns> A virtual path without a trailing slash mark, if the virtual path is not already the root directory ("/"); otherwise, null. </returns> <param name="virtualPath"> The virtual path to remove any trailing slash mark from. </param> </member> <member name="M:System.Web.VirtualPathUtility.ToAbsolute(System.String)"> <summary> Converts a virtual path to an application absolute path. </summary> <returns> The absolute path representation of the specified virtual path. </returns> <param name="virtualPath"> The virtual path to convert to an application-relative path. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="virtualPath" /> is not rooted. </exception> <exception cref="T:System.Web.HttpException"> A leading double period (..) is used to exit above the top directory. </exception> </member> <member name="M:System.Web.VirtualPathUtility.ToAbsolute(System.String,System.String)"> <summary> Converts a virtual path to an application absolute path using the specified application path. </summary> <returns> The absolute virtual path representation of <paramref name="virtualPath" />. </returns> <param name="virtualPath"> The virtual path to convert to an application-relative path. </param> <param name="applicationPath"> The application path to use to convert <paramref name="virtualPath" /> to a relative path. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="applicationPath" /> is not rooted. </exception> <exception cref="T:System.Web.HttpException"> A leading double period (..) is used in the application path to exit above the top directory. </exception> </member> <member name="M:System.Web.VirtualPathUtility.ToAppRelative(System.String)"> <summary> Converts a virtual path to an application-relative path using the application virtual path that is in the <see cref="P:System.Web.HttpRuntime.AppDomainAppVirtualPath" /> property. </summary> <returns> The application-relative path representation of <paramref name="virtualPath" />. </returns> <param name="virtualPath"> The virtual path to convert to an application-relative path. </param> <exception cref="T:System.ArgumentException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.VirtualPathUtility.ToAppRelative(System.String,System.String)"> <summary> Converts a virtual path to an application-relative path using a specified application path. </summary> <returns> The application-relative path representation of <paramref name="virtualPath" />. </returns> <param name="virtualPath"> The virtual path to convert to an application-relative path. </param> <param name="applicationPath"> The application path to use to convert <paramref name="virtualPath" /> to a relative path. </param> </member> <member name="T:System.Web.WebPageTraceListener"> <summary> Provides a listener that directs <see cref="T:System.Diagnostics.Trace" /> messages to ASP.NET Web page outputs. </summary> </member> <member name="M:System.Web.WebPageTraceListener.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.WebPageTraceListener" /> class. </summary> </member> <member name="M:System.Web.WebPageTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)"> <summary> Writes an event message to a Web page or to the ASP.NET trace viewer using the specified system and event data. </summary> <param name="eventCache"> A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process and thread IDs and stack trace information. </param> <param name="source"> A category name used to organize the output. </param> <param name="severity"> One of the <see cref="T:System.Diagnostics.TraceEventType" /> values. </param> <param name="id"> A numeric identifier for the event. </param> <param name="message"> A message to write. </param> </member> <member name="M:System.Web.WebPageTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])"> <summary> Writes a localized event message to a Web page or to the ASP.NET trace viewer using the specified system and event data. </summary> <param name="eventCache"> A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process and thread IDs and stack trace information. </param> <param name="source"> A category name used to organize the output. </param> <param name="severity"> One of the <see cref="T:System.Diagnostics.TraceEventType" /> values. </param> <param name="id"> A numeric identifier for the event. </param> <param name="format"> A format string that contains zero or more format items, which correspond to objects in <paramref name="args" />. </param> <param name="args"> An array of zero or more objects to format. </param> </member> <member name="M:System.Web.WebPageTraceListener.Write(System.String)"> <summary> Writes a message to a Web page or to the ASP.NET trace viewer. </summary> <param name="message"> The message to write. </param> </member> <member name="M:System.Web.WebPageTraceListener.Write(System.String,System.String)"> <summary> Writes a category name and a message to a Web page or to the ASP.NET trace viewer. </summary> <param name="message"> The message to write. </param> <param name="category"> A category name used to organize the output. </param> </member> <member name="M:System.Web.WebPageTraceListener.WriteLine(System.String)"> <summary> Writes a message to a Web page or to the ASP.NET trace viewer. </summary> <param name="message"> The message to write. </param> </member> <member name="M:System.Web.WebPageTraceListener.WriteLine(System.String,System.String)"> <summary> Writes a category name and a message to a Web page or to the ASP.NET trace viewer. </summary> <param name="message"> The message to write. </param> <param name="category"> A category name used to organize the output. </param> </member> <member name="T:System.Web.XmlSiteMapProvider"> <summary> The <see cref="T:System.Web.XmlSiteMapProvider" /> class is derived from the <see cref="T:System.Web.SiteMapProvider" /> class and is the default site map provider for ASP.NET. The <see cref="T:System.Web.XmlSiteMapProvider" /> class generates site map trees from XML files with the file name extension .sitemap. </summary> </member> <member name="M:System.Web.XmlSiteMapProvider.#ctor"> <summary> Creates a new, unnamed, instance of the <see cref="T:System.Web.XmlSiteMapProvider" /> class. </summary> </member> <member name="M:System.Web.XmlSiteMapProvider.AddNode(System.Web.SiteMapNode,System.Web.SiteMapNode)"> <summary> Adds a <see cref="T:System.Web.SiteMapNode" /> object to the collections that are maintained by the current provider. </summary> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> to add to the provider. </param> <param name="parentNode"> The <see cref="T:System.Web.SiteMapNode" /> under which to add <paramref name="node" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> or <paramref name="parentNode" /> is null. </exception> <exception cref="T:System.ArgumentException"> The current <see cref="T:System.Web.XmlSiteMapProvider" /> is not the provider associated with <paramref name="node" />. </exception> <exception cref="T:System.InvalidOperationException"> A node with the same URL or key is already registered with the <see cref="T:System.Web.XmlSiteMapProvider" />. - or - A duplicate site map node has been encountered programmatically, such as when linking two site map providers. - or - <paramref name="node" /> is the root node of the <see cref="T:System.Web.XmlSiteMapProvider" />. </exception> </member> <member name="M:System.Web.XmlSiteMapProvider.AddProvider(System.String,System.Web.SiteMapNode)"> <summary> Links a child site map provider to the current provider. </summary> <param name="providerName"> The name of one of the <see cref="T:System.Web.SiteMapProvider" /> objects currently registered in the <see cref="P:System.Web.SiteMap.Providers" />. </param> <param name="parentNode"> A site map node of the current site map provider under which the root node and all nodes of the child provider is added. </param> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.SiteMapNode.Provider" /> property of the <paramref name="parentNode" /> does not reference the current provider. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="parentNode" /> is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="providerName" /> cannot be resolved. </exception> <exception cref="T:System.InvalidOperationException"> The site map file used by <paramref name="providerName" /> is already in use within the provider hierarchy. -or- The root node returned by <paramref name="providerName" /> is null. -or- The root node returned by <paramref name="providerName" /> has a URL or key that is already registered with the parent <see cref="T:System.Web.XmlSiteMapProvider" />. </exception> </member> <member name="M:System.Web.XmlSiteMapProvider.BuildSiteMap"> <summary> Loads the site map information from an XML file and builds it in memory. </summary> <returns> Returns the root <see cref="T:System.Web.SiteMapNode" /> of the site map navigation structure. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.XmlSiteMapProvider" /> was not initialized properly. - or - A siteMapFile is parsed for a <siteMapNode> that is not unique. - or - The file specified by the siteMapFile does not have the file name extension .sitemap. - or - The file specified by the siteMapFile does not exist. - or - A provider configured in the provider of a <siteMapNode> returns a null root node. </exception> <exception cref="T:System.ArgumentException"> The siteMapFile is specified but the path lies outside the current directory structure for the application. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> There is an error loading the configuration file. - or - The top element of the configuration file is not named <siteMap>. - or - More than one top node exists in the configuration file. - or - A child of the <siteMap> has a name other than <siteMapNode>. - or - An unexpected attribute is parsed for the <siteMapNode>. - or - Sub-elements are nested beneath a <siteMapNode> where the provider is set. - or - The roles of the <siteMapNode> contain characters that are not valid. - or - A url is parsed for a <siteMapNode> that is not unique. - or - A <see cref="T:System.Web.SiteMapNode" /> was encountered with a duplicate value for <see cref="P:System.Web.SiteMapNode.Key" />. - or - The <see cref="P:System.Web.SiteMapNode.ResourceKey" /> or <see cref="P:System.Web.SiteMapNode.Title" /> was specified on a <see cref="T:System.Web.SiteMapNode" /> or a custom attribute defined for the node contained an explicit resource expression. - or - An explicit resource expression was applied either to the <see cref="P:System.Web.SiteMapNode.Title" /> or <see cref="P:System.Web.SiteMapNode.Description" /> or to a custom attribute of a <see cref="T:System.Web.SiteMapNode" /> but the explicit information was not valid. - or - An error occurred while parsing the <see cref="P:System.Web.SiteMapNode.Url" /> of a <see cref="T:System.Web.SiteMapNode" />. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> A named provider cannot be found in the current site map providers collection. </exception> <exception cref="T:System.ArgumentNullException"> A <siteMapNode> referencing a site map file contains an empty string for the siteMapFile. </exception> <exception cref="T:System.Web.HttpException"> A siteMapFile of a <siteMapNode> uses a physical path. - or - An error occurred while attempting to parse the virtual path to the file specified in the siteMapFile. </exception> </member> <member name="M:System.Web.XmlSiteMapProvider.Clear"> <summary> Removes all elements in the collections of child and parent site map nodes and site map providers that the <see cref="T:System.Web.XmlSiteMapProvider" /> object internally tracks as part of its state. </summary> </member> <member name="M:System.Web.XmlSiteMapProvider.Dispose"> <summary> Notifies the file monitor of the Web.sitemap file that the <see cref="T:System.Web.XmlSiteMapProvider" /> object no longer requires the file to be monitored. </summary> </member> <member name="M:System.Web.XmlSiteMapProvider.Dispose(System.Boolean)"> <summary> Notifies the file monitor of the Web.sitemap file that the <see cref="T:System.Web.XmlSiteMapProvider" /> object no longer requires the file to be monitored. The <see cref="M:System.Web.XmlSiteMapProvider.Dispose(System.Boolean)" /> method takes a Boolean parameter indicating whether the method is called by user code. </summary> <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param> </member> <member name="M:System.Web.XmlSiteMapProvider.FindSiteMapNode(System.String)"> <summary> Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the page at the specified URL. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the page identified by <paramref name="rawURL" />. </returns> <param name="rawUrl"> A URL that identifies the page for which to retrieve a <see cref="T:System.Web.SiteMapNode" />. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> A child provider linked to the current site map provider returned a node that is not valid. </exception> </member> <member name="M:System.Web.XmlSiteMapProvider.FindSiteMapNodeFromKey(System.String)"> <summary> Retrieves a <see cref="T:System.Web.SiteMapNode" /> object based on a specified key. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the page identified by <paramref name="key" />; otherwise, null, if security trimming is enabled and the node cannot be shown to the current user or the node is not found by <paramref name="key" /> in the node collection. </returns> <param name="key"> A lookup key with which to search for a <see cref="T:System.Web.SiteMapNode" />. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> A child provider linked to the current site map provider returned a node that is not valid. </exception> </member> <member name="M:System.Web.XmlSiteMapProvider.GetRootNodeCore"> <summary> Retrieves the top-level node of the current site map data structure. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the top-level node in the current site map data structure. </returns> </member> <member name="M:System.Web.XmlSiteMapProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes the <see cref="T:System.Web.XmlSiteMapProvider" /> object. The <see cref="M:System.Web.XmlSiteMapProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)" /> method does not actually build a site map, it only prepares the state of the <see cref="T:System.Web.XmlSiteMapProvider" /> to do so. </summary> <param name="name"> The <see cref="T:System.Web.XmlSiteMapProvider" /> to initialize. </param> <param name="attributes"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that can contain additional attributes to help initialize <paramref name="name" />. These attributes are read from the <see cref="T:System.Web.XmlSiteMapProvider" /> configuration in the Web.config file. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.XmlSiteMapProvider" /> is initialized more than once. </exception> <exception cref="T:System.Web.HttpException"> A <see cref="T:System.Web.SiteMapNode" /> used a physical path to reference a site map file. - or - An error occurred while attempting to parse the virtual path supplied for the siteMapFile attribute. </exception> </member> <member name="M:System.Web.XmlSiteMapProvider.RemoveNode(System.Web.SiteMapNode)"> <summary> Removes the specified <see cref="T:System.Web.SiteMapNode" /> object from all node collections that are tracked by the provider. </summary> <param name="node"> The node to remove from the node collections. </param> <exception cref="T:System.InvalidOperationException"> <paramref name="node" /> is the root node of the site map provider that owns it. - or - <paramref name="node" /> is not managed by the provider or by a provider in the chain of parent providers for this provider. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="node" /> is null. </exception> </member> <member name="M:System.Web.XmlSiteMapProvider.RemoveProvider(System.String)"> <summary> Removes a linked child site map provider from the hierarchy for the current provider. </summary> <param name="providerName"> The name of one of the <see cref="T:System.Web.SiteMapProvider" /> objects currently registered in the <see cref="P:System.Web.SiteMap.Providers" />. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="providerName" /> cannot be resolved. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="providerName" /> is not a registered child provider of the current site map provider. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="providerName" /> is null. </exception> </member> <member name="P:System.Web.XmlSiteMapProvider.RootNode"> <summary> Gets the root node of the site map. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> that represents the root node of the site map; otherwise, null, if security trimming is enabled and the root node is not accessible to the current user. </returns> </member> <member name="M:System.Web.HttpApplication.AddOnLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.LogRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.LogRequest" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.LogRequest" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.LogRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.LogRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.LogRequest" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.LogRequest" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.LogRequest" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.LogRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.MapRequestHandler" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.MapRequestHandler" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.MapRequestHandler" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.MapRequestHandler" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.MapRequestHandler" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostLogRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostLogRequest" /> event handlers for the current request. </summary> <param name="bh"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostLogRequest" />. </param> <param name="eh"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostLogRequest" />. </param> </member> <member name="M:System.Web.HttpApplication.AddOnPostLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Adds the specified <see cref="E:System.Web.HttpApplication.PostLogRequest" /> event to the collection of asynchronous <see cref="E:System.Web.HttpApplication.PostLogRequest" /> event handlers for the current request. </summary> <param name="beginHandler"> The <see cref="T:System.Web.BeginEventHandler" /> that starts asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostLogRequest" />. </param> <param name="endHandler"> The <see cref="T:System.Web.EndEventHandler" /> that ends asynchronous processing of the <see cref="E:System.Web.HttpApplication.PostLogRequest" />. </param> <param name="state"> The associated state to add to the asynchronous <see cref="E:System.Web.HttpApplication.PostLoqRequest" />. </param> </member> <member name="E:System.Web.HttpApplication.LogRequest"> <summary> Occurs just before ASP.NET performs any logging for the current request. </summary> </member> <member name="E:System.Web.HttpApplication.MapRequestHandler"> <summary> Occurs when the handler is selected to respond to the request. </summary> </member> <member name="E:System.Web.HttpApplication.PostLogRequest"> <summary> Occurs when ASP.NET has completed processing all the event handlers for the <see cref="E:System.Web.HttpApplication.LogRequest" /> event. </summary> </member> <member name="P:System.Web.HttpCachePolicy.VaryByContentEncodings"> <summary> Gets the list of Content-Encoding headers that will be used to vary the output cache. </summary> <returns> An object that specifies which Content-Encoding headers are used to select the cached response. </returns> </member> <member name="T:System.Web.HttpCacheVaryByContentEncodings"> <summary> Provides a type-safe way to set the <see cref="P:System.Web.HttpCachePolicy.VaryByContentEncodings" /> property of the <see cref="T:System.Web.HttpCachePolicy" /> class. </summary> </member> <member name="P:System.Web.HttpCacheVaryByContentEncodings.Item(System.String)"> <summary> Gets or sets a value that indicates whether the cache varies according to the specified content encoding. </summary> <returns>true if the cache should vary by the specified content encoding; otherwise, false. </returns> <param name="contentEncoding"> The name of the content encoding. </param> <exception cref="T:System.ArgumentNullException"> The content encoding is null. </exception> </member> <member name="P:System.Web.HttpContext.CurrentNotification"> <summary> Gets a <see cref="T:System.Web.RequestNotification" /> value that indicates the current <see cref="T:System.Web.HttpApplication" /> event that is processing. </summary> <returns> One of the <see cref="T:System.Web.RequestNotification" /> values. </returns> <exception cref="T:System.PlatformNotSupportedException"> The operation requires integrated pipeline mode in IIS 7.0 and at least the .NET Framework version 3.0. </exception> </member> <member name="P:System.Web.HttpContext.IsPostNotification"> <summary> Gets a value that is the current processing point in the ASP.NET pipeline just after an <see cref="T:System.Web.HttpApplication" /> event has finished processing. </summary> <returns>true if custom errors are enabled; otherwise, false. </returns> <exception cref="T:System.PlatformNotSupportedException"> The operation requires the integrated pipeline mode in IIS 7.0 and at least the .NET Framework 3.0. </exception> </member> <member name="M:System.Web.HttpContext.RemapHandler(System.Web.IHttpHandler)"> <summary> Enables you to specify a handler for the request. </summary> <param name="handler"> The object that should process the request. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.HttpContext.RemapHandler(System.Web.IHttpHandler)" /> method was called after the <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event occurred. </exception> </member> <member name="M:System.Web.HttpResponse.DisableKernelCache"> <summary> Disables kernel caching for the current response. </summary> </member> <member name="P:System.Web.HttpResponse.Headers"> <summary> Gets the collection of response headers. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of response headers. </returns> <exception cref="T:System.PlatformNotSupportedException"> The operation requires the integrated pipeline mode in IIS 7.0 and at least the .NET Framework version 3.0. </exception> </member> <member name="P:System.Web.HttpResponse.SubStatusCode"> <summary> Gets or sets a value qualifying the status code of the response. </summary> <returns> An integer value that represents the IIS 7.0 substatus code. </returns> <exception cref="T:System.PlatformNotSupportedException"> The operation requires the integrated pipeline mode in IIS 7.0 and at least the .NET Framework version 3.0. </exception> <exception cref="T:System.Web.HttpException"> The status code is set after all HTTP headers have been sent. </exception> </member> <member name="M:System.Web.HttpResponse.TransmitFile(System.String,System.Int64,System.Int64)"> <summary> Writes the specified part of a file directly to an HTTP response output stream without buffering it in memory. </summary> <param name="filename"> The name of the file to write to the HTTP output. </param> <param name="offset"> The position in the file to begin to write to the HTTP output. </param> <param name="length"> The number of bytes to be transmitted. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="offset" /> parameter is less than zero. - or - The <paramref name="length" /> parameter is less than -1. - or - The <paramref name="length" /> parameter specifies a number of bytes that is greater than the number of bytes the file contains minus the offset. </exception> <exception cref="T:System.PlatformNotSupportedException"> The out-of-process worker request is not supported. - or - The response is not using an <see cref="T:System.Web.HttpWriter" /> object. </exception> </member> <member name="P:System.Web.HttpResponse.TrySkipIisCustomErrors"> <summary> Gets or sets a value that specifies whether IIS 7.0 custom errors are disabled. </summary> <returns>true to disable IIS custom errors; otherwise, false. </returns> </member> <member name="M:System.Web.HttpRuntime.GetNamedPermissionSet"> <summary> Returns the set of permissions associated with code groups. </summary> <returns> A <see cref="T:System.Security.NamedPermissionSet" /> object containing the names and descriptions of permissions, or null if none exists. </returns> </member> <member name="P:System.Web.HttpRuntime.UsingIntegratedPipeline"> <summary> Gets a value that indicates whether the current application is running in the integrated-pipeline mode of IIS 7.0. </summary> <returns>true if the application is running in integrated-pipeline mode; otherwise, false. </returns> </member> <member name="M:System.Web.HttpServerUtility.TransferRequest(System.String)"> <summary> Performs an asynchronous execution of the specified URL. </summary> <param name="path"> The URL path of the new page on the server to execute. </param> <exception cref="T:System.PlatformNotSupportedException"> The request requires the integrated pipeline mode of IIS 7.0. </exception> <exception cref="T:System.Web.HttpException"> The server is not available to handle the request. </exception> <exception cref="T:System.ArgumentNullException"> The <paramref name="path" /> parameter is null. </exception> </member> <member name="M:System.Web.HttpServerUtility.TransferRequest(System.String,System.Boolean)"> <summary> Performs an asynchronous execution of the specified URL and preserves query string parameters. </summary> <param name="path"> The URL path of the new page on the server to execute. </param> <param name="preserveForm">true to preserve the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections; false to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </param> <exception cref="T:System.PlatformNotSupportedException"> The request requires the integrated pipeline mode of IIS 7.0. </exception> <exception cref="T:System.Web.HttpException"> The server is not available to handle the request. </exception> <exception cref="T:System.ArgumentNullException"> The <paramref name="path" /> parameter is null. </exception> </member> <member name="M:System.Web.HttpServerUtility.TransferRequest(System.String,System.Boolean,System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Performs an asynchronous execution of the specified URL using the specified HTTP method and headers. </summary> <param name="path"> The URL path of the new page on the server to execute. </param> <param name="preserveForm">true to preserve the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections; false to clear the <see cref="P:System.Web.HttpRequest.QueryString" /> and <see cref="P:System.Web.HttpRequest.Form" /> collections. </param> <param name="method"> The HTTP method to use in the execution of the new request. </param> <param name="headers"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of request headers for the new request. </param> <exception cref="T:System.PlatformNotSupportedException"> The request requires IIS 7.0 running in integrated mode. </exception> <exception cref="T:System.Web.HttpException"> The server is not available to handle the request. </exception> <exception cref="T:System.ArgumentNullException"> The <paramref name="path" /> parameter is null. </exception> </member> <member name="M:System.Web.HttpWorkerRequest.SendCalculatedContentLength(System.Int64)"> <summary> Adds a Content-Length HTTP header to the response for message bodies that are greater than 2 GB. </summary> <param name="contentLength"> The length of the response, in bytes. </param> </member> <member name="T:System.Web.IisTraceListener"> <summary> Provides a listener that routes all tracing and debugging output to the IIS 7.0 infrastructure. </summary> </member> <member name="M:System.Web.IisTraceListener.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> </member> <member name="M:System.Web.IisTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)"> <summary> Writes trace information, a data object, and event information to the output of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> <param name="eventCache"> A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information. </param> <param name="source"> A name that identifies the output. This is typically the name of the application that generated the trace event. </param> <param name="eventType"> A <see cref="T:System.Diagnostics.TraceEventType" /> value that specifies the type of event that caused the trace. </param> <param name="id"> A numeric identifier for the event. </param> <param name="data"> The trace data to write. </param> </member> <member name="M:System.Web.IisTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])"> <summary> Writes trace information, an array of data objects, and event information to the output of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> <param name="eventCache"> A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information. </param> <param name="source"> A name that identifies the output. This is typically the name of the application that generated the trace event. </param> <param name="eventType"> A <see cref="T:System.Diagnostics.TraceEventType" /> value that specifies the type of event that caused the trace. </param> <param name="id"> A numeric identifier for the event. </param> <param name="data"> An array of objects to write as data. </param> </member> <member name="M:System.Web.IisTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)"> <summary> Writes trace and event information to the output of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> <param name="eventCache"> A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information. </param> <param name="source"> A name that identifies the output. This is typically the name of the application that generated the trace event. </param> <param name="severity"> A <see cref="T:System.Diagnostics.TraceEventType" /> value that specifies the type of event that caused the trace. </param> <param name="id"> A numeric identifier for the event. </param> <param name="message"> A message to write. </param> </member> <member name="M:System.Web.IisTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])"> <summary> Writes trace information, a formatted array of objects, and event information to the output of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> <param name="eventCache"> A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information. </param> <param name="source"> A name that identifies the output. This is typically the name of the application that generated the trace event. </param> <param name="severity"> A <see cref="T:System.Diagnostics.TraceEventType" /> value that specifies the type of event that caused the trace. </param> <param name="id"> A numeric identifier for the event. </param> <param name="format"> A format string that contains zero or more format items that correspond to objects in the <paramref name="args" /> array. </param> <param name="args"> An object array that contains zero or more objects to format. </param> </member> <member name="M:System.Web.IisTraceListener.Write(System.String)"> <summary> Writes the specified message to the output of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> <param name="message"> The message to write. </param> </member> <member name="M:System.Web.IisTraceListener.Write(System.String,System.String)"> <summary> Writes the specified message and the specified category name to the output of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> <param name="message"> The message to write. </param> <param name="category"> Ignored. The <see cref="T:System.Web.IisTraceListener" /> implementation of the <see cref="T:System.Diagnostics.TraceListener" /> class disregards the <paramref name="category" /> parameter. </param> </member> <member name="M:System.Web.IisTraceListener.WriteLine(System.String)"> <summary> Writes the specified message to the output of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> <param name="message"> The message to write. </param> </member> <member name="M:System.Web.IisTraceListener.WriteLine(System.String,System.String)"> <summary> Writes the specified message and category name to the output of the <see cref="T:System.Web.IisTraceListener" /> class. </summary> <param name="message"> The message to write. </param> <param name="category"> Ignored. The <see cref="T:System.Web.Iis7TraceListener" /> implementation of <see cref="T:System.Diagnostics.TraceListener" /> class disregards the <paramref name="category" /> parameter. </param> </member> <member name="T:System.Web.RequestNotification"> <summary> Indicates when events and other life-cycle events occur while a <see cref="T:System.Web.HttpApplication" /> request is being processed. </summary> </member> <member name="F:System.Web.RequestNotification.BeginRequest"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.BeginRequest" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.AuthenticateRequest"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.AuthenticateRequest" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.AuthorizeRequest"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.AuthorizeRequest" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.ResolveRequestCache"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.ResolveRequestCache" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.MapRequestHandler"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.MapRequestHandler" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.AcquireRequestState"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.AcquireRequestState" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.PreExecuteRequestHandler"> <summary> Indicates a point in the application life cycle just before the handler that processes the request is mapped. </summary> </member> <member name="F:System.Web.RequestNotification.ExecuteRequestHandler"> <summary> Indicates that the handler that is mapped to the requested resource is being invoked to process the request. </summary> </member> <member name="F:System.Web.RequestNotification.ReleaseRequestState"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.ReleaseRequestState" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.UpdateRequestCache"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.UpdateRequestCache" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.LogRequest"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.LogRequest" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.EndRequest"> <summary> Indicates that the <see cref="E:System.Web.HttpApplication.EndRequest" /> event was raised for the request and is processing. </summary> </member> <member name="F:System.Web.RequestNotification.SendResponse"> <summary> Indicates that processing of the request is complete and that the response is being sent. </summary> </member> <member name="T:System.Web.RequestNotificationStatus"> <summary> Specifies the state of a notification in the request pipeline. </summary> </member> <member name="F:System.Web.RequestNotificationStatus.Continue"> <summary> This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="F:System.Web.RequestNotificationStatus.Pending"> <summary> This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="F:System.Web.RequestNotificationStatus.FinishRequest"> <summary> This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="P:System.Web.HttpBrowserCapabilities.ActiveXControls"></member> <member name="P:System.Web.HttpBrowserCapabilities.AOL"></member> <member name="P:System.Web.HttpBrowserCapabilities.BackgroundSounds"></member> <member name="P:System.Web.HttpBrowserCapabilities.Beta"></member> <member name="P:System.Web.HttpBrowserCapabilities.Browser"></member> <member name="P:System.Web.HttpBrowserCapabilities.CDF"></member> <member name="P:System.Web.HttpBrowserCapabilities.ClrVersion"></member> <member name="P:System.Web.HttpBrowserCapabilities.Cookies"></member> <member name="P:System.Web.HttpBrowserCapabilities.Crawler"></member> <member name="P:System.Web.HttpBrowserCapabilities.EcmaScriptVersion"></member> <member name="P:System.Web.HttpBrowserCapabilities.Frames"></member> <member name="M:System.Web.HttpBrowserCapabilities.GetClrVersions"></member> <member name="P:System.Web.HttpBrowserCapabilities.JavaApplets"></member> <member name="P:System.Web.HttpBrowserCapabilities.JavaScript"></member> <member name="P:System.Web.HttpBrowserCapabilities.MajorVersion"></member> <member name="P:System.Web.HttpBrowserCapabilities.MinorVersion"></member> <member name="P:System.Web.HttpBrowserCapabilities.MSDomVersion"></member> <member name="P:System.Web.HttpBrowserCapabilities.Platform"></member> <member name="P:System.Web.HttpBrowserCapabilities.Tables"></member> <member name="P:System.Web.HttpBrowserCapabilities.TagWriter"></member> <member name="P:System.Web.HttpBrowserCapabilities.Type"></member> <member name="P:System.Web.HttpBrowserCapabilities.VBScript"></member> <member name="P:System.Web.HttpBrowserCapabilities.Version"></member> <member name="P:System.Web.HttpBrowserCapabilities.W3CDomVersion"></member> <member name="P:System.Web.HttpBrowserCapabilities.Win16"></member> <member name="P:System.Web.HttpBrowserCapabilities.Win32"></member> <member name="T:System.Web.Caching.AggregateCacheDependency"> <summary> Combines multiple dependencies between an item stored in an ASP.NET application's <see cref="T:System.Web.Caching.Cache" /> object and an array of <see cref="T:System.Web.Caching.CacheDependency" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Caching.AggregateCacheDependency.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.AggregateCacheDependency" /> class. </summary> </member> <member name="M:System.Web.Caching.AggregateCacheDependency.Add(System.Web.Caching.CacheDependency[])"> <summary> Adds an array of <see cref="T:System.Web.Caching.CacheDependency" /> objects to the <see cref="T:System.Web.Caching.AggregateCacheDependency" /> object. </summary> <param name="dependencies"> The array of <see cref="T:System.Web.Caching.CacheDependency" /> objects to add. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="dependencies" /> is null. - or - A <see cref="T:System.Web.Caching.CacheDependency" /> object in <paramref name="dependencies" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> A <see cref="T:System.Web.Caching.CacheDependency" /> object is referenced from more than one <see cref="T:System.Web.Caching.Cache" /> entry. </exception> </member> <member name="M:System.Web.Caching.AggregateCacheDependency.GetUniqueID"> <summary> Retrieves a unique identifier for the <see cref="T:System.Web.Caching.AggregateCacheDependency" /> object. </summary> <returns> The unique identifier for the <see cref="T:System.Web.Caching.AggregateCacheDependency" /> object. If one of the associated dependency objects does not have a unique identifier, the <see cref="M:System.Web.Caching.AggregateCacheDependency.GetUniqueId" /> method returns null. </returns> </member> <member name="T:System.Web.Caching.Cache"> <summary> Implements the cache for a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Caching.Cache.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.Cache" /> class. </summary> </member> <member name="M:System.Web.Caching.Cache.Add(System.String,System.Object,System.Web.Caching.CacheDependency,System.DateTime,System.TimeSpan,System.Web.Caching.CacheItemPriority,System.Web.Caching.CacheItemRemovedCallback)"> <summary> Adds the specified item to the <see cref="T:System.Web.Caching.Cache" /> object with dependencies, expiration and priority policies, and a delegate you can use to notify your application when the inserted item is removed from the Cache. </summary> <returns> An <see cref="T:System.Object" /> if the item was previously stored in the Cache; otherwise, null. </returns> <param name="key"> The cache key used to reference the item. </param> <param name="value"> The item to be added to the cache. </param> <param name="dependencies"> The file or cache key dependencies for the item. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this parameter contains null. </param> <param name="absoluteExpiration"> The time at which the added object expires and is removed from the cache. If you are using sliding expiration, the <paramref name="absoluteExpiration" /> parameter must be <see cref="F:System.Web.Caching.Cache.NoAbsoluteExpiration" />. </param> <param name="slidingExpiration"> The interval between the time the added object was last accessed and the time at which that object expires. If this value is the equivalent of 20 minutes, the object expires and is removed from the cache 20 minutes after it is last accessed. If you are using absolute expiration, the <paramref name="slidingExpiration" /> parameter must be <see cref="F:System.Web.Caching.Cache.NoSlidingExpiration" />. </param> <param name="priority"> The relative cost of the object, as expressed by the <see cref="T:System.Web.Caching.CacheItemPriority" /> enumeration. The cache uses this value when it evicts objects; objects with a lower cost are removed from the cache before objects with a higher cost. </param> <param name="onRemoveCallback"> A delegate that, if provided, is called when an object is removed from the cache. You can use this to notify applications when their objects are deleted from the cache. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="key" /> or <paramref name="value" /> parameter is set to null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The <paramref name="slidingExpiration" /> parameter is set to less than TimeSpan.Zero or more than one year. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="absoluteExpiration" /> and <paramref name="slidingExpiration" /> parameters are both set for the item you are trying to add to the Cache. </exception> </member> <member name="P:System.Web.Caching.Cache.Count"> <summary> Gets the number of items stored in the cache. </summary> <returns> The number of items stored in the cache. </returns> </member> <member name="P:System.Web.Caching.Cache.EffectivePrivateBytesLimit"> <summary> Gets the number of bytes available for the cache. </summary> <returns> The number of bytes available for the cache. </returns> </member> <member name="M:System.Web.Caching.Cache.Get(System.String)"> <summary> Retrieves the specified item from the <see cref="T:System.Web.Caching.Cache" /> object. </summary> <returns> The retrieved cache item, or null if the key is not found. </returns> <param name="key"> The identifier for the cache item to retrieve. </param> </member> <member name="M:System.Web.Caching.Cache.GetEnumerator"> <summary> Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache. </summary> <returns> An enumerator to iterate through the <see cref="T:System.Web.Caching.Cache" /> object. </returns> </member> <member name="M:System.Web.Caching.Cache.Insert(System.String,System.Object)"> <summary> Inserts an item into the <see cref="T:System.Web.Caching.Cache" /> object with a cache key to reference its location, using default values provided by the <see cref="T:System.Web.Caching.CacheItemPriority" /> enumeration. </summary> <param name="key"> The cache key used to reference the item. </param> <param name="value"> The object to be inserted into the cache. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="key" /> or <paramref name="value" /> parameter is null. </exception> </member> <member name="M:System.Web.Caching.Cache.Insert(System.String,System.Object,System.Web.Caching.CacheDependency)"> <summary> Inserts an object into the <see cref="T:System.Web.Caching.Cache" /> that has file or key dependencies. </summary> <param name="key"> The cache key used to identify the item. </param> <param name="value"> The object to be inserted in the cache. </param> <param name="dependencies"> The file or cache key dependencies for the inserted object. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this parameter contains null. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="key" /> or <paramref name="value" /> parameter is null. </exception> </member> <member name="M:System.Web.Caching.Cache.Insert(System.String,System.Object,System.Web.Caching.CacheDependency,System.DateTime,System.TimeSpan)"> <summary> Inserts an object into the <see cref="T:System.Web.Caching.Cache" /> with dependencies and expiration policies. </summary> <param name="key"> The cache key used to reference the object. </param> <param name="value"> The object to be inserted in the cache. </param> <param name="dependencies"> The file or cache key dependencies for the inserted object. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this parameter contains null. </param> <param name="absoluteExpiration"> The time at which the inserted object expires and is removed from the cache. To avoid possible issues with local time such as changes from standard time to daylight saving time, use <see cref="P:System.DateTime.UtcNow" /> rather than <see cref="P:System.DateTime.Now" /> for this parameter value. If you are using absolute expiration, the <paramref name="slidingExpiration" /> parameter must be <see cref="F:System.Web.Caching.Cache.NoSlidingExpiration" />. </param> <param name="slidingExpiration"> The interval between the time the inserted object is last accessed and the time at which that object expires. If this value is the equivalent of 20 minutes, the object will expire and be removed from the cache 20 minutes after it was last accessed. If you are using sliding expiration, the <paramref name="absoluteExpiration" /> parameter must be <see cref="F:System.Web.Caching.Cache.NoAbsoluteExpiration" />. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="key" /> or <paramref name="value" /> parameter is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> You set the <paramref name="slidingExpiration" /> parameter to less than TimeSpan.Zero or the equivalent of more than one year. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="absoluteExpiration" /> and <paramref name="slidingExpiration" /> parameters are both set for the item you are trying to add to the Cache. </exception> </member> <member name="M:System.Web.Caching.Cache.Insert(System.String,System.Object,System.Web.Caching.CacheDependency,System.DateTime,System.TimeSpan,System.Web.Caching.CacheItemPriority,System.Web.Caching.CacheItemRemovedCallback)"> <summary> Inserts an object into the <see cref="T:System.Web.Caching.Cache" /> object with dependencies, expiration and priority policies, and a delegate you can use to notify your application when the inserted item is removed from the Cache. </summary> <param name="key"> The cache key used to reference the object. </param> <param name="value"> The object to be inserted in the cache. </param> <param name="dependencies"> The file or cache key dependencies for the item. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this parameter contains null. </param> <param name="absoluteExpiration"> The time at which the inserted object expires and is removed from the cache. To avoid possible issues with local time such as changes from standard time to daylight saving time, use <see cref="P:System.DateTime.UtcNow" /> rather than <see cref="P:System.DateTime.Now" /> for this parameter value. If you are using absolute expiration, the <paramref name="slidingExpiration" /> parameter must be <see cref="F:System.Web.Caching.Cache.NoSlidingExpiration" />. </param> <param name="slidingExpiration"> The interval between the time the inserted object was last accessed and the time at which that object expires. If this value is the equivalent of 20 minutes, the object will expire and be removed from the cache 20 minutes after it was last accessed. If you are using sliding expiration, the <paramref name="absoluteExpiration" /> parameter must be <see cref="F:System.Web.Caching.Cache.NoAbsoluteExpiration" />. </param> <param name="priority"> The cost of the object relative to other items stored in the cache, as expressed by the <see cref="T:System.Web.Caching.CacheItemPriority" /> enumeration. This value is used by the cache when it evicts objects; objects with a lower cost are removed from the cache before objects with a higher cost. </param> <param name="onRemoveCallback"> A delegate that, if provided, will be called when an object is removed from the cache. You can use this to notify applications when their objects are deleted from the cache. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="key" /> or <paramref name="value" /> parameter is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> You set the <paramref name="slidingExpiration" /> parameter to less than TimeSpan.Zero or the equivalent of more than one year. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="absoluteExpiration" /> and <paramref name="slidingExpiration" /> parameters are both set for the item you are trying to add to the Cache. </exception> </member> <member name="P:System.Web.Caching.Cache.Item(System.String)"> <summary> Gets or sets the cache item at the specified key. </summary> <returns> The specified cache item. </returns> <param name="key"> A <see cref="T:System.String" /> object that represents the key for the cache item. </param> </member> <member name="F:System.Web.Caching.Cache.NoAbsoluteExpiration"> <summary> Used in the <paramref name="absoluteExpiration" /> parameter in an <see cref="M:System.Web.Caching.Cache.Insert(System.String,System.Object)" /> method call to indicate the item should never expire. This field is read-only. </summary> </member> <member name="F:System.Web.Caching.Cache.NoSlidingExpiration"> <summary> Used as the <paramref name="slidingExpiration" /> parameter in an <see cref="M:System.Web.Caching.Cache.Insert(System.String,System.Object)" /> or <see cref="M:System.Web.Caching.Cache.Add(System.String,System.Object,System.Web.Caching.CacheDependency,System.DateTime,System.TimeSpan,System.Web.Caching.CacheItemPriority,System.Web.Caching.CacheItemRemovedCallback)" /> method call to disable sliding expirations. This field is read-only. </summary> </member> <member name="M:System.Web.Caching.Cache.Remove(System.String)"> <summary> Removes the specified item from the application's <see cref="T:System.Web.Caching.Cache" /> object. </summary> <returns> The item removed from the Cache. If the value in the key parameter is not found, returns null. </returns> <param name="key"> A <see cref="T:System.String" /> identifier for the cache item to remove. </param> </member> <member name="M:System.Web.Caching.Cache.System#Collections#IEnumerable#GetEnumerator"> <summary> Returns an enumerator that can iterate through the <see cref="T:System.Web.Caching.Cache" /> object collection. </summary> <returns> An enumerator that can iterate through the <see cref="T:System.Web.Caching.Cache" /> object collection. </returns> </member> <member name="T:System.Web.Caching.CacheDependency"> <summary> Establishes a dependency relationship between an item stored in an ASP.NET application's <see cref="T:System.Web.Caching.Cache" /> object and a file, cache key, an array of either, or another <see cref="T:System.Web.Caching.CacheDependency" /> object. The <see cref="T:System.Web.Caching.CacheDependency" /> class monitors the dependency relationships so that when any of them changes, the cached item will be automatically removed. </summary> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class. </summary> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that monitors a file or directory for changes. </summary> <param name="filename"> The path to a file or directory that the cached object is dependent upon. When this resource changes, the cached object becomes obsolete and is removed from the cache. </param> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor(System.String,System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that monitors a file or directory for changes. </summary> <param name="filename"> The path to a file or directory that the cached object is dependent upon. When this resource changes, the cached object becomes obsolete and is removed from the cache. </param> <param name="start"> The time against which to check the last modified date of the directory or file. </param> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor(System.String[])"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that monitors an array of paths (to files or directories) for changes. </summary> <param name="filenames"> An array of paths (to files or directories) that the cached object is dependent upon. When any of these resources changes, the cached object becomes obsolete and is removed from the cache. </param> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor(System.String[],System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that monitors an array of paths (to files or directories) for changes and specifies a time when change monitoring begins. </summary> <param name="filenames"> An array of paths (to files or directories) that the cached object is dependent upon. When any of these resources changes, the cached object becomes obsolete and is removed from the cache. </param> <param name="start"> The time against which to check the last modified date of the objects in the array. </param> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor(System.String[],System.String[])"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes. </summary> <param name="filenames"> An array of paths (to files or directories) that the cached object is dependent upon. When any of these resources changes, the cached object becomes obsolete and is removed from the cache. </param> <param name="cachekeys"> An array of cache keys that the new object monitors for changes. When any of these cache keys changes, the cached object associated with this dependency object becomes obsolete and is removed from the cache. </param> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor(System.String[],System.String[],System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes. </summary> <param name="filenames"> An array of paths (to files or directories) that the cached object is dependent upon. When any of these resources changes, the cached object becomes obsolete and is removed from the cache. </param> <param name="cachekeys"> An array of cache keys that the new object monitors for changes. When any of these cache keys changes, the cached object associated with this dependency object becomes obsolete and is removed from the cache. </param> <param name="start"> The date and time against which to check the last modified date of the objects passed in the <paramref name="filenames" /> and <paramref name="cachekeys" /> arrays. </param> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor(System.String[],System.String[],System.Web.Caching.CacheDependency)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes. It also makes itself dependent upon a separate instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class. </summary> <param name="filenames"> An array of paths (to files or directories) that the cached object is dependent upon. When any of these resources changes, the cached object becomes obsolete and is removed from the cache. </param> <param name="cachekeys"> An array of cache keys that the new object monitors for changes. When any of these cache keys changes, the cached object associated with this dependency object becomes obsolete and is removed from the cache. </param> <param name="dependency"> Another instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that this instance is dependent upon. </param> </member> <member name="M:System.Web.Caching.CacheDependency.#ctor(System.String[],System.String[],System.Web.Caching.CacheDependency,System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes. It also makes itself dependent upon another instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class and a time when the change monitoring begins. </summary> <param name="filenames"> An array of paths (to files or directories) that the cached object is dependent upon. When any of these resources changes, the cached object becomes obsolete and is removed from the cache. </param> <param name="cachekeys"> An array of cache keys that the new object monitors for changes. When any of these cache keys changes, the cached object associated with this dependency object becomes obsolete and is removed from the cache. </param> <param name="dependency"> Another instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class that this instance is dependent upon. </param> <param name="start"> The time against which to check the last modified date of the objects in the arrays and the <see cref="T:System.Web.Caching.CacheDependency" /> object. </param> </member> <member name="M:System.Web.Caching.CacheDependency.DependencyDispose"> <summary> Releases the resources used by the <see cref="T:System.Web.Caching.CacheDependency" /> class and any classes that derive from <see cref="T:System.Web.Caching.CacheDependency" />. </summary> </member> <member name="M:System.Web.Caching.CacheDependency.Dispose"> <summary> Releases the resources used by the <see cref="T:System.Web.Caching.CacheDependency" /> object. </summary> </member> <member name="M:System.Web.Caching.CacheDependency.FinishInit"> <summary> Completes initialization of the <see cref="T:System.Web.Caching.CacheDependency" /> object. </summary> </member> <member name="M:System.Web.Caching.CacheDependency.GetUniqueID"> <summary> Retrieves a unique identifier for a <see cref="T:System.Web.Caching.CacheDependency" /> object. </summary> <returns> The unique identifier for the <see cref="T:System.Web.Caching.CacheDependency" /> object. </returns> </member> <member name="P:System.Web.Caching.CacheDependency.HasChanged"> <summary> Gets a value indicating whether the <see cref="T:System.Web.Caching.CacheDependency" /> object has changed. </summary> <returns>true if the <see cref="T:System.Web.Caching.CacheDependency" /> object has changed; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Caching.CacheDependency.NotifyDependencyChanged(System.Object,System.EventArgs)"> <summary> Notifies the base <see cref="T:System.Web.Caching.CacheDependency" /> object that the dependency represented by a derived <see cref="T:System.Web.Caching.CacheDependency" /> class has changed. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.Caching.CacheDependency.SetUtcLastModified(System.DateTime)"> <summary> Marks the time when a dependency last changed. </summary> <param name="utcLastModified"> The time when the dependency last changed. </param> </member> <member name="P:System.Web.Caching.CacheDependency.UtcLastModified"> <summary> Gets the time when the dependency was last changed. </summary> <returns> The time when the dependency was last changed. </returns> </member> <member name="T:System.Web.Caching.CacheItemPriority"> <summary> Specifies the relative priority of items stored in the <see cref="T:System.Web.Caching.Cache" /> object. </summary> </member> <member name="F:System.Web.Caching.CacheItemPriority.Low"> <summary> Cache items with this priority level are the most likely to be deleted from the cache as the server frees system memory. </summary> </member> <member name="F:System.Web.Caching.CacheItemPriority.BelowNormal"> <summary> Cache items with this priority level are more likely to be deleted from the cache as the server frees system memory than items assigned a <see cref="F:System.Web.Caching.CacheItemPriority.Normal" /> priority. </summary> </member> <member name="F:System.Web.Caching.CacheItemPriority.Normal"> <summary> Cache items with this priority level are likely to be deleted from the cache as the server frees system memory only after those items with <see cref="F:System.Web.Caching.CacheItemPriority.Low" /> or <see cref="F:System.Web.Caching.CacheItemPriority.BelowNormal" /> priority. This is the default. </summary> </member> <member name="F:System.Web.Caching.CacheItemPriority.AboveNormal"> <summary> Cache items with this priority level are less likely to be deleted as the server frees system memory than those assigned a <see cref="F:System.Web.Caching.CacheItemPriority.Normal" /> priority. </summary> </member> <member name="F:System.Web.Caching.CacheItemPriority.High"> <summary> Cache items with this priority level are the least likely to be deleted from the cache as the server frees system memory. </summary> </member> <member name="F:System.Web.Caching.CacheItemPriority.NotRemovable"> <summary> The cache items with this priority level will not be automatically deleted from the cache as the server frees system memory. However, items with this priority level are removed along with other items according to the item's absolute or sliding expiration time. </summary> </member> <member name="F:System.Web.Caching.CacheItemPriority.Default"> <summary> The default value for a cached item's priority is <see cref="F:System.Web.Caching.CacheItemPriority.Normal" />. </summary> </member> <member name="T:System.Web.Caching.CacheItemRemovedCallback"> <summary> Defines a callback method for notifying applications when a cached item is removed from the <see cref="T:System.Web.Caching.Cache" />. </summary> <param name="key"> The key that is removed from the cache. </param> <param name="value"> The <see cref="T:System.Object" /> item associated with the key removed from the cache. </param> <param name="reason"> The reason the item was removed from the cache, as specified by the <see cref="T:System.Web.Caching.CacheItemRemovedReason" /> enumeration. </param> </member> <member name="T:System.Web.Caching.CacheItemRemovedReason"> <summary> Specifies the reason an item was removed from the <see cref="T:System.Web.Caching.Cache" />. </summary> </member> <member name="F:System.Web.Caching.CacheItemRemovedReason.Removed"> <summary> The item is removed from the cache by a <see cref="M:System.Web.Caching.Cache.Remove(System.String)" /> method call or by an <see cref="M:System.Web.Caching.Cache.Insert(System.String,System.Object)" /> method call that specified the same key. </summary> </member> <member name="F:System.Web.Caching.CacheItemRemovedReason.Expired"> <summary> The item is removed from the cache because it expired. </summary> </member> <member name="F:System.Web.Caching.CacheItemRemovedReason.Underused"> <summary> The item is removed from the cache because the system removed it to free memory. </summary> </member> <member name="F:System.Web.Caching.CacheItemRemovedReason.DependencyChanged"> <summary> The item is removed from the cache because the cache dependency associated with it changed. </summary> </member> <member name="T:System.Web.Caching.DatabaseNotEnabledForNotificationException"> <summary> The exception that is thrown when a SQL Server database is not enabled to support dependencies associated with the <see cref="T:System.Web.Caching.SqlCacheDependency" /> class. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Caching.DatabaseNotEnabledForNotificationException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException" /> class. </summary> </member> <member name="M:System.Web.Caching.DatabaseNotEnabledForNotificationException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException" /> class. </summary> <param name="message"> A string that describes the error. </param> </member> <member name="M:System.Web.Caching.DatabaseNotEnabledForNotificationException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary> <param name="message"> The error message that explains the reason for the exception. </param> <param name="innerException"> The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param> </member> <member name="T:System.Web.Caching.SqlCacheDependency"> <summary> Establishes a relationship between an item stored in an ASP.NET application's <see cref="T:System.Web.Caching.Cache" /> object and either a specific SQL Server database table or the results of a SQL Server 2005 query. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Caching.SqlCacheDependency.#ctor(System.Data.SqlClient.SqlCommand)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.SqlCacheDependency" /> class, using the supplied <see cref="T:System.Data.SqlClient.SqlCommand" /> to create a cache-key dependency. </summary> <param name="sqlCmd"> A <see cref="T:System.Data.SqlClient.SqlCommand" /> that is used to create a <see cref="T:System.Web.Caching.SqlCacheDependency" /> object. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="sqlCmd" /> parameter is null. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Data.SqlClient.SqlCommand" /> instance has its <see cref="P:System.Data.SqlClient.SqlCommand.NotificationAutoEnlist" /> property set to true and there is an @ OutputCache directive on the page with the SqlDependency attribute set to CommandNotification. </exception> </member> <member name="M:System.Web.Caching.SqlCacheDependency.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.SqlCacheDependency" /> class, using the supplied parameters to create a cache-key dependency. </summary> <param name="databaseEntryName"> The name of a database defined in the databases Element for sqlCacheDependency for caching (ASP.NET Settings Schema) element of the application's Web.config file. </param> <param name="tableName"> The name of the database table that the <see cref="T:System.Web.Caching.SqlCacheDependency" /> is associated with. </param> <exception cref="T:System.Web.HttpException"> The internal check for <see cref="T:System.Data.SqlClient.SqlClientPermission" /> failed. - or - The <paramref name="databaseEntryName" /> was not found in the list of databases configured for table-based notifications. - or - The <see cref="T:System.Web.Caching.SqlCacheDependency" /> object could not connect to the database during initialization. - or - The <see cref="T:System.Web.Caching.SqlCacheDependency" /> object encountered a permission-denied error either on the database or on the database stored procedures that support the <see cref="T:System.Web.Caching.SqlCacheDependency" /> object. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="tableName" /> parameter is <see cref="F:System.String.Empty" />. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> Polling is not enabled for the <see cref="T:System.Web.Caching.SqlCacheDependency" />. - or - The polling interval is not correctly configured. - or - No connection string was specified in the application's configuration file. - or - The connection string specified in the application's configuration file could not be found. - or - The connection string specified in the application's configuration file is an empty string. </exception> <exception cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException"> The database specified in the <paramref name="databaseEntryName" /> parameter is not enabled for change notifications. </exception> <exception cref="T:System.Web.Caching.TableNotEnabledForNotificationException"> The database table specified in the <paramref name="tableName" /> parameter is not enabled for change notifications. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="databaseEntryName" /> is null. - or - <paramref name="tableName" /> is null. </exception> </member> <member name="M:System.Web.Caching.SqlCacheDependency.GetUniqueID"> <summary> Retrieves a unique identifier for a <see cref="T:System.Web.Caching.SqlCacheDependency" /> object. </summary> <returns> The unique identifier for the <see cref="T:System.Web.Caching.SqlCacheDependency" /> object, or null if no identifier can be generated. </returns> </member> <member name="T:System.Web.Caching.SqlCacheDependencyAdmin"> <summary> Performs administrative tasks required on a SQL Server database to support the <see cref="T:System.Web.Caching.SqlCacheDependency" /> class when using polling-based dependencies. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Caching.SqlCacheDependencyAdmin.DisableNotifications(System.String)"> <summary> Disables <see cref="T:System.Web.Caching.SqlCacheDependency" /> change notifications for the specified database. </summary> <param name="connectionString"> A connection string used to connect to the SQL Server database. </param> <exception cref="T:System.Web.HttpException"> A connection to the database could not be established. -or- The security context of the ASP.NET application does not have permission to connect to the database. -or- The security context of the ASP.NET application does not have permission to disable notifications for the database. </exception> </member> <member name="M:System.Web.Caching.SqlCacheDependencyAdmin.DisableTableForNotifications(System.String,System.String)"> <summary> Disables <see cref="T:System.Web.Caching.SqlCacheDependency" /> change notifications on a SQL Server database table. </summary> <param name="connectionString"> A connection string used to connect to the SQL Server database. </param> <param name="table"> The database table on which to disable change notifications. </param> <exception cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException"> The database is not enabled for change notifications. </exception> <exception cref="T:System.ArgumentException"> <paramref name="table" /> is an empty string (""). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="table" /> is null. </exception> <exception cref="T:System.Web.HttpException"> A connection to the database could not be established. -or- The security context of the ASP.NET application does not have permission to connect to the database. -or- The security context of the ASP.NET application does not have permission to disable notifications for the database. </exception> </member> <member name="M:System.Web.Caching.SqlCacheDependencyAdmin.DisableTableForNotifications(System.String,System.String[])"> <summary> Disables <see cref="T:System.Web.Caching.SqlCacheDependency" /> change notifications on an array of SQL Server database tables. </summary> <param name="connectionString"> A connection string used to connect to the SQL Server database. </param> <param name="tables"> The array of SQL Server database tables on which to disable change notifications. </param> <exception cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException"> The database is not enabled for change notifications. </exception> <exception cref="T:System.ArgumentException"> One of the values in the <paramref name="tables" /> parameter is null. -or- One of the values in the <paramref name="tables" /> parameter is an empty string (""). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="tables" /> is null. </exception> <exception cref="T:System.Web.HttpException"> A connection to the database could not be established. -or- The security context of the ASP.NET application does not have permission to connect to the database. -or- The security context of the ASP.NET application does not have permission to disable notifications for the database. </exception> </member> <member name="M:System.Web.Caching.SqlCacheDependencyAdmin.EnableNotifications(System.String)"> <summary> Enables <see cref="T:System.Web.Caching.SqlCacheDependency" /> change notifications on the specified database. </summary> <param name="connectionString"> A connection string used to connect to the SQL Server database. </param> <exception cref="T:System.Web.HttpException"> A connection to the database could not be established. -or- The security context of the ASP.NET application does not have permission to connect to the database. -or- The security context of the ASP.NET application does not have permission to disable notifications for the database. </exception> </member> <member name="M:System.Web.Caching.SqlCacheDependencyAdmin.EnableTableForNotifications(System.String,System.String)"> <summary> Connects to the specified SQL Server database and enables the specified database table for <see cref="T:System.Web.Caching.SqlCacheDependency" /> change notifications. </summary> <param name="connectionString"> A connection string used to connect to the SQL Server database. </param> <param name="table"> The database table on which to enable change notifications. </param> <exception cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException"> The database is not enabled for change notifications. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="table" /> is null. </exception> <exception cref="T:System.Web.HttpException"> A connection to the database could not be established. -or- The security context of the ASP.NET application does not have permission to connect to the database. -or- The security context of the ASP.NET application does not have permission to disable notifications for the database. </exception> </member> <member name="M:System.Web.Caching.SqlCacheDependencyAdmin.EnableTableForNotifications(System.String,System.String[])"> <summary> Connects to the specified SQL Server database and enables the specified array of database tables for <see cref="T:System.Web.Caching.SqlCacheDependency" /> change notification. </summary> <param name="connectionString"> A connection string used to connect to the SQL Server database. </param> <param name="tables"> The array of SQL Server database tables on which to enable change notifications. </param> <exception cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException"> The database is not enabled for change notifications. </exception> <exception cref="T:System.ArgumentException"> One of the values in the <paramref name="tables" /> parameter is null. -or- One of the values in the <paramref name="tables" /> parameter is an empty string (""). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="tables" /> is null. </exception> <exception cref="T:System.Web.HttpException"> A connection to the database could not be established. -or- The security context of the ASP.NET application does not have permission to connect to the database. -or- The security context of the ASP.NET application does not have permission to disable notifications for the database. </exception> </member> <member name="M:System.Web.Caching.SqlCacheDependencyAdmin.GetTablesEnabledForNotifications(System.String)"> <summary> Retrieves a string array containing the name of every table that is enabled for change notifications in a SQL Server database. </summary> <returns> A string array that contains the names of the SQL Server database tables. </returns> <param name="connectionString"> A connection string used to connect to the SQL Server database. </param> <exception cref="T:System.Web.Caching.DatabaseNotEnabledForNotificationException"> The database is not enabled for change notifications </exception> <exception cref="T:System.Web.HttpException"> A connection to the database could not be established. -or- The security context of the ASP.NET application does not have permission to connect to the database. -or- The security context of the ASP.NET application does not have permission to disable notifications for the database. </exception> </member> <member name="T:System.Web.Caching.TableNotEnabledForNotificationException"> <summary> The exception that is thrown when a <see cref="T:System.Web.Caching.SqlCacheDependency" /> class is used against a database table that is not enabled for change notifications. </summary> </member> <member name="M:System.Web.Caching.TableNotEnabledForNotificationException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.TableNotEnabledForNotificationException" /> class. </summary> </member> <member name="M:System.Web.Caching.TableNotEnabledForNotificationException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.TableNotEnabledForNotificationException" /> class with the specified error message. </summary> <param name="message"> The message that describes the error. </param> </member> <member name="M:System.Web.Caching.TableNotEnabledForNotificationException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Caching.TableNotEnabledForNotificationException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary> <param name="message"> The error message that explains the reason for the exception. </param> <param name="innerException"> The exception that is the cause of the current exception. If the <paramref name="innerException" /> is not null, the current exception is raised in a catch block that handles the inner exception. </param> </member> <member name="P:System.Web.Caching.Cache.EffectivePercentagePhysicalMemoryLimit"> <summary> Gets the percentage of physical memory that can be consumed by an application before ASP.NET starts removing items from the cache. </summary> <returns> The percentage of physical memory available to the application. </returns> </member> <member name="M:System.Web.Caching.Cache.Insert(System.String,System.Object,System.Web.Caching.CacheDependency,System.DateTime,System.TimeSpan,System.Web.Caching.CacheItemUpdateCallback)"> <summary> Inserts an object into the <see cref="T:System.Web.Caching.Cache" /> object together with dependencies, expiration and priority policies, and a delegate that you can use to notify the application before the item is removed from the cache. </summary> <param name="key"> The cache key that is used to reference the object. </param> <param name="value"> The object to insert into the cache. </param> <param name="dependencies"> The file or cache key dependencies for the item. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this parameter contains null. </param> <param name="absoluteExpiration"> The time at which the inserted object expires and is removed from the cache. To avoid possible issues with local time such as changes from standard time to daylight saving time, use <see cref="P:System.DateTime.UtcNow" /> instead of <see cref="P:System.DateTime.Now" /> for this parameter value. If you are using absolute expiration, the <paramref name="slidingExpiration" /> parameter must be set to <see cref="F:System.Web.Caching.Cache.NoSlidingExpiration" />. </param> <param name="slidingExpiration"> The interval between the time that the cached object was last accessed and the time at which that object expires. If this value is the equivalent of 20 minutes, the object will expire and be removed from the cache 20 minutes after it was last accessed. If you are using sliding expiration, the <paramref name="absoluteExpiration" /> parameter must be set to <see cref="F:System.Web.Caching.Cache.NoAbsoluteExpiration" />. </param> <param name="onUpdateCallback"> A delegate that will be called before the object is removed from the cache. You can use this to update the cached item and ensure that it is not removed from the cache. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="key" />, <paramref name="value" />, or <paramref name="onUpdateCallback" /> parameter is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> You set the <paramref name="slidingExpiration" /> parameter to less than TimeSpan.Zero or the equivalent of more than one year. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="absoluteExpiration" /> and <paramref name="slidingExpiration" /> parameters are both set for the item you are trying to add to the Cache. -or- The <paramref name="dependencies" /> parameter is null, and the <paramref name="absoluteExpiration" /> parameter is set to <see cref="F:System.Web.Caching.Cache.NoAbsoluteExpiration" />, and the <paramref name="slidingExpiration" /> parameter is set to <see cref="F:System.Web.Caching.Cache.NoSlidingExpiration" />. </exception> </member> <member name="T:System.Web.Caching.CacheItemUpdateCallback"> <summary> Defines a callback method for notifying applications before a cached item is removed from the cache. </summary> <param name="key"> The identifier of the item that is being removed from the cache. </param> <param name="reason"> The reason that the item is being removed from the cache. </param> <param name="expensiveObject"> When this method returns, contains the cached item object that contains the updates. </param> <param name="dependency"> When this method returns, contains the object that defines the dependency between the item object and a file, a cache key, an array of either, or another <see cref="T:System.Web.Caching.CacheDependency" /> object. </param> <param name="absoluteExpiration"> When this method returns, contains the time at which the object expired. </param> <param name="slidingExpiration"> When this method returns, contains the interval between the time that the object was last accessed and the time at which the object expired. </param> </member> <member name="T:System.Web.Caching.CacheItemUpdateReason"> <summary> Specifies the reason that a cached item is being removed from the <see cref="T:System.Web.Caching.Cache" /> object. </summary> </member> <member name="F:System.Web.Caching.CacheItemUpdateReason.Expired"> <summary> Specifies that the item is being removed from the cache because the absolute or sliding expiration interval expired. </summary> </member> <member name="F:System.Web.Caching.CacheItemUpdateReason.DependencyChanged"> <summary> Specifies that the item is being removed from the cache because the associated <see cref="T:System.Web.Caching.CacheDependency" /> object changed. </summary> </member> <member name="T:System.Web.Compilation.AppSettingsExpressionBuilder"> <summary> Retrieves values, as specified in a declarative expression, from the <appSettings> section of the Web.config file. </summary> </member> <member name="M:System.Web.Compilation.AppSettingsExpressionBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.AppSettingsExpressionBuilder" /> class. </summary> </member> <member name="M:System.Web.Compilation.AppSettingsExpressionBuilder.EvaluateExpression(System.Object,System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)"> <summary> Returns a value from the <appSettings> section of the Web.config file. </summary> <returns> The <see cref="T:System.Object" /> associated with a key in the <appSettings> section of the Web.config file. </returns> <param name="target"> The object that contains the property entry. </param> <param name="entry"> The property to which the expression is bound.. </param> <param name="parsedData"> The object that represents parsed data as returned by <see cref="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" />. </param> <param name="context"> Properties for the control or page. </param> </member> <member name="M:System.Web.Compilation.AppSettingsExpressionBuilder.GetAppSetting(System.String)"> <summary> Returns a value from the <appSettings> section of the Web.config file. </summary> <returns> The <see cref="T:System.Object" /> associated with the key in the <appSettings> section of the Web.config file. </returns> <param name="key"> The key for the value to be retrieved from the configuration file. </param> <exception cref="T:System.InvalidOperationException"> The key is not found in Web.config. </exception> </member> <member name="M:System.Web.Compilation.AppSettingsExpressionBuilder.GetAppSetting(System.String,System.Type,System.String)"> <summary> Returns a value from the <appSettings> section of the Web.config file with the value converted to a target type. </summary> <returns> The <see cref="T:System.Object" /> associated with the key in the <appSettings> section of the Web.config file. </returns> <param name="key"> The key for a value to be retrieved from the configuration file. </param> <param name="targetType"> The type of the object that contains the property entry. </param> <param name="propertyName"> The name of the property to which the expression is bound. </param> <exception cref="T:System.InvalidOperationException"> The key is not found in Web.config. - or - The return value could not be converted. </exception> </member> <member name="M:System.Web.Compilation.AppSettingsExpressionBuilder.GetCodeExpression(System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)"> <summary> Returns a code expression that is used to perform the property assignment in the generated page class. </summary> <returns> A <see cref="T:System.CodeDom.CodeExpression" /> that is used in the property assignment. </returns> <param name="entry"> The property to which the expression is bound. </param> <param name="parsedData"> The object that represents parsed data as returned by <see cref="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" />. </param> <param name="context"> Properties for the control or page. </param> </member> <member name="P:System.Web.Compilation.AppSettingsExpressionBuilder.SupportsEvaluate"> <summary> Returns a value indicating whether an expression can be evaluated in a page that is not compiled. </summary> <returns>true in all cases. </returns> </member> <member name="T:System.Web.Compilation.AssemblyBuilder"> <summary> Provides a container for building an assembly from one or more virtual paths within an ASP.NET project. </summary> </member> <member name="M:System.Web.Compilation.AssemblyBuilder.AddAssemblyReference(System.Reflection.Assembly)"> <summary> Adds an assembly that is referenced by source code generated for a file. </summary> <param name="a"> An assembly referenced by a code compile unit or source file included in the assembly compilation. </param> </member> <member name="M:System.Web.Compilation.AssemblyBuilder.AddCodeCompileUnit(System.Web.Compilation.BuildProvider,System.CodeDom.CodeCompileUnit)"> <summary> Adds source code for the assembly in the form of a CodeDOM graph. </summary> <param name="buildProvider"> The build provider generating <paramref name="compileUnit" />. </param> <param name="compileUnit"> The code compile unit to include in the assembly compilation. </param> </member> <member name="P:System.Web.Compilation.AssemblyBuilder.CodeDomProvider"> <summary> Gets the compiler used to build source code into an assembly. </summary> <returns> A read-only <see cref="T:System.CodeDom.Compiler.CodeDomProvider" /> implementation used for compiling source code contributed by each build provider into an assembly. </returns> </member> <member name="M:System.Web.Compilation.AssemblyBuilder.CreateCodeFile(System.Web.Compilation.BuildProvider)"> <summary> Allows a build provider to create a temporary source file, and include the source file in the assembly compilation. </summary> <returns> An open <see cref="T:System.IO.TextWriter" /> that can be used to write source code to a temporary file. </returns> <param name="buildProvider"> The build provider generating the code source file. </param> </member> <member name="M:System.Web.Compilation.AssemblyBuilder.CreateEmbeddedResource(System.Web.Compilation.BuildProvider,System.String)"> <summary> Allows a build provider to create a resource file to include in the assembly compilation. </summary> <returns> An open <see cref="T:System.IO.Stream" /> that can be used to write resources, which are included in the assembly compilation. </returns> <param name="buildProvider"> The build provider generating the resource. </param> <param name="name"> The name of the resource file to be created. </param> </member> <member name="M:System.Web.Compilation.AssemblyBuilder.GenerateTypeFactory(System.String)"> <summary> Inserts a fast object factory template for a type into the compiled assembly. </summary> <param name="typeName"> The name of the type to generate. </param> </member> <member name="M:System.Web.Compilation.AssemblyBuilder.GetTempFilePhysicalPath(System.String)"> <summary> Generates a temporary file path. </summary> <returns> A path to a temporary file, with the specified file extension. </returns> <param name="extension"> The file extension to use for the temporary file. </param> </member> <member name="T:System.Web.Compilation.BuildDependencySet"> <summary> Represents dependencies returned by the build manager. </summary> </member> <member name="P:System.Web.Compilation.BuildDependencySet.HashCode"> <summary> Gets a string representing the hash code of the dependent virtual paths. </summary> <returns> A <see cref="T:System.String" /> representing the hash code of the dependent virtual paths. </returns> </member> <member name="P:System.Web.Compilation.BuildDependencySet.VirtualPaths"> <summary> Gets a list of virtual path dependencies. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> containing the virtual path dependencies. </returns> </member> <member name="T:System.Web.Compilation.BuildManager"> <summary> Provides a set of methods to help manage the compilation of an ASP.NET application. </summary> </member> <member name="P:System.Web.Compilation.BuildManager.CodeAssemblies"> <summary> Gets a list of assemblies built from the App_Code directory. </summary> <returns> An <see cref="T:System.Collections.IList" /> collection that contains the assemblies built from the App_Code directory. </returns> </member> <member name="M:System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(System.String,System.Type)"> <summary> Processes a file, given its virtual path, and creates an instance of the result. </summary> <returns> The <see cref="T:System.Object" /> that represents the instance of the processed file. </returns> <param name="virtualPath"> The virtual path of the file to create an instance of. </param> <param name="requiredBaseType"> The base type that defines the object to be created. </param> </member> <member name="M:System.Web.Compilation.BuildManager.GetCachedBuildDependencySet(System.Web.HttpContext,System.String)"> <summary> Returns a build dependency set for a virtual path if the path is located in the ASP.NET cache. </summary> <returns> A <see cref="T:System.Web.Compilation.BuildDependencySet" /> object that is stored in the cache; otherwise, null if <see cref="T:System.Web.Compilation.BuildDependencySet" /> cannot be retrieved from the cache. </returns> <param name="context"> The context of the request. </param> <param name="virtualPath"> The virtual path from which to determine the build dependency set. </param> </member> <member name="M:System.Web.Compilation.BuildManager.GetCompiledAssembly(System.String)"> <summary> Compiles a file into an assembly given its virtual path. </summary> <returns> An <see cref="T:System.Reflection.Assembly" /> object compiled from the specified virtual path, which is cached to either memory or disk. </returns> <param name="virtualPath"> The virtual path to build into an assembly. </param> </member> <member name="M:System.Web.Compilation.BuildManager.GetCompiledCustomString(System.String)"> <summary> Compiles a file, given its virtual path, and returns a custom string that the build provider persists in cache. </summary> <returns> A string, as returned by the <see cref="M:System.Web.Compilation.BuildProvider.GetCustomString(System.CodeDom.Compiler.CompilerResults)" /> method, that is cached to disk or memory. </returns> <param name="virtualPath"> The virtual path of the file to build. </param> </member> <member name="M:System.Web.Compilation.BuildManager.GetCompiledType(System.String)"> <summary> Compiles a file, given its virtual path, and returns the compiled type. </summary> <returns> A <see cref="T:System.Type" /> object that represents the type generated from compiling the virtual path. </returns> <param name="virtualPath"> The virtual path to build into a type. </param> <exception cref="T:System.Web.HttpException"> An error occurred when compiling the virtual path. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.BuildManager.GetType(System.String,System.Boolean)"> <summary> Finds a type in the top-level assemblies or in assemblies that are defined in configuration, and optionally throws an exception on failure. </summary> <returns> A <see cref="T:System.Type" /> object that represents the requested <paramref name="typeName" /> parameter. </returns> <param name="typeName"> The name of the type. </param> <param name="throwOnError">true to throw an exception if a <see cref="T:System.Type" /> object cannot be generated for the type name; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> <paramref name="typeName" /> is invalid. - or - <paramref name="typeName" /> is ambiguous. - or - <paramref name="typeName" /> could not be found, and <paramref name="throwOnError" /> is true. </exception> </member> <member name="M:System.Web.Compilation.BuildManager.GetType(System.String,System.Boolean,System.Boolean)"> <summary> Finds a type in the top-level assemblies, or in assemblies that are defined in configuration, by using a case-insensitive search and optionally throwing an exception on failure. </summary> <returns> A <see cref="T:System.Type" /> object that represents the requested <paramref name="typeName" /> parameter. </returns> <param name="typeName"> The name of the type. </param> <param name="throwOnError">true to throw an exception if a <see cref="T:System.Type" /> cannot be generated for the type name; otherwise, false. </param> <param name="ignoreCase">true if <paramref name="typeName" /> is case-sensitive; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> <paramref name="typeName" /> is invalid. - or - <paramref name="typeName" /> is ambiguous. - or - <paramref name="typeName" /> could not be found, and <paramref name="throwOnError" /> is true. </exception> </member> <member name="M:System.Web.Compilation.BuildManager.GetVirtualPathDependencies(System.String)"> <summary> Provides a collection of virtual-path dependencies for a specified virtual path. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> collection of files represented by virtual paths that are caching dependencies for the virtual path. </returns> <param name="virtualPath"> The virtual path used to determine the dependencies. </param> </member> <member name="T:System.Web.Compilation.BuildManagerHostUnloadEventArgs"> <summary> Contains event data for the <see cref="E:System.Web.Compilation.ClientBuildManager.AppDomainShutdown" /> event and the <see cref="E:System.Web.Compilation.ClientBuildManager.AppDomainUnloaded" /> event. </summary> </member> <member name="M:System.Web.Compilation.BuildManagerHostUnloadEventArgs.#ctor(System.Web.ApplicationShutdownReason)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.BuildManagerHostUnloadEventArgs" /> class. </summary> <param name="reason"> The reason for the hosted application domain shutdown. </param> </member> <member name="P:System.Web.Compilation.BuildManagerHostUnloadEventArgs.Reason"> <summary> Gets the reason the hosted application domain was shut down. </summary> <returns> One of the <see cref="T:System.Web.ApplicationShutdownReason" /> enumerated values. </returns> </member> <member name="T:System.Web.Compilation.BuildManagerHostUnloadEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.Compilation.ClientBuildManager.AppDomainUnloaded" /> event and the <see cref="E:System.Web.Compilation.ClientBuildManager.AppDomainShutdown" /> event of a <see cref="T:System.Web.Compilation.ClientBuildManager" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.Compilation.BuildManagerHostUnloadEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.Compilation.BuildProvider"> <summary> Defines a set of properties and methods for generating source code within the ASP.NET build environment. This class is abstract. </summary> </member> <member name="M:System.Web.Compilation.BuildProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.BuildProvider" /> class. </summary> </member> <member name="P:System.Web.Compilation.BuildProvider.CodeCompilerType"> <summary> Represents the compiler type used by a build provider to generate source code for a custom file type. </summary> <returns> A read-only <see cref="T:System.Web.Compilation.CompilerType" /> representing the code generator, code compiler, and compiler settings used to build source code for the virtual path. The base class returns null. </returns> </member> <member name="M:System.Web.Compilation.BuildProvider.GenerateCode(System.Web.Compilation.AssemblyBuilder)"> <summary> Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder. </summary> <param name="assemblyBuilder"> The assembly builder that references the source code generated by the build provider. </param> </member> <member name="M:System.Web.Compilation.BuildProvider.GetCustomString(System.CodeDom.Compiler.CompilerResults)"> <summary> Generates a string to be persisted in the compiled assembly. </summary> <returns> A string to be persisted in the build environment, or null if the <see cref="T:System.Web.Compilation.BuildProvider" /> instance does not implement <see cref="M:System.Web.Compilation.BuildProvider.GetCustomString(System.CodeDom.Compiler.CompilerResults)" />. </returns> <param name="results"> The compilation results for the build provider's virtual path. </param> </member> <member name="M:System.Web.Compilation.BuildProvider.GetDefaultCompilerType"> <summary> Returns the compiler settings for the default language in the application. </summary> <returns> A <see cref="T:System.Web.Compilation.CompilerType" /> that represents the compiler settings for the default language in the application. The base class returns the default compiler based on the application configuration file. </returns> </member> <member name="M:System.Web.Compilation.BuildProvider.GetDefaultCompilerTypeForLanguage(System.String)"> <summary> Returns the compiler settings for the build provider based on the specified language. </summary> <returns> A <see cref="T:System.Web.Compilation.CompilerType" /> that represents the compiler settings for the build provider based on the specified language. The base class returns the default compiler settings for the language based on the application configuration file. </returns> <param name="language"> A code language name. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="language" /> is null. </exception> <exception cref="T:System.Web.HttpException"> <paramref name="language" /> does not match a configured compiler for the build provider. </exception> </member> <member name="M:System.Web.Compilation.BuildProvider.GetGeneratedType(System.CodeDom.Compiler.CompilerResults)"> <summary> Returns a type generated by the build provider from the virtual path. </summary> <returns> The type that is generated by the build provider for the virtual path. The base class returns null. </returns> <param name="results"> The compilation results for the build provider's virtual path. </param> </member> <member name="M:System.Web.Compilation.BuildProvider.GetResultFlags(System.CodeDom.Compiler.CompilerResults)"> <summary> Returns a value indicating actions required when a virtual path is built. </summary> <returns> A <see cref="T:System.Web.Compilation.BuildProviderResultFlags" /> value indicating actions required after the virtual path is built within the ASP.NET build environment. </returns> <param name="results"> The compilation results for the build provider's virtual path. </param> </member> <member name="M:System.Web.Compilation.BuildProvider.OpenReader"> <summary> Opens a text reader for reading from the virtual path of the current build provider object. </summary> <returns> An open <see cref="T:System.IO.TextReader" /> that can be used to read the contents of the <see cref="P:System.Web.Compilation.BuildProvider.VirtualPath" />. </returns> </member> <member name="M:System.Web.Compilation.BuildProvider.OpenReader(System.String)"> <summary> Opens a text reader for reading from a specified virtual path. </summary> <returns> An open <see cref="T:System.IO.TextReader" /> that can be used to read the contents of the specified virtual path. </returns> <param name="virtualPath"> The virtual path to read. </param> </member> <member name="M:System.Web.Compilation.BuildProvider.OpenStream"> <summary> Opens a stream for reading the virtual path of the current build provider object. </summary> <returns> An open <see cref="T:System.IO.Stream" /> that can be used to read the contents of the <see cref="P:System.Web.Compilation.BuildProvider.VirtualPath" />. </returns> </member> <member name="M:System.Web.Compilation.BuildProvider.OpenStream(System.String)"> <summary> Opens a stream for reading from a specified virtual path. </summary> <returns> An open <see cref="T:System.IO.Stream" /> that can be used to read the contents of the specified virtual path. </returns> <param name="virtualPath"> The virtual path to read. </param> </member> <member name="P:System.Web.Compilation.BuildProvider.ReferencedAssemblies"> <summary> Represents the assemblies to compile with the source generated by the build provider. </summary> <returns> A read-only collection of assemblies that can be referenced by the source code generated by the build provider. </returns> </member> <member name="P:System.Web.Compilation.BuildProvider.VirtualPath"> <summary> Represents the file to be built by this build provider implementation. </summary> <returns> A read-only string that specifies the virtual path of a file to be compiled by this build provider. </returns> </member> <member name="P:System.Web.Compilation.BuildProvider.VirtualPathDependencies"> <summary> Represents a collection of virtual paths that must be built before the build provider generates code. </summary> <returns> A read-only collection of strings, representing the virtual paths that this instance of the build provider is dependent on. </returns> </member> <member name="T:System.Web.Compilation.BuildProviderAppliesTo"> <summary> Specifies the locations where the <see cref="T:System.Web.Compilation.BuildProviderAppliesToAttribute" /> attribute is respected during code generation for a resource by a <see cref="T:System.Web.Compilation.BuildProvider" /> object. </summary> </member> <member name="F:System.Web.Compilation.BuildProviderAppliesTo.Web"> <summary> Specifies that the build provider generates code for only those resources in Web content directories, which are directories other than the reserved ASP.NET directories \App_Code, \App_GlobalResources, and \App_LocalResources. </summary> </member> <member name="F:System.Web.Compilation.BuildProviderAppliesTo.Code"> <summary> Specifies that the build provider generates code for only those resources in the \App_Code directory. </summary> </member> <member name="F:System.Web.Compilation.BuildProviderAppliesTo.Resources"> <summary> Specifies that the build provider generates code for resources in the \App_GlobalResources and \App_LocalResources directories. </summary> </member> <member name="F:System.Web.Compilation.BuildProviderAppliesTo.All"> <summary> Specifies that the build provider generates code for resources wherever the resources are found. This is the default value for the <see cref="T:System.Web.Compilation.BuildProviderAppliesToAttribute" /> attribute. </summary> </member> <member name="T:System.Web.Compilation.BuildProviderAppliesToAttribute"> <summary> Defines an attribute that specifies the scope where a build provider will be applied when a resource is located. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Compilation.BuildProviderAppliesToAttribute.#ctor(System.Web.Compilation.BuildProviderAppliesTo)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.BuildProviderAppliesToAttribute" /> class that applies to the specified resource location. </summary> <param name="appliesTo"> One of the <see cref="T:System.Web.Compilation.BuildProviderAppliesTo" /> values. </param> </member> <member name="P:System.Web.Compilation.BuildProviderAppliesToAttribute.AppliesTo"> <summary> Gets a value that indicates where the specified <see cref="T:System.Web.Compilation.BuildProvider" /> class will be applied when a resource with the appropriate extension is found. </summary> <returns> A <see cref="T:System.Web.Compilation.BuildProviderAppliesTo" /> value that indicates where the specified <see cref="T:System.Web.Compilation.BuildProvider" /> class will be applied when a resource with the appropriate extension is found. </returns> </member> <member name="T:System.Web.Compilation.BuildProviderResultFlags"> <summary> Indicates the required behavior when a virtual path is built. </summary> </member> <member name="F:System.Web.Compilation.BuildProviderResultFlags.Default"> <summary> The default value; no special action is required after compilation. </summary> </member> <member name="F:System.Web.Compilation.BuildProviderResultFlags.ShutdownAppDomainOnChange"> <summary> The compilation of the virtual path requires the containing <see cref="T:System.AppDomain" /> to be unloaded and restarted. This is only used in advanced compilation scenarios; typically, you should use the <see cref="F:System.Web.Compilation.BuildProviderResultFlags.Default" /> value. </summary> </member> <member name="T:System.Web.Compilation.ClientBuildManager"> <summary> Provides compilation services for ASP.NET applications. </summary> </member> <member name="M:System.Web.Compilation.ClientBuildManager.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ClientBuildManager" /> class without a specified target directory or precompilation flags. </summary> <param name="appVirtualDir"> The virtual path to the application root. </param> <param name="appPhysicalSourceDir"> The physical path to the application root. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManager.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ClientBuildManager" /> class with the specified target directory. </summary> <param name="appVirtualDir"> The virtual path to the application root. </param> <param name="appPhysicalSourceDir"> The physical path to the application root. </param> <param name="appPhysicalTargetDir"> The target directory for precompilation. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManager.#ctor(System.String,System.String,System.String,System.Web.Compilation.ClientBuildManagerParameter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ClientBuildManager" /> class with the specified target directory and compilation parameter. </summary> <param name="appVirtualDir"> The virtual path to the application root. </param> <param name="appPhysicalSourceDir"> The physical path to the application root. </param> <param name="appPhysicalTargetDir"> The target directory for precompilation. </param> <param name="parameter"> Values that determine the precompilation behavior. </param> </member> <member name="E:System.Web.Compilation.ClientBuildManager.AppDomainShutdown"> <summary> Occurs when an application domain is shut down. </summary> </member> <member name="E:System.Web.Compilation.ClientBuildManager.AppDomainStarted"> <summary> Occurs when an application domain is started. </summary> </member> <member name="E:System.Web.Compilation.ClientBuildManager.AppDomainUnloaded"> <summary> Occurs when an application domain is unloaded. </summary> </member> <member name="P:System.Web.Compilation.ClientBuildManager.CodeGenDir"> <summary> Gets the physical path to the directory used for code generation. </summary> <returns> A <see cref="T:System.String" /> containing the directory path used for code generation. </returns> </member> <member name="M:System.Web.Compilation.ClientBuildManager.CompileApplicationDependencies"> <summary> Compiles application-dependent files, such as files in the App_Code directory, the Global.asax file, resource files, and Web references. </summary> </member> <member name="M:System.Web.Compilation.ClientBuildManager.CompileFile(System.String)"> <summary> Compiles the file represented by the virtual path. </summary> <param name="virtualPath"> The path to the file to be compiled. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManager.CompileFile(System.String,System.Web.Compilation.ClientBuildManagerCallback)"> <summary> Compiles the file represented by the virtual path and provides a callback class to receive status information about the build. </summary> <param name="virtualPath"> The path to the file to be compiled. </param> <param name="callback"> The object to receive status information from compilation. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.CreateObject(System.Type,System.Boolean)"> <summary> Creates an object in the application domain of the ASP.NET runtime. </summary> <returns> An <see cref="T:System.Web.Hosting.IRegisteredObject" />. </returns> <param name="type"> The type of object to be created. </param> <param name="failIfExists">true to throw an exception if the object has already been created in the application domain of the ASP.NET runtime; otherwise, false. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="type" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The object already exists in the application domain and <paramref name="failIfExists" /> is true. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GenerateCode(System.String,System.String,System.Collections.IDictionary@)"> <summary> Generates code from the contents of a file. </summary> <returns> A <see cref="T:System.String" /> containing the generated code. </returns> <param name="virtualPath"> The virtual path to the file. </param> <param name="virtualFileString"> The contents of the file. </param> <param name="linePragmasTable"> When this method returns, contains a dictionary of line pragmas. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GenerateCodeCompileUnit(System.String,System.String,System.Type@,System.CodeDom.Compiler.CompilerParameters@,System.Collections.IDictionary@)"> <summary> Returns the contents, codeDOM tree, compiler type, and compiler parameters for a file represented by a virtual path. </summary> <returns> A <see cref="T:System.CodeDom.CodeCompileUnit" /> for the given file. </returns> <param name="virtualPath"> The virtual path to the file. </param> <param name="virtualFileString"> The contents of the file represented by the <paramref name="virtualPath" /> parameter. </param> <param name="codeDomProviderType"> When this method returns, contains the codeDOM provider type used for code generation and compilation. </param> <param name="compilerParameters"> When this method returns, contains the properties that define how the file represented by the <paramref name="virtualPath" /> parameter will be compiled. </param> <param name="linePragmasTable"> When this method returns, contains a dictionary of line pragmas. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GenerateCodeCompileUnit(System.String,System.Type@,System.CodeDom.Compiler.CompilerParameters@,System.Collections.IDictionary@)"> <summary> Returns the codeDOM tree, compiler type, and compiler parameters for a file represented by a virtual path. </summary> <returns> A <see cref="T:System.CodeDom.CodeCompileUnit" /> for the given file. </returns> <param name="virtualPath"> The virtual path to the file. </param> <param name="codeDomProviderType"> When this method returns, contains the codeDOM provider type used for code generation and compilation. </param> <param name="compilerParameters"> When this method returns, contains the properties that define how the file will be compiled. </param> <param name="linePragmasTable"> When this method returns, contains a dictionary of line pragmas. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetAppDomainShutdownDirectories"> <summary> Gets the directories with files that, when changed, cause the application domain to shut down. </summary> <returns> A <see cref="T:System.String" /> array containing the top-level directory names. </returns> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetBrowserDefinitions"> <summary> Gets a collection of browser elements. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing browser elements. </returns> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetCodeDirectoryInformation(System.String,System.Type@,System.CodeDom.Compiler.CompilerParameters@,System.String@)"> <summary> Gets information about the compiler type, compiler parameters, and the directory in which to store code files generated from non-code files such as .wsdl files. </summary> <param name="virtualCodeDir"> The directory about which to retrieve information. </param> <param name="codeDomProviderType"> When this method returns, contains the provider type used for code generation and compilation. </param> <param name="compilerParameters"> When this method returns, contains the properties that define how the file will be compiled. </param> <param name="generatedFilesDir"> When this method returns, contains the directory for files generated from non-code files. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualCodeDir" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetCompiledType(System.String)"> <summary> Compiles the file represented by the virtual path and returns its compiled type. </summary> <returns> The <see cref="T:System.Type" /> of the compiled file. </returns> <param name="virtualPath"> The virtual path of the file to compile. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetCompilerParameters(System.String,System.Type@,System.CodeDom.Compiler.CompilerParameters@)"> <summary> Returns the compiler type and parameters that are used to build a file represented by a virtual path. </summary> <param name="virtualPath"> The virtual path to the file. </param> <param name="codeDomProviderType"> When this method returns, contains the provider type used for code generation and compilation. </param> <param name="compilerParameters"> When this method returns, contains the properties that define how the file will be compiled. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetGeneratedFileVirtualPath(System.String)"> <summary> Returns the virtual path of a generated file. </summary> <returns> A <see cref="T:System.String" /> containing the virtual path for <paramref name="filePath" />. </returns> <param name="filePath"> The full physical path to a generated file. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="filePath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetGeneratedSourceFile(System.String)"> <summary> Gets the physical path to the generated file for a virtual path. </summary> <returns> A <see cref="T:System.String" /> that contains the physical path to the generated file. </returns> <param name="virtualPath"> The virtual path of the file to retrieve. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetTopLevelAssemblyReferences(System.String)"> <summary> Returns an array of the assemblies defined in the Bin directory and the <assembly> section of the Web configuration file. </summary> <returns> A <see cref="T:System.String" /> array containing paths to code bases in the Bin directory and the <assembly> section of the Web configuration file. </returns> <param name="virtualPath"> The configuration name and path. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. </exception> </member> <member name="M:System.Web.Compilation.ClientBuildManager.GetVirtualCodeDirectories"> <summary> Returns the virtual paths to the App_Code directory and its subdirectories in an ASP.NET application. </summary> <returns> A <see cref="T:System.String" /> array containing all the virtual paths to code directories in an application. </returns> </member> <member name="M:System.Web.Compilation.ClientBuildManager.InitializeLifetimeService"> <summary> Gives the application domain an infinite lifetime by preventing a lease from being created. </summary> <returns> Always null. </returns> </member> <member name="M:System.Web.Compilation.ClientBuildManager.IsCodeAssembly(System.String)"> <summary> Indicates whether an assembly is a code assembly. </summary> <returns>true if the <paramref name="assemblyName" /> parameter matches one of the generated code assemblies; otherwise, false. </returns> <param name="assemblyName"> The name of the assembly to be identified as a code assembly. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="assemblyName" /> is null. </exception> </member> <member name="P:System.Web.Compilation.ClientBuildManager.IsHostCreated"> <summary> Gets a value that indicates whether an application domain for compiling ASP.NET Web applications has been created. </summary> <returns>true if the application domain for compiling ASP.NET Web applications has been created; otherwise, false. </returns> </member> <member name="M:System.Web.Compilation.ClientBuildManager.PrecompileApplication"> <summary> Precompiles an ASP.NET application. </summary> </member> <member name="M:System.Web.Compilation.ClientBuildManager.PrecompileApplication(System.Web.Compilation.ClientBuildManagerCallback)"> <summary> Precompiles an ASP.NET application and provides a callback method to receive status information about the build. </summary> <param name="callback"> A <see cref="T:System.Web.Compilation.ClientBuildManagerCallback" /> containing the method to call when reporting the result of compilation. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManager.PrecompileApplication(System.Web.Compilation.ClientBuildManagerCallback,System.Boolean)"> <summary> Precompiles an ASP.NET application, provides a callback method to receive status information about the build, and indicates whether to create a clean build. </summary> <param name="callback"> A <see cref="T:System.Web.Compilation.ClientBuildManagerCallback" /> containing the method to call when reporting the result of compilation. </param> <param name="forceCleanBuild">true to perform a clean build, which will first delete all object and intermediate files; false to rebuild only those files that have changed. Set to true if there is a chance that a dependency might not be picked up by the build environment. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManager.System#IDisposable#Dispose"> <summary> Terminates the current ASP.NET application. </summary> </member> <member name="M:System.Web.Compilation.ClientBuildManager.Unload"> <summary> Unloads the application domain for compiling ASP.NET Web applications. </summary> <returns>true if the application domain is unloaded; otherwise, false. </returns> </member> <member name="T:System.Web.Compilation.ClientBuildManagerCallback"> <summary> Receives status information about a build from the <see cref="T:System.Web.Compilation.ClientBuildManager" /> object. </summary> </member> <member name="M:System.Web.Compilation.ClientBuildManagerCallback.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ClientBuildManagerCallback" /> class. </summary> </member> <member name="M:System.Web.Compilation.ClientBuildManagerCallback.ReportCompilerError(System.CodeDom.Compiler.CompilerError)"> <summary> Reports compilation errors and warnings that occur during an application build. </summary> <param name="error"> The error or warning encountered during compilation. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManagerCallback.ReportParseError(System.Web.ParserError)"> <summary> Reports parsing errors and warnings that occur during an application build. </summary> <param name="error"> The error or warning encountered during parsing. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManagerCallback.ReportProgress(System.String)"> <summary> Reports the progress of an application build. </summary> <param name="message"> A <see cref="T:System.String" /> containing the current status of the build. </param> </member> <member name="T:System.Web.Compilation.ClientBuildManagerParameter"> <summary> Contains values passed to the ASP.NET compiler during precompilation. </summary> </member> <member name="M:System.Web.Compilation.ClientBuildManagerParameter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ClientBuildManagerParameter" /> class. </summary> </member> <member name="P:System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags"> <summary> Gets or sets the flags that determine precompilation behavior. </summary> <returns> The <see cref="T:System.Web.Compilation.PrecompilationFlags" /> for a client build. </returns> </member> <member name="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyContainer"> <summary> Gets or sets the key container used during compilation. </summary> <returns> A <see cref="T:System.String" /> of the value for the key container. </returns> </member> <member name="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyFile"> <summary> Gets or sets the key file used during compilation. </summary> <returns> A <see cref="T:System.String" /> of the value for the key file. </returns> </member> <member name="T:System.Web.Compilation.CompilerType"> <summary> Represents the compiler settings used within the ASP.NET build environment to generate and compile source code from a virtual path. This class cannot be inherited. </summary> </member> <member name="P:System.Web.Compilation.CompilerType.CodeDomProviderType"> <summary> Gets a <see cref="T:System.Type" /> for the configured <see cref="T:System.CodeDom.Compiler.CodeDomProvider" /> implementation. </summary> <returns> A read-only <see cref="T:System.Type" /> that represents the configured code provider type. </returns> </member> <member name="P:System.Web.Compilation.CompilerType.CompilerParameters"> <summary> Gets the settings and options used to compile source code into an assembly. </summary> <returns> A read-only <see cref="T:System.CodeDom.Compiler.CompilerParameters" /> object that represents the settings and options of the code compiler. </returns> </member> <member name="M:System.Web.Compilation.CompilerType.Equals(System.Object)"> <summary> Determines whether the specified object represents the same code provider and compiler settings as the current instance of <see cref="T:System.Web.Compilation.CompilerType" />. </summary> <returns>true if <paramref name="o" /> is a <see cref="T:System.Web.Compilation.CompilerType" /> object and its value is the same as this instance; otherwise, false. </returns> <param name="o"> The object to compare with the current instance of <see cref="T:System.Web.Compilation.CompilerType" />. </param> </member> <member name="M:System.Web.Compilation.CompilerType.GetHashCode"> <summary> Returns the hash code for this instance. </summary> <returns> A 32-bit signed integer hash code for the current instance of <see cref="T:System.Web.Compilation.CompilerType" />, suitable for use in hashing algorithms and data structures, such as a hash table. </returns> </member> <member name="T:System.Web.Compilation.ConnectionStringsExpressionBuilder"> <summary> Retrieves, or generates code to retrieve, values from the <connectionStrings> section of the Web.config file. </summary> </member> <member name="M:System.Web.Compilation.ConnectionStringsExpressionBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ConnectionStringsExpressionBuilder" /> class. </summary> </member> <member name="M:System.Web.Compilation.ConnectionStringsExpressionBuilder.EvaluateExpression(System.Object,System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)"> <summary> Returns a value from the <connectionStrings> section of the Web.config file. </summary> <returns> The <see cref="T:System.Object" /> associated with a key in the <connectionStrings> section of the Web.config file. </returns> <param name="target"> The object that contains the expression. </param> <param name="entry"> The property to which the expression is bound. </param> <param name="parsedData"> The object that represents parsed data as returned by <see cref="M:System.Web.Compilation.ConnectionStringsExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" />. </param> <param name="context"> Properties for the control or page. </param> <exception cref="T:System.InvalidOperationException"> The connection string name could not be found in the Web.config file. </exception> </member> <member name="M:System.Web.Compilation.ConnectionStringsExpressionBuilder.GetCodeExpression(System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)"> <summary> Returns a code expression to evaluate during page parsing. </summary> <returns> A <see cref="T:System.CodeDom.CodeExpression" /> that invokes a method. </returns> <param name="entry"> An object that represents information about the property bound to by the expression. </param> <param name="parsedData"> The object that represents parsed data as returned by <see cref="M:System.Web.Compilation.ConnectionStringsExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" />. </param> <param name="context"> Properties for the control or page. </param> </member> <member name="M:System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionString(System.String)"> <summary> Returns a connection string from the <connectionStrings> section of the Web.config file. </summary> <returns> The connection string as a <see cref="T:System.String" /> for this connection string name. </returns> <param name="connectionStringName"> The name of the connection string. </param> <exception cref="T:System.InvalidOperationException"> The connection string name could not be found in the Web.config file. </exception> </member> <member name="M:System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionStringProviderName(System.String)"> <summary> Returns the connection string provider from the <connectionStrings> section of the Web.config file. </summary> <returns> The provider as a <see cref="T:System.String" /> for this connection string name. </returns> <param name="connectionStringName"> The name of the connection string. </param> <exception cref="T:System.InvalidOperationException"> The connection string name could not be found in the Web.config file. </exception> </member> <member name="M:System.Web.Compilation.ConnectionStringsExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)"> <summary> Returns an object that represents the parsed expression. </summary> <returns> An <see cref="T:System.Object" /> containing the parsed representation of the expression. </returns> <param name="expression"> The value of the declarative expression. </param> <param name="propertyType"> The targeted type for the expression. </param> <param name="context"> Properties for the control or page. </param> </member> <member name="P:System.Web.Compilation.ConnectionStringsExpressionBuilder.SupportsEvaluate"> <summary> Returns a value indicating whether an expression can be evaluated in a page that is not compiled. </summary> <returns>true in all cases. </returns> </member> <member name="T:System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute"> <summary> Specifies the type of resource provider factory for design time. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute" /> class with the attribute set to the specified factory type name. </summary> <param name="factoryTypeName"> The name of the resource provider factory type. </param> </member> <member name="M:System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute" /> class with the attribute set to the qualified name of the specified factory type. </summary> <param name="factoryType"> The type of the resource provider factory. </param> </member> <member name="P:System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute.FactoryTypeName"> <summary> Gets the value of the factory type name. </summary> <returns> A <see cref="T:System.String" /> containing the name of the factory type. </returns> </member> <member name="M:System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute.IsDefaultAttribute"> <summary> Determines whether the default provider is used. </summary> <returns>true if <see cref="P:System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute.FactoryTypeName" /> equals null; otherwise, false. </returns> </member> <member name="T:System.Web.Compilation.ExpressionBuilder"> <summary> Evaluates expressions during page parsing. </summary> </member> <member name="M:System.Web.Compilation.ExpressionBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ExpressionBuilder" /> class. </summary> </member> <member name="M:System.Web.Compilation.ExpressionBuilder.EvaluateExpression(System.Object,System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)"> <summary> When overridden in a derived class, returns an object that represents an evaluated expression. </summary> <returns> An object that represents the evaluated expression; otherwise, null if the inheritor does not implement <see cref="M:System.Web.Compilation.ExpressionBuilder.EvaluateExpression(System.Object,System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)" />. </returns> <param name="target"> The object containing the expression. </param> <param name="entry"> The object that represents information about the property bound to by the expression. </param> <param name="parsedData"> The object containing parsed data as returned by <see cref="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" />. </param> <param name="context"> Contextual information for the evaluation of the expression. </param> </member> <member name="M:System.Web.Compilation.ExpressionBuilder.GetCodeExpression(System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)"> <summary> When overridden in a derived class, returns code that is used during page execution to obtain the evaluated expression. </summary> <returns> A <see cref="T:System.CodeDom.CodeExpression" /> that is used for property assignment. </returns> <param name="entry"> The object that represents information about the property bound to by the expression. </param> <param name="parsedData"> The object containing parsed data as returned by <see cref="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" />. </param> <param name="context"> Contextual information for the evaluation of the expression. </param> </member> <member name="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)"> <summary> When overridden in a derived class, returns an object that represents the parsed expression. </summary> <returns> An <see cref="T:System.Object" /> containing the parsed representation of the expression; otherwise, null if <see cref="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" /> is not implemented. </returns> <param name="expression"> The value of the declarative expression. </param> <param name="propertyType"> The type of the property bound to by the expression. </param> <param name="context"> Contextual information for the evaluation of the expression. </param> </member> <member name="P:System.Web.Compilation.ExpressionBuilder.SupportsEvaluate"> <summary> When overridden in a derived class, returns a value indicating whether the current <see cref="T:System.Web.Compilation.ExpressionBuilder" /> object supports no-compile pages. </summary> <returns>true if the <see cref="T:System.Web.Compilation.ExpressionBuilder" /> supports expression evaluation; otherwise, false. </returns> </member> <member name="T:System.Web.Compilation.ExpressionBuilderContext"> <summary> Provides the context for an <see cref="T:System.Web.Compilation.ExpressionBuilder" /> object. </summary> </member> <member name="M:System.Web.Compilation.ExpressionBuilderContext.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ExpressionBuilderContext" /> class using the specified virtual path. </summary> <param name="virtualPath"> The virtual path of the file associated with the specified <see cref="T:System.Web.Compilation.ExpressionBuilder" />. </param> </member> <member name="M:System.Web.Compilation.ExpressionBuilderContext.#ctor(System.Web.UI.TemplateControl)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ExpressionBuilderContext" /> class using the specified template control. </summary> <param name="templateControl"> The <see cref="T:System.Web.UI.TemplateControl" /> to use with the specified <see cref="T:System.Web.Compilation.ExpressionBuilder" />. </param> </member> <member name="P:System.Web.Compilation.ExpressionBuilderContext.TemplateControl"> <summary> Provides an <see cref="T:System.Web.Compilation.ExpressionBuilder" /> object with a reference to a <see cref="T:System.Web.UI.TemplateControl" /> object. </summary> <returns> The <see cref="T:System.Web.UI.TemplateControl" /> that contains this expression. </returns> </member> <member name="P:System.Web.Compilation.ExpressionBuilderContext.VirtualPath"> <summary> Returns a virtual path to the file associated with the <see cref="T:System.Web.Compilation.ExpressionBuilderContext" /> object. </summary> <returns> The virtual path of the file associated with the <see cref="T:System.Web.Compilation.ExpressionBuilderContext" />. </returns> </member> <member name="T:System.Web.Compilation.ExpressionEditorAttribute"> <summary> Specifies the design-time editor of the expression builder. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Compilation.ExpressionEditorAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ExpressionEditorAttribute" /> class using the specified type name. </summary> <param name="typeName"> The name of the type to associate with the <see cref="T:System.Web.UI.Design.ExpressionEditor" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="typeName" /> is null (Nothing in Visual Basic). </exception> </member> <member name="M:System.Web.Compilation.ExpressionEditorAttribute.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ExpressionEditorAttribute" /> class using the specified type object. </summary> <param name="type"> The type reference to associate with the <see cref="T:System.Web.UI.Design.ExpressionEditor" />. </param> </member> <member name="P:System.Web.Compilation.ExpressionEditorAttribute.EditorTypeName"> <summary> Used by an expression editor to retrieve the editor type name. </summary> <returns> The name of the editor type. </returns> </member> <member name="M:System.Web.Compilation.ExpressionEditorAttribute.Equals(System.Object)"> <summary> Indicates whether this instance of the <see cref="T:System.Web.Compilation.ExpressionEditorAttribute" /> class and a specified object are equal. </summary> <returns>true if value is not null and <see cref="P:System.Web.Compilation.ExpressionEditorAttribute.EditorTypeName" /> is equal; otherwise, false. </returns> <param name="obj"> An instance of the <see cref="T:System.Web.Compilation.ExpressionEditorAttribute" /> class or a class that derives from it. </param> </member> <member name="M:System.Web.Compilation.ExpressionEditorAttribute.GetHashCode"> <summary> Retrieves the hash code for the value of this <see cref="T:System.Web.Compilation.ExpressionEditorAttribute" /> attribute. </summary> <returns> The hash code of the value of this <see cref="T:System.Web.Compilation.ExpressionEditorAttribute" />. </returns> </member> <member name="T:System.Web.Compilation.ExpressionPrefixAttribute"> <summary> Specifies the prefix attribute to use for the expression builder. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Compilation.ExpressionPrefixAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ExpressionPrefixAttribute" /> class. </summary> <param name="expressionPrefix"> The prefix of the current <see cref="T:System.Web.Compilation.ExpressionBuilder" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="expressionPrefix" /> is null or an empty string (""). </exception> </member> <member name="P:System.Web.Compilation.ExpressionPrefixAttribute.ExpressionPrefix"> <summary> Gets the prefix value for the current <see cref="T:System.Web.Compilation.ExpressionBuilder" /> object. </summary> <returns> The expression prefix for the configured <see cref="T:System.Web.Compilation.ExpressionBuilder" />. </returns> </member> <member name="T:System.Web.Compilation.IAssemblyPostProcessor"> <summary> Defines the method a class implements to process an assembly after the assembly has been built. </summary> </member> <member name="M:System.Web.Compilation.IAssemblyPostProcessor.PostProcessAssembly(System.String)"> <summary> Called before the assembly is loaded to allow the implementing class to modify the assembly. </summary> <param name="path"> The path to the assembly. </param> </member> <member name="T:System.Web.Compilation.IImplicitResourceProvider"> <summary> Defines methods a class implements to act as an implicit resource provider. </summary> </member> <member name="M:System.Web.Compilation.IImplicitResourceProvider.GetImplicitResourceKeys(System.String)"> <summary> Gets a collection of implicit resource keys as specified by the prefix. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> of implicit resource keys. </returns> <param name="keyPrefix"> The prefix of the implicit resource keys to be collected. </param> </member> <member name="M:System.Web.Compilation.IImplicitResourceProvider.GetObject(System.Web.Compilation.ImplicitResourceKey,System.Globalization.CultureInfo)"> <summary> Gets an object representing the value of the specified resource key. </summary> <returns> An <see cref="T:System.Object" /> representing the localized value of an implicit resource key. </returns> <param name="key"> The resource key containing the prefix, filter, and property. </param> <param name="culture"> The <see cref="T:System.Globalization.CultureInfo" /> that represents the culture for which the resource is localized. </param> </member> <member name="T:System.Web.Compilation.ImplicitResourceKey"> <summary> Contains fields that identify an implicit resource key. </summary> </member> <member name="M:System.Web.Compilation.ImplicitResourceKey.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ImplicitResourceKey" /> class. </summary> </member> <member name="M:System.Web.Compilation.ImplicitResourceKey.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ImplicitResourceKey" /> class with the specified values for the <see cref="P:System.Web.Compilation.ImplicitResourceKey.Filter" />, <see cref="P:System.Web.Compilation.ImplicitResourceKey.KeyPrefix" /> and <see cref="P:System.Web.Compilation.ImplicitResourceKey.Property" /> properties. </summary> <param name="filter"> The filter value of an implicit resource key. </param> <param name="keyPrefix"> The prefix for identifying a group of properties. </param> <param name="property"> A property and subproperty, if provided, for an implicit resource key. </param> </member> <member name="P:System.Web.Compilation.ImplicitResourceKey.Filter"> <summary> Gets or sets the filter value of an implicit resource key. </summary> <returns> A <see cref="T:System.String" /> containing the filter value for the implicit resource expression. </returns> </member> <member name="P:System.Web.Compilation.ImplicitResourceKey.KeyPrefix"> <summary> Gets or sets the prefix for identifying a group of properties. </summary> <returns> A <see cref="T:System.String" /> containing the prefix for an implicit resource expression. </returns> </member> <member name="P:System.Web.Compilation.ImplicitResourceKey.Property"> <summary> Gets or sets a property and subproperty, if provided, for an implicit resource key. </summary> <returns> A <see cref="T:System.String" /> containing the property and subproperty for an implicit resource expression. </returns> </member> <member name="T:System.Web.Compilation.IResourceProvider"> <summary> Defines the interface a class must implement to act as a resource provider. </summary> </member> <member name="M:System.Web.Compilation.IResourceProvider.GetObject(System.String,System.Globalization.CultureInfo)"> <summary> Returns a resource object for the key and culture. </summary> <returns> An <see cref="T:System.Object" /> that contains the resource value for the <paramref name="resourceKey" /> and <paramref name="culture" />. </returns> <param name="resourceKey"> The key identifying a particular resource. </param> <param name="culture"> The culture identifying a localized value for the resource. </param> </member> <member name="P:System.Web.Compilation.IResourceProvider.ResourceReader"> <summary> Gets an object to read resource values from a source. </summary> <returns> The <see cref="T:System.Resources.IResourceReader" /> associated with the current resource provider. </returns> </member> <member name="T:System.Web.Compilation.LinePragmaCodeInfo"> <summary> Contains properties for a script block being parsed. </summary> </member> <member name="M:System.Web.Compilation.LinePragmaCodeInfo.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.LinePragmaCodeInfo" /> class. </summary> </member> <member name="P:System.Web.Compilation.LinePragmaCodeInfo.CodeLength"> <summary> Gets the length of the script block. </summary> <returns> The length of the script block. </returns> </member> <member name="P:System.Web.Compilation.LinePragmaCodeInfo.IsCodeNugget"> <summary> Gets a value indicating whether the script block is located inside <% %> tags. </summary> <returns>true if the script block is contained inside <% %> tags; otherwise, false. </returns> </member> <member name="P:System.Web.Compilation.LinePragmaCodeInfo.StartColumn"> <summary> Gets the starting column of a script block in an .aspx file. </summary> <returns> The starting column of a script block in an .aspx file. </returns> </member> <member name="P:System.Web.Compilation.LinePragmaCodeInfo.StartGeneratedColumn"> <summary> Gets the starting column of a script block in the generated source file. </summary> <returns> The starting column of a script block in the generated source file. </returns> </member> <member name="P:System.Web.Compilation.LinePragmaCodeInfo.StartLine"> <summary> Gets the starting line of a script block in an .aspx file. </summary> <returns> The starting line of a script block in an .aspx file. </returns> </member> <member name="T:System.Web.Compilation.PrecompilationFlags"> <summary> Provides flags that determine precompilation behavior. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.Default"> <summary> The default value; no special behavior specified for precompilation. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.Updatable"> <summary> The deployed application will be updatable. This field corresponds to the -u switch on Aspnet_compiler.exe. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.OverwriteTarget"> <summary> The target directory can be overwritten. This field corresponds to the -f switch on Aspnet_compiler.exe for a previously precompiled target. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.ForceDebug"> <summary> The compiler will emit debug information. This field corresponds to the -d switch on Aspnet_compiler.exe. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.Clean"> <summary> The application will be built "clean": Any previously compiled components will be recompiled. This field corresponds to the -c switch on Aspnet_compiler.exe. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.CodeAnalysis"> <summary> The /define:CodeAnalysis flag will be added as a compilation symbol. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.AllowPartiallyTrustedCallers"> <summary> An <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute" /> attribute is generated for the assemblies, which means the assemblies can be called by partially trusted code. The /aptca flag will be added as a compilation symbol. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.DelaySign"> <summary> The assembly is not fully signed when created. The assembly can be signed later by a signing tool such as Sn.exe. The /delaysign flag will be added as a compilation symbol. </summary> </member> <member name="F:System.Web.Compilation.PrecompilationFlags.FixedNames"> <summary> The assembly is generated with fixed names for the Web pages. The files are not batched during compilation and instead are compiled individually to produce the fixed names. </summary> </member> <member name="T:System.Web.Compilation.ResourceExpressionBuilder"> <summary> Provides code to the page parser for assigning property values on a control. </summary> </member> <member name="M:System.Web.Compilation.ResourceExpressionBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.ResourceExpressionBuilder" /> class. </summary> </member> <member name="M:System.Web.Compilation.ResourceExpressionBuilder.EvaluateExpression(System.Object,System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)"> <summary> Returns a value from a resource file. </summary> <returns> An <see cref="T:System.Object" /> associated with the parsed expression. The parsed expression contains the class name and resource key. </returns> <param name="target"> The object containing the expression. </param> <param name="entry"> The object that represents information about the property bound to by the expression. </param> <param name="parsedData"> The object containing parsed data as returned by the <see cref="Overload:System.Web.Compilation.ResourceExpressionBuilder.ParseExpression" /> method. </param> <param name="context"> Contextual information for the evaluation of the expression. </param> </member> <member name="M:System.Web.Compilation.ResourceExpressionBuilder.GetCodeExpression(System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)"> <summary> Returns a code expression to evaluate during page execution. </summary> <returns> A <see cref="T:System.CodeDom.CodeExpression" /> that invokes a method. </returns> <param name="entry"> The property name of the object. </param> <param name="parsedData"> The parsed value of the expression. </param> <param name="context"> Properties for the control or page. </param> </member> <member name="M:System.Web.Compilation.ResourceExpressionBuilder.ParseExpression(System.String)"> <summary> Returns an object that represents the parsed expression. </summary> <returns> The <see cref="T:System.Web.Compilation.ResourceExpressionFields" /> for the expression. </returns> <param name="expression"> The expression value to be parsed. </param> </member> <member name="M:System.Web.Compilation.ResourceExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)"> <summary> Returns an object that represents the parsed expression. </summary> <returns> An <see cref="T:System.Object" /> that represents the parsed expression. </returns> <param name="expression"> The value of the declarative expression. </param> <param name="propertyType"> The type of the property bound to by the expression. </param> <param name="context"> Contextual information for the evaluation of the expression. </param> <exception cref="T:System.Web.HttpException"> The resource expression cannot be found or is invalid. </exception> </member> <member name="P:System.Web.Compilation.ResourceExpressionBuilder.SupportsEvaluate"> <summary> Returns a value indicating whether an expression can be evaluated in a page that uses the no-compile feature. </summary> <returns>true in all cases. </returns> </member> <member name="T:System.Web.Compilation.ResourceExpressionFields"> <summary> Contains the fields from a parsed resource expression. </summary> </member> <member name="P:System.Web.Compilation.ResourceExpressionFields.ClassKey"> <summary> Gets the class key for a parsed resource expression. </summary> <returns> A <see cref="T:System.String" /> containing the class key, or <see cref="F:System.String.Empty" /> if the class key has not been set. </returns> </member> <member name="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey"> <summary> Gets the resource key for a parsed resource expression. </summary> <returns> A <see cref="T:System.String" /> containing the resource key, or <see cref="F:System.String.Empty" /> if the resource key has not been set. </returns> </member> <member name="T:System.Web.Compilation.ResourceProviderFactory"> <summary> Serves as the base class for classes that create resource providers. </summary> </member> <member name="M:System.Web.Compilation.ResourceProviderFactory.#ctor"> <summary> When implemented in a derived class, initializes a new instance of the derived class. </summary> </member> <member name="M:System.Web.Compilation.ResourceProviderFactory.CreateGlobalResourceProvider(System.String)"> <summary> When overridden in a derived class, creates a global resource provider. </summary> <returns> An <see cref="T:System.Web.Compilation.IResourceProvider" />. </returns> <param name="classKey"> The name of the resource class. </param> </member> <member name="M:System.Web.Compilation.ResourceProviderFactory.CreateLocalResourceProvider(System.String)"> <summary> When overridden in a derived class, creates a local resource provider. </summary> <returns> An <see cref="T:System.Web.Compilation.IResourceProvider" />. </returns> <param name="virtualPath"> The path to a resource file. </param> </member> <member name="M:System.Web.Compilation.BuildManager.GetReferencedAssemblies"> <summary> Returns a list of assembly references that all page compilations must reference. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> collection of assembly references. </returns> </member> <member name="M:System.Web.Compilation.BuildProvider.GetCodeCompileUnit(System.Collections.IDictionary@)"> <summary> Represents the container for the generated CodeDOM graph. </summary> <returns> The container for the CodeDOM graph that is generated by the <see cref="T:System.Web.Compilation.BuildProvider" /> instance. </returns> <param name="linePragmasTable"> When this method returns, contains a dictionary that contains all associated line numbers and line pragmas of the source code. This parameter is passed uninitialized. </param> </member> <member name="M:System.Web.Compilation.ClientBuildManagerCallback.InitializeLifetimeService"></member> <member name="M:System.Web.Compilation.LinePragmaCodeInfo.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Compilation.LinePragmaCodeInfo" /> class with parameters for initializing the <see cref="P:System.Web.Compilation.LinePragmaCodeInfo.StartLine" />, <see cref="P:System.Web.Compilation.LinePragmaCodeInfo.StartColumn" />, <see cref="P:System.Web.Compilation.LinePragmaCodeInfo.StartGeneratedColumn" />, <see cref="P:System.Web.Compilation.LinePragmaCodeInfo.CodeLength" />, and <see cref="P:System.Web.Compilation.LinePragmaCodeInfo.IsCodeNugget" /> properties. </summary> <param name="startLine"> The starting line of a script block in an .aspx file. </param> <param name="startColumn"> The starting column of a script block in an .aspx file. </param> <param name="startGeneratedColumn"> The starting column of a script block in the generated source file. </param> <param name="codeLength"> The length of the script block. </param> <param name="isCodeNugget"> A value indicating whether the script block is located inside <% %> tags. </param> </member> <member name="T:System.Web.Configuration.AdapterDictionary"> <summary> Used internally at run time by the configuration system to contain the names of the available adapters used to render server controls on different browsers. </summary> </member> <member name="M:System.Web.Configuration.AdapterDictionary.#ctor"> <summary> Used internally at run time by the configuration system to create a new instance of this class. </summary> </member> <member name="P:System.Web.Configuration.AdapterDictionary.Item(System.String)"> <summary> Used internally at run time by the configuration system to get or set a specified adapter name. </summary> <returns> The name of the specified adapter. </returns> <param name="key"> Key of the specified adapter. </param> </member> <member name="T:System.Web.Configuration.AnonymousIdentificationSection"> <summary> Configures anonymous identification for users that are not authenticated. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.AnonymousIdentificationSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.AnonymousIdentificationSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.Cookieless"> <summary> Gets or sets a value indicating whether to use cookies. </summary> <returns> One of the <see cref="T:System.Web.HttpCookieMode" /> values. The default value is <see cref="F:System.Web.HttpCookieMode.UseDeviceProfile" />. </returns> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.CookieName"> <summary> Gets or sets the cookie name. </summary> <returns> The name of the cookie. The default value is ".ASPXANONYMOUS". </returns> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.CookiePath"> <summary> Gets or sets the path where the cookie is stored. </summary> <returns> The path of the HTTP cookie to use for the user's anonymous identification. The default value is a slash (/), which represents the Web application root. </returns> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.CookieProtection"> <summary> Gets or sets the encryption type used to encrypt the cookie. </summary> <returns> One of the <see cref="T:System.Web.Security.CookieProtection" /> values. The default value is <see cref="F:System.Web.Security.CookieProtection.All" />. </returns> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.CookieRequireSSL"> <summary> Gets or sets a value indicating whether a Secure Sockets Layer (SSL) connection is required when transmitting authentication information. </summary> <returns>true if an SSL connection is required; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.CookieSlidingExpiration"> <summary> Gets or sets whether the cookie time-out value is reset on each request. </summary> <returns>true if the sliding expiration is enabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.CookieTimeout"> <summary> Gets or sets the amount of time, in minutes, after which the authentication expires. </summary> <returns> The amount of time, in minutes, after which the authentication expires. The default value is 100000. </returns> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.Domain"> <summary> Gets or sets the cookie domain. </summary> <returns> The name of the cookie domain. The default is an empty string (""). </returns> </member> <member name="P:System.Web.Configuration.AnonymousIdentificationSection.Enabled"> <summary> Gets or sets a value indicating whether anonymous identification is enabled. </summary> <returns>true if anonymous identification is enabled; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.Configuration.AssemblyCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.AssemblyInfo" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.AssemblyCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.AssemblyCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.AssemblyCollection.Add(System.Web.Configuration.AssemblyInfo)"> <summary> Adds an <see cref="T:System.Web.Configuration.AssemblyInfo" /> object to the <see cref="T:System.Web.Configuration.AssemblyCollection" /> collection. </summary> <param name="assemblyInformation"> A string value specifying the assembly reference. </param> </member> <member name="M:System.Web.Configuration.AssemblyCollection.Clear"> <summary> Clears all the <see cref="T:System.Web.Configuration.AssemblyInfo" /> objects from the <see cref="T:System.Web.Configuration.AssemblyCollection" /> collection. </summary> </member> <member name="P:System.Web.Configuration.AssemblyCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.AssemblyInfo" /> at the specified index in the <see cref="T:System.Web.Configuration.AssemblyCollection" />. </summary> <returns> A <see cref="T:System.Web.Configuration.AssemblyInfo" /> object. </returns> <param name="index"> An integer value specifying a specific <see cref="T:System.Web.Configuration.AssemblyInfo" /> object within the <see cref="T:System.Web.Configuration.AssemblyCollection" /> collection. </param> </member> <member name="P:System.Web.Configuration.AssemblyCollection.Item(System.String)"> <summary> Gets the item identified by the specified assembly name. </summary> <returns> The item identified by the specified assembly name. </returns> <param name="assemblyName"> The name identifying the assembly to retrieve. </param> </member> <member name="M:System.Web.Configuration.AssemblyCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.AssemblyInfo" /> object from the <see cref="T:System.Web.Configuration.AssemblyCollection" /> collection. </summary> <param name="key"> A string value specifying the assembly reference. </param> </member> <member name="M:System.Web.Configuration.AssemblyCollection.RemoveAt(System.Int32)"> <summary> Removes an <see cref="T:System.Web.Configuration.AssemblyInfo" /> object from the <see cref="T:System.Web.Configuration.AssemblyCollection" /> collection. </summary> <param name="index"> An integer value specifying an <see cref="T:System.Web.Configuration.AssemblyInfo" /> object within the <see cref="T:System.Web.Configuration.AssemblyCollection" /> collection. </param> </member> <member name="T:System.Web.Configuration.AssemblyInfo"> <summary> References an assembly to be linked to during compilation of a dynamic resource. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.AssemblyInfo.#ctor(System.String)"> <summary> Creates an instance of an <see cref="T:System.Web.Configuration.AssemblyInfo" /> class. </summary> <param name="assemblyName"> Specifies a comma-separated assembly name combination consisting of version, culture, and public-key tokens. </param> </member> <member name="P:System.Web.Configuration.AssemblyInfo.Assembly"> <summary> Gets or sets an assembly reference to use during compilation of a dynamic resource. </summary> <returns> A comma-separated string value specifying the version, culture, and public-key tokens of an assembly. </returns> </member> <member name="T:System.Web.Configuration.AuthenticationMode"> <summary> Specifies the authentication mode to use in a Web application. </summary> </member> <member name="F:System.Web.Configuration.AuthenticationMode.None"> <summary> Specifies no authentication. </summary> </member> <member name="F:System.Web.Configuration.AuthenticationMode.Windows"> <summary> Specifies Windows as the authentication mode. This mode applies when using the Internet Information Services (IIS) authentication methods Basic, Digest, Integrated Windows (NTLM/Kerberos), or certificates. </summary> </member> <member name="F:System.Web.Configuration.AuthenticationMode.Passport"> <summary> Specifies Microsoft Passport as the authentication mode. </summary> </member> <member name="F:System.Web.Configuration.AuthenticationMode.Forms"> <summary> Specifies ASP.NET Forms-based authentication as the authentication mode. </summary> </member> <member name="T:System.Web.Configuration.AuthenticationSection"> <summary> Configures the authentication for a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.AuthenticationSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.AuthenticationSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.AuthenticationSection.Forms"> <summary> Gets the <see cref="P:System.Web.Configuration.AuthenticationSection.Forms" /> element property. </summary> <returns> A <see cref="P:System.Web.Configuration.AuthenticationSection.Forms" /> element property that contains information used during forms-based authentication. </returns> </member> <member name="P:System.Web.Configuration.AuthenticationSection.Mode"> <summary> Gets or sets the authentication modality. </summary> <returns> One of the <see cref="T:System.Web.Configuration.AuthenticationMode" /> values. </returns> </member> <member name="P:System.Web.Configuration.AuthenticationSection.Passport"> <summary> Gets the <see cref="P:System.Web.Configuration.AuthenticationSection.Passport" /> element property. </summary> <returns> A <see cref="P:System.Web.Configuration.AuthenticationSection.Passport" /> element property that contains information used during passport-based authentication. </returns> </member> <member name="T:System.Web.Configuration.AuthorizationRule"> <summary> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> class allows you to programmatically access and modify the authorization section of a configuration file. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.AuthorizationRule.#ctor(System.Web.Configuration.AuthorizationRuleAction)"> <summary> Creates a new instance of the <see cref="T:System.Web.Configuration.AuthorizationRule" /> class using the passed object. </summary> <param name="action"> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> object to use to initialize the new instance. </param> </member> <member name="P:System.Web.Configuration.AuthorizationRule.Action"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.AuthorizationRule" /> action. </summary> <returns> One of the <see cref="T:System.Web.Configuration.AuthorizationRuleAction" /> values. </returns> </member> <member name="M:System.Web.Configuration.AuthorizationRule.Equals(System.Object)"> <summary> Determines whether the specified object is equal to the current object. </summary> <returns>true if the objects are equal; otherwise, false. </returns> <param name="obj"> The object to compare with the current object. </param> </member> <member name="M:System.Web.Configuration.AuthorizationRule.GetHashCode"> <summary> Serves as a hash function for this object. </summary> <returns> An integer representing the hash code for the current object. </returns> </member> <member name="P:System.Web.Configuration.AuthorizationRule.Roles"> <summary> Gets the roles associated with the resource. </summary> <returns> A <see cref="T:System.Collections.Specialized.StringCollection" /> collection containing the roles whose authorization must be verified. </returns> </member> <member name="P:System.Web.Configuration.AuthorizationRule.Users"> <summary> Gets the users associated with the resource. </summary> <returns> A <see cref="T:System.Collections.Specialized.StringCollection" /> collection containing the users whose authorization must be verified. </returns> </member> <member name="P:System.Web.Configuration.AuthorizationRule.Verbs"> <summary> Gets the verbs associated with the resource. </summary> <returns> A <see cref="T:System.Collections.Specialized.StringCollection" /> collection containing the verbs whose authorization must be verified. </returns> </member> <member name="T:System.Web.Configuration.AuthorizationRuleAction"> <summary> Specifies the type of authorization to apply when accessing a resource. </summary> </member> <member name="F:System.Web.Configuration.AuthorizationRuleAction.Deny"> <summary> The authorization type denies access to the resource. </summary> </member> <member name="F:System.Web.Configuration.AuthorizationRuleAction.Allow"> <summary> The authorization type allows access to the resource. </summary> </member> <member name="T:System.Web.Configuration.AuthorizationRuleCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.AuthorizationRule" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.AuthorizationRuleCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.AuthorizationRuleCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.AuthorizationRuleCollection.Add(System.Web.Configuration.AuthorizationRule)"> <summary> Adds a <see cref="T:System.Web.Configuration.AuthorizationRule" /> object to the collection. </summary> <param name="rule"> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> object already exists in the collection, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.AuthorizationRuleCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.AuthorizationRule" /> objects from the collection. </summary> </member> <member name="P:System.Web.Configuration.AuthorizationRuleCollection.CollectionType"> <summary> Gets the type of this <see cref="T:System.Web.Configuration.AuthorizationRuleCollection" />. </summary> <returns> A value from the <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> enumeration representing the type of this collection. </returns> </member> <member name="M:System.Web.Configuration.AuthorizationRuleCollection.Get(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.AuthorizationRule" /> at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> at the specified index. </returns> <param name="index"> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> index. </param> </member> <member name="M:System.Web.Configuration.AuthorizationRuleCollection.IndexOf(System.Web.Configuration.AuthorizationRule)"> <summary> Gets the collection index of the specified <see cref="T:System.Web.Configuration.AuthorizationRule" /> object. </summary> <returns> The index of the specified <see cref="T:System.Web.Configuration.AuthorizationRule" /> object. </returns> <param name="rule"> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> object whose index is returned. </param> </member> <member name="P:System.Web.Configuration.AuthorizationRuleCollection.Item(System.Int32)"> <summary> Gets or sets an item in this collection. </summary> <returns> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> at the specified index. </returns> <param name="index"> <see cref="T:System.Web.Configuration.AuthorizationRule" /> collection index </param> </member> <member name="M:System.Web.Configuration.AuthorizationRuleCollection.Remove(System.Web.Configuration.AuthorizationRule)"> <summary> Removes a <see cref="T:System.Web.Configuration.AuthorizationRule" /> object from the collection. </summary> <param name="rule"> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> object to remove. </param> <exception cref="T:System.Configuration.ConfigurationException"> The passed <see cref="T:System.Web.Configuration.AuthorizationRule" /> object does not exist in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.AuthorizationRuleCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.AuthorizationRule" /> object from the collection at the specified index. </summary> <param name="index"> The index location of the <see cref="T:System.Web.Configuration.AuthorizationRule" /> to remove. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.AuthorizationRule" /> object with the specified index in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.AuthorizationRuleCollection.Set(System.Int32,System.Web.Configuration.AuthorizationRule)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.AuthorizationRule" /> object to the collection at the specified index. </summary> <param name="index"> The index location at which to add the specified <see cref="T:System.Web.Configuration.AuthorizationRuleCollection" /> object. </param> <param name="rule"> The <see cref="T:System.Web.Configuration.AuthorizationRule" /> object to be added. </param> </member> <member name="T:System.Web.Configuration.AuthorizationSection"> <summary> Configures a Web application authorization. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.AuthorizationSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.AuthorizationSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.AuthorizationSection.Rules"> <summary> Gets the <see cref="T:System.Web.Configuration.AuthorizationRuleCollection" /> of <see cref="T:System.Web.Configuration.AuthorizationRule" /> rules. </summary> <returns> Gets the <see cref="T:System.Web.Configuration.AuthorizationRuleCollection" /> of <see cref="T:System.Web.Configuration.AuthorizationRule" /> rules defined by the <see cref="T:System.Web.Configuration.AuthorizationSection" />. </returns> </member> <member name="T:System.Web.Configuration.BrowserCapabilitiesCodeGenerator"> <summary> The <see cref="T:System.Web.Configuration.BrowserCapabilitiesCodeGenerator" /> class is used internally by the aspnet_regbrowsers tool to parse .browser browser definition files and add browsers to the run-time collection of known browsers contained in the <see cref="T:System.Web.Configuration.BrowserCapabilitiesFactory" /> object. </summary> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesCodeGenerator.#ctor"> <summary> Used internally to create a new instance of <see cref="T:System.Web.Configuration.BrowserCapabilitiesCodeGenerator" />. </summary> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesCodeGenerator.Create"> <summary> Used internally to coordinate the behavior of this class. </summary> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesCodeGenerator.ProcessBrowserFiles(System.Boolean,System.String)"> <summary> Loads and parses the XML contained in a collection of browser-definition files and inserts the information contained therein into an internal collection of browsers. </summary> <param name="useVirtualPath">true to use a virtual path; otherwise, false. The default is false. </param> <param name="virtualDir"> The path to the virtual directory that contains the browser-definition files. The default is <see cref="F:System.String.Empty" />. </param> <exception cref="T:System.Web.HttpParseException"> One of the browser-definition files does not have a root element named "browsers". - or - One of the browser-definition files fails to load. </exception> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesCodeGenerator.Uninstall"> <summary> Removes the browser capabilities factory from the global assembly cache and deletes its strong name public key token file. </summary> <returns>true if the browser capabilities factory was uninstalled from the global assembly cache; otherwise, false. </returns> </member> <member name="T:System.Web.Configuration.BrowserCapabilitiesFactory"> <summary> Used internally by the configuration system to produce request-specific instances of the <see cref="T:System.Web.HttpBrowserCapabilities" /> class that are publicly accessed through the ASP.NET-intrinsic Request.Browser property. </summary> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.BrowserCapabilitiesFactory" /> class. </summary> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.A500ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the A500 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the A500 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.A500ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the A500 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AlavProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alav browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Alav browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AlavProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alav gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AlazProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alaz browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Alaz browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AlazProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alaz gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbe3ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbe3 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Alcatelbe3 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbe3ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbe3 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbe4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbe4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Alcatelbe4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbe4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbe4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbe5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbe5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Alcatelbe5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbe5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbe5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbe5v2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbe5v2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Alcatelbe5v2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbe5v2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbe5v2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbf3ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbf3 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Alcatelbf3 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbf3ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbf3 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbf4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbf4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Alcatelbf4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Alcatelbf4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Alcatelbf4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AumicProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Aumic browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Aumic browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AumicProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Aumic gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Aumicv2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Aumicv2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Aumicv2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Aumicv2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Aumicv2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AuspalmProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Auspalm browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Auspalm browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AuspalmProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Auspalm gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AvantgoProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Avantgo browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Avantgo browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.AvantgoProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Avantgo gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.BenqathenaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Benqathena browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Benqathena browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.BenqathenaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Benqathena gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.BlazerProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Blazer browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Blazer browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.BlazerProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Blazer gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Blazerupg1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Blazerupg1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Blazerupg1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Blazerupg1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Blazerupg1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C201hProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C201h browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C201h browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C201hProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C201h gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C202deProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C202de browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C202de browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C202deProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C202de gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C302hProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C302h browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C302h browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C302hProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C302h gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C303caProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C303ca browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C303ca browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C303caProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C303ca gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C304saProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C304sa browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C304sa browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C304saProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C304sa gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C309hProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C309h browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C309h browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C309hProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C309h gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C311caProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C311ca browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C311ca browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C311caProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C311ca gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C402deProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C402de browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C402de browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C402deProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C402de gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C407hProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C407h browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C407h browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C407hProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C407h gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C409caProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C409ca browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C409ca browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C409caProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C409ca gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C451hProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C451h browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the C451h browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.C451hProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the C451h gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Casioa5302ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Casioa5302 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Casioa5302 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Casioa5302ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Casioa5302 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.CasiopeiaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Casiopeia browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Casiopeia browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.CasiopeiaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Casiopeia gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Cdm135ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Cdm135 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Cdm135 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Cdm135ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Cdm135 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Cdm9000ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Cdm9000 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Cdm9000 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Cdm9000ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Cdm9000 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Cdm9100ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Cdm9100 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Cdm9100 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Cdm9100ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Cdm9100 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.CharsetProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Charset browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Charset browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.CharsetProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Charset gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.ColorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Color browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Color browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.ColorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Color gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.ConfigureBrowserCapabilities(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Used internally by the configuration system to produce request-specific instances of the <see cref="T:System.Web.HttpBrowserCapabilities" /> class that are publicly accessed through the ASP.NET-intrinsic Request.Browser property. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.CrawlerProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Crawler browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Crawler browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.CrawlerProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Crawler gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.D2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the D2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the D2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.D2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the D2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.D303kProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the D303k browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the D303k browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.D303kProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the D303k gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.D304kProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the D304k browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the D304k browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.D304kProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the D304k gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.D512ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the D512 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the D512 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.D512ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the D512 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Db520ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Db520 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Db520 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Db520ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Db520 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DefaultDefaultProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the DefaultDefault browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the DefaultDefault browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DefaultProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Default browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Default browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DefaultProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Default gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DefaultWmlProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the DefaultWml browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the DefaultWml browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DefaultXhtmlmpProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the DefaultXhtmlmp browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the DefaultXhtmlmp browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Dm110ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Dm110 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Dm110 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Dm110ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Dm110 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod209iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod209i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomod209i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod209iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod209i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod210iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod210i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomod210i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod210iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod210i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod211iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod211i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomod211i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod211iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod211i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod501iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod501i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomod501i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod501iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod501i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod502iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod502i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomod502i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod502iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod502i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod503iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod503i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomod503i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod503iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod503i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod503isProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod503is browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomod503is browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod503isProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod503is gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod505iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod505i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomod505i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomod505iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomod505i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DocomodefaultrenderingsizeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomodefaultrenderingsize browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomodefaultrenderingsize browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DocomodefaultrenderingsizeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomodefaultrenderingsize gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoer209iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoer209i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoer209i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoer209iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoer209i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof209iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof209i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof209i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof209iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof209i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof210iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof210i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof210i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof210iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof210i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof211iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof211i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof211i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof211iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof211i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof212iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof212i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof212i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof212iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof212i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof501iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof501i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof501i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof501iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof501i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof502iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof502i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof502i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof502iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof502i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof502itProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof502it browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof502it browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof502itProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof502it gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof503iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof503i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof503i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof503iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof503i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof503isProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof503is browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof503is browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof503isProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof503is gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof504iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof504i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof504i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof504iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof504i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof671iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof671i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomof671i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomof671iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomof671i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoisim60ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoisim60 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoisim60 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoisim60ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoisim60 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoko209iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoko209i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoko209i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoko209iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoko209i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoko210iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoko210i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoko210i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoko210iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoko210i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon2001ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon2001 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon2001 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon2001ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon2001 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon2002ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon2002 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon2002 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon2002ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon2002 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon209iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon209i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon209i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon209iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon209i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon210iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon210i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon210i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon210iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon210i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon211iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon211i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon211i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon211iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon211i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon251iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon251i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon251i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon251iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon251i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon251isProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon251is browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon251is browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon251isProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon251is gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon501iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon501i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon501i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon501iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon501i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon502iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon502i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon502i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon502iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon502i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon502itProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon502it browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon502it browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon502itProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon502it gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon503iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon503i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon503i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon503iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon503i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon503isProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon503is browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon503is browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon503isProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon503is gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon504iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon504i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon504i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon504iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon504i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon505iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon505i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon505i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon505iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon505i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon821iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon821i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomon821i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomon821iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomon821i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomonm502iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomonm502i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomonm502i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomonm502iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomonm502i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop209iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop209i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop209i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop209iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop209i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop209isProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop209is browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop209is browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop209isProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop209is gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop2101vProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop2101v browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop2101v browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop2101vProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop2101v gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop2102vProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop2102v browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop2102v browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop2102vProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop2102v gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop210iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop210i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop210i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop210iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop210i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop211iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop211i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop211i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop211iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop211i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop501iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop501i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop501i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop501iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop501i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop502iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop502i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop502i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop502iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop502i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop503iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop503i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop503i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop503iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop503i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop503isProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop503is browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop503is browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop503isProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop503is gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop504iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop504i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop504i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop504iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop504i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop505iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop505i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop505i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop505iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop505i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop821iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop821i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomop821i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomop821iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomop821i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DocomoProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomo browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomo browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DocomoProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomo gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomor209iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomor209i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomor209i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomor209iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomor209i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomor691iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomor691i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomor691i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomor691iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomor691i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DocomorenderingsizeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomorenderingsize browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomorenderingsize browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.DocomorenderingsizeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomorenderingsize gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomosh251iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomosh251i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomosh251i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomosh251iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomosh251i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomosh251isProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomosh251is browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomosh251is browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomosh251isProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomosh251is gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomosh821iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomosh821i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomosh821i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomosh821iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomosh821i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso210iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso210i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoso210i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso210iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso210i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso502iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso502i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoso502i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso502iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso502i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso502iwmProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso502iwm browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoso502iwm browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso502iwmProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso502iwm gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso503iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso503i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoso503i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso503iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso503i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso503isProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso503is browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoso503is browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso503isProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso503is gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso505iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso505i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Docomoso505i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Docomoso505iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Docomoso505i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ds10ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ds10 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ds10 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ds10ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ds10 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ds15ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ds15 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ds15 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ds15ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ds15 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericsson301aProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericsson301a browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericsson301a browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericsson301aProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericsson301a gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssona2628ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssona2628 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssona2628 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssona2628ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssona2628 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonp800ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonp800 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssonp800 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonp800ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonp800 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonp800r101ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonp800r101 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssonp800r101 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonp800r101ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonp800r101 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.EricssonProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericsson browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericsson browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.EricssonProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericsson gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonr320ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonr320 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssonr320 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonr320ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonr320 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonr380ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonr380 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssonr380 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonr380ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonr380 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonr520ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonr520 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssonr520 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssonr520ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssonr520 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont20ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont20 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont20 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont20ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont20 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont300ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont300 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont300 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont300ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont300 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont31ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont31 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont31 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont31ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont31 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont39ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont39 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont39 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont39ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont39 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont61ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont61 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont61 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont61ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont61 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont65ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont65 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont65 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont65ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont65 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont68 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68r101ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68r101 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont68r101 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68r101ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68r101 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68r1aProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68r1a browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont68r1a browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68r1aProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68r1a gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68r201aProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68r201a browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont68r201a browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68r201aProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68r201a gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68upgatewayProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68upgateway browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ericssont68upgateway browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ericssont68upgatewayProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ericssont68upgateway gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Eudoraweb21plusProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Eudoraweb21plus browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Eudoraweb21plus browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Eudoraweb21plusProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Eudoraweb21plus gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.EudorawebmsieProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Eudorawebmsie browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Eudorawebmsie browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.EudorawebmsieProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Eudorawebmsie gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.EudorawebProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Eudoraweb browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Eudoraweb browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.EudorawebProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Eudoraweb gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.EzwapProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ezwap browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ezwap browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.EzwapProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ezwap gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GatablefalseProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gatablefalse browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Gatablefalse browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GatablefalseProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gatablefalse gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GatableProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gatable browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Gatable browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GatableProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gatable gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GatabletrueProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gatabletrue browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Gatabletrue browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GatabletrueProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gatabletrue gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GeckoProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gecko browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Gecko browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GeckoProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gecko gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GenericdownlevelProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Genericdownlevel browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Genericdownlevel browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GenericdownlevelProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Genericdownlevel gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Gm832ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gm832 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Gm832 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Gm832ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gm832 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Gm910iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gm910i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Gm910i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Gm910iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Gm910i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamerica7to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamerica7to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamerica7to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamerica7to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamerica7to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericanonuprimProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericanonuprim browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericanonuprim browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericanonuprimProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericanonuprim gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericapalmProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericapalm browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericapalm browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericapalmProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericapalm gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamerica browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamerica browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamerica gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim850ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim850 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericarim850 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim850ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim850 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim857major6minor2to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim857major6minor2to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericarim857major6minor2to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim857major6minor2to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim857major6minor2to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim857major6ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim857major6 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericarim857major6 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim857major6ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim857major6 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim857ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim857 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericarim857 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim857ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim857 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim950ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim950 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericarim950 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim950ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim950 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim957major6minor2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim957major6minor2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericarim957major6minor2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim957major6minor2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim957major6minor2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim957ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim957 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericarim957 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Goamericarim957ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim957 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericarimProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericarim browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericarimProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericarim gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericaupProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericaup browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericaup browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericaupProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericaup gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericawinceProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericawince browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Goamericawince browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.GoamericawinceProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Goamericawince gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Hitachip300ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Hitachip300 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Hitachip300 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Hitachip300ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Hitachip300 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie1minor5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie1minor5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie1minor5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie1minor5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie1minor5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3akProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3ak browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie3ak browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3akProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3ak gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3macProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3mac browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie3mac browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3macProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3mac gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie3 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3skProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3sk browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie3sk browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3skProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3sk gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3win16aProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3win16a browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie3win16a browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3win16aProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3win16a gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3win16ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3win16 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie3win16 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie3win16ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie3win16 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie50ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie50 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie50 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie50ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie50 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie55ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie55 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie55 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie55ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie55 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie5to9macProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie5to9mac browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie5to9mac browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie5to9macProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie5to9mac gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie5to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie5to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie5to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie5to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie5to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie6to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie6to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie6to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ie6to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie6to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IeaolProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ieaol browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ieaol browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IeaolProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ieaol gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IebetaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Iebeta browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Iebeta browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IebetaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Iebeta gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ie browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ie gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IeupdateProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ieupdate browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ieupdate browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IeupdateProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ieupdate gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ig01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ig01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ig01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ig01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ig01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ig02ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ig02 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ig02 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ig02ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ig02 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ig03ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ig03 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ig03 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ig03ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ig03 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Im1kProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Im1k browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Im1k browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Im1kProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Im1k gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IscolorfalseProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Iscolorfalse browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Iscolorfalse browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IscolorfalseProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Iscolorfalse gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IscolorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Iscolor browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Iscolor browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IscolorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Iscolor gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IscolortrueProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Iscolortrue browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Iscolortrue browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.IscolortrueProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Iscolortrue gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JataayuppcProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jataayuppc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jataayuppc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JataayuppcProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jataayuppc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JataayuProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jataayu browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jataayu browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JataayuProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jataayu gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphone16bitcolorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone16bitcolor browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphone16bitcolor browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphone16bitcolorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone16bitcolor gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphone2bitcolorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone2bitcolor browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphone2bitcolor browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphone2bitcolorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone2bitcolor gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphone4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphone4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphone4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphone8bitcolorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone8bitcolor browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphone8bitcolor browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphone8bitcolorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone8bitcolor gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonecoloriscolorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonecoloriscolor browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonecoloriscolor browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonecoloriscolorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonecoloriscolor gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonecolorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonecolor browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonecolor browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonecolorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonecolor gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonedensoProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonedenso browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonedenso browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonedensoProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonedenso gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonedisplayProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonedisplay browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonedisplay browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonedisplayProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonedisplay gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonekenwoodProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonekenwood browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonekenwood browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonekenwoodProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonekenwood gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonemitsubishiProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonemitsubishi browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonemitsubishi browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonemitsubishiProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonemitsubishi gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonenecn51ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonenecn51 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonenecn51 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonenecn51ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonenecn51 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonenecProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonenec browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonenec browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonenecProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonenec gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonepanasonicProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonepanasonic browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonepanasonic browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonepanasonicProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonepanasonic gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonepioneerProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonepioneer browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonepioneer browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonepioneerProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonepioneer gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphoneProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphone browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphoneProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphone gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesa51ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesa51 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonesa51 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesa51ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesa51 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonesanyoProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesanyo browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonesanyo browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonesanyoProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesanyo gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonesharpProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharp browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonesharp browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonesharpProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharp gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh07ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh07 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonesharpsh07 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh07ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh07 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh08ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh08 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonesharpsh08 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh08ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh08 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh51ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh51 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonesharpsh51 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh51ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh51 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh52ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh52 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonesharpsh52 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh52ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh52 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh53ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh53 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonesharpsh53 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonesharpsh53ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonesharpsh53 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonetoshibaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonetoshiba browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonetoshiba browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JphonetoshibaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonetoshiba gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonetoshibat06aProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonetoshibat06a browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonetoshibat06a browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonetoshibat06aProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonetoshibat06a gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonetoshibat08ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonetoshibat08 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonetoshibat08 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonetoshibat08ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonetoshibat08 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonetoshibat51ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonetoshibat51 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jphonetoshibat51 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jphonetoshibat51ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jphonetoshibat51 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jtel01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jtel01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jtel01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Jtel01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jtel01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JtelnateProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jtelnate browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Jtelnate browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.JtelnateProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Jtelnate gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kddica21ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kddica21 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Kddica21 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kddica21ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kddica21 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kddisa21ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kddisa21 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Kddisa21 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kddisa21ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kddisa21 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kddits21ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kddits21 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Kddits21 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kddits21ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kddits21 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kddits24ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kddits24 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Kddits24 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kddits24ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kddits24 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Km100ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Km100 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Km100 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Km100ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Km100 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kyocera702gProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kyocera702g browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Kyocera702g browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kyocera702gProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kyocera702g gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kyocera703gProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kyocera703g browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Kyocera703g browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kyocera703gProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kyocera703g gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kyocerac307kProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kyocerac307k browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Kyocerac307k browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Kyocerac307kProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Kyocerac307k gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.L430v03j02ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the L430v03j02 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the L430v03j02 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.L430v03j02ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the L430v03j02 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.LegendProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Legend browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Legend browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.LegendProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Legend gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lg13ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lg13 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lg13 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lg13ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lg13 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgc840fProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgc840f browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lgc840f browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgc840fProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgc840f gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgc875fProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgc875f browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lgc875f browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgc875fProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgc875f gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgelx5350ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgelx5350 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lgelx5350 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgelx5350ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgelx5350 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgg5200ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgg5200 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lgg5200 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgg5200ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgg5200 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgi2100ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgi2100 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lgi2100 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgi2100ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgi2100 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgp680fProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgp680f browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lgp680f browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgp680fProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgp680f gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgp7300fProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgp7300f browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lgp7300f browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgp7300fProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgp7300f gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgp7800fProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgp7800f browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Lgp7800f browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Lgp7800fProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Lgp7800f gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ma112ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ma112 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ma112 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ma112ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ma112 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ma13ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ma13 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ma13 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ma13ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ma13 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mac1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mac1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mac1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mac1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mac1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mai12ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mai12 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mai12 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mai12ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mai12 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mat1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mat1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mat1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mat1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mat1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MaxpagesizeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Maxpagesize browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Maxpagesize browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MaxpagesizeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Maxpagesize gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mc01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mc01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mc01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mc01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mc01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mcc9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mcc9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mcc9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mcc9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mcc9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MccaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mcca browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mcca browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MccaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mcca gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.McccProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mccc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mccc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.McccProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mccc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmebenefonqProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmebenefonq browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmebenefonq browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmebenefonqProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmebenefonq gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmecellphoneProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmecellphone browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmecellphone browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmecellphoneProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmecellphone gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmef20ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmef20 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmef20 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmef20ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmef20 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmegeneric3dProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmegeneric3d browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmegeneric3d browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmegeneric3dProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmegeneric3d gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmegenericflipProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmegenericflip browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmegenericflip browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmegenericflipProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmegenericflip gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmegenericlargeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmegenericlarge browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmegenericlarge browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmegenericlargeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmegenericlarge gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmegenericsmallProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmegenericsmall browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmegenericsmall browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmegenericsmallProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmegenericsmall gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmemobileexplorerProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmemobileexplorer browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmemobileexplorer browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmemobileexplorerProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmemobileexplorer gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mme browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mme browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MmeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mme gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmesonycmdj5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmesonycmdj5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmesonycmdj5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmesonycmdj5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmesonycmdj5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmesonycmdj7ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmesonycmdj7 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmesonycmdj7 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmesonycmdj7ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmesonycmdj7 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmesonycmdz5pj020eProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmesonycmdz5pj020e browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmesonycmdz5pj020e browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmesonycmdz5pj020eProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmesonycmdz5pj020e gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmesonycmdz5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmesonycmdz5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mmesonycmdz5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mmesonycmdz5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mmesonycmdz5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mo01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mo01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mo01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mo01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mo01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mo02ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mo02 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mo02 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mo02ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mo02 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MonoProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mono browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mono browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MonoProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mono gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot2000ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot2000 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mot2000 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot2000ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot2000 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot2001ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot2001 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mot2001 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot2001ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot2001 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot28ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot28 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mot28 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot28ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot28 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot32ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot32 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mot32 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot32ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot32 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot72ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot72 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mot72 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot72ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot72 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot76ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot76 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mot76 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mot76ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mot76 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motaf418ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motaf418 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motaf418 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motaf418ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motaf418 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotafProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motaf browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motaf browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotafProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motaf gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotbcProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motbc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motbc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotbcProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motbc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motc2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motc2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motc2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motc2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motc2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motc4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motc4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motc4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motc4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motc4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotcbProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motcb browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motcb browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotcbProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motcb gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotcfProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motcf browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motcf browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotcfProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motcf gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motd5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motd5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motd5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motd5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motd5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motd8ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motd8 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motd8 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motd8ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motd8 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotdcProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motdc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motdc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotdcProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motdc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motf0ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motf0 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motf0 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motf0ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motf0 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motf5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motf5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motf5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motf5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motf5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motf6ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motf6 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motf6 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motf6ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motf6 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motorolae360ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motorolae360 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motorolae360 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motorolae360ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motorolae360 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motorolav60gProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motorolav60g browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motorolav60g browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motorolav60gProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motorolav60g gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motorolav708aProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motorolav708a browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motorolav708a browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motorolav708aProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motorolav708a gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motorolav708ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motorolav708 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motorolav708 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motorolav708ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motorolav708 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motp2kcProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motp2kc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motp2kc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motp2kcProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motp2kc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotpancProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motpanc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motpanc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MotpancProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motpanc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motv200ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motv200 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Motv200 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Motv200ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Motv200 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillabetaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillabeta browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mozillabeta browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillabetaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillabeta gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillafirebirdProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillafirebird browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mozillafirebird browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillafirebirdProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillafirebird gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillafirefoxProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillafirefox browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mozillafirefox browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillafirefoxProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillafirefox gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillagoldProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillagold browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mozillagold browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillagoldProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillagold gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozilla browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mozilla browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozilla gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillarvProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillarv browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mozillarv browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MozillarvProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillarv gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mozillav14plusProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillav14plus browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mozillav14plus browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mozillav14plusProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mozillav14plus gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mspie06ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mspie06 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mspie06 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mspie06ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mspie06 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mspie2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mspie2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mspie2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mspie2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mspie2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MspieProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mspie browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mspie browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MspieProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mspie gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mypalm1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mypalm1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mypalm1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Mypalm1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mypalm1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MypalmProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mypalm browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Mypalm browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.MypalmProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Mypalm gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.N400ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the N400 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the N400 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.N400ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the N400 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NetfrontProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netfront browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Netfront browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NetfrontProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netfront gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape3ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape3 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Netscape3 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape3ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape3 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Netscape4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Netscape5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape6to9betaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape6to9beta browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Netscape6to9beta browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape6to9betaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape6to9beta gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape6to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape6to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Netscape6to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Netscape6to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscape6to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NetscapebetaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscapebeta browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Netscapebeta browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NetscapebetaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Netscapebeta gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nk00ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nk00 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nk00 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nk00ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nk00 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3330ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3330 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia3330 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3330ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3330 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3560ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3560 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia3560 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3560ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3560 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3590ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3590 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia3590 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3590ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3590 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3590v1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3590v1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia3590v1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3590v1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3590v1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3595ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3595 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia3595 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3595ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3595 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3650p12plusProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3650p12plus browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia3650p12plus browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3650p12plusProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3650p12plus gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3650ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3650 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia3650 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia3650ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia3650 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia5100ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia5100 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia5100 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia5100ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia5100 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6200ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6200 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia6200 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6200ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6200 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6220ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6220 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia6220 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6220ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6220 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6250ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6250 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia6250 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6250ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6250 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6310ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6310 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia6310 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6310ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6310 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6510ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6510 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia6510 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6510ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6510 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6590ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6590 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia6590 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6590ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6590 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6800ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6800 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia6800 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia6800ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia6800 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia7110ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia7110 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia7110 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia7110ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia7110 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia7650ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia7650 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia7650 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia7650ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia7650 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia8310ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia8310 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia8310 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia8310ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia8310 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia9110iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia9110i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia9110i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia9110iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia9110i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia9110ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia9110 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia9110 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia9110ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia9110 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia9210htmlProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia9210html browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia9210html browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia9210htmlProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia9210html gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia9210ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia9210 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia9210 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokia9210ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia9210 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiablueprintProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiablueprint browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokiablueprint browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiablueprintProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiablueprint gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokiaepoc32wtl20ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiaepoc32wtl20 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokiaepoc32wtl20 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokiaepoc32wtl20ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiaepoc32wtl20 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokiaepoc32wtlProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiaepoc32wtl browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokiaepoc32wtl browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nokiaepoc32wtlProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiaepoc32wtl gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiagatewayProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiagateway browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokiagateway browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiagatewayProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiagateway gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiamobilebrowserProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiamobilebrowser browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokiamobilebrowser browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiamobilebrowserProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiamobilebrowser gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiamobilebrowserrainbowProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiamobilebrowserrainbow browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokiamobilebrowserrainbow browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiamobilebrowserrainbowProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiamobilebrowserrainbow gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokia browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokia gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiawapsimulatorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiawapsimulator browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nokiawapsimulator browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.NokiawapsimulatorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nokiawapsimulator gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nt95ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nt95 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Nt95 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Nt95ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Nt95 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera1to3betaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera1to3beta browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera1to3beta browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera1to3betaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera1to3beta gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera4betaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera4beta browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera4beta browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera4betaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera4beta gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera5to9betaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera5to9beta browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera5to9beta browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera5to9betaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera5to9beta gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera5to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera5to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera5to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera5to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera5to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera6to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera6to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera6to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera6to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera6to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera7to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera7to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera7to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera7to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera7to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera8to9ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera8to9 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera8to9 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opera8to9ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera8to9 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OperamobilebrowserProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Operamobilebrowser browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Operamobilebrowser browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OperamobilebrowserProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Operamobilebrowser gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OperamobileProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Operamobile browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Operamobile browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OperamobileProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Operamobile gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OperaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opera browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OperaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opera gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OperapsionProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Operapsion browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Operapsion browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OperapsionProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Operapsion gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opwv1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opwv1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opwv1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opwv1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opwv1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opwvsdk6plusProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opwvsdk6plus browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opwvsdk6plus browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opwvsdk6plusProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opwvsdk6plus gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opwvsdk6ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opwvsdk6 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opwvsdk6 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Opwvsdk6ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opwvsdk6 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OpwvsdkProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opwvsdk browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Opwvsdk browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.OpwvsdkProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Opwvsdk gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.P100ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the P100 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the P100 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.P100ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the P100 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.P21ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the P21 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the P21 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.P21ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the P21 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PalmscapeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Palmscape browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Palmscape browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PalmscapeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Palmscape gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PalmscapeversionProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Palmscapeversion browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Palmscapeversion browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PalmscapeversionProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Palmscapeversion gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Palmwebpro3ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Palmwebpro3 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Palmwebpro3 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Palmwebpro3ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Palmwebpro3 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PalmwebproProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Palmwebpro browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Palmwebpro browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PalmwebproProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Palmwebpro gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PanasonicexchangesupporteddeviceProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicexchangesupporteddevice browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Panasonicexchangesupporteddevice browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PanasonicexchangesupporteddeviceProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicexchangesupporteddevice gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Panasonicgad87a38ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicgad87a38 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Panasonicgad87a38 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Panasonicgad87a38ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicgad87a38 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Panasonicgad87a39ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicgad87a39 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Panasonicgad87a39 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Panasonicgad87a39ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicgad87a39 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Panasonicgad87ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicgad87 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Panasonicgad87 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Panasonicgad87ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicgad87 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Panasonicgad95ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicgad95 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Panasonicgad95 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Panasonicgad95ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonicgad95 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PanasonicProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonic browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Panasonic browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PanasonicProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Panasonic gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PdqbrowserProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pdqbrowser browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pdqbrowser browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PdqbrowserProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pdqbrowser gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Philipsfisio820ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Philipsfisio820 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Philipsfisio820 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Philipsfisio820ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Philipsfisio820 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Pie4ppcProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pie4ppc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pie4ppc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Pie4ppcProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pie4ppc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Pie4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pie4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pie4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Pie4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pie4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Pie5plusProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pie5plus browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pie5plus browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Pie5plusProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pie5plus gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PienodeviceidProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pienodeviceid browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pienodeviceid browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PienodeviceidProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pienodeviceid gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PieppcProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pieppc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pieppc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PieppcProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pieppc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PieProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pie browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pie browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PieProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pie gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PiescreenbitdepthProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Piescreenbitdepth browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Piescreenbitdepth browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PiescreenbitdepthProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Piescreenbitdepth gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PiesmartphoneProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Piesmartphone browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Piesmartphone browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PiesmartphoneProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Piesmartphone gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PixelsProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pixels browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pixels browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PixelsProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pixels gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformmac68kProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformmac68k browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformmac68k browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformmac68kProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformmac68k gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformmacppcProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformmacppc browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformmacppc browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformmacppcProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformmacppc gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platform browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platform browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platform gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformunixProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformunix browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformunix browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformunixProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformunix gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformwebtvProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwebtv browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwebtv browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformwebtvProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwebtv gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin16ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin16 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwin16 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin16ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin16 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin2000aProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin2000a browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwin2000a browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin2000aProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin2000a gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin2000bProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin2000b browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwin2000b browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin2000bProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin2000b gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin95ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin95 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwin95 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin95ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin95 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin98ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin98 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwin98 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Platformwin98ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwin98 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformwinceProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwince browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwince browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformwinceProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwince gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformwinntProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwinnt browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwinnt browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformwinntProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwinnt gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformwinxpProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwinxp browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Platformwinxp browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PlatformwinxpProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Platformwinxp gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PopulateBrowserElements(System.Collections.IDictionary)"> <summary> Used internally by the configuration system to produce request-specific instances of <see cref="T:System.Web.HttpBrowserCapabilities" /> that are publicly accessed through the ASP.NET-intrinsic Request.Browser property. </summary> <param name="dictionary"> A collection of browser capabilities. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PopulateMatchedHeaders(System.Collections.IDictionary)"> <summary> Used internally by the configuration system to produce request-specific instances of <see cref="T:System.Web.HttpBrowserCapabilities" /> that are publicly accessed through the ASP.NET-intrinsic Request.Browser property. </summary> <param name="dictionary"> A collection of request headers. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PowerbrowserProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Powerbrowser browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Powerbrowser browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PowerbrowserProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Powerbrowser gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PpatProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ppat browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ppat browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.PpatProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ppat gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Pse200ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pse200 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Pse200 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Pse200ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Pse200 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qc12ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qc12 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Qc12 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qc12ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qc12 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qc31ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qc31 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Qc31 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qc31ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qc31 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qc32ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qc32 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Qc32 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qc32ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qc32 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qcp2035ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qcp2035 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Qcp2035 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qcp2035ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qcp2035 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qcp3035ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qcp3035 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Qcp3035 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Qcp3035ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Qcp3035 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.R201ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the R201 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the R201 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.R201ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the R201 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.R280ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the R280 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the R280 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.R280ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the R280 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.S71ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the S71 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the S71 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.S71ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the S71 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Safari1plusProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Safari1plus browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Safari1plus browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Safari1plusProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Safari1plus gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Safari60ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Safari60 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Safari60 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Safari60ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Safari60 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Safari85ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Safari85 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Safari85 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Safari85ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Safari85 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SafariProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Safari browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Safari browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SafariProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Safari gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sagem959ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sagem959 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sagem959 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sagem959ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sagem959 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sc01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc02ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc02 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sc02 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc02ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc02 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc03ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc03 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sc03 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc03ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc03 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc04ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc04 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sc04 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc04ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc04 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc10ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc10 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sc10 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc10ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc10 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc11ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc11 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sc11 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc11ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc11 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc13ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc13 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sc13 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sc13ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sc13 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sche150ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sche150 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sche150 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sche150ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sche150 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Scp4700ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Scp4700 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Scp4700 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Scp4700ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Scp4700 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Scp6000ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Scp6000 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Scp6000 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Scp6000ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Scp6000 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sd500ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sd500 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sd500 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sd500ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sd500 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sec01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sec01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sec01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sec01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sec01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sec02ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sec02 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sec02 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sec02ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sec02 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sec03ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sec03 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sec03 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sec03ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sec03 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sg08ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sg08 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sg08 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sg08ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sg08 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sgha300ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sgha300 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sgha300 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sgha300ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sgha300 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sgha400ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sgha400 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sgha400 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sgha400ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sgha400 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sghn100ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sghn100 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sghn100 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sghn100ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sghn100 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sharpgx10ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sharpgx10 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sharpgx10 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sharpgx10ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sharpgx10 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SharppdaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sharppda browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sharppda browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SharppdaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sharppda gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.ShProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sh browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sh browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.ShProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sh gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Si01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Si01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Si01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Si01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Si01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Siec3iProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Siec3i browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Siec3i browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Siec3iProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Siec3i gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sieme45ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sieme45 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sieme45 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sieme45ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sieme45 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies35ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies35 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sies35 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies35ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies35 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies40ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies40 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sies40 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies40ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies40 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies45ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies45 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sies45 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies45ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies45 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies46ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies46 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sies46 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies46ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies46 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies55ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies55 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sies55 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sies55ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sies55 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Siesl45ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Siesl45 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Siesl45 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Siesl45ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Siesl45 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sigmarion3ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sigmarion3 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sigmarion3 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sigmarion3ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sigmarion3 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicescolordepthProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicescolordepth browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicescolordepth browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicescolordepthProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicescolordepth gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesericssonProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesericsson browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesericsson browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesericssonProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesericsson gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdeviceshanhwaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdeviceshanhwa browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdeviceshanhwa browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdeviceshanhwaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdeviceshanhwa gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdeviceshyundaiProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdeviceshyundai browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdeviceshyundai browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdeviceshyundaiProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdeviceshyundai gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesiscolorProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesiscolor browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesiscolor browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesiscolorProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesiscolor gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesjtelProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesjtel browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesjtel browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesjtelProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesjtel gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdeviceslgProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdeviceslg browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdeviceslg browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdeviceslgProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdeviceslg gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesmotorolaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesmotorola browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesmotorola browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesmotorolaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesmotorola gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesnokiaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesnokia browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesnokia browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesnokiaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesnokia gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevices browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevices browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevices gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicessamsungProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicessamsung browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicessamsung browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicessamsungProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicessamsung gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesscreencolumnProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesscreencolumn browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesscreencolumn browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesscreencolumnProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesscreencolumn gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesscreenheightProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesscreenheight browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesscreenheight browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesscreenheightProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesscreenheight gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesscreenrowProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesscreenrow browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesscreenrow browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesscreenrowProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesscreenrow gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesscreenwidthProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesscreenwidth browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesscreenwidth browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesscreenwidthProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesscreenwidth gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesskttProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicessktt browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicessktt browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SktdevicesskttProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicessktt gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sktdevicesv730ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesv730 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sktdevicesv730 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sktdevicesv730ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sktdevicesv730 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Slb500ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Slb500 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Slb500 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Slb500ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Slb500 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn11ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn11 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sn11 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn11ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn11 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn12ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn12 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sn12 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn12ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn12 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn134ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn134 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sn134 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn134ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn134 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn156ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn156 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sn156 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn156ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn156 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn17ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn17 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sn17 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sn17ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sn17 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Snc1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Snc1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Snc1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Snc1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Snc1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sni1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sni1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sni1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sni1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sni1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sonyericssona1101sProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sonyericssona1101s browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sonyericssona1101s browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sonyericssona1101sProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sonyericssona1101s gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SonyericssonProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sonyericsson browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sonyericsson browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.SonyericssonProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sonyericsson gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sp01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sp01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sp01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sp01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sp01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.St11ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the St11 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the St11 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.St11ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the St11 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.St12ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the St12 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the St12 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.St12ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the St12 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sty2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sty2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sty2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sty2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sty2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sy01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy02ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy02 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sy02 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy02ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy02 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy03ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy03 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sy03 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy03ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy03 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy11ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy11 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sy11 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy11ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy11 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy12ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy12 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sy12 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy12ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy12 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy13ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy13 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sy13 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy13ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy13 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy14ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy14 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sy14 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy14ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy14 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy15ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy15 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Sy15 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Sy15ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Sy15 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Syc1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Syc1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Syc1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Syc1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Syc1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Syt1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Syt1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Syt1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Syt1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Syt1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.T250ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the T250 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the T250 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.T250ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the T250 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tcll668ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tcll668 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tcll668 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tcll668ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tcll668 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk01ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk01 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tk01 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk01ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk01 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk02ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk02 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tk02 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk02ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk02 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk03ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk03 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tk03 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk03ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk03 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk04ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk04 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tk04 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk04ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk04 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk05ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk05 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tk05 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tk05ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tk05 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tm510ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tm510 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tm510 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tm510ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tm510 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.TmobilesidekickProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tmobilesidekick browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tmobilesidekick browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.TmobilesidekickProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tmobilesidekick gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tp1100ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tp1100 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tp1100 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tp1100ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tp1100 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tp120ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tp120 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tp120 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tp120ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tp120 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tp2200ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tp2200 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tp2200 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tp2200ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tp2200 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tp3000ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tp3000 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tp3000 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tp3000ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tp3000 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Treo600ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Treo600 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Treo600 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Treo600ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Treo600 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ts11ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ts11 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ts11 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ts11ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ts11 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ts12ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ts12 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ts12 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ts12ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ts12 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ts13ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ts13 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Ts13 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Ts13ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Ts13 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tsc1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tsc1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tsc1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tsc1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tsc1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tsi1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tsi1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tsi1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tsi1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tsi1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tst1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tst1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tst1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tst1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tst1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tst2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tst2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tst2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tst2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tst2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tst3ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tst3 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Tst3 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Tst3ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Tst3 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up3ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up3 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Up3 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up3ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up3 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up4ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up4 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Up4 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up4ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up4 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up5ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up5 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Up5 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up5ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up5 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up61plusProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up61plus browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Up61plus browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up61plusProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up61plus gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up6ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up6 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Up6 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Up6ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up6 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpdefaultscreencharactersProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Updefaultscreencharacters browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Updefaultscreencharacters browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpdefaultscreencharactersProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Updefaultscreencharacters gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpdefaultscreenpixelsProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Updefaultscreenpixels browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Updefaultscreenpixels browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpdefaultscreenpixelsProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Updefaultscreenpixels gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Upg1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upg1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upg1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Upg1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upg1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpgatewayProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upgateway browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upgateway browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpgatewayProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upgateway gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpmaxpduProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upmaxpdu browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upmaxpdu browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpmaxpduProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upmaxpdu gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpmsizeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upmsize browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upmsize browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpmsizeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upmsize gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpnongogatewayProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upnongogateway browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upnongogateway browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpnongogatewayProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upnongogateway gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpnumsoftkeysProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upnumsoftkeys browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upnumsoftkeys browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpnumsoftkeysProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upnumsoftkeys gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Up browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Up gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpscreencharsProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upscreenchars browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upscreenchars browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpscreencharsProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upscreenchars gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpscreendepthProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upscreendepth browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upscreendepth browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpscreendepthProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upscreendepth gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpscreenpixelsProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upscreenpixels browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upscreenpixels browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpscreenpixelsProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upscreenpixels gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpsoftkeysizeProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upsoftkeysize browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upsoftkeysize browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpsoftkeysizeProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upsoftkeysize gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpversionProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upversion browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Upversion browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.UpversionProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Upversion gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.VoiceProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Voice browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Voice browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.VoiceProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Voice gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.VrnaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Vrna browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Vrna browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.VrnaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Vrna gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Webtv2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Webtv2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Webtv2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Webtv2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Webtv2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WebtvbetaProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Webtvbeta browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Webtvbeta browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WebtvbetaProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Webtvbeta gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WebtvProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Webtv browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Webtv browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WebtvProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Webtv gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Win16ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Win16 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Win16 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Win16ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Win16 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Win32ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Win32 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Win32 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Win32ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Win32 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WinceProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Wince browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Wince browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WinceProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Wince gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WinProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Win browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Win browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WinProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Win gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WinwapProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Winwap browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Winwap browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.WinwapProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Winwap gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.XeniumProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Xenium browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Xenium browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.XeniumProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Xenium gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.XiinoProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Xiino browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Xiino browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.XiinoProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Xiino gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Xiinov2ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Xiinov2 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Xiinov2 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Xiinov2ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Xiinov2 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Zaurusmie1ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Zaurusmie1 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Zaurusmie1 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Zaurusmie1ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Zaurusmie1 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Zaurusmie21ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Zaurusmie21 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Zaurusmie21 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Zaurusmie21ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Zaurusmie21 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Zaurusmie25ProcessBrowsers(System.Boolean,System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Zaurusmie25 browser making the current request. </summary> <param name="ignoreApplicationBrowsers">true to ignore definitions for the Zaurusmie25 browser in application-level browser definition files; otherwise, false. </param> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactory.Zaurusmie25ProcessGateways(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Initializes an <see cref="T:System.Web.HttpBrowserCapabilities" /> object that represents the capabilities of the Zaurusmie25 gateway handling the current request. </summary> <param name="headers"> The collection of headers included in the current request. </param> <param name="browserCaps"> The <see cref="T:System.Web.HttpBrowserCapabilities" /> object to initialize. </param> </member> <member name="T:System.Web.Configuration.BrowserCapabilitiesFactoryBase"> <summary> The <see cref="T:System.Web.Configuration.BrowserCapabilitiesFactoryBase" /> class is the base class from which <see cref="T:System.Web.Configuration.BrowserCapabilitiesFactory" /> is derived. It is used internally at run time by the configuration system to create request-specific instances of the <see cref="T:System.Web.Configuration.HttpCapabilitiesBase" /> class, publicly accessed through the ASP.NET intrinsic Request.Browser property. </summary> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactoryBase.#ctor"> <summary> Used internally by the configuration system to create a new instance of this class. </summary> </member> <member name="P:System.Web.Configuration.BrowserCapabilitiesFactoryBase.BrowserElements"> <summary> Used internally by the configuration system to represent a collection of information relating to various browser capabilities. </summary> <returns> A dictionary of browser capabilities. </returns> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactoryBase.ConfigureBrowserCapabilities(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Used internally at run time to configure an <see cref="T:System.Web.HttpBrowserCapabilities" /> object. </summary> <param name="headers"> A collection of request headers. </param> <param name="browserCaps"> An <see cref="T:System.Web.HttpBrowserCapabilities" /> object. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactoryBase.IsBrowserUnknown(System.Web.Configuration.HttpCapabilitiesBase)"> <summary> Used internally by the configuration system to determine whether the browser represented by the specified <see cref="T:System.Web.HttpBrowserCapabilities" /> object does not have an available adapter. </summary> <returns>true if the represented browser does not have an available adapter; otherwise, false. </returns> <param name="browserCaps"> An <see cref="T:System.Web.HttpBrowserCapabilities" /> object. </param> </member> <member name="P:System.Web.Configuration.BrowserCapabilitiesFactoryBase.MatchedHeaders"> <summary> Used internally by the configuration system to represent a collection of request-header values. </summary> <returns> A collection of request headers. </returns> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactoryBase.PopulateBrowserElements(System.Collections.IDictionary)"> <summary> Used internally by the configuration system to populate a collection of browser capabilities based on the supported browser. </summary> <param name="dictionary"> A collection of key/value pairs representing the browser capabilities. </param> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactoryBase.PopulateMatchedHeaders(System.Collections.IDictionary)"> <summary> Used internally by the configuration system to populate a collection of request headers based on the supported browser. </summary> <param name="dictionary"> A collection of key/value pairs representing the browser capabilities. </param> </member> <member name="T:System.Web.Configuration.BufferModesCollection"> <summary> A collection of <see cref="T:System.Web.Configuration.BufferModeSettings" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.BufferModesCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.BufferModesCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.BufferModesCollection.Add(System.Web.Configuration.BufferModeSettings)"> <summary> Adds a <see cref="T:System.Web.Configuration.BufferModeSettings" /> object to the collection. </summary> <param name="bufferModeSettings"> A <see cref="T:System.Web.Configuration.BufferModeSettings" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.BufferModeSettings" /> object to add already exists in the collection, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.BufferModesCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.BufferModeSettings" /> objects from the collection. </summary> </member> <member name="P:System.Web.Configuration.BufferModesCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.BufferModeSettings" /> object with the specified numeric index in the collection. </summary> <returns> The <see cref="T:System.Web.Configuration.BufferModeSettings" /> object at the specified index. </returns> <param name="index"> A valid index of a <see cref="T:System.Web.Configuration.BufferModeSettings" /> object in the collection. </param> </member> <member name="P:System.Web.Configuration.BufferModesCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.BufferModeSettings" /> object based on the specified key in the collection. </summary> <returns> A <see cref="T:System.Web.Configuration.BufferModeSettings" /> object. </returns> <param name="key"> The name of the <see cref="T:System.Web.Configuration.BufferModeSettings" /> object contained in the collection. </param> </member> <member name="M:System.Web.Configuration.BufferModesCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.BufferModeSettings" /> object from the collection. </summary> <param name="s"> The name of a <see cref="T:System.Web.Configuration.BufferModeSettings" /> object in the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.BufferModeSettings" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="T:System.Web.Configuration.BufferModeSettings"> <summary> Configures the ASP.NET event-buffering settings for event providers. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.BufferModeSettings.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.TimeSpan,System.TimeSpan,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.BufferModeSettings" /> class using specified settings. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.BufferModeSettings" /> object being created. </param> <param name="maxBufferSize"> The maximum number of events buffered at one time. The value must be greater than zero. </param> <param name="maxFlushSize"> The maximum number of events per buffer flush. Must be greater than zero. </param> <param name="urgentFlushThreshold"> The number of events buffered before a buffer flush is triggered. The value must be greater than zero and less than or equal to <paramref name="maxBufferSize" />. </param> <param name="regularFlushInterval"> The standard amount of time between buffer flushes. The value can be made infinite by setting it to <see cref="F:System.Int32.MaxValue" /> ticks. </param> <param name="urgentFlushInterval"> The minimum length of time that can pass between buffer flushes. The value must be less than or equal to <paramref name="regularFlushInterval" />. </param> <param name="maxBufferThreads"> The maximum number of buffer-flushing threads that can be active at one time. </param> </member> <member name="P:System.Web.Configuration.BufferModeSettings.MaxBufferSize"> <summary> Gets or sets the maximum number of events that can be buffered at one time. </summary> <returns> The maximum number of events that can be buffered at one time. </returns> </member> <member name="P:System.Web.Configuration.BufferModeSettings.MaxBufferThreads"> <summary> Gets or sets the maximum number of flushing threads that can be active at one time. </summary> <returns> The maximum number of flushing threads that can be active at one time. The default is 1. </returns> </member> <member name="P:System.Web.Configuration.BufferModeSettings.MaxFlushSize"> <summary> Gets or sets the maximum number of events per flush. </summary> <returns> The maximum number of events per flush. </returns> </member> <member name="P:System.Web.Configuration.BufferModeSettings.Name"> <summary> Gets or sets the name of the <see cref="T:System.Web.Configuration.BufferModeSettings" /> object. </summary> <returns> The name of the <see cref="T:System.Web.Configuration.BufferModeSettings" /> object. The default value is an empty string. </returns> </member> <member name="P:System.Web.Configuration.BufferModeSettings.RegularFlushInterval"> <summary> Gets or sets the amount of time between buffer flushes. </summary> <returns> The regular amount of time between buffer flushes. </returns> </member> <member name="P:System.Web.Configuration.BufferModeSettings.UrgentFlushInterval"> <summary> Gets or sets the minimum amount of time that can pass between buffer flushes. </summary> <returns> The minimum amount of time that can pass between buffer flushes. </returns> </member> <member name="P:System.Web.Configuration.BufferModeSettings.UrgentFlushThreshold"> <summary> Gets or sets the number of events that can be buffered before a flush is triggered. </summary> <returns> The number of events that can be buffered before a flush is triggered. </returns> </member> <member name="T:System.Web.Configuration.BuildProvider"> <summary> Provides functionality to parse a particular file type and generate code during compilation of a dynamic resource. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.BuildProvider.#ctor(System.String,System.String)"> <summary> Creates an instance of a <see cref="T:System.Web.Configuration.BuildProvider" /> class, initialized to the provided values. </summary> <param name="extension"> The file extension of the dynamic resource used during compilation. </param> <param name="type"> The type that represents the <see cref="T:System.Web.Configuration.BuildProvider" /> instance to use when parsing and compiling the given extension. </param> </member> <member name="M:System.Web.Configuration.BuildProvider.Equals(System.Object)"> <summary> Determines whether the specified build provider object is equal to the current object. </summary> <returns>true if the objects are equal; otherwise, false. </returns> <param name="provider"> The build provider object to compare with the current object. </param> </member> <member name="P:System.Web.Configuration.BuildProvider.Extension"> <summary> Gets or sets the file extension to map to during compilation of a dynamic resource. </summary> <returns> A string specifying the file extension to map to during compilation of a dynamic resource. </returns> </member> <member name="M:System.Web.Configuration.BuildProvider.GetHashCode"> <summary> Generates the hash code for the build provider. </summary> <returns> An integer representing the hash code for the build provider. </returns> </member> <member name="P:System.Web.Configuration.BuildProvider.Type"> <summary> Gets or set the comma-separated class and assembly combination that indicates the <see cref="T:System.Web.Configuration.BuildProvider" /> instance to use. </summary> <returns> A comma-separated class and assembly combination that indicates the <see cref="T:System.Web.Configuration.BuildProvider" /> instance to use. </returns> </member> <member name="T:System.Web.Configuration.BuildProviderCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.BuildProvider" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.BuildProviderCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.BuildProviderCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.BuildProviderCollection.Add(System.Web.Configuration.BuildProvider)"> <summary> Adds a <see cref="T:System.Web.Configuration.BuildProvider" /> object to the <see cref="T:System.Web.Configuration.BuildProviderCollection" />. </summary> <param name="buildProvider"> A <see cref="T:System.Web.Configuration.BuildProvider" /> object. </param> </member> <member name="M:System.Web.Configuration.BuildProviderCollection.Clear"> <summary> Clears all <see cref="T:System.Web.Configuration.BuildProvider" /> objects from the <see cref="T:System.Web.Configuration.BuildProviderCollection" />. </summary> </member> <member name="P:System.Web.Configuration.BuildProviderCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.BuildProvider" /> object at the specified index of the collection. </summary> <returns> A <see cref="T:System.Web.Configuration.BuildProvider" /> object. </returns> <param name="index"> An integer value specifying a particular <see cref="T:System.Web.Configuration.BuildProvider" /> object within the <see cref="T:System.Web.Configuration.BuildProviderCollection" />. </param> </member> <member name="P:System.Web.Configuration.BuildProviderCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.BuildProvider" /> collection element based on the specified name. </summary> <returns> A <see cref="T:System.Web.Configuration.BuildProvider" /> object. </returns> <param name="name"> The name of the <see cref="T:System.Web.Configuration.BuildProvider" /> object to return from the collection. </param> </member> <member name="M:System.Web.Configuration.BuildProviderCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.BuildProvider" /> object from the <see cref="T:System.Web.Configuration.BuildProviderCollection" />. </summary> <param name="name"> A string value specifying the <see cref="T:System.Web.Configuration.BuildProvider" /> reference. </param> </member> <member name="M:System.Web.Configuration.BuildProviderCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.Configuration.BuildProvider" /> object at the specified index from the <see cref="T:System.Web.Configuration.BuildProviderCollection" />. </summary> <param name="index"> An integer value specifying the location of a specific <see cref="T:System.Web.Configuration.BuildProvider" /> object within the <see cref="T:System.Web.Configuration.BuildProviderCollection" />. </param> </member> <member name="T:System.Web.Configuration.CacheSection"> <summary> Configures the global cache settings for an ASP.NET application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.CacheSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.CacheSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.CacheSection.DisableExpiration"> <summary> Gets or sets a value indicating whether the cache expiration is disabled. </summary> <returns>true if the cache expiration is disabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.CacheSection.DisableMemoryCollection"> <summary> Gets or sets a value indicating whether the cache memory collection is disabled. </summary> <returns>true if the cache memory collection is disabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.CacheSection.PercentagePhysicalMemoryUsedLimit"> <summary> Gets or sets a value indicating the maximum percentage of virtual memory usage. </summary> <returns> The maximum percentage of virtual memory usage. The default value is 90%. </returns> </member> <member name="P:System.Web.Configuration.CacheSection.PrivateBytesLimit"> <summary> Gets or sets a value indicating the maximum size of the working-process private space. </summary> <returns> The maximum number, in bytes, of the private space allocated to the working process. The default value is 0. </returns> </member> <member name="P:System.Web.Configuration.CacheSection.PrivateBytesPollTime"> <summary> Gets or sets a value indicating the time interval between polling for the worker-process memory usage. </summary> <returns> The time interval between polling for the worker process memory usage. The default value is 1 second. </returns> </member> <member name="T:System.Web.Configuration.ClientTarget"> <summary> Defines the alias associated with the target user agent for which ASP.NET server controls should render content. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ClientTarget.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ClientTarget" /> class. </summary> <param name="alias"> The name used to refer to a specific user agent. </param> <param name="userAgent"> The user agent's identification name. </param> </member> <member name="P:System.Web.Configuration.ClientTarget.Alias"> <summary> Gets the user agent's alias. </summary> <returns> The name used to refer to a specific user agent. </returns> </member> <member name="P:System.Web.Configuration.ClientTarget.UserAgent"> <summary> Gets the user agent's identification name. </summary> <returns> The user agent's identification name. </returns> </member> <member name="T:System.Web.Configuration.ClientTargetCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.ClientTarget" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ClientTargetCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ClientTargetCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.ClientTargetCollection.Add(System.Web.Configuration.ClientTarget)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.ClientTarget" /> object to the collection. </summary> <param name="clientTarget"> The <see cref="T:System.Web.Configuration.ClientTarget" /> to add to the collection. </param> </member> <member name="P:System.Web.Configuration.ClientTargetCollection.AllKeys"> <summary> Returns an array of the keys for all the configuration elements contained in the <see cref="T:System.Web.Configuration.ClientTargetCollection" /> collection. </summary> <returns> The array of the keys for all of the <see cref="T:System.Web.Configuration.ClientTarget" /> objects contained in the <see cref="T:System.Web.Configuration.ClientTargetCollection" />. </returns> </member> <member name="M:System.Web.Configuration.ClientTargetCollection.Clear"> <summary> Removes all the <see cref="T:System.Web.Configuration.ClientTarget" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.ClientTargetCollection.GetKey(System.Int32)"> <summary> Gets the collection key for the specified element. </summary> <returns> A string containing the value of the key. </returns> <param name="index"> The collection index of the element to get. </param> </member> <member name="P:System.Web.Configuration.ClientTargetCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.ClientTarget" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.ClientTarget" /> object at the specified index. </returns> <param name="index"></param> </member> <member name="P:System.Web.Configuration.ClientTargetCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.ClientTarget" /> object with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.ClientTarget" /> object with the specified name. </returns> <param name="name"> The user agent's name. </param> </member> <member name="M:System.Web.Configuration.ClientTargetCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.Configuration.ClientTarget" /> object with the specified alias from the collection. </summary> <param name="name"> The alias of the <see cref="T:System.Web.Configuration.ClientTarget" /> to remove. </param> </member> <member name="M:System.Web.Configuration.ClientTargetCollection.Remove(System.Web.Configuration.ClientTarget)"> <summary> Removes the specified <see cref="T:System.Web.Configuration.ClientTarget" /> object from the collection. </summary> <param name="clientTarget"> The <see cref="T:System.Web.Configuration.ClientTarget" /> to remove. </param> </member> <member name="M:System.Web.Configuration.ClientTargetCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.Configuration.ClientTarget" /> object with the specified collection index. </summary> <param name="index"> The collection index of the <see cref="T:System.Web.Configuration.ClientTarget" /> to remove. </param> </member> <member name="T:System.Web.Configuration.ClientTargetSection"> <summary> Configures the clientTarget section. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ClientTargetSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ClientTargetSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.ClientTargetSection.ClientTargets"> <summary> Gets the collection of <see cref="T:System.Web.Configuration.ClientTarget" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.ClientTargetCollection" /> that contains the <see cref="T:System.Web.Configuration.ClientTarget" /> objects. </returns> </member> <member name="T:System.Web.Configuration.CodeSubDirectoriesCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.CodeSubDirectory" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.CodeSubDirectoriesCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.CodeSubDirectoriesCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.CodeSubDirectoriesCollection.Add(System.Web.Configuration.CodeSubDirectory)"> <summary> Adds a <see cref="T:System.Web.Configuration.CodeSubDirectory" /> object to the <see cref="T:System.Web.Configuration.CodeSubDirectoriesCollection" />. </summary> <param name="codeSubDirectory"> A string value specifying the <see cref="T:System.Web.Configuration.CodeSubDirectory" /> reference. </param> </member> <member name="M:System.Web.Configuration.CodeSubDirectoriesCollection.Clear"> <summary> Removes all items from the collection </summary> </member> <member name="P:System.Web.Configuration.CodeSubDirectoriesCollection.CollectionType"> <summary> Gets the type of the configuration collection. </summary> <returns> The <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> object of the collection. </returns> </member> <member name="P:System.Web.Configuration.CodeSubDirectoriesCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.CodeSubDirectory" /> at the specified index in the <see cref="T:System.Web.Configuration.CodeSubDirectoriesCollection" /> collection. </summary> <returns> A <see cref="T:System.Web.Configuration.CodeSubDirectory" /> object. </returns> <param name="index"> An integer value specifying a specific <see cref="T:System.Web.Configuration.CodeSubDirectory" /> object within the <see cref="T:System.Web.Configuration.CodeSubDirectoriesCollection" /> collection. </param> </member> <member name="M:System.Web.Configuration.CodeSubDirectoriesCollection.Remove(System.String)"> <summary> Removes the specified item from the collection. </summary> <param name="directoryName"> The name of the directory to remove. </param> </member> <member name="M:System.Web.Configuration.CodeSubDirectoriesCollection.RemoveAt(System.Int32)"> <summary> Removes the item at the specified index in the collection. </summary> <param name="index"> The index position of the item to be removed. </param> </member> <member name="T:System.Web.Configuration.CodeSubDirectory"> <summary> References a directory location that is used during compilation of a dynamic resource. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.CodeSubDirectory.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.CodeSubDirectory" /> class. </summary> <param name="directoryName"> A string value specifying the <see cref="T:System.Web.Configuration.CodeSubDirectory" /> reference. </param> </member> <member name="P:System.Web.Configuration.CodeSubDirectory.DirectoryName"> <summary> Gets or sets the name of the directory that contains files compiled at run time. </summary> <returns> A string value specifying the name of the directory reference used during compilation. </returns> </member> <member name="T:System.Web.Configuration.CompilationSection"> <summary> Defines configuration settings that are used to support the compilation infrastructure of Web applications. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.CompilationSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.CompilationSection" /> class by using default settings. </summary> </member> <member name="P:System.Web.Configuration.CompilationSection.Assemblies"> <summary> Gets the <see cref="T:System.Web.Configuration.AssemblyCollection" /> of the <see cref="T:System.Web.Configuration.CompilationSection" />. </summary> <returns> A <see cref="T:System.Web.Configuration.AssemblyCollection" /> that contains the assembly objects used during compilation of an ASP.NET resource. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.AssemblyPostProcessorType"> <summary> Gets or sets a value specifying a post-process compilation step for an assembly. </summary> <returns> A string value specifying the post-process compilation step for an assembly. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.Batch"> <summary> Gets or sets a value indicating whether batch compilation is attempted. </summary> <returns>true if batch compilation is attempted; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.BatchTimeout"> <summary> Gets or sets the time-out period, in seconds, for batch compilation. </summary> <returns> A value indicating the amount of time in seconds granted for batch compilation to occur. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.BuildProviders"> <summary> Gets the <see cref="T:System.Web.Configuration.BuildProviderCollection" /> collection of the <see cref="T:System.Web.Configuration.CompilationSection" /> class. </summary> <returns> A <see cref="T:System.Web.Configuration.BuildProviderCollection" /> that contains the build providers used during a compilation. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.CodeSubDirectories"> <summary> Gets the <see cref="T:System.Web.Configuration.CodeSubDirectoriesCollection" /> of the <see cref="T:System.Web.Configuration.CompilationSection" />. </summary> <returns> A <see cref="T:System.Web.Configuration.CodeSubDirectoriesCollection" /> collection that contains an ordered collection of subdirectories containing files compiled at run time. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.Compilers"> <summary> Gets the <see cref="T:System.Web.Configuration.CompilerCollection" /> collection of the <see cref="T:System.Web.Configuration.CompilationSection" /> class. </summary> <returns> A <see cref="T:System.Web.Configuration.CompilerCollection" /> collection that contains a collection of <see cref="T:System.Web.Configuration.Compiler" /> objects. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.Debug"> <summary> Gets or sets a value specifying whether to compile release binaries or debug binaries. </summary> <returns>true if debug binaries will be used for compilation; otherwise, false. false specifies that release binaries will be used for compilation. The default is false. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.DefaultLanguage"> <summary> Gets or sets the default programming language to use in dynamic-compilation files. </summary> <returns> A value specifying the default programming language to use in dynamic-compilation files. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.Explicit"> <summary> Gets or sets a value indicating whether to use the Microsoft Visual Basic explicit compile option. </summary> <returns>true if the Visual Basic explicit compile option is enabled; otherwise, false. false specifies that the Visual Basic explicit compile option is disabled. The default is true. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.ExpressionBuilders"> <summary> Gets the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> of the <see cref="T:System.Web.Configuration.CompilationSection" />. </summary> <returns> A <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> that contains <see cref="T:System.Web.Configuration.ExpressionBuilder" /> objects. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.MaxBatchGeneratedFileSize"> <summary> Gets or sets the maximum combined size of the generated source files per batched compilation. </summary> <returns> An integer value indicating the maximum combined size of the generated source files per batched compilation. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.MaxBatchSize"> <summary> Gets or sets the maximum number of pages per batched compilation. </summary> <returns> An integer value indicating the maximum number of pages that will be compiled into a single batch. The default number of pages is 1000. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.NumRecompilesBeforeAppRestart"> <summary> Gets or sets the number of dynamic recompiles of resources that can occur before the application restarts. </summary> <returns> A value indicating the number of dynamic recompiles of resources that can occur before the application restarts. The default is 15 recompilations. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.Strict"> <summary> Gets or sets the Visual Basic strict compile option. </summary> <returns>true if the Visual Basic strict compile option is used; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.TempDirectory"> <summary> Gets or sets a value that specifies the directory to use for temporary file storage during compilation. </summary> <returns> A value specifying the directory to use for temporary file storage during compilation. </returns> </member> <member name="P:System.Web.Configuration.CompilationSection.UrlLinePragmas"> <summary> Gets or sets a value indicating whether instructions to the compiler use physical paths or URLs. </summary> <returns>true if instructions to the compiler use URLs rather than physical paths; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.Configuration.Compiler"> <summary> Defines a compiler that is used to support the compilation infrastructure of Web applications. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.Compiler.#ctor(System.String,System.String,System.String,System.String,System.Int32)"> <summary> Creates an instance of a <see cref="T:System.Web.Configuration.Compiler" /> initialized to the provided values. </summary> <param name="compilerOptions"> Lists additional compiler-specific options to pass during compilation. </param> <param name="extension"> Provides a semicolon-separated list of file-name extensions used for dynamic code-behind files. For example, ".cs". </param> <param name="language"> Provides a semicolon-separated list of languages used in dynamic compilation files. For example, "c#;cs;csharp". </param> <param name="type"> Specifies a comma-separated class/assembly combination that indicates the .NET Framework class. </param> <param name="warningLevel"> Specifies compiler warning levels. </param> </member> <member name="P:System.Web.Configuration.Compiler.CompilerOptions"> <summary> Gets a list of compiler-specific options to use during compilation. </summary> <returns> A value specifying the compiler-specific options to use during compilation. This is not a merged set but rather overrides any previously defined values in earlier configuration entries. </returns> </member> <member name="P:System.Web.Configuration.Compiler.Extension"> <summary> Gets a list of file-name extensions used for dynamic code-behind files. </summary> <returns> A value specifying the file-name extensions used for dynamic code-behind files, files in the code directory, and other referenced files. </returns> </member> <member name="P:System.Web.Configuration.Compiler.Language"> <summary> Gets a list of programming languages to use in dynamic compilation files. </summary> <returns> A value specifying the programming languages to use in dynamic compilation files. </returns> </member> <member name="P:System.Web.Configuration.Compiler.Type"> <summary> Gets the compiler type name of the language provider for dynamic compilation files. </summary> <returns> A value specifying the type name of the language compiler to use in dynamic compilation files. </returns> </member> <member name="P:System.Web.Configuration.Compiler.WarningLevel"> <summary> Gets the compiler warning level. </summary> <returns> A value specifying the compiler warning level. </returns> </member> <member name="T:System.Web.Configuration.CompilerCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.Compiler" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.CompilerCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.CompilerCollection" /> class. </summary> </member> <member name="P:System.Web.Configuration.CompilerCollection.AllKeys"> <summary> Gets all the keys of the <see cref="T:System.Web.Configuration.CompilerCollection" />. </summary> <returns> The string array containing the collection keys. </returns> </member> <member name="P:System.Web.Configuration.CompilerCollection.CollectionType"> <summary> Gets the type of the configuration collection. </summary> <returns> The <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> object of the collection. </returns> </member> <member name="M:System.Web.Configuration.CompilerCollection.Get(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.Compiler" /> collection element at the specified index. </summary> <returns> A <see cref="T:System.Web.Configuration.Compiler" /> object. </returns> <param name="index"> An integer value specifying a <see cref="T:System.Web.Configuration.Compiler" /> within the <see cref="T:System.Web.Configuration.CompilerCollection" />. </param> </member> <member name="M:System.Web.Configuration.CompilerCollection.Get(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.Compiler" /> collection element for the specified language. </summary> <returns> A <see cref="T:System.Web.Configuration.Compiler" /> object. </returns> <param name="language"> The language for the <see cref="T:System.Web.Configuration.Compiler" /> object within the collection. </param> </member> <member name="M:System.Web.Configuration.CompilerCollection.GetKey(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.CompilerCollection" /> key name at the specified index. </summary> <returns> The key name at the specified index of the <see cref="T:System.Web.Configuration.CompilerCollection" />. </returns> <param name="index"> An integer value specifying a <see cref="T:System.Web.Configuration.Compiler" /> within the <see cref="T:System.Web.Configuration.CompilerCollection" />. </param> </member> <member name="P:System.Web.Configuration.CompilerCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.Compiler" /> at the specified index of the collection. </summary> <returns> A <see cref="T:System.Web.Configuration.Compiler" /> object. </returns> <param name="index"> An integer value specifying a <see cref="T:System.Web.Configuration.Compiler" /> within the <see cref="T:System.Web.Configuration.CompilerCollection" />. </param> </member> <member name="P:System.Web.Configuration.CompilerCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.Compiler" /> collection element for the specified language. </summary> <returns> A <see cref="T:System.Web.Configuration.Compiler" /> object. </returns> <param name="language"> The language for the <see cref="T:System.Web.Configuration.Compiler" /> object within the collection. </param> </member> <member name="T:System.Web.Configuration.CustomError"> <summary> Configures a <see cref="T:System.Web.Configuration.CustomError" /> section to map an ASP.NET error code to a custom page. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.CustomError.#ctor(System.Int32,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.CustomError" /> class. </summary> <param name="statusCode"> The HTTP status code that will result in redirection to the error page. </param> <param name="redirect"> The URL of the custom page mapped to the error code. </param> </member> <member name="M:System.Web.Configuration.CustomError.Equals(System.Object)"> <summary> Compares <see cref="T:System.Web.Configuration.CustomError" /> errors. </summary> <returns>true if the objects are equal; otherwise, false. </returns> <param name="customError"></param> </member> <member name="M:System.Web.Configuration.CustomError.GetHashCode"> <summary> Gets the <see cref="T:System.Web.Configuration.CustomError" /> object hash code. </summary> <returns> The <see cref="T:System.Web.Configuration.CustomError" /> object hash code. </returns> </member> <member name="P:System.Web.Configuration.CustomError.Redirect"> <summary> Gets or sets the redirection URL. </summary> <returns> The URL to which the application is redirected when an error occurs. </returns> </member> <member name="P:System.Web.Configuration.CustomError.StatusCode"> <summary> Gets or sets the HTTP error status code. </summary> <returns> The HTTP error status code that causes the redirection to the custom error page. </returns> </member> <member name="T:System.Web.Configuration.CustomErrorCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.CustomError" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.CustomErrorCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.Add(System.Web.Configuration.CustomError)"> <summary> Adds a <see cref="T:System.Web.Configuration.CustomError" /> object to the collection. </summary> <param name="customError"> The <see cref="T:System.Web.Configuration.CustomError" /> object to add already exists in the collection or the collection is read only. </param> </member> <member name="P:System.Web.Configuration.CustomErrorCollection.AllKeys"> <summary> Returns an array of the keys for all of the configuration elements contained in this <see cref="T:System.Web.Configuration.CustomErrorCollection" />. </summary> <returns> An array containing the keys for all of the <see cref="T:System.Web.Configuration.CustomError" /> objects contained in this <see cref="T:System.Web.Configuration.CustomErrorCollection" />. </returns> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.CustomError" /> objects from the collection. </summary> </member> <member name="P:System.Web.Configuration.CustomErrorCollection.CollectionType"> <summary> The type of the <see cref="T:System.Web.Configuration.CustomErrorCollection" />. </summary> <returns> The <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> of this collection. </returns> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.Get(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.CustomError" /> object with the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.CustomError" /> with the specified index. </returns> <param name="index"> The collection index of the <see cref="T:System.Web.Configuration.CustomError" /> object. </param> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.Get(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.CustomError" /> object with the specified status code. </summary> <returns> The <see cref="T:System.Web.Configuration.CustomError" /> object with the specified status code. </returns> <param name="statusCode"> The HTTP status code associated with the custom error. </param> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.GetKey(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.CustomErrorCollection" /> key at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.CustomErrorCollection" /> key at the specified index. </returns> <param name="index"> The collection key's index. </param> </member> <member name="P:System.Web.Configuration.CustomErrorCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.CustomError" /> with the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.CustomError" /> at the specified index. </returns> <param name="index"> The collection error's index. </param> </member> <member name="P:System.Web.Configuration.CustomErrorCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.CustomError" /> with the specified status code. </summary> <returns> The <see cref="T:System.Web.Configuration.CustomError" /> with the specified status code. </returns> <param name="statusCode"> The HTTP status code. </param> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.CustomError" /> object from the collection. </summary> <param name="statusCode"> The HTTP status code associated with the custom error. </param> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.CustomError" /> object at the specified index location from the collection. </summary> <param name="index"> The collection index of the <see cref="T:System.Web.Configuration.CustomError" /> object to remove. </param> </member> <member name="M:System.Web.Configuration.CustomErrorCollection.Set(System.Web.Configuration.CustomError)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.CustomError" /> to the collection. </summary> <param name="customError"> The <see cref="T:System.Web.Configuration.CustomError" /> to add to the collection. </param> </member> <member name="T:System.Web.Configuration.CustomErrorsMode"> <summary> Specifies the values for the custom errors modality. </summary> </member> <member name="F:System.Web.Configuration.CustomErrorsMode.RemoteOnly"> <summary> Enables custom errors on remote clients only. Custom errors are shown only to remote clients and ASP.NET errors are shown to the local host. </summary> </member> <member name="F:System.Web.Configuration.CustomErrorsMode.On"> <summary> Enables custom errors. If no <see cref="P:System.Web.Configuration.CustomErrorsSection.DefaultRedirect" /> is specified, standard errors are issued. </summary> </member> <member name="F:System.Web.Configuration.CustomErrorsMode.Off"> <summary> Disables custom errors, allowing display of standard errors. </summary> </member> <member name="T:System.Web.Configuration.CustomErrorsSection"> <summary> Configures the ASP.NET custom errors. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.CustomErrorsSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.CustomErrorsSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.CustomErrorsSection.DefaultRedirect"> <summary> Gets or sets the default URL for redirection. </summary> <returns> The default URL to which the application is redirected when an error occurs. </returns> <exception cref="T:System.NullReferenceException"> The <see cref="P:System.Web.Configuration.CustomErrorsSection.DefaultRedirect" /> property is null. This is the default. </exception> </member> <member name="P:System.Web.Configuration.CustomErrorsSection.Errors"> <summary> Gets the collection of the <see cref="T:System.Web.Configuration.CustomError" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.CustomErrorCollection" /> that contains the custom errors. </returns> </member> <member name="P:System.Web.Configuration.CustomErrorsSection.Mode"> <summary> Gets or sets the error display modality. </summary> <returns> One of the <see cref="T:System.Web.Configuration.CustomErrorsMode" /> values. The default is <see cref="F:System.Web.Configuration.CustomErrorsMode.RemoteOnly" />. </returns> </member> <member name="T:System.Web.Configuration.DeploymentSection"> <summary> Defines configuration settings that are used to support the deployment of a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.DeploymentSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.DeploymentSection" /> class by using default settings. </summary> </member> <member name="P:System.Web.Configuration.DeploymentSection.Retail"> <summary> Gets or sets a value specifying whether a Web Application is deployed in retail mode. </summary> <returns>true if the Web Application is deployed in retail mode; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.Configuration.EventMappingSettings"> <summary> Defines the ASP.NET event mapping settings for event providers. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.EventMappingSettings.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> class using the specified name and type. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object being created. </param> <param name="type"> The fully qualified type of the event class to use. </param> </member> <member name="M:System.Web.Configuration.EventMappingSettings.#ctor(System.String,System.String,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.BufferModeSettings" /> class using the specified values. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object being created. </param> <param name="type"> The fully qualified type of the event class to use. </param> <param name="startEventCode"> The starting event code range. </param> <param name="endEventCode"> The ending event code range. </param> </member> <member name="P:System.Web.Configuration.EventMappingSettings.EndEventCode"> <summary> Gets or sets the ending event code of the range. </summary> <returns> The ending event code of the range. The default is <see cref="F:System.Int32.MaxValue" />. </returns> </member> <member name="P:System.Web.Configuration.EventMappingSettings.Name"> <summary> Gets or sets the name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object. </summary> <returns> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object. The default is an empty string (""). </returns> </member> <member name="P:System.Web.Configuration.EventMappingSettings.StartEventCode"> <summary> Gets or sets the starting event code of the range. </summary> <returns> The starting event code of the range. The default is 0. </returns> </member> <member name="P:System.Web.Configuration.EventMappingSettings.Type"> <summary> Gets or sets a custom event type. </summary> <returns> A valid type reference or an empty string (""). The default is an empty string. </returns> </member> <member name="T:System.Web.Configuration.EventMappingSettingsCollection"> <summary> Provides a collection of <see cref="T:System.Web.Configuration.EventMappingSettings" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.EventMappingSettingsCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.EventMappingSettingsCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.EventMappingSettingsCollection.Add(System.Web.Configuration.EventMappingSettings)"> <summary> Adds an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object to the collection. </summary> <param name="eventMappingSettings"> An <see cref="T:System.Web.Configuration.EventMappingSettings" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.EventMappingSettings" /> object to add already exists in the collection, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.EventMappingSettingsCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.EventMappingSettings" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.EventMappingSettingsCollection.Contains(System.String)"> <summary> Indicates whether the collection contains an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object with the specified name. </summary> <returns>true if the collection contains an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object with the specified name; otherwise, false. </returns> <param name="name"> The name of an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.EventMappingSettingsCollection.IndexOf(System.String)"> <summary> Returns the index of the specified <see cref="T:System.Web.Configuration.EventMappingSettings" /> object. </summary> <returns> The index of the specified <see cref="T:System.Web.Configuration.EventMappingSettings" /> object, or -1 if the object is not found in the collection. </returns> <param name="name"> The name of an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.EventMappingSettingsCollection.Insert(System.Int32,System.Web.Configuration.EventMappingSettings)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.EventMappingSettings" /> object to the specified index point in the collection. </summary> <param name="index"> A valid index of an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object in the collection. </param> <param name="eventMappingSettings"> The <see cref="T:System.Web.Configuration.EventMappingSettings" /> object to insert into the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.EventMappingSettings" /> object to add already exists in the collection, the index is invalid, or the collection is read-only. </exception> </member> <member name="P:System.Web.Configuration.EventMappingSettingsCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object at the specified index location. </summary> <returns> The <see cref="T:System.Web.Configuration.EventMappingSettings" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> A valid index of an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object in the collection. </param> </member> <member name="P:System.Web.Configuration.EventMappingSettingsCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object based on the specified key in the collection. </summary> <returns> An <see cref="T:System.Web.Configuration.EventMappingSettings" /> object. </returns> <param name="key"> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object contained in the collection. </param> </member> <member name="M:System.Web.Configuration.EventMappingSettingsCollection.Remove(System.String)"> <summary> Removes an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object from the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.EventMappingSettings" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.EventMappingSettingsCollection.RemoveAt(System.Int32)"> <summary> Removes an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object from the collection. </summary> <param name="index"> The index of an <see cref="T:System.Web.Configuration.EventMappingSettings" /> object in the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.EventMappingSettings" /> object with the specified index in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="T:System.Web.Configuration.ExpressionBuilder"> <summary> Retrieves a dynamic resource during compilation. </summary> </member> <member name="M:System.Web.Configuration.ExpressionBuilder.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ExpressionBuilder" /> class. </summary> <param name="expressionPrefix"> A string that identifies the type of expression to retrieve. </param> <param name="theType"> A string that specifies the expression type. </param> </member> <member name="P:System.Web.Configuration.ExpressionBuilder.ExpressionPrefix"> <summary> Gets or sets a string that identifies the type of expression to retrieve. </summary> <returns> A string that identifies the type of expression to retrieve. </returns> </member> <member name="P:System.Web.Configuration.ExpressionBuilder.Type"> <summary> Gets or sets a string that specifies the expression type. </summary> <returns> A string that specifies the expression type. </returns> </member> <member name="T:System.Web.Configuration.ExpressionBuilderCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.ExpressionBuilder" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ExpressionBuilderCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.ExpressionBuilderCollection.Add(System.Web.Configuration.ExpressionBuilder)"> <summary> Adds an <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object to the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" />. </summary> <param name="buildProvider"> A string value specifying the <see cref="T:System.Web.Configuration.ExpressionBuilder" /> reference. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object to add already exists in the collection, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.ExpressionBuilderCollection.Clear"> <summary> Clears all the <see cref="T:System.Web.Configuration.ExpressionBuilder" /> objects from the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> collection. </summary> </member> <member name="P:System.Web.Configuration.ExpressionBuilderCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.ExpressionBuilder" /> at the specified index in the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> collection. </summary> <returns> The <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object at the specified index or null if there is no object at that index. </returns> <param name="index"> An integer value specifying an <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object within the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> collection. </param> </member> <member name="P:System.Web.Configuration.ExpressionBuilderCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.ExpressionBuilder" /> or null if there is no object with that name in the collection. </returns> <param name="name"> The name of an <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object in the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> collection. </param> </member> <member name="M:System.Web.Configuration.ExpressionBuilderCollection.Remove(System.String)"> <summary> Removes an <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object from the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> collection. </summary> <param name="name"> A string value specifying the <see cref="T:System.Web.Configuration.ExpressionBuilder" /> reference. </param> </member> <member name="M:System.Web.Configuration.ExpressionBuilderCollection.RemoveAt(System.Int32)"> <summary> Removes an <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object from the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> collection. </summary> <param name="index"> An integer value specifying a specific <see cref="T:System.Web.Configuration.ExpressionBuilder" /> object within the <see cref="T:System.Web.Configuration.ExpressionBuilderCollection" /> collection. </param> </member> <member name="T:System.Web.Configuration.FormsAuthenticationConfiguration"> <summary> Configures an ASP.NET application to use the <see cref="T:System.Web.Configuration.AuthenticationMode" /> forms modality. </summary> </member> <member name="M:System.Web.Configuration.FormsAuthenticationConfiguration.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.FormsAuthenticationConfiguration" /> class. </summary> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.Cookieless"> <summary> Gets or sets a value indicating whether forms-based authentication should use cookies. </summary> <returns> One of the <see cref="T:System.Web.HttpCookieMode" /> values. The default value is <see cref="F:System.Web.HttpCookieMode.UseDeviceProfile" />. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.Credentials"> <summary> Gets the <see cref="T:System.Web.Configuration.FormsAuthenticationCredentials" /> collection of user names and passwords. </summary> <returns> A <see cref="T:System.Web.Configuration.FormsAuthenticationCredentials" /> collection that contains the user names and passwords. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.DefaultUrl"> <summary> Gets or sets the default URL. </summary> <returns> The URL to which to redirect the request after authentication. The default value is default.aspx. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.Domain"> <summary> Gets or sets the domain name to be sent with forms authentication cookies. </summary> <returns> The name of the domain for the outgoing forms authentication cookies. Default is an empty string. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.EnableCrossAppRedirects"> <summary> Gets or sets a value indicating whether authenticated users can be redirected to URLS in other applications. </summary> <returns> true if authenticated users can be redirected to URLs in other applications; otherwise false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.LoginUrl"> <summary> Gets or sets the redirection URL for the request. </summary> <returns> The URL the request is redirected to when the user is not authenticated. The default value is login.aspx. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.Name"> <summary> Gets or sets the cookie name. </summary> <returns> The name of the HTTP cookie to use for request authentication. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.Path"> <summary> Gets or sets the cookie path. </summary> <returns> The path of the HTTP cookie to use for authentication. The default value is a slash (/), which represents the Web-application root. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.Protection"> <summary> Gets or sets the encryption type used to encrypt the cookie. </summary> <returns> One of the <see cref="T:System.Web.Configuration.FormsProtectionEnum" /> enumeration values. The default value is All. Note Be sure to use the default value for this property if you want both data validation and encryption to help protect the cookie. This option uses the configured data-validation algorithm based on the machineKey. Triple-DES (3DES) is used for encryption, if available and if the key is long enough (48 bytes or more). To improve the protection of your cookie, you may also want to set the <see cref="P:System.Web.Configuration.FormsAuthenticationConfiguration.RequireSSL" /> to true. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.RequireSSL"> <summary> Gets or sets a value indicating whether a Secure Sockets Layer (SSL) connection is required when transmitting authentication information. </summary> <returns>true if an SSL connection is required; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.SlidingExpiration"> <summary> Gets or sets the authentication sliding expiration. </summary> <returns>true if the sliding expiration is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationConfiguration.Timeout"> <summary> Gets or sets the authentication time-out. </summary> <returns> The amount of time in minutes after which the authentication expires. The default value is 30 minutes. </returns> </member> <member name="T:System.Web.Configuration.FormsAuthenticationCredentials"> <summary> Configures user credentials for ASP.NET applications that use form-based authentication. </summary> </member> <member name="M:System.Web.Configuration.FormsAuthenticationCredentials.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.FormsAuthenticationCredentials" /> class. </summary> </member> <member name="P:System.Web.Configuration.FormsAuthenticationCredentials.PasswordFormat"> <summary> Gets or sets the password format. </summary> <returns> One of the <see cref="T:System.Web.Configuration.FormsAuthPasswordFormat" /> values. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationCredentials.Users"> <summary> Gets the users' names and password credentials. </summary> <returns> A <see cref="T:System.Web.Configuration.FormsAuthenticationUserCollection" /> that contains the users' names and password credentials. </returns> </member> <member name="T:System.Web.Configuration.FormsAuthenticationUser"> <summary> Configures the user's credentials for Web applications that use forms-based authentication. </summary> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUser.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> class using the passed parameters. </summary> <param name="name"> User's name. </param> <param name="password"> User's password. </param> </member> <member name="P:System.Web.Configuration.FormsAuthenticationUser.Name"> <summary> Gets or sets the logon user name. </summary> <returns> The logon user name required by the application. </returns> </member> <member name="P:System.Web.Configuration.FormsAuthenticationUser.Password"> <summary> Gets or sets the user's password. </summary> <returns> The user's password required by the application. </returns> </member> <member name="T:System.Web.Configuration.FormsAuthenticationUserCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.FormsAuthenticationUserCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.Add(System.Web.Configuration.FormsAuthenticationUser)"> <summary> Adds a <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object to the collection. </summary> <param name="user"> The <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object already exists in the collection, or the collection is read-only. </exception> </member> <member name="P:System.Web.Configuration.FormsAuthenticationUserCollection.AllKeys"> <summary> Gets all the collection's keys. </summary> <returns> The string array containing the collection keys. </returns> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> objects from the collection. </summary> <exception cref="T:System.Configuration.ConfigurationException"> The collection is read-only. </exception> </member> <member name="P:System.Web.Configuration.FormsAuthenticationUserCollection.CollectionType"> <summary> Gets the type of the <see cref="T:System.Web.Configuration.FormsAuthenticationUserCollection" />. </summary> <returns> The <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> of this collection. </returns> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.Get(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> collection element at the specified index. </summary> <returns> A <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> that contains the user name and password. </returns> <param name="index"> The collection user's index. </param> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.Get(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> collection element with the specified name. </summary> <returns> A <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object that contains the user name and password. </returns> <param name="name"> The user's name. </param> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.GetKey(System.Int32)"> <summary> Gets the key at the specified <see cref="T:System.Web.Configuration.FormsAuthenticationUserCollection" /> collection index. </summary> <returns> The key at the specified index of the <see cref="T:System.Web.Configuration.FormsAuthenticationUserCollection" />. </returns> <param name="index"> The index in the collection. </param> </member> <member name="P:System.Web.Configuration.FormsAuthenticationUserCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> at the specified index. </summary> <returns> A <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> that contains the user name and password. </returns> <param name="index"> The collection user's index. </param> </member> <member name="P:System.Web.Configuration.FormsAuthenticationUserCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> with the specified name. </summary> <returns> A <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object that contains the user name and password. </returns> <param name="name"> The user's name. </param> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object from the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object at the specified index from the collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object at the specified index in the collection, the element has already been removed, or the collection is read only. </exception> </member> <member name="M:System.Web.Configuration.FormsAuthenticationUserCollection.Set(System.Web.Configuration.FormsAuthenticationUser)"> <summary> Modifies the specified <see cref="T:System.Web.Configuration.FormsAuthenticationUser" /> object contained in the collection. </summary> <param name="user"> The <see cref="T:System.Web.Configuration.FormsAuthenticationUserCollection" /> object that must be changed. </param> </member> <member name="T:System.Web.Configuration.FormsAuthPasswordFormat"> <summary> Defines the encryption format for storing passwords. </summary> </member> <member name="F:System.Web.Configuration.FormsAuthPasswordFormat.Clear"> <summary> Specifies that passwords are not encrypted. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.FormsAuthPasswordFormat.SHA1"> <summary> Specifies that passwords are encrypted using the SHA1 hash algorithm. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.FormsAuthPasswordFormat.MD5"> <summary> Specifies that passwords are encrypted using the MD5 hash algorithm. This field is constant. </summary> </member> <member name="T:System.Web.Configuration.FormsProtectionEnum"> <summary> Defines the type of encryption, if any, to use for cookies. </summary> </member> <member name="F:System.Web.Configuration.FormsProtectionEnum.All"> <summary> Specifies that the application use both data validation and encryption to help protect cookies. This option uses the configured data-validation algorithm (based on the machineKey element). Triple-DES (3DES) is used for encryption, if it is available and if the key is at least 48 bytes long. All is the default (and recommended) value. </summary> </member> <member name="F:System.Web.Configuration.FormsProtectionEnum.None"> <summary> Specifies that both encryption and validation are disabled for sites that use cookies only for personalization and thus have weaker security requirements. Using cookies in this manner is not recommended; however, it is the least resource-intensive way to enable personalization using the .NET Framework. </summary> </member> <member name="F:System.Web.Configuration.FormsProtectionEnum.Encryption"> <summary> Specifies that cookies are encrypted using Triple-DES or DES, but data validation is not performed on cookies. Cookies used this way might be subject to chosen plaintext security attacks. </summary> </member> <member name="F:System.Web.Configuration.FormsProtectionEnum.Validation"> <summary> Specifies that the application use a validation scheme to verify that the contents of an encrypted cookie have not been altered in transit. The cookie is created by concatenating a validation key with the cookie data, computing a Message Authentication Code (MAC), and appending the MAC to the outgoing cookie. </summary> </member> <member name="T:System.Web.Configuration.GlobalizationSection"> <summary> Defines configuration settings that are used to support the globalization infrastructure of Web applications. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.GlobalizationSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.GlobalizationSection" /> class by using default settings. </summary> </member> <member name="P:System.Web.Configuration.GlobalizationSection.Culture"> <summary> Gets or sets a value specifying the default culture for processing incoming Web requests. </summary> <returns> The default culture for processing incoming Web requests. </returns> </member> <member name="P:System.Web.Configuration.GlobalizationSection.EnableBestFitResponseEncoding"> <summary> Gets or sets a value indicating whether the best-fit character encoding for a response is enabled. </summary> <returns>true if the best-fit character encoding for a response is enabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.GlobalizationSection.EnableClientBasedCulture"> <summary> Gets or sets a value indicating whether the <see cref="P:System.Web.Configuration.GlobalizationSection.Culture" /> and <see cref="P:System.Web.Configuration.GlobalizationSection.UICulture" /> properties should be based on the <see cref="F:System.Net.HttpRequestHeader.AcceptLanguage" /> header field value that is sent by the client browser. </summary> <returns>true if the <see cref="P:System.Web.Configuration.GlobalizationSection.Culture" /> and <see cref="P:System.Web.Configuration.GlobalizationSection.UICulture" /> should be based on the <see cref="F:System.Net.HttpRequestHeader.AcceptLanguage" /> header field value sent by the client browser; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.GlobalizationSection.FileEncoding"> <summary> Gets or sets a value specifying the default encoding for .aspx, .asmx, and .asax file parsing. </summary> <returns> The default encoding value. </returns> </member> <member name="P:System.Web.Configuration.GlobalizationSection.RequestEncoding"> <summary> Gets or sets a value specifying the content encoding of HTTP requests. </summary> <returns> The content encoding of HTTP requests. The default is UTF-8. </returns> </member> <member name="P:System.Web.Configuration.GlobalizationSection.ResourceProviderFactoryType"> <summary> Gets or sets the factory type of the resource provider. </summary> <returns> The factory type of the resource provider. </returns> </member> <member name="P:System.Web.Configuration.GlobalizationSection.ResponseEncoding"> <summary> Gets or sets a value specifying the content encoding of HTTP responses. </summary> <returns> The content encoding of HTTP responses. The default is UTF-8. </returns> </member> <member name="P:System.Web.Configuration.GlobalizationSection.ResponseHeaderEncoding"> <summary> Gets or sets a value specifying the header encoding of HTTP responses. </summary> <returns> The header encoding of HTTP responses. The default is UTF-8. </returns> </member> <member name="P:System.Web.Configuration.GlobalizationSection.UICulture"> <summary> Gets or sets a value specifying the default culture for processing locale-dependent resource searches. </summary> <returns> The default culture for processing locale-dependent resource searches. </returns> </member> <member name="T:System.Web.Configuration.HealthMonitoringSection"> <summary> Configures ASP.NET profiles that determine how health-monitoring events are sent to event providers. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HealthMonitoringSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HealthMonitoringSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.HealthMonitoringSection.BufferModes"> <summary> Gets a collection of objects that specify the settings for the buffer modes. </summary> <returns> A <see cref="T:System.Web.Configuration.BufferModesCollection" /> collection of <see cref="T:System.Web.Configuration.BufferModeSettings" /> objects. </returns> </member> <member name="P:System.Web.Configuration.HealthMonitoringSection.Enabled"> <summary> Gets or sets a value indicating whether health monitoring is enabled. </summary> <returns>true if health monitoring is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HealthMonitoringSection.EventMappings"> <summary> Gets a <see cref="T:System.Web.Configuration.EventMappingSettingsCollection" /> collection of <see cref="T:System.Web.Configuration.EventMappingSettings" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.EventMappingSettingsCollection" /> collection of <see cref="T:System.Web.Configuration.EventMappingSettings" /> objects. The default is an empty <see cref="T:System.Web.Configuration.EventMappingSettingsCollection" /> collection. </returns> </member> <member name="P:System.Web.Configuration.HealthMonitoringSection.HeartbeatInterval"> <summary> Gets or sets the interval used by the application domain when it raises the <see cref="T:System.Web.Management.WebHeartbeatEvent" /> event. </summary> <returns> The interval used by the application domain when it raises the <see cref="T:System.Web.Management.WebHeartbeatEvent" /> event. </returns> </member> <member name="P:System.Web.Configuration.HealthMonitoringSection.Profiles"> <summary> Gets a <see cref="T:System.Web.Configuration.ProfileSettingsCollection" /> collection of <see cref="T:System.Web.Configuration.ProfileSettings" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.ProfileSettingsCollection" /> collection of <see cref="T:System.Web.Configuration.ProfileSettings" /> objects. The default is an empty <see cref="T:System.Web.Configuration.ProfileSettingsCollection" /> collection. </returns> </member> <member name="P:System.Web.Configuration.HealthMonitoringSection.Providers"> <summary> Gets a <see cref="T:System.Configuration.ProviderSettingsCollection" /> collection of <see cref="T:System.Configuration.ProviderSettings" /> objects. </summary> <returns> A <see cref="T:System.Configuration.ProviderSettingsCollection" /> collection. The default is an empty <see cref="T:System.Configuration.ProviderSettingsCollection" /> collection. </returns> </member> <member name="P:System.Web.Configuration.HealthMonitoringSection.Rules"> <summary> Gets a <see cref="T:System.Web.Configuration.RuleSettingsCollection" /> collection of <see cref="T:System.Web.Configuration.RuleSettings" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.RuleSettingsCollection" /> collection. The default is an empty <see cref="T:System.Web.Configuration.RuleSettingsCollection" /> collection </returns> </member> <member name="T:System.Web.Configuration.HostingEnvironmentSection"> <summary> Defines configuration settings that control the behavior of the application hosting environment. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HostingEnvironmentSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HostingEnvironmentSection" /> class by using default settings. </summary> </member> <member name="P:System.Web.Configuration.HostingEnvironmentSection.IdleTimeout"> <summary> Gets or sets the amount of time, in minutes, before unloading an inactive application. </summary> <returns> A <see cref="T:System.TimeSpan" /> that is the specified number of minutes before unloading an inactive application. The default is 20 minutes. </returns> </member> <member name="P:System.Web.Configuration.HostingEnvironmentSection.ShadowCopyBinAssemblies"> <summary> Gets or sets a Boolean value indicating whether the assemblies of an application in Bin are shadow copied to the application's ASP.NET Temporary Files directory. </summary> <returns>true if the assemblies of an application in Bin are shadow copied to the application's ASP.NET Temporary Files directory; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HostingEnvironmentSection.ShutdownTimeout"> <summary> Gets or sets the amount of time, in seconds, to gracefully shut down the application. </summary> <returns> A <see cref="T:System.TimeSpan" /> that is the specified number of seconds to gracefully shut down the application. The default is 30 seconds. </returns> </member> <member name="T:System.Web.Configuration.HttpCapabilitiesBase"> <summary> Provides access to detailed information about the capabilities of the client's browser. </summary> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Configuration.HttpCapabilitiesBase" /> class. </summary> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.ActiveXControls"> <summary> Gets a value indicating whether the browser supports ActiveX controls. </summary> <returns>true if the browser supports ActiveX controls; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Adapters"> <summary> Returns the collection of available control adapters. </summary> <returns> The collection of registered control adapters. </returns> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.AddBrowser(System.String)"> <summary> Used internally to add an entry to the internal collection of browsers for which capabilities are recognized. </summary> <param name="browserName"> The name of the browser to add. </param> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.AOL"> <summary> Gets a value indicating whether the client is an America Online (AOL) browser. </summary> <returns>true if the browser is an AOL browser; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.BackgroundSounds"> <summary> Gets a value indicating whether the browser supports playing background sounds using the <bgsounds> HTML element. </summary> <returns>true if the browser supports playing background sounds; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Beta"> <summary> Gets a value indicating whether the browser is a beta version. </summary> <returns>true if the browser is a beta version; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Browser"> <summary> Gets the browser string (if any) that was sent by the browser in the User-Agent request header. </summary> <returns> The contents of the User-Agent request header sent by the browser. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Browsers"> <summary> Gets an <see cref="T:System.Collections.ArrayList" /> of the browsers in the <see cref="P:System.Web.Configuration.HttpCapabilitiesBase.Capabilities" /> dictionary. </summary> <returns> An <see cref="T:System.Collections.ArrayList" /> of the browsers in the <see cref="P:System.Web.Configuration.HttpCapabilitiesBase.Capabilities" /> dictionary. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanCombineFormsInDeck"> <summary> Gets a value indicating whether the browser supports decks that contain multiple forms, such as separate cards. </summary> <returns>true if the browser supports decks that contain multiple forms; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanInitiateVoiceCall"> <summary> Gets a value indicating whether the browser device is capable of initiating a voice call. </summary> <returns>true if the browser device is capable of initiating a voice call; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanRenderAfterInputOrSelectElement"> <summary> Gets a value indicating whether the browser supports page content following WML <select> or <input> elements. </summary> <returns>true if the browser supports page content following HTML <select> or <input> elements; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanRenderEmptySelects"> <summary> Gets a value indicating whether the browser supports empty HTML <select> elements. </summary> <returns>true if the browser supports empty HTML <select> elements; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanRenderInputAndSelectElementsTogether"> <summary> Gets a value indicating whether the browser supports WML INPUT and SELECT elements together on the same card. </summary> <returns>true if the browser supports WML <input> and <select> elements together; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanRenderMixedSelects"> <summary> Gets a value indicating whether the browser supports WML <option> elements that specify both onpick and value attributes. </summary> <returns>true if the browser supports WML <option> elements that specify both onpick and value attributes; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanRenderOneventAndPrevElementsTogether"> <summary> Gets a value indicating whether the browser supports WML <onevent> and <prev> elements that coexist within the same WML card. </summary> <returns>true if the browser supports WML <onevent> and <prev> elements that coexist within the same WML card; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanRenderPostBackCards"> <summary> Gets a value indicating whether the browser supports WML cards for postback. </summary> <returns>true if the browser supports WML cards for postback; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanRenderSetvarZeroWithMultiSelectionList"> <summary> Gets a value indicating whether the browser supports WML <setvar> elements with a value attribute of 0. </summary> <returns>true if the browser supports WML <setvar> elements with a value attribute of 0; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CanSendMail"> <summary> Gets a value indicating whether the browser supports sending e-mail by using the HTML <mailto> element for displaying electronic addresses. </summary> <returns>true if the browser supports sending e-mail by using the HTML <mailto> element for displaying electronic addresses; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Capabilities"> <summary> Used internally to get the defined capabilities of the browser. </summary> <returns> The defined capabilities of the browser. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.CDF"> <summary> Gets a value indicating whether the browser supports Channel Definition Format (CDF) for webcasting. </summary> <returns>true if the browser supports CDF; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.ClrVersion"> <summary> Gets the version of the .NET Framework that is installed on the client. </summary> <returns> The common language runtime <see cref="T:System.Version" />. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Cookies"> <summary> Gets a value indicating whether the browser supports cookies. </summary> <returns>true if the browser supports cookies; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Crawler"> <summary> Gets a value indicating whether the browser is a search engine Web crawler. </summary> <returns>true if the browser is a search engine; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.CreateHtmlTextWriter(System.IO.TextWriter)"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.HtmlTextWriter" /> to be used. </summary> <returns> A new instance of the <see cref="T:System.Web.UI.HtmlTextWriter" /> to be used. </returns> <param name="w"> <see cref="T:System.IO.TextWriter" /> to be created. </param> <exception cref="T:System.Exception"> The method failed to create an instance of <see cref="T:System.Web.UI.HtmlTextWriter" />. </exception> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.DefaultSubmitButtonLimit"> <summary> Returns the maximum number of Submit buttons that are allowed for a form. </summary> <returns> The maximum number of Submit buttons that are allowed for a form. </returns> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.DisableOptimizedCacheKey"> <summary> Used internally to disable use of an optimized cache key. </summary> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.EcmaScriptVersion"> <summary> Gets the version number of ECMAScript that the browser supports. </summary> <returns> The version number of ECMAScript that the browser supports. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Frames"> <summary> Gets a value indicating whether the browser supports HTML frames. </summary> <returns>true if the browser supports frames; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.GatewayMajorVersion"> <summary> Gets the major version number of the wireless gateway used to access the server, if known. </summary> <returns> The major version number of the wireless gateway used to access the server, if known. The default is 0. </returns> <exception cref="T:System.Web.HttpUnhandledException"> The major version number of the wireless gateway cannot be parsed. </exception> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.GatewayMinorVersion"> <summary> Gets the minor version number of the wireless gateway used to access the server, if known. </summary> <returns> The minor version number of the wireless gateway used to access the server, if known. The default is 0. </returns> <exception cref="T:System.Web.HttpUnhandledException"> The minor version number of the wireless gateway cannot be parsed. </exception> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.GatewayVersion"> <summary> Gets the version of the wireless gateway used to access the server, if known. </summary> <returns> The version number of the wireless gateway used to access the server, if known. The default is None. </returns> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.GetClrVersions"> <summary> Returns all versions of the .NET Framework common language runtime that are installed on the client. </summary> <returns> An array of <see cref="T:System.Version" /> objects. </returns> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.GetConfigCapabilities(System.String,System.Web.HttpRequest)"> <summary> Used internally to return an instance of <see cref="T:System.Web.Configuration.HttpCapabilitiesBase" /> representing the browser that generated the specified <see cref="T:System.Web.HttpRequest" />. </summary> <returns> An instance of <see cref="T:System.Web.Configuration.HttpCapabilitiesBase" /> representing the browser that generated the specified <see cref="T:System.Web.HttpRequest" />. </returns> <param name="configKey"> The name of the configuration section that configures browser capabilities. </param> <param name="request"> The <see cref="T:System.Web.HttpRequest" /> generated by the browser for which to return capabilities and which is usually the current <see cref="T:System.Web.HttpRequest" />. </param> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.HasBackButton"> <summary> Gets a value indicating whether the browser has a dedicated Back button. </summary> <returns>true if the browser has a dedicated Back button; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.HidesRightAlignedMultiselectScrollbars"> <summary> Gets a value indicating whether the scrollbar of an HTML <select multiple> element with an align attribute value of right is obscured upon rendering. </summary> <returns>true if the scrollbar of an HTML <select multiple> element with an align attribute value of right is obscured upon rendering; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.HtmlTextWriter"> <summary> Gets or sets the fully qualified class name of the <see cref="T:System.Web.UI.HtmlTextWriter" /> to use. </summary> <returns> The fully qualified class name of the <see cref="T:System.Web.UI.HtmlTextWriter" /> to use. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Id"> <summary> Gets the internal identifier of the browser as specified in the browser definition file. </summary> <returns> Internal identifier of the browser as specified in the browser definition file. </returns> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.Init"> <summary> Used internally to initialize an internal set of values. </summary> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.InputType"> <summary> Returns the type of input supported by browser. </summary> <returns> The type of input supported by browser. The default is telephoneKeypad. </returns> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.IsBrowser(System.String)"> <summary> Gets a value indicating whether the client browser is the same as the specified browser. </summary> <returns>true if the client browser is the same as the specified browser; otherwise, false. The default is false. </returns> <param name="browserName"> The specified browser. </param> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.IsColor"> <summary> Gets a value indicating whether the browser has a color display. </summary> <returns>true if the browser has a color display; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.IsMobileDevice"> <summary> Gets a value indicating whether the browser is a recognized mobile device. </summary> <returns>true if the browser is a recognized mobile device; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Item(System.String)"> <summary> Gets the value of the specified browser capability. In C#, this property is the indexer for the class. </summary> <returns> The browser capability with the specified key name. </returns> <param name="key"> The name of the browser capability to retrieve. </param> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.JavaApplets"> <summary> Gets a value indicating whether the browser supports Java. </summary> <returns>true if the browser supports Java; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.JavaScript"> <summary> Gets a value indicating whether the browser supports JavaScript. </summary> <returns>true if the browser supports JavaScript; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.JScriptVersion"> <summary> Gets the Jscript version that the browser supports. </summary> <returns> The <see cref="T:System.Version" /> of Jscript that the browser supports. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MajorVersion"> <summary> Gets the major (integer) version number of the browser. </summary> <returns> The major version number of the browser. </returns> <exception cref="T:System.Web.HttpUnhandledException"> The header value is not valid. </exception> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MaximumHrefLength"> <summary> Gets the maximum length in characters for the href attribute of an HTML <a> (anchor) element. </summary> <returns> The maximum length in characters for the href attribute of an HTML <a> (anchor) element. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MaximumRenderedPageSize"> <summary> Gets the maximum length of the page, in bytes, which the browser can display. </summary> <returns> The maximum length of the page, in bytes, which the browser can display. The default is 2000. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MaximumSoftkeyLabelLength"> <summary> Returns the maximum length of the text that a soft-key label can display. </summary> <returns> The maximum length of the text that a soft-key label can display. The default is 5. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MinorVersion"> <summary> Gets the minor (that is, decimal) version number of the browser. </summary> <returns> The minor version number of the browser. </returns> <exception cref="T:System.Web.HttpUnhandledException"> The header value is not valid. </exception> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MinorVersionString"> <summary> Gets the minor (decimal) version number of the browser as a string. </summary> <returns> The minor version number of the browser. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MobileDeviceManufacturer"> <summary> Returns the name of the manufacturer of a mobile device, if known. </summary> <returns> The name of the manufacturer of a mobile device, if known. The default is Unknown. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MobileDeviceModel"> <summary> Gets the model name of a mobile device, if known. </summary> <returns> The model name of a mobile device, if known. The default is Unknown. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.MSDomVersion"> <summary> Gets the version of Microsoft HTML (MSHTML) Document Object Model (DOM) that the browser supports. </summary> <returns> The number of the MSHTML DOM version that the browser supports. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.NumberOfSoftkeys"> <summary> Returns the number of soft keys on a mobile device. </summary> <returns> The number of soft keys supported on a mobile device. The default is 0. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Platform"> <summary> Gets the name of the platform that the client uses, if it is known. </summary> <returns> The operating system that the client uses, if it is known, otherwise the value is set to Unknown. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.PreferredImageMime"> <summary> Returns the MIME type of the type of image content typically preferred by the browser. </summary> <returns> The MIME type of the type of image content typically preferred by the browser. The default is image/gif. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.PreferredRenderingMime"> <summary> Returns the MIME type of the type of content typically preferred by the browser. </summary> <returns> The MIME type of the type of content typically preferred by the browser. The default is text/html. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.PreferredRenderingType"> <summary> Gets the general name for the type of content that the browser prefers. </summary> <returns>html32 or chtml10. The default is html32. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.PreferredRequestEncoding"> <summary> Gets the request encoding preferred by the browser. </summary> <returns> The request encoding preferred by the browser. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.PreferredResponseEncoding"> <summary> Gets the response encoding preferred by the browser. </summary> <returns> The response encoding preferred by the browser. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RendersBreakBeforeWmlSelectAndInput"> <summary> Gets a value indicating whether the browser renders a line break before <select> or <input> elements. </summary> <returns>true if the browser renders a line break before <select> or <input> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RendersBreaksAfterHtmlLists"> <summary> Gets a value indicating whether the browser renders a line break after list-item elements. </summary> <returns>true if the browser renders a line break after list-item elements; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RendersBreaksAfterWmlAnchor"> <summary> Gets a value indicating whether the browser renders a line break after a stand-alone HTML <a> (anchor) element. </summary> <returns>true if the browser renders a line break after a stand-alone HTML <a> (anchor) element; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RendersBreaksAfterWmlInput"> <summary> Gets a value indicating whether the browser renders a line break after an HTML <input> element. </summary> <returns>true if the browser renders a line break after an HTML <input> element; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RendersWmlDoAcceptsInline"> <summary> Gets a value indicating whether the mobile-device browser renders a WML do-based form accept construct as an inline button rather than as a soft key. </summary> <returns>true if the mobile-device browser renders a WML do-based form-accept construct as an inline button; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RendersWmlSelectsAsMenuCards"> <summary> Gets a value indicating whether the browser renders WML <select> elements as menu cards, rather than as a combo box. </summary> <returns>true if the browser renders WML <select> elements as menu cards; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiredMetaTagNameValue"> <summary> Used internally to produce a meta-tag required by some browsers. </summary> <returns> A meta-tag required by some browsers. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresAttributeColonSubstitution"> <summary> Gets a value indicating whether the browser requires colons in element attribute values to be substituted with a different character. </summary> <returns>true if the browser requires colons in element attribute values to be substituted with a different character; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresContentTypeMetaTag"> <summary> Gets a value indicating whether the browser requires an HTML <meta> element for which the content-type attribute is specified. </summary> <returns>true if the browser requires an HTML <meta> element for which the content-type attribute is specified; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresControlStateInSession"> <summary> Gets a value indicating whether the browser requires control state to be maintained in sessions. </summary> <returns>true if the browser requires control state to be maintained in sessions; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresDBCSCharacter"> <summary> Gets a value indicating whether the browser requires a double-byte character set. </summary> <returns>true if the browser requires a double-byte character set; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresHtmlAdaptiveErrorReporting"> <summary> Gets a value indicating whether the browser requires nonstandard error messages. </summary> <returns>true if the browser requires nonstandard error messages; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresLeadingPageBreak"> <summary> Gets a value indicating whether the browser requires the first element in the body of a Web page to be an HTML <br> element. </summary> <returns>true if the browser requires the first element in the body of a Web page to be an HTML BR element; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresNoBreakInFormatting"> <summary> Gets a value indicating whether the browser does not support HTML <br> elements to format line breaks. </summary> <returns>true if the browser does not support HTML <br> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresOutputOptimization"> <summary> Gets a value indicating whether the browser requires pages to contain a size-optimized form of markup language tags. </summary> <returns>true if the browser requires pages to contain a size-optimized form of markup language tags; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresPhoneNumbersAsPlainText"> <summary> Gets a value indicating whether the browser supports phone dialing based on plain text, or whether it requires special markup. </summary> <returns>true if the browser supports phone dialing based on plain text only; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresSpecialViewStateEncoding"> <summary> Gets a value indicating whether the browser requires VIEWSTATE values to be specially encoded. </summary> <returns>true if the browser requires VIEWSTATE values to be specially encoded; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresUniqueFilePathSuffix"> <summary> Gets a value indicating whether the browser requires unique form-action URLs. </summary> <returns>true if the browser requires unique form-action URLs; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresUniqueHtmlCheckboxNames"> <summary> Gets a value indicating whether the browser requires unique name attribute values of multiple HTML <input type="checkbox"> elements. </summary> <returns>true if the browser requires unique name attribute values of multiple HTML <input type="checkbox"> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresUniqueHtmlInputNames"> <summary> Gets a value indicating whether the browser requires unique name attribute values of multiple HTML <input> elements. </summary> <returns>true if the browser requires unique name attribute values of multiple HTML <input> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.RequiresUrlEncodedPostfieldValues"> <summary> Gets a value indicating whether postback data sent by the browser will be UrlEncoded. </summary> <returns>true if postback data sent by the browser will be UrlEncoded; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.ScreenBitDepth"> <summary> Returns the depth of the display, in bits per pixel. </summary> <returns> The depth of the display, in bits per pixel. The default is 1. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.ScreenCharactersHeight"> <summary> Returns the approximate height of the display, in character lines. </summary> <returns> The approximate height of the display, in character lines. The default is 6. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.ScreenCharactersWidth"> <summary> Returns the approximate width of the display, in characters. </summary> <returns> The approximate width of the display, in characters. The default is 12. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.ScreenPixelsHeight"> <summary> Returns the approximate height of the display, in pixels. </summary> <returns> The approximate height of the display, in pixels. The default is 72. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.ScreenPixelsWidth"> <summary> Returns the approximate width of the display, in pixels. </summary> <returns> The approximate width of the display, in pixels. The default is 96. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsAccesskeyAttribute"> <summary> Gets a value indicating whether the browser supports the ACCESSKEY attribute of HTML <a> (anchor) and <input> elements. </summary> <returns>true if the browser supports the accesskey attribute of HTML <a> (anchor) and <input> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsBodyColor"> <summary> Gets a value indicating whether the browser supports the bgcolor attribute of the HTML <body> element. </summary> <returns>true if the browser supports the bgcolor attribute of the HTML <body> element; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsBold"> <summary> Gets a value indicating whether the browser supports HTML <b> elements to format bold text. </summary> <returns>true if the browser supports HTML <b> elements to format bold text; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsCacheControlMetaTag"> <summary> Gets a value indicating whether the browser supports the cache-control value for the http-equiv attribute of HTML <meta> elements. </summary> <returns>true if the browser supports the cache-control value for the http-equiv attribute of HTML <meta> elements; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsCallback"> <summary> Gets a value indicating whether the browser supports callback scripts. </summary> <returns>true if the browser supports callback scripts; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsCss"> <summary> Gets a value indicating whether the browser supports Cascading Style Sheets (CSS). </summary> <returns>true if the browser supports CSS; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsDivAlign"> <summary> Gets a value indicating whether the browser supports the align attribute of HTML <div> elements. </summary> <returns>true if the browser supports the align attribute of HTML <div> elements; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsDivNoWrap"> <summary> Gets a value indicating whether the browser supports the nowrap attribute of HTML <div> elements. </summary> <returns>true if the browser supports the nowrap attribute of HTML <div> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsEmptyStringInCookieValue"> <summary> Gets a value indicating whether the browser supports empty (null) strings in cookie values. </summary> <returns>true if the browser supports empty (null) strings in cookie values; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsFontColor"> <summary> Gets a value indicating whether the browser supports the color attribute of HTML <font> elements. </summary> <returns>true if the browser supports the color attribute of HTML <font> elements; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsFontName"> <summary> Gets a value indicating whether the browser supports the name attribute of HTML <font> elements. </summary> <returns>true if the browser supports the name attribute of HTML <font> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsFontSize"> <summary> Gets a value indicating whether the browser supports the size attribute of HTML <font> elements. </summary> <returns>true if the browser supports the size attribute of HTML <font> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsImageSubmit"> <summary> Gets a value indicating whether the browser supports using a custom image in place of a standard form Submit button. </summary> <returns>true if the browser supports using a custom image in place of a standard form Submit button; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsIModeSymbols"> <summary> Gets a value indicating whether the browser supports i-mode symbols. </summary> <returns>true if the browser supports i-mode symbols; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsInputIStyle"> <summary> Gets a value indicating whether the browser supports the istyle attribute of HTML <input> elements. </summary> <returns>true if the browser supports the istyle attribute of HTML <input> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsInputMode"> <summary> Gets a value indicating whether the browser supports the mode attribute of HTML <input> elements. </summary> <returns>true if the browser supports the mode attribute of HTML <input> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsItalic"> <summary> Gets a value indicating whether the browser supports HTML <i> elements to format italic text. </summary> <returns>true if the browser supports HTML <i> elements to format italic text; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsJPhoneMultiMediaAttributes"> <summary> Gets a value indicating whether the browser supports J-Phone multimedia attributes. </summary> <returns>true if the browser supports J-Phone multimedia attributes; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsJPhoneSymbols"> <summary> Gets a value indicating whether the browser supports J-Phone–specific picture symbols. </summary> <returns>true if the browser supports J-Phone–specific picture symbols; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsQueryStringInFormAction"> <summary> Gets a value indicating whether the browser supports a query string in the action attribute value of HTML <form> elements. </summary> <returns>true if the browser supports a query string in the action attribute value of HTML <form> elements; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsRedirectWithCookie"> <summary> Gets a value indicating whether the browser supports cookies on redirection. </summary> <returns>true if the browser supports cookies on redirection; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsSelectMultiple"> <summary> Gets a value indicating whether the browser supports the multiple attribute of HTML <select> elements. </summary> <returns>true if the browser supports the multiple attribute of HTML <select> elements; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsUncheck"> <summary> Gets a value indicating whether the clearing of a checked HTML <input type=checkbox> element is reflected in postback data. </summary> <returns>true if the clearing of a checked HTML <input type=checkbox> element is reflected in postback data; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.SupportsXmlHttp"> <summary> Gets a value indicating whether the browser supports receiving XML over HTTP. </summary> <returns>true if the browser supports receiving XML over HTTP; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.System#Web#UI#IFilterResolutionService#CompareFilters(System.String,System.String)"> <summary> Used internally to compare filters. </summary> <returns> 1 if <paramref name="filter1" /> is a parent of <paramref name="filter2" />; -1 if <paramref name="filter2" /> is a parent of <paramref name="filter1" />; 0 if there is no parent-child relationship between <paramref name="filter1" /> and <paramref name="filter2" />. </returns> <param name="filter1"> The first filter to compare. </param> <param name="filter2"> The second filter to compare. </param> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesBase.System#Web#UI#IFilterResolutionService#EvaluateFilter(System.String)"> <summary> Used internally to evaluate a filter. </summary> <returns>true if the filter was successfully evaluated; otherwise, false. </returns> <param name="filterName"> The filter to evaluate. </param> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Tables"> <summary> Gets a value indicating whether the browser supports HTML <table> elements. </summary> <returns>true if the browser supports HTML <table> elements; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.TagWriter"> <summary> Used internally to get the type of the object that is used to write tags for the browser. </summary> <returns> The <see cref="T:System.Type" /> of the object that is used to write tags for the browser. </returns> <exception cref="T:System.Web.HttpUnhandledException"> There is a parse error. </exception> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Type"> <summary> Gets the name and major (integer) version number of the browser. </summary> <returns> The name and major version number of the browser. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.UseOptimizedCacheKey"> <summary> Used internally to get a value indicating whether to use an optimized cache key. </summary> <returns>true to use an optimized cache key; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.VBScript"> <summary> Gets a value indicating whether the browser supports Visual Basic Scripting edition (VBScript). </summary> <returns>true if the browser supports VBScript; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Version"> <summary> Gets the full version number (integer and decimal) of the browser as a string. </summary> <returns> The full version number of the browser as a string. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.W3CDomVersion"> <summary> Gets the version of the World Wide Web Consortium (W3C) XML Document Object Model (DOM) that the browser supports. </summary> <returns> The number of the W3C XML DOM version number that the browser supports. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Win16"> <summary> Gets a value indicating whether the client is a Win16-based computer. </summary> <returns>true if the browser is running on a Win16-based computer; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCapabilitiesBase.Win32"> <summary> Gets a value indicating whether the client is a Win32-based computer. </summary> <returns>true if the client is a Win32-based computer; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.Configuration.HttpCapabilitiesSectionHandler"> <summary> Assists in reading in the <browserCaps> section of a configuration file and creating an instance of the <see cref="T:System.Web.HttpBrowserCapabilities" /> class that contains the capabilities information for the client browser. </summary> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesSectionHandler.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpCapabilitiesSectionHandler" /> class. </summary> </member> <member name="M:System.Web.Configuration.HttpCapabilitiesSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)"> <summary> Creates an instance of the <see cref="T:System.Web.HttpBrowserCapabilities" /> class that contains the capabilities information for the client browser. </summary> <returns> An instance of <see cref="T:System.Web.HttpBrowserCapabilities" /> that contains the capabilities information for the client browser. </returns> <param name="parent"> The parent configuration node. </param> <param name="configurationContext"> The configuration context of the current configuration file. </param> <param name="section"> The section of the configuration file that contains the information. </param> </member> <member name="T:System.Web.Configuration.HttpConfigurationContext"> <summary> Supplies current context information to configuration-section handlers in ASP.NET applications. </summary> </member> <member name="P:System.Web.Configuration.HttpConfigurationContext.VirtualPath"> <summary> Gets the virtual path to the Web.config configuration file. </summary> <returns> The virtual path to the Web.config file. Null when evaluating Machine.config; an empty string ("") when evaluating the root Web.config file for the site. </returns> </member> <member name="T:System.Web.Configuration.HttpCookiesSection"> <summary> Configures properties for cookies used by a Web application. </summary> </member> <member name="M:System.Web.Configuration.HttpCookiesSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpCookiesSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.HttpCookiesSection.Domain"> <summary> Gets or sets the cookie domain name. </summary> <returns> The cookie domain name. </returns> </member> <member name="P:System.Web.Configuration.HttpCookiesSection.HttpOnlyCookies"> <summary> Gets or sets a value indicating whether the support for the browser's HttpOnly cookie is enabled. </summary> <returns>true if support for the HttpOnly cookie is enabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.HttpCookiesSection.RequireSSL"> <summary> Gets or sets a value indicating whether Secure Sockets Layer (SSL) communication is required. </summary> <returns>true if SSL is enabled; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.Configuration.HttpHandlerAction"> <summary> Configures an <see cref="T:System.Web.Configuration.HttpHandlersSection" /> configuration section. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HttpHandlerAction.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpHandlerAction" /> class using the passed parameters. </summary> <param name="path"> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> URL path. </param> <param name="type"> A comma-separated class/assembly combination consisting of version, culture, and public-key tokens. </param> <param name="verb"> A comma-separated list of HTTP verbs (for example, "GET, PUT, POST"). </param> </member> <member name="M:System.Web.Configuration.HttpHandlerAction.#ctor(System.String,System.String,System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpHandlerAction" /> class using the passed parameters. </summary> <param name="path"> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> URL path. </param> <param name="type"> A comma-separated class/assembly combination consisting of version, culture, and public-key tokens. </param> <param name="verb"> A comma-separated list of HTTP verbs (for example, "GET, PUT, POST"). </param> <param name="validate">true to allow validation; otherwise, false. If false, ASP.NET will not attempt to load the class until the actual matching request comes, potentially delaying the error but improving the startup time. </param> </member> <member name="P:System.Web.Configuration.HttpHandlerAction.Path"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.HttpHandlerAction" /> path. </summary> <returns> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> URL path. </returns> </member> <member name="P:System.Web.Configuration.HttpHandlerAction.Type"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.HttpHandlerAction" /> type. </summary> <returns> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> type. </returns> </member> <member name="P:System.Web.Configuration.HttpHandlerAction.Validate"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.HttpHandlerAction" /> validation. </summary> <returns>true if the validation is allowed; otherwise, false. </returns> </member> <member name="P:System.Web.Configuration.HttpHandlerAction.Verb"> <summary> Gets or sets the verb allowed by the <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object. </summary> <returns> The verb allowed by the object. </returns> </member> <member name="T:System.Web.Configuration.HttpHandlerActionCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.HttpHandlerAction" /> elements. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HttpHandlerActionCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpHandlerActionCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.HttpHandlerActionCollection.Add(System.Web.Configuration.HttpHandlerAction)"> <summary> Adds an <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object to the collection. </summary> <param name="httpHandlerAction"> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object to add already exists in the collection or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.HttpHandlerActionCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.HttpHandlerAction" /> objects from the collection. </summary> </member> <member name="P:System.Web.Configuration.HttpHandlerActionCollection.CollectionType"> <summary> Gets the type of <see cref="T:System.Web.Configuration.HttpHandlerActionCollection" />. </summary> <returns> The <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> of this collection. </returns> </member> <member name="M:System.Web.Configuration.HttpHandlerActionCollection.IndexOf(System.Web.Configuration.HttpHandlerAction)"> <summary> Gets the collection index of the specified <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object. </summary> <returns> The collection index value. </returns> <param name="action"> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object for which to get the collection index. </param> </member> <member name="P:System.Web.Configuration.HttpHandlerActionCollection.Item(System.Int32)"> <summary> Gets or sets an item in this collection. </summary> <returns> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object selected. </returns> <param name="index"> The item index. </param> </member> <member name="M:System.Web.Configuration.HttpHandlerActionCollection.Remove(System.String,System.String)"> <summary> Removes an <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object with the specified <see cref="P:System.Web.Configuration.HttpHandlerAction.Verb" /> and <see cref="P:System.Web.Configuration.HttpHandlerAction.Path" /> properties from the collection. </summary> <param name="verb"> The <see cref="P:System.Web.Configuration.HttpHandlerAction.Verb" /> property value that belongs to the handler to remove. </param> <param name="path"> The <see cref="P:System.Web.Configuration.HttpHandlerAction.Path" /> property value that belongs to the handler to remove. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.HttpHandlerActionCollection.Remove(System.Web.Configuration.HttpHandlerAction)"> <summary> Removes an <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object from the collection. </summary> <param name="action"> The <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object to remove. </param> <exception cref="T:System.Configuration.ConfigurationException"> The passed <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object does not exist in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.HttpHandlerActionCollection.RemoveAt(System.Int32)"> <summary> Removes an <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object at the specified index location from the collection. </summary> <param name="index"> The collection index of the object to remove. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.HttpHandlerAction" /> object at the specified index in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="T:System.Web.Configuration.HttpHandlersSection"> <summary> Configures an HTTP handler for a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HttpHandlersSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpHandlersSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.HttpHandlersSection.Handlers"> <summary> Gets the <see cref="T:System.Web.Configuration.HttpHandlerActionCollection" /> collection of <see cref="T:System.Web.Configuration.HttpHandlerAction" /> objects contained by the <see cref="T:System.Web.Configuration.HttpHandlersSection" /> object. </summary> <returns> An <see cref="T:System.Web.Configuration.HttpHandlerActionCollection" /> that contains the <see cref="T:System.Web.Configuration.HttpHandlerAction" /> objects, or handlers. </returns> </member> <member name="T:System.Web.Configuration.HttpModuleAction"> <summary> Configures the <see cref="T:System.Web.Configuration.HttpModulesSection" /> modules. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HttpModuleAction.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpModuleAction" /> class using the passed parameters. </summary> <param name="name"> The module name. </param> <param name="type"> A comma-separated list containing the module type name and the assembly information. </param> </member> <member name="P:System.Web.Configuration.HttpModuleAction.Name"> <summary> Gets or sets the module name. </summary> <returns> The module name. </returns> </member> <member name="P:System.Web.Configuration.HttpModuleAction.Type"> <summary> Gets or sets the module type. </summary> <returns> A comma-separated list containing the module type name and the assembly information. </returns> </member> <member name="T:System.Web.Configuration.HttpModuleActionCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.HttpModuleAction" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HttpModuleActionCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpModuleActionCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.HttpModuleActionCollection.Add(System.Web.Configuration.HttpModuleAction)"> <summary> Adds an <see cref="T:System.Web.Configuration.HttpModuleAction" /> object to the collection. </summary> <param name="httpModule"> The <see cref="T:System.Web.Configuration.HttpModuleAction" /> module to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> An attempt was made to add an <see cref="T:System.Web.Configuration.HttpModuleAction" /> object that already exists in the collection. </exception> </member> <member name="M:System.Web.Configuration.HttpModuleActionCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.HttpModuleAction" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.HttpModuleActionCollection.IndexOf(System.Web.Configuration.HttpModuleAction)"> <summary> Gets the collection index of the specified <see cref="T:System.Web.Configuration.HttpModuleAction" /> module. </summary> <returns> The collection index value for the specified module. </returns> <param name="action"> The <see cref="T:System.Web.Configuration.HttpModuleAction" /> module for which to get the collection index. </param> </member> <member name="P:System.Web.Configuration.HttpModuleActionCollection.Item(System.Int32)"> <summary> Gets or sets an item in this collection. </summary> <returns> The item at the specified <paramref name="index" />. </returns> <param name="index"> Module collection index. </param> </member> <member name="M:System.Web.Configuration.HttpModuleActionCollection.Remove(System.String)"> <summary> Removes an <see cref="T:System.Web.Configuration.HttpModuleAction" /> object from the collection. </summary> <param name="name"> The key that identifies the <see cref="T:System.Web.Configuration.HttpModuleAction" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.HttpModuleAction" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.HttpModuleActionCollection.Remove(System.Web.Configuration.HttpModuleAction)"> <summary> Removes an <see cref="T:System.Web.Configuration.HttpModuleAction" /> object from the collection. </summary> <param name="action"> The <see cref="T:System.Web.Configuration.HttpModuleAction" /> module to remove. </param> <exception cref="T:System.Configuration.ConfigurationException"> The passed <see cref="T:System.Web.Configuration.HttpModuleAction" /> object does not exist in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.HttpModuleActionCollection.RemoveAt(System.Int32)"> <summary> Removes an <see cref="T:System.Web.Configuration.HttpModuleAction" /> module at the specified index from the collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.Configuration.HttpModuleAction" /> module to remove. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.HttpModuleAction" /> object at the specified index in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="T:System.Web.Configuration.HttpModulesSection"> <summary> Configures an HTTP module for a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HttpModulesSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpModulesSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.HttpModulesSection.Modules"> <summary> Gets the <see cref="T:System.Web.Configuration.HttpModuleActionCollection" /> of <see cref="T:System.Web.Configuration.HttpModuleAction" /> modules contained by the <see cref="T:System.Web.Configuration.HttpModulesSection" />. </summary> <returns> A <see cref="T:System.Web.Configuration.HttpModuleActionCollection" /> that contains the <see cref="T:System.Web.Configuration.HttpModuleAction" /> objects, or modules, defined by the <see cref="T:System.Web.Configuration.HttpModulesSection" />. </returns> </member> <member name="T:System.Web.Configuration.HttpRuntimeSection"> <summary> Configures the ASP.NET HTTP runtime. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.HttpRuntimeSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpRuntimeSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.ApartmentThreading"> <summary> Gets or sets a value that indicates whether application apartment threading is enabled. </summary> <returns>true if application apartment threading is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.AppRequestQueueLimit"> <summary> Gets or sets a value that indicates the maximum number of requests that ASP.NET queues for the application. </summary> <returns> The maximum number of requests that can be queued. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.DelayNotificationTimeout"> <summary> Gets or sets the change notification delay. </summary> <returns> The time, in seconds, that specifies the change notification delay. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.Enable"> <summary> Gets or sets a value that indicates whether the application domain is enabled. </summary> <returns>true if the application domain is enabled; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.EnableHeaderChecking"> <summary> Gets or sets a value that indicates whether the header checking is enabled. </summary> <returns>true if the header checking is enabled; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.EnableKernelOutputCache"> <summary> Gets or sets a value that indicates whether output caching is enabled. </summary> <returns>true if output caching is enabled; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.EnableVersionHeader"> <summary> Gets or sets a value that indicates whether ASP.NET should output a version header. </summary> <returns>true if the output of the version header is enabled; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.ExecutionTimeout"> <summary> Gets or sets the allowed execution time for the request. </summary> <returns> A <see cref="T:System.TimeSpan" /> value that indicates the allowed execution time for the request. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.MaxRequestLength"> <summary> Gets or sets the maximum request size. </summary> <returns> The maximum request size in kilobytes. The default size is 4096 KB (4 MB). </returns> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The selected value is less than <see cref="P:System.Web.Configuration.HttpRuntimeSection.RequestLengthDiskThreshold" />. </exception> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.MaxWaitChangeNotification"> <summary> Gets or sets the time interval between the first change notification and the time at which the application domain is restarted. </summary> <returns> The maximum time interval, in seconds, from the first change notification and the time when the application domain is restarted. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.MinFreeThreads"> <summary> Gets or sets the minimum number of threads that must be free before a request for resources in this configuration scope can be serviced. </summary> <returns> The minimum number of free threads in the common language runtime (CLR) thread pool before a request in this configuration scope will be serviced. The default value is 8. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.MinLocalRequestFreeThreads"> <summary> Gets or sets the minimum number of free threads required to service a local request. </summary> <returns> The minimum number of free threads assigned to local requests. The default value is 4. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.RequestLengthDiskThreshold"> <summary> Gets or sets the input-stream buffering threshold. </summary> <returns> The number of bytes that indicate the input-stream buffering threshold. The default is 256 bytes. </returns> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The selected value is greater than <see cref="P:System.Web.Configuration.HttpRuntimeSection.MaxRequestLength" />. </exception> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.RequireRootedSaveAsPath"> <summary> Gets or sets a value that indicates whether the file name must be a fully qualified physical file path. </summary> <returns>true if the file name must be a fully qualified physical file path; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.SendCacheControlHeader"> <summary> Gets or sets a value that indicates whether the cache-control:private header is sent as part of the HTTP response. </summary> <returns>true if the cache-control:private header is to be sent; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.ShutdownTimeout"> <summary> Gets or sets the length of time the application is allowed to idle before it is terminated. </summary> <returns> A <see cref="T:System.TimeSpan" /> value that indicates the length of time the application is allowed to idle before it is terminated. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.UseFullyQualifiedRedirectUrl"> <summary> Gets or sets a value that indicates whether the client-side redirects are fully qualified. </summary> <returns>true if client-side redirects are fully qualified; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.HttpRuntimeSection.WaitChangeNotification"> <summary> Gets or sets the waiting time before the next change notification. </summary> <returns> The waiting time, in seconds, before the next change notification that triggers an application domain to restart. The default value is 0. </returns> </member> <member name="T:System.Web.Configuration.IdentitySection"> <summary> Configures the identity of a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.IdentitySection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.IdentitySection" /> class using default parameters. </summary> </member> <member name="P:System.Web.Configuration.IdentitySection.Impersonate"> <summary> Gets or sets a value indicating whether client impersonation is used on each request. </summary> <returns>true if client impersonation is used; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.IdentitySection.Password"> <summary> Gets or sets a value indicating the password to use for impersonation. </summary> <returns> The password to use for impersonation. </returns> </member> <member name="P:System.Web.Configuration.IdentitySection.UserName"> <summary> Gets or sets a value indicating the user name to use for impersonation. </summary> <returns> The user name to use for impersonation. </returns> </member> <member name="T:System.Web.Configuration.IRemoteWebConfigurationHostServer"> <summary> Used internally to support remote access to configuration data. </summary> </member> <member name="M:System.Web.Configuration.IRemoteWebConfigurationHostServer.DoEncryptOrDecrypt(System.Boolean,System.String,System.String,System.String,System.String[],System.String[])"> <summary> Conditionally encrypts or decrypts the value of the string referenced by the <paramref name="xmlString" /> parameter. </summary> <returns> A string containing either the encrypted or decrypted value of the <paramref name="xmlString" />. </returns> <param name="doEncrypt">True to encrypt; false to decrypt. </param> <param name="xmlString"> The XML to be encrypted or decrypted. </param> <param name="protectionProviderName"> The provider used to protect the configuration data. </param> <param name="protectionProviderType"> The <see cref="T:System.Type" /> of the protection provider. </param> <param name="parameterKeys"> The keys of optional parameters for the protection provider. </param> <param name="parameterValues"> The values of optional parameters for the protection provider. </param> </member> <member name="M:System.Web.Configuration.IRemoteWebConfigurationHostServer.GetData(System.String,System.Boolean,System.Int64@)"> <summary> Used internally to support remote access to configuration data. </summary> <returns> An array of 8-bit unsigned integers (bytes) containing the configuration data. </returns> <param name="fileName"> Path to the remote configuration file to be accessed. </param> <param name="getReadTimeOnly"> A Boolean value specifying whether only the <paramref name="readTime" /> is returned. </param> <param name="readTime"> Time the file was last accessed. </param> </member> <member name="M:System.Web.Configuration.IRemoteWebConfigurationHostServer.GetFileDetails(System.String,System.Boolean@,System.Int64@,System.Int64@,System.Int64@)"> <summary> Gets the details of the configuration file. </summary> <param name="name"> The name of the file. </param> <param name="exists">true if the file exists; otherwise, false. </param> <param name="size"> The size of the file. </param> <param name="createDate"> The date the file was created. </param> <param name="lastWriteDate"> The date the file was last written. </param> </member> <member name="M:System.Web.Configuration.IRemoteWebConfigurationHostServer.GetFilePaths(System.Int32,System.String,System.String,System.String)"> <summary> Used internally to support remote access to configuration data. </summary> <returns> A concatenated string representing the file path of the configuration file. </returns> <param name="webLevel"> The level of the configuration file. </param> <param name="path"> Path to the remote configuration file to be accessed. </param> <param name="site"> Path to the remote machine. </param> <param name="locationSubPath"> The subpath of the location of the configuration file. </param> </member> <member name="M:System.Web.Configuration.IRemoteWebConfigurationHostServer.WriteData(System.String,System.String,System.Byte[],System.Int64@)"> <summary> Used internally to support remote access to configuration data. </summary> <param name="fileName"> Path to the remote configuration file to be accessed. </param> <param name="templateFileName"> File to duplicate file attributes from. </param> <param name="data"> Data to be written. </param> <param name="readTime"> Time the file was last accessed. </param> </member> <member name="T:System.Web.Configuration.LowerCaseStringConverter"> <summary> Provides support to convert an object to a lowercase string. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.LowerCaseStringConverter.#ctor"> <summary> Initializes an instance of the <see cref="T:System.Web.Configuration.LowerCaseStringConverter" /> class. </summary> </member> <member name="M:System.Web.Configuration.LowerCaseStringConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Determines whether an object can be converted to a lowercase string based on the specified parameters. </summary> <returns>true if the parameters describe an object that can be converted to a lowercase string object; otherwise, false. </returns> <param name="ctx"> An object that implements the <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> interface. </param> <param name="type"> The type of object to convert. </param> </member> <member name="M:System.Web.Configuration.LowerCaseStringConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Determines whether an object can be converted to a lowercase string based on the specified parameters. </summary> <returns>true if the parameters describe an object that can be converted to a lowercase string object; otherwise, false. </returns> <param name="ctx"> An object that implements the <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> interface. </param> <param name="type"> The type of object to convert. </param> </member> <member name="M:System.Web.Configuration.LowerCaseStringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts an object from its original value to a lowercase string based on the specified parameters. </summary> <returns> A lowercase string object. </returns> <param name="ctx"> An object that implements the <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> interface. </param> <param name="ci"> An object that implements the <see cref="T:System.Globalization.CultureInfo" /> class. </param> <param name="data"> The object to convert. </param> </member> <member name="M:System.Web.Configuration.LowerCaseStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Converts an object to a lowercase string based on the specified parameters. </summary> <returns> A lowercase string object. </returns> <param name="ctx"> An object that implements the <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> interface. </param> <param name="ci"> An object that implements the <see cref="T:System.Globalization.CultureInfo" /> class. </param> <param name="value"> The object to convert. </param> <param name="type"> The type of object to convert. </param> </member> <member name="T:System.Web.Configuration.MachineKeySection"> <summary> Defines the configuration settings that control the key generation and algorithms that are used in encryption, decryption, and media access control (MAC) operations in Windows Forms authentication, view-state validation, and session-state application isolation. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.MachineKeySection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.MachineKeySection" /> class by using default settings. </summary> </member> <member name="P:System.Web.Configuration.MachineKeySection.Decryption"> <summary> Specifies the type of hashing algorithm that is used for decrypting data. </summary> <returns> A value that indicates the type of algorithm used to decrypt data. Auto is the default. </returns> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The selected value is not one of the decryption values. </exception> </member> <member name="P:System.Web.Configuration.MachineKeySection.DecryptionKey"> <summary> Gets or sets the key that is used to encrypt and decrypt data, or the process by which the key is generated. </summary> <returns> An encryption key value, or a value that indicates how the key is generated. The default is "AutoGenerate,IsolateApps". </returns> </member> <member name="P:System.Web.Configuration.MachineKeySection.Validation"> <summary> Specifies the type of hashing algorithm that is used for validating data. </summary> <returns> A value that indicates the type of encryption used to validate data. </returns> </member> <member name="P:System.Web.Configuration.MachineKeySection.ValidationKey"> <summary> Gets or sets the key that is used to validate encrypted data, or the process by which the key is generated. </summary> <returns> An encryption key value, or a value that indicates how the key is generated. The default is "AutoGenerate,IsolateApps". </returns> </member> <member name="T:System.Web.Configuration.MachineKeyValidation"> <summary> Specifies the type of encryption process that is used for validation and encryption of data. </summary> </member> <member name="F:System.Web.Configuration.MachineKeyValidation.MD5"> <summary> Specifies that ASP.NET uses the Message Digest 5 (MD5) hash algorithm. This algorithm performs better than SHA1. </summary> </member> <member name="F:System.Web.Configuration.MachineKeyValidation.SHA1"> <summary> Specifies that ASP.NET uses the SHA1 hash algorithm. </summary> </member> <member name="F:System.Web.Configuration.MachineKeyValidation.TripleDES"> <summary> Specifies that ASP.NET uses TripleDES (3DES) encryption. TripleDES uses three successive iterations of the DES algorithm. </summary> </member> <member name="F:System.Web.Configuration.MachineKeyValidation.AES"> <summary> Specifies that ASP.NET uses AES (Rijndael) encryption. </summary> </member> <member name="T:System.Web.Configuration.MachineKeyValidationConverter"> <summary> Provides methods for converting <see cref="T:System.Web.Configuration.MachineKeyValidation" /> objects to and from strings. </summary> </member> <member name="M:System.Web.Configuration.MachineKeyValidationConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.MachineKeyValidationConverter" /> class. </summary> </member> <member name="M:System.Web.Configuration.MachineKeyValidationConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts a string to the equivalent <see cref="T:System.Web.Configuration.MachineKeyValidation" /> value. </summary> <returns> The equivalent <see cref="T:System.Web.Configuration.MachineKeyValidation" /> value. </returns> <param name="ctx"> This parameter is not used. </param> <param name="ci"> This parameter is not used. </param> <param name="data"> The string to convert. </param> <exception cref="T:System.ArgumentException"> The data is not one of the expected strings. </exception> </member> <member name="M:System.Web.Configuration.MachineKeyValidationConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Converts a <see cref="T:System.Web.Configuration.MachineKeyValidation" /> value to the string representation of that value. </summary> <returns> A string representing a <see cref="T:System.Web.Configuration.MachineKeyValidation" /> value. </returns> <param name="ctx"> This parameter is not used. </param> <param name="ci"> This parameter is not used. </param> <param name="value"> The <see cref="T:System.Web.Configuration.MachineKeyValidation" /> to be converted. </param> <param name="type"> This parameter is not used. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The <paramref name="value" /> parameter is not one of the expected enumerated values. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="value" /> parameter is not a <see cref="T:System.Web.Configuration.MachineKeyValidation" /> object. </exception> </member> <member name="T:System.Web.Configuration.MembershipSection"> <summary> Defines configuration settings to support the infrastructure for configuring and managing membership details. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.MembershipSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.MembershipSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.MembershipSection.DefaultProvider"> <summary> Gets or sets the name of the default provider that is used to manage roles. </summary> <returns> The name of a provider in <see cref="P:System.Web.Configuration.MembershipSection.Providers" />. The default is AspNetSqlRoleProvider. </returns> </member> <member name="P:System.Web.Configuration.MembershipSection.HashAlgorithmType"> <summary> Gets or sets the type of encryption that is used for sensitive membership information. </summary> <returns> The type of encryption used to encrypt sensitive membership information. </returns> </member> <member name="P:System.Web.Configuration.MembershipSection.Providers"> <summary> Gets a <see cref="T:System.Configuration.ProviderSettingsCollection" /> object of <see cref="T:System.Configuration.ProviderSettings" /> objects. </summary> <returns> A <see cref="T:System.Configuration.ProviderSettingsCollection" /> that contains the provider's settings, defined within the providers subsection of the membership section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.MembershipSection.UserIsOnlineTimeWindow"> <summary> Gets or sets the length of time, in minutes, before a user is no longer considered to be online. </summary> <returns> A length of time in minutes. </returns> </member> <member name="T:System.Web.Configuration.NamespaceCollection"> <summary> Contains a collection of namespace objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.NamespaceCollection.#ctor"></member> <member name="M:System.Web.Configuration.NamespaceCollection.Add(System.Web.Configuration.NamespaceInfo)"> <summary> Adds a <see cref="T:System.Web.Configuration.NamespaceInfo" /> object to the collection. </summary> <param name="namespaceInformation"> A <see cref="T:System.Web.Configuration.NamespaceInfo" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.NamespaceInfo" /> object to add already exists in the collection or the collection is read-only. </exception> </member> <member name="P:System.Web.Configuration.NamespaceCollection.AutoImportVBNamespace"> <summary> Gets or sets a value that determines whether the Visual Basic namespace is imported without having to specify it. </summary> <returns>true if the Visual Basic namespace is imported automatically; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.Configuration.NamespaceCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.NamespaceInfo" /> objects from the collection. </summary> </member> <member name="P:System.Web.Configuration.NamespaceCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.NamespaceInfo" /> object at the specified index in the collection. </summary> <returns> <see cref="T:System.Web.Configuration.NamespaceInfo" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.NamespaceInfo" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.NamespaceCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.Configuration.NamespaceInfo" /> object with the specified key from the collection. </summary> <param name="s"> The namespace of a <see cref="T:System.Web.Configuration.NamespaceInfo" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.NamespaceInfo" /> object with the specified key in the collection. - or - The element has already been removed. - or - The collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.NamespaceCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object from the specified index in the collection. </summary> <param name="index"> The index of a <see cref="T:System.Web.Configuration.NamespaceInfo" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.NamespaceInfo" /> object at the specified index in the collection. - or - The element has already been removed. - or - The collection is read-only. </exception> </member> <member name="T:System.Web.Configuration.NamespaceInfo"> <summary> Contains a single configuration namespace reference, similar to the Import directive. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.NamespaceInfo.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.NamespaceInfo" /> class with the specified namespace reference. </summary> <param name="name"> A namespace reference for the new <see cref="T:System.Web.Configuration.NamespaceInfo" /> object. </param> </member> <member name="M:System.Web.Configuration.NamespaceInfo.Equals(System.Object)"> <summary> Compares the current instance to the passed <see cref="T:System.Web.Configuration.NamespaceInfo" /> object. </summary> <returns>true if the two objects are identical. </returns> <param name="namespaceInformation"> A <see cref="T:System.Web.Configuration.NamespaceInfo" /> object to compare to. </param> </member> <member name="M:System.Web.Configuration.NamespaceInfo.GetHashCode"> <summary> Returns a hash value for the current instance. </summary> <returns> A hash value for the current instance. </returns> </member> <member name="P:System.Web.Configuration.NamespaceInfo.Namespace"> <summary> Gets or sets the namespace reference. </summary> <returns> A string that specifies the name of the namespace. </returns> </member> <member name="T:System.Web.Configuration.OutputCacheProfile"> <summary> Configures the output cache profile that can be used by the application pages. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.OutputCacheProfile.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> class. </summary> <param name="name"> The name value to use. </param> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.Duration"> <summary> Gets or sets the time duration during which the page or control is cached. </summary> <returns> The time duration in seconds. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.Enabled"> <summary> Gets or sets a value indicating whether caching is enabled. </summary> <returns>true if caching is enabled; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.Location"> <summary> Gets or sets the output cache location. </summary> <returns> One of the <see cref="T:System.Web.UI.OutputCacheLocation" /> enumeration values. The default is Any. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.Name"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> name. </summary> <returns> The <see cref="T:System.Web.Configuration.OutputCacheProfile" /> name. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.NoStore"> <summary> Gets or sets a value indicating whether secondary storage is enabled. </summary> <returns>true if secondary storage is enabled; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.SqlDependency"> <summary> Gets or sets the <see cref="P:System.Web.Configuration.OutputCacheProfile.SqlDependency" /> property. </summary> <returns> The <see cref="P:System.Web.Configuration.OutputCacheProfile.SqlDependency" /> value. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.VaryByControl"> <summary> Gets or sets the <see cref="P:System.Web.Configuration.OutputCacheProfile.VaryByControl" /> property. </summary> <returns> The <see cref="P:System.Web.Configuration.OutputCacheProfile.VaryByControl" /> value. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.VaryByCustom"> <summary> Gets or sets the <see cref="P:System.Web.Configuration.OutputCacheProfile.VaryByCustom" /> property. </summary> <returns> The <see cref="P:System.Web.Configuration.OutputCacheProfile.VaryByCustom" /> value. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.VaryByHeader"> <summary> Gets or sets the <see cref="P:System.Web.Configuration.OutputCacheProfile.VaryByHeader" /> property. </summary> <returns> The <see cref="P:System.Web.Configuration.OutputCacheProfile.VaryByHeader" /> value. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.VaryByParam"> <summary> Gets or sets the <see cref="P:System.Web.Configuration.OutputCacheProfile.VaryByParam" /> property. </summary> <returns> The <see cref="P:System.Web.Configuration.OutputCacheProfile.VaryByParam" /> value. </returns> </member> <member name="T:System.Web.Configuration.OutputCacheProfileCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.OutputCacheProfile" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.Add(System.Web.Configuration.OutputCacheProfile)"> <summary> Adds a <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object to the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object already exists in the collection or the collection is read only. </exception> </member> <member name="P:System.Web.Configuration.OutputCacheProfileCollection.AllKeys"> <summary> Gets the <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> keys. </summary> <returns> The string array containing the collection keys. </returns> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.Clear"> <summary> Removes all the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> objects from the collection. </summary> <exception cref="T:System.Configuration.ConfigurationException"> The collection is read only. </exception> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.Get(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> element at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.OutputCacheProfile" /> element at the specified index. </returns> <param name="index"> The index of the <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> element. </param> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.Get(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> element with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.OutputCacheProfile" /> element with the specified name. </returns> <param name="name"> The name of the <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> element. </param> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.GetKey(System.Int32)"> <summary> Gets the key at the specified <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> index. </summary> <returns> The key with the specified <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> index. </returns> <param name="index"> The <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> index of the key. </param> </member> <member name="P:System.Web.Configuration.OutputCacheProfileCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.OutputCacheProfile" /> at the specified index. </returns> <param name="index"> The collection index of the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object </param> </member> <member name="P:System.Web.Configuration.OutputCacheProfileCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.OutputCacheProfile" /> with the specified name. </returns> <param name="name"> The name of the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object. </param> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object with the specified name from the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> element to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object at the specified index from the collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.Configuration.OutputCacheProfile" /> element to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.OutputCacheProfileCollection.Set(System.Web.Configuration.OutputCacheProfile)"> <summary> Sets the specified <see cref="T:System.Web.Configuration.OutputCacheProfile" /> object. </summary> <param name="user"> The <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> element to set. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> is read-only. </exception> </member> <member name="T:System.Web.Configuration.OutputCacheSection"> <summary> Configures the output cache for a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.OutputCacheSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.OutputCacheSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.OutputCacheSection.EnableFragmentCache"> <summary> Gets or sets a value indicating whether the fragment cache is enabled. </summary> <returns>true if the fragment cache is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheSection.EnableOutputCache"> <summary> Gets or sets a value indicating whether the output cache is enabled. </summary> <returns>true if the output cache is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheSection.OmitVaryStar"> <summary> Gets or sets a value indicating whether the vary header is enabled. </summary> <returns>true if the vary header is enabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheSection.SendCacheControlHeader"> <summary> Gets or sets a value indicating whether the cache-control:private header is sent by the output cache module by default. </summary> <returns>true if the sending of cache-control:private header is enabled; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.Configuration.OutputCacheSettingsSection"> <summary> Configures the output cache settings for application pages . This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.OutputCacheSettingsSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.OutputCacheSettingsSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.OutputCacheSettingsSection.OutputCacheProfiles"> <summary> Gets a <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" />. </summary> <returns> A <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> of <see cref="T:System.Web.Configuration.OutputCacheProfile" /> objects </returns> </member> <member name="T:System.Web.Configuration.PagesEnableSessionState"> <summary> Used to determine session-state activation for a single Web page or an entire Web application. </summary> </member> <member name="F:System.Web.Configuration.PagesEnableSessionState.False"> <summary> Session state is disabled. </summary> </member> <member name="F:System.Web.Configuration.PagesEnableSessionState.ReadOnly"> <summary> Session state is enabled, but not writable. </summary> </member> <member name="F:System.Web.Configuration.PagesEnableSessionState.True"> <summary> Session state is enabled. </summary> </member> <member name="T:System.Web.Configuration.PagesSection"> <summary> Provides programmatic access to the pages Element (ASP.NET Settings Schema) section of the configuration file. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.PagesSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.PagesSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.PagesSection.AsyncTimeout"> <summary> Gets or sets a value indicating the number of seconds to wait for an asynchronous handler to complete during asynchronous page processing. </summary> <returns> A <see cref="T:System.TimeSpan" /> value indicating the amount of time in seconds to wait for an asynchronous handler to complete during asynchronous page processing. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.AutoEventWireup"> <summary> Gets or sets a value indicating whether events for ASP.NET pages are automatically connected to event-handling functions. </summary> <returns>true if events for ASP.NET pages are automatically connected to event-handling functions; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.Buffer"> <summary> Gets or sets a value that specifies whether .aspx pages and .ascx controls use response buffering. </summary> <returns>true if .aspx pages and .ascx controls use response buffering; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.CompilationMode"> <summary> Gets or sets a value that determines how .aspx pages and .ascx controls are compiled. </summary> <returns> One of the values for the <see cref="P:System.Web.Configuration.PagesSection.CompilationMode" /> property, which specifies how .aspx pages and .ascx controls are compiled. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.Controls"> <summary> Gets a collection of <see cref="T:System.Web.Configuration.TagPrefixInfo" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.TagPrefixCollection" /> of <see cref="T:System.Web.Configuration.TagPrefixInfo" /> objects. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.EnableEventValidation"> <summary> Gets or sets a value enabling event validation. </summary> <returns>true if event validation is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.EnableSessionState"> <summary> Gets or sets a value that specifies whether the session state is enabled, disabled, or read-only. </summary> <returns> One of the values for the <see cref="P:System.Web.Configuration.PagesSection.EnableSessionState" /> property, which specifies whether the session state is enabled, disabled, or read-only. The default is <see cref="F:System.Web.Configuration.PagesEnableSessionState.True" />, which indicates that session state is enabled. </returns> <exception cref="T:System.Configuration.ConfigurationException"> The new value is not a valid <see cref="T:System.Web.Configuration.PagesEnableSessionState" /> enumeration value. </exception> </member> <member name="P:System.Web.Configuration.PagesSection.EnableViewState"> <summary> Gets or sets a value indicating whether view state is enabled or disabled. </summary> <returns>true if view state is enabled; false if view state is disabled. The default is true. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.EnableViewStateMac"> <summary> Gets or sets a value that specifies whether ASP.NET should run a message authentication code (MAC) on the page's view state when the page is posted back from the client. </summary> <returns>true if ASP.NET should run a message authentication code (MAC) on the page's view state when the page is posted back from the client; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.MaintainScrollPositionOnPostBack"> <summary> Gets or sets a value indicating whether the page scroll position should be maintained upon returning from a postback from the server. </summary> <returns>true if the page-scroll position should be maintained after postback; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.MasterPageFile"> <summary> Gets or sets a reference to the master page for the application. </summary> <returns> A reference to the master page for the application. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.MaxPageStateFieldLength"> <summary> Gets or sets the maximum number of characters that a single view-state field can contain. </summary> <returns> The maximum number of characters that a single view-state field can contain. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.Namespaces"> <summary> Gets a collection of <see cref="T:System.Web.Configuration.NamespaceInfo" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.NamespaceCollection" /> of <see cref="T:System.Web.Configuration.NamespaceInfo" /> objects. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.PageBaseType"> <summary> Gets or sets a value that specifies a code-behind class that .aspx pages inherit by default. </summary> <returns> A string that specifies a code-behind class that .aspx pages inherit by default. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.PageParserFilterType"> <summary> Gets or sets a value that specifies the parser filter type. </summary> <returns> A string that specifies the parser filter type. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.SmartNavigation"> <summary> Gets or sets a value that indicates whether smart navigation is enabled. </summary> <returns>true if smart navigation is enabled; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.StyleSheetTheme"> <summary> Gets or sets the name of an ASP.NET style sheet theme. </summary> <returns> The name of an ASP.NET style sheet theme. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.TagMapping"> <summary> Gets a collection of <see cref="T:System.Web.Configuration.TagMapInfo" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.TagMapCollection" /> of <see cref="T:System.Web.Configuration.TagMapInfo" /> objects. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.Theme"> <summary> Gets or sets the name of an ASP.NET page theme. </summary> <returns> The name of an ASP.NET page theme. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.UserControlBaseType"> <summary> Gets or sets a value that specifies a code-behind class that user controls inherit by default. </summary> <returns> A string that specifies a code-behind file that user controls inherit by default. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.ValidateRequest"> <summary> Gets or sets a value that determines whether ASP.NET examines input from the browser for dangerous values. </summary> <returns>true if ASP.NET examines input from the browser for dangerous values; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.ViewStateEncryptionMode"> <summary> Gets or sets the encryption mode that ASP.NET uses when maintaining ViewState values. </summary> <returns> A <see cref="T:System.Web.UI.ViewStateEncryptionMode" /> enumeration value indicating when the ViewState values are encrypted. </returns> </member> <member name="T:System.Web.Configuration.PassportAuthentication"> <summary> Configures Passport-based authentication in ASP.NET applications. </summary> </member> <member name="M:System.Web.Configuration.PassportAuthentication.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.PassportAuthentication" /> class. </summary> </member> <member name="P:System.Web.Configuration.PassportAuthentication.RedirectUrl"> <summary> Gets or sets the URL to which the request is redirected. </summary> <returns> The URL of the page to which the request is redirected. </returns> </member> <member name="T:System.Web.Configuration.ProcessModelComAuthenticationLevel"> <summary> Specifies the level of authentication for DCOM security. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComAuthenticationLevel.None"> <summary> Specifies no authentication. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComAuthenticationLevel.Call"> <summary> Specifies that DCOM authenticates the credentials of the client. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComAuthenticationLevel.Connect"> <summary> Specifies that DCOM authenticates the credentials of the client. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComAuthenticationLevel.Default"> <summary> Specifies that DCOM determines the authentication level. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComAuthenticationLevel.Pkt"> <summary> Specifies that DCOM verifies that all data received is from the expected client. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComAuthenticationLevel.PktIntegrity"> <summary> Specifies that DCOM authenticates and verifies the data transferred. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComAuthenticationLevel.PktPrivacy"> <summary> Specifies that DCOM authenticates all previous levels and does encryption. This field is constant. </summary> </member> <member name="T:System.Web.Configuration.ProcessModelComImpersonationLevel"> <summary> Specifies the authentication level for COM security. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComImpersonationLevel.Default"> <summary> Specifies that DCOM determines the impersonation level. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComImpersonationLevel.Anonymous"> <summary> Specifies that the client is anonymous to the server. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComImpersonationLevel.Delegate"> <summary> Specifies that the server process can impersonate the client's security context while acting on behalf of the client. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComImpersonationLevel.Identify"> <summary> Specifies that the server can obtain the client's identity. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelComImpersonationLevel.Impersonate"> <summary> Specifies that the server process can impersonate the client's security context while acting on behalf of the client. This field is constant. </summary> </member> <member name="T:System.Web.Configuration.ProcessModelLogLevel"> <summary> Specifies the event types to be logged to the event log. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelLogLevel.None"> <summary> Specifies that no events are logged. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelLogLevel.All"> <summary> Specifies that all process events are logged. This field is constant. </summary> </member> <member name="F:System.Web.Configuration.ProcessModelLogLevel.Errors"> <summary> Specifies that only unexpected shutdowns, memory-limit shutdowns, and deadlock shutdowns are logged. This field is constant. </summary> </member> <member name="T:System.Web.Configuration.ProcessModelSection"> <summary> Configures the ASP.NET process model settings on an Internet Information Services (IIS) Web server. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ProcessModelSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProcessModelSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.ProcessModelSection.AutoConfig"> <summary> Gets or sets a value indicating whether ASP.NET performance settings are automatically configured for ASP.NET applications. </summary> <returns>true if performance settings are automatically configured for ASP.NET applications; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.ClientConnectedCheck"> <summary> Gets or sets a value indicating how long a request is left in the queue. </summary> <returns> A <see cref="T:System.TimeSpan" /> value indicating the queuing time. The default value is 5 seconds. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.ComAuthenticationLevel"> <summary> Gets or sets a value indicating the level of authentication for DCOM security. </summary> <returns> One of the <see cref="T:System.Web.Configuration.ProcessModelComAuthenticationLevel" /> values. The default value is <see cref="F:System.Web.Configuration.ProcessModelComAuthenticationLevel.Connect" />. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.ComImpersonationLevel"> <summary> Gets or sets a value indicating the level of authentication for COM security. </summary> <returns> One of the <see cref="T:System.Web.Configuration.ProcessModelComImpersonationLevel" /> values. The default value is <see cref="F:System.Web.Configuration.ProcessModelComImpersonationLevel.Impersonate" />. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.CpuMask"> <summary> Gets or sets a value indicating which processors on a multiprocessor server are eligible to run ASP.NET processes. </summary> <returns> The number representing the bit pattern to apply. The default value is 0xFFFFFFFF. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.Enable"> <summary> Gets or sets a value indicating whether the process model is enabled. </summary> <returns>true if the process model is enabled; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.IdleTimeout"> <summary> Gets or sets a value indicating the period of inactivity after which ASP.NET automatically ends the worker process. </summary> <returns> A <see cref="T:System.TimeSpan" /> value indicating the idle time. The default value is Infinite, which corresponds to <see cref="F:System.TimeSpan.MaxValue" />. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.LogLevel"> <summary> Gets or sets a value indicating the event types to be logged to the event log. </summary> <returns> One of the <see cref="T:System.Web.Configuration.ProcessModelLogLevel" /> values. The default value is <see cref="F:System.Web.Configuration.ProcessModelLogLevel.Errors" />. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.MaxAppDomains"> <summary> Gets or sets the maximum allowed number of application domains in one process. </summary> <returns> The maximum allowed number of application domains in one process. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.MaxIOThreads"> <summary> Gets or sets a value indicating the maximum number of I/O threads per CPU in the CLR thread pool. </summary> <returns> The maximum number of threads. The default is 20. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.MaxWorkerThreads"> <summary> Gets or sets a value indicating the maximum amount of worker threads per CPU in the CLR thread pool. </summary> <returns> The maximum number of threads. The default is 20. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.MemoryLimit"> <summary> Gets or sets a value indicating the maximum allowed memory size. </summary> <returns> The percentage of the total system memory. The default is 60 percent. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.MinIOThreads"> <summary> Gets or sets the minimum number of I/O threads per CPU in the CLR thread pool. </summary> <returns> The minimum number of I/O threads per CPU in the CLR thread pool. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.MinWorkerThreads"> <summary> Gets or sets the minimum number of worker threads per CPU in the CLR thread pool. </summary> <returns> The minimum number of worker threads per CPU in the CLR thread pool </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.Password"> <summary> Gets or sets a value indicating the password to use for the Windows identity. </summary> <returns> The password to use. The default value is AutoGenerate. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.PingFrequency"> <summary> Gets or sets a value indicating the time interval at which the ISAPI extension pings the worker process to determine whether it is running. </summary> <returns> The <see cref="T:System.TimeSpan" /> defining the time interval. The default is 30 seconds. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.PingTimeout"> <summary> Gets or sets a value indicating the time interval after which a non-responsive worker process is restarted. </summary> <returns> The <see cref="T:System.TimeSpan" /> defining the time interval. The default is 5 seconds. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.RequestLimit"> <summary> Gets or sets a value indicating the number of requests allowed before a worker process is recycled. </summary> <returns> The number of allowed requests. The default is Infinite. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.RequestQueueLimit"> <summary> Gets or sets a value indicating the number of requests allowed in the queue. </summary> <returns> The number of requests allowed to be queued. The default is 5000. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.ResponseDeadlockInterval"> <summary> Gets or sets a value indicating the time interval for the worker process to respond. </summary> <returns> The <see cref="T:System.TimeSpan" /> defining the interval. The default is 3 minutes. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.ResponseRestartDeadlockInterval"> <summary> No longer used. </summary> <returns> Not applicable. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.RestartQueueLimit"> <summary> Gets or sets a value indicating the maximum number of requests queued by the ISAPI while waiting for a new worker process to start handling the requests. </summary> <returns> The number of requests queued. The default is 10. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.ServerErrorMessageFile"> <summary> Gets or sets a value indicating the file whose content must be used when a fatal error occurs. </summary> <returns> The path of the file used when a fatal error occurs. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.ShutdownTimeout"> <summary> Gets or sets a value indicating the time allowed for the worker process to shut down. </summary> <returns> The <see cref="T:System.TimeSpan" /> defining the interval. The default is 5 seconds. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.Timeout"> <summary> Gets or sets a value indicating the number of minutes until ASP.NET launches a new worker process. </summary> <returns> The <see cref="T:System.TimeSpan" /> defining the interval. The default is Infinite. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.UserName"> <summary> Gets or sets a value indicating the user name for a Windows identity. </summary> <returns> The user name. The default value is Machine. </returns> </member> <member name="P:System.Web.Configuration.ProcessModelSection.WebGarden"> <summary> Gets or sets a value enabling the available CPUs to run the worker processes. </summary> <returns>true, if <see cref="P:System.Web.Configuration.ProcessModelSection.CpuMask" /> is used to map the worker processes to the number of eligible CPUs; false if <see cref="P:System.Web.Configuration.ProcessModelSection.CpuMask" /> is ignored. </returns> </member> <member name="T:System.Web.Configuration.ProfileGroupSettings"> <summary> Provides programmatic access to the group subsection of the profiles configuration file section. </summary> </member> <member name="M:System.Web.Configuration.ProfileGroupSettings.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> class using default settings. </summary> <param name="name"> The name of the new group. </param> </member> <member name="M:System.Web.Configuration.ProfileGroupSettings.Equals(System.Object)"> <param name="obj"> A <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to compare to the current object. </param> </member> <member name="M:System.Web.Configuration.ProfileGroupSettings.GetHashCode"></member> <member name="P:System.Web.Configuration.ProfileGroupSettings.Name"> <summary> Gets or sets name of the group of <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> objects this object contains. </summary> <returns> A string containing the name of the group of <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> objects this object contains. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.Configuration.ProfileGroupSettings.PropertySettings"> <summary> Gets the collection of profile property settings this object contains. </summary> <returns> A <see cref="T:System.Web.Configuration.ProfilePropertySettingsCollection" /> collection that contains all the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> objects contained in this group. </returns> </member> <member name="T:System.Web.Configuration.ProfileGroupSettingsCollection"> <summary> Contains a set of <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> objects. </summary> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProfileGroupSettingsCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.Add(System.Web.Configuration.ProfileGroupSettings)"> <summary> Adds a <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to the collection. </summary> <param name="group"> A <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to add already exists in the collection, or the collection is read-only. </exception> </member> <member name="P:System.Web.Configuration.ProfileGroupSettingsCollection.AllKeys"> <summary> Gets a string array of all the key values in the collection. </summary> <returns> A string array of all the key values in the collection. </returns> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.Get(System.Int32)"> <summary> Returns the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to get. </param> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.Get(System.String)"> <summary> Returns the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object with the specified name, or null if the name does not exist. </returns> <param name="name"> The name of the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to get. </param> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.GetKey(System.Int32)"> <summary> Returns the name of the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object at the specified index. </summary> <returns> The name of the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object. </param> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.IndexOf(System.Web.Configuration.ProfileGroupSettings)"> <summary> Returns the index of the specified <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object. </summary> <returns> The index of the specified <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object, or -1 if the specified <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object is not contained in the collection. </returns> <param name="group"> A <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object in the collection. </param> </member> <member name="P:System.Web.Configuration.ProfileGroupSettingsCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object at the specified index location. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object in the collection. </param> </member> <member name="P:System.Web.Configuration.ProfileGroupSettingsCollection.Item(System.String)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object with the specified name, or null if there is no object with that name. </returns> <param name="name"> The name of a <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object from the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> There is no <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object at the specified index in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object from the collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> There is no <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object at the specified index in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.ProfileGroupSettingsCollection.Set(System.Web.Configuration.ProfileGroupSettings)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to the collection. </summary> <param name="group"> A <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> object to add already exists in the collection, or the collection is read-only. </exception> </member> <member name="T:System.Web.Configuration.ProfilePropertySettings"> <summary> The <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> class provides a way to programmatically access and modify the profiles section of a configuration file. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ProfilePropertySettings.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> class with the specified name. </summary> <param name="name"> A unique name for the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object. </param> </member> <member name="M:System.Web.Configuration.ProfilePropertySettings.#ctor(System.String,System.Boolean,System.Web.Configuration.SerializationMode,System.String,System.String,System.String,System.Boolean,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> class with the specified name and settings. </summary> <param name="name"> A unique name for the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object. </param> <param name="readOnly">true to indicate that the associated property in the dynamically generated ProfileCommon class should be read-only; otherwise, false. </param> <param name="serializeAs"> One of the <see cref="T:System.Web.Configuration.SerializationMode" /> values. </param> <param name="providerName"> The name of a provider from the <see cref="P:System.Web.Configuration.ProfileSection.Providers" /> property, or an empty string (""). </param> <param name="defaultValue"> A string containing the default value used for the named property in the generated page Profile class. </param> <param name="profileType"> A valid type reference or an empty string. </param> <param name="allowAnonymous">true to indicate associated property in the dynamically generated ProfileCommon class should support anonymous users; otherwise, false, to indicate that anonymous users cannot change the named property. </param> <param name="customProviderData"> A string containing provider-specific information used by the provider associated with the property. </param> </member> <member name="P:System.Web.Configuration.ProfilePropertySettings.AllowAnonymous"> <summary> Gets or sets a value indicating whether the associated property in the dynamically generated ProfileCommon class can be set by anonymous users. </summary> <returns>true if the associated property in the ProfileCommon class can be set by anonymous users; otherwise, false, indicating that anonymous users cannot change the property value. The default is false. </returns> </member> <member name="P:System.Web.Configuration.ProfilePropertySettings.CustomProviderData"> <summary> Gets or sets a string of custom data for the profile property provider. </summary> <returns> A string of custom data for the profile property provider. The default is null. </returns> </member> <member name="P:System.Web.Configuration.ProfilePropertySettings.DefaultValue"> <summary> Gets or sets the default value used for the associated property in the dynamically generated ProfileCommon class. </summary> <returns> A string containing the default value used for the associated property in the dynamically generated ProfileCommon class. The default is an empty string (""). </returns> </member> <member name="P:System.Web.Configuration.ProfilePropertySettings.Name"> <summary> Gets or sets the name of the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object and the associated property in the dynamically generated ProfileCommon class. </summary> <returns> A string containing the name of the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object. The default is null. </returns> </member> <member name="P:System.Web.Configuration.ProfilePropertySettings.Provider"> <summary> Gets or sets the name of a provider to use when serializing the named property. </summary> <returns> The name of a provider from the <see cref="P:System.Web.Configuration.ProfileSection.Providers" /> property, or an empty string (""). The default is an empty string. </returns> </member> <member name="P:System.Web.Configuration.ProfilePropertySettings.ReadOnly"> <summary> Gets or sets a value that determines whether the associated property in the dynamically generated ProfileCommon class is read-only. </summary> <returns>true if the associated property in the ProfileCommon class is read-only; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.ProfilePropertySettings.SerializeAs"> <summary> Gets or sets the serialization method used for the associated property in the dynamically generated ProfileCommon class. </summary> <returns> One of the <see cref="T:System.Web.Configuration.SerializationMode" /> values. The default is <see cref="F:System.Web.Configuration.SerializationMode.ProviderSpecific" />. </returns> </member> <member name="P:System.Web.Configuration.ProfilePropertySettings.Type"> <summary> Gets or sets the name of the type of the associated property in the dynamically generated ProfileCommon class. </summary> <returns> A valid, fully qualified type reference, or an empty string (""). The default is an empty string. </returns> </member> <member name="T:System.Web.Configuration.ProfilePropertySettingsCollection"> <summary> Contains a set of <see cref="T:System.Web.Configuration.ProfilePropertySettingsCollection" /> objects. </summary> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Configuration.ProfilePropertySettingsCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.Add(System.Web.Configuration.ProfilePropertySettings)"> <summary> Adds a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object to the collection. </summary> <param name="propertySettings"> A <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object to add already exists in the collection or the collection is read only. </exception> </member> <member name="P:System.Web.Configuration.ProfilePropertySettingsCollection.AllKeys"> <summary> Returns an array containing the names of all the <see cref="T:System.Web.Configuration.ProfileSection" /> objects contained in the collection. </summary> <returns> An array containing the names of all the <see cref="T:System.Web.Configuration.ProfileSection" /> objects contained in the collection or an empty array if the collection is empty. </returns> </member> <member name="P:System.Web.Configuration.ProfilePropertySettingsCollection.AllowClear"> <summary> Gets a value indicating whether the <clear> element is valid as a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object. </summary> <returns>false in all cases. </returns> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.CreateNewElement"></member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.Get(System.Int32)"> <summary> Returns the <see cref="T:System.Web.Configuration.ProfileSection" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfileSection" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of the <see cref="T:System.Web.Configuration.ProfileSection" /> to get. </param> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.Get(System.String)"> <summary> Returns the <see cref="T:System.Web.Configuration.ProfileSection" /> object with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfileSection" /> object with the specified name, or null if the name does not exist. </returns> <param name="name"> The name of the <see cref="T:System.Web.Configuration.ProfileSection" /> to get. </param> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)"> <summary> Gets the key for the specified configuration element. </summary> <returns> The name of the element. </returns> <param name="element"> A <see cref="T:System.Configuration.ConfigurationElement" /> in the collection. </param> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.GetKey(System.Int32)"> <summary> Gets the name of the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> at the specified index location. </summary> <returns> The name of the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> at the specified index location. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> in the collection. </param> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.IndexOf(System.Web.Configuration.ProfilePropertySettings)"> <summary> Returns the index of the specified <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object. </summary> <returns> The index of the specified <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object, or -1 if the object is not found in the collection. </returns> <param name="propertySettings"> A <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object in the collection. </param> </member> <member name="P:System.Web.Configuration.ProfilePropertySettingsCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object at the specified index location. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object at the specified index location. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object in the collection. </param> </member> <member name="P:System.Web.Configuration.ProfilePropertySettingsCollection.Item(System.String)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object with the specified name. </returns> <param name="name"> The name of a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)"> <summary> Handles the reading of unrecognized configuration elements from a configuration file and causes the configuration system to throw an exception if the element cannot be handled. </summary> <returns>true if the unrecognized element was deserialized successfully; otherwise, false. </returns> <param name="elementName"> The name of the unrecognized element. </param> <param name="reader"> An input stream that reads XML from the configuration file. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> <paramref name="elementName" /> equals "clear" - or - <paramref name="elementName" /> equals "group". </exception> </member> <member name="P:System.Web.Configuration.ProfilePropertySettingsCollection.Properties"> <summary> Gets a collection of configuration properties. </summary> <returns> A collection of configuration properties. </returns> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object from the collection. </summary> <param name="name"> The name of a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object with the specified key in the collection. - or - The element has already been removed. - or - The collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object at the specified index location from the collection. </summary> <param name="index"> The index of a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object in the collection. </param> <exception cref="T:System.IndexOutOfRangeException"> There is no <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object at the specified index in the collection. - or - The element has already been removed. - or - The collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.ProfilePropertySettingsCollection.Set(System.Web.Configuration.ProfilePropertySettings)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object to the collection. </summary> <param name="propertySettings"> A <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object to add already exists in the collection, or the collection is read-only. </exception> </member> <member name="P:System.Web.Configuration.ProfilePropertySettingsCollection.ThrowOnDuplicate"> <summary> Gets a value indicating whether an error should be thrown if an attempt to create a duplicate object is made. </summary> <returns>true in all cases. </returns> </member> <member name="T:System.Web.Configuration.ProfileSection"> <summary> The <see cref="T:System.Web.Configuration.ProfileSection" /> class provides a way to programmatically access and modify the profile section of a configuration file. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ProfileSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProfileSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.ProfileSection.AutomaticSaveEnabled"> <summary> Gets or sets a value that determines whether changes to user-profile information are automatically saved on page exit. </summary> <returns>true if profile information is automatically saved on page exit; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.ProfileSection.DefaultProvider"> <summary> Gets or sets the name of the default profile provider. </summary> <returns> The name of a provider in the <see cref="P:System.Web.Configuration.ProfileSection.Providers" /> collection, or an empty string (""). The default is "AspNetSqlProfileProvider." </returns> </member> <member name="P:System.Web.Configuration.ProfileSection.Enabled"> <summary> Gets or sets a value indicating whether the ASP.NET profile feature is enabled. </summary> <returns>true if the ASP.NET compilation system should generate a ProfileCommon class that can be used to access information about individual user profiles; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.ProfileSection.Inherits"> <summary> Gets or sets a type reference for a custom type derived from <see cref="T:System.Web.Profile.ProfileBase" />. </summary> <returns> A valid type reference, or an empty string (""). The default is an empty string. </returns> </member> <member name="P:System.Web.Configuration.ProfileSection.PropertySettings"> <summary> Gets a <see cref="T:System.Web.Configuration.RootProfilePropertySettingsCollection" /> collection of <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.RootProfilePropertySettingsCollection" /> object that contains all the properties defined within the properties subsection of the profile section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.ProfileSection.Providers"> <summary> Gets a collection of <see cref="T:System.Configuration.ProviderSettings" /> objects. </summary> <returns> A <see cref="T:System.Configuration.ProviderSettingsCollection" /> that contains the providers defined within the providers subsection of the profile section of the configuration file. </returns> </member> <member name="T:System.Web.Configuration.ProfileSettings"> <summary> Configures the ASP.NET event profiles. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ProfileSettings.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProfileSettings" /> class. using the specified name for the new instance of the class. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object to create. </param> </member> <member name="M:System.Web.Configuration.ProfileSettings.#ctor(System.String,System.Int32,System.Int32,System.TimeSpan)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProfileSettings" /> class, using specified settings for the new instance of the class. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object to create. </param> <param name="minInstances"> The minimum number of event occurrences before the event is raised to the provider. </param> <param name="maxLimit"> The maximum number of times events of the same type are raised. </param> <param name="minInterval"> A <see cref="T:System.TimeSpan" /> that specifies the minimum length of the interval between the times when two events of the same type are raised. </param> </member> <member name="M:System.Web.Configuration.ProfileSettings.#ctor(System.String,System.Int32,System.Int32,System.TimeSpan,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.BufferModeSettings" /> class, using the specified settings for the new instance of the class. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object to create. </param> <param name="minInstances"> The minimum number of event occurrences before the event is raised to the provider. </param> <param name="maxLimit"> The maximum number of times events of the same type are raised. </param> <param name="minInterval"> A <see cref="T:System.TimeSpan" /> that specifies the minimum interval between two events of the same type. </param> <param name="custom"> The fully qualified type of a custom class that implements <see cref="T:System.Web.Management.IWebEventCustomEvaluator" />. </param> </member> <member name="P:System.Web.Configuration.ProfileSettings.Custom"> <summary> Gets or sets the fully qualified type of a custom class that implements the <see cref="T:System.Web.Management.IWebEventCustomEvaluator" /> interface. </summary> <returns> The fully qualified type of a custom class that implements the <see cref="T:System.Web.Management.IWebEventCustomEvaluator" /> interface. The default is an empty string (""). </returns> </member> <member name="P:System.Web.Configuration.ProfileSettings.MaxLimit"> <summary> Gets or sets the maximum number of times events of the same type are raised. </summary> <returns> The maximum number of times events of the same type are raised. The default is <see cref="F:System.Int32.MaxValue" />. </returns> </member> <member name="P:System.Web.Configuration.ProfileSettings.MinInstances"> <summary> Gets or sets the minimum number of event occurrences before the event is raised to the provider. </summary> <returns> The minimum number of event occurrences before the event is fired to the provider. The default is 1. </returns> </member> <member name="P:System.Web.Configuration.ProfileSettings.MinInterval"> <summary> Gets or sets the minimum interval between two events of the same type. </summary> <returns> A <see cref="T:System.TimeSpan" /> that specifies the minimum interval between two events of the same type. The default is <see cref="F:System.TimeSpan.Zero" />. </returns> </member> <member name="P:System.Web.Configuration.ProfileSettings.Name"> <summary> Gets or sets the name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object. </summary> <returns> The name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object. The default is an empty string(""). </returns> </member> <member name="T:System.Web.Configuration.ProfileSettingsCollection"> <summary> Contains a collection of <see cref="T:System.Web.Configuration.ProfileSettings" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.ProfileSettingsCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProfileSettingsCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.ProfileSettingsCollection.Add(System.Web.Configuration.ProfileSettings)"> <summary> Adds a <see cref="T:System.Web.Configuration.ProfileSettings" /> object to the collection. </summary> <param name="profilesSettings"> A <see cref="T:System.Web.Configuration.ProfileSettings" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.ProfileSettings" /> object to add already exists in the collection, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.ProfileSettingsCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.ProfileSettings" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.ProfileSettingsCollection.Contains(System.String)"> <summary> Indicates whether the collection contains a <see cref="T:System.Web.Configuration.ProfileSettings" /> object with the specified name. </summary> <returns>true if the collection contains a <see cref="T:System.Web.Configuration.ProfileSettings" /> object with the specified <paramref name="name" />; otherwise, false. </returns> <param name="name"> The name of a <see cref="T:System.Web.Configuration.ProfileSettings" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.ProfileSettingsCollection.IndexOf(System.String)"> <summary> Returns the index of the specified <see cref="T:System.Web.Configuration.ProfileSettings" /> object. </summary> <returns> The index of the specified <see cref="T:System.Web.Configuration.ProfileSettings" /> object, or -1 if the object is not found in the collection. </returns> <param name="name"> The name of a <see cref="T:System.Web.Configuration.ProfileSettings" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.ProfileSettingsCollection.Insert(System.Int32,System.Web.Configuration.ProfileSettings)"> <summary> Inserts the specified <see cref="T:System.Web.Configuration.ProfileSettings" /> object at the specified index in the collection. </summary> <param name="index"> The index of a <see cref="T:System.Web.Configuration.ProfileSettings" /> object in the collection. </param> <param name="authorizationSettings"> A <see cref="T:System.Web.Configuration.ProfileSettings" /> object to insert into the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.ProfileSettings" /> object to add already exists in the collection, the index is invalid, or the collection is read-only. </exception> </member> <member name="P:System.Web.Configuration.ProfileSettingsCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.ProfileSettings" /> object at the specified numeric index in the collection. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfileSettings" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.ProfileSettings" /> object in the collection. </param> </member> <member name="P:System.Web.Configuration.ProfileSettingsCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.ProfileSettings" /> object based on the specified key in the collection. </summary> <returns> A <see cref="T:System.Web.Configuration.ProfileSettings" /> object. </returns> <param name="key"> The name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object contained in the collection. </param> </member> <member name="M:System.Web.Configuration.ProfileSettingsCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.BufferModeSettings" /> object from the collection. </summary> <param name="name"> The name of a <see cref="T:System.Web.Configuration.ProfileSettings" /> object to remove from the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.ProfileSettings" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.ProfileSettingsCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.ProfileSettings" /> object at the specified index location from the collection. </summary> <param name="index"> The index of a <see cref="T:System.Web.Configuration.ProfileSettings" /> object in the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.ProfileSettings" /> object at the specified index in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="T:System.Web.Configuration.ProvidersHelper"> <summary> Provides methods for creating provider instances, either singly or in a batch. </summary> </member> <member name="M:System.Web.Configuration.ProvidersHelper.InstantiateProvider(System.Configuration.ProviderSettings,System.Type)"> <summary> Initializes and returns a single provider of the given type using the supplied settings. </summary> <returns> A new provider of the given type using the supplied settings. </returns> <param name="providerSettings"> The settings to be passed to the provider upon initialization. </param> <param name="providerType"> The <see cref="T:System.Type" /> of the provider to be initialized. </param> <exception cref="T:System.ArgumentException"> The provider type defined in configuration was null or an empty string (""). - or - The provider type defined in configuration is not compatible with the type used by the feature that is attempting to create a new instance of the provider. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The provider threw an exception while it was being initialized. - or - An error occurred while attempting to resolve a <see cref="T:System.Type" /> instance for the provider specified in <paramref name="providerSettings" />. </exception> </member> <member name="M:System.Web.Configuration.ProvidersHelper.InstantiateProviders(System.Configuration.ProviderSettingsCollection,System.Configuration.Provider.ProviderCollection,System.Type)"> <summary> Initializes a collection of providers of the given type using the supplied settings. </summary> <param name="configProviders"> A collection of settings to be passed to the provider upon initialization. </param> <param name="providers"> The collection used to contain the initialized providers after the method returns. </param> <param name="providerType"> The <see cref="T:System.Type" /> of the providers to be initialized. </param> </member> <member name="T:System.Web.Configuration.RegexWorker"> <summary> Used internally at run time by <see cref="T:System.Web.Configuration.BrowserCapabilitiesFactory" /> and <see cref="T:System.Web.Configuration.BrowserCapabilitiesCodeGenerator" /> to parse request data and identify the browser. </summary> </member> <member name="M:System.Web.Configuration.RegexWorker.#ctor(System.Web.HttpBrowserCapabilities)"> <summary> Creates a new instance of <see cref="T:System.Web.Configuration.RegexWorker" />. </summary> <param name="browserCaps"> The <see cref="T:System.Web.Configuration.HttpCapabilitiesBase" /> object to be configured. </param> </member> <member name="P:System.Web.Configuration.RegexWorker.Item(System.String)"> <summary> Accessor to this class. </summary> <returns> The internal value associated with the specified<paramref name="key" />. </returns> <param name="key"> The specified key. </param> </member> <member name="M:System.Web.Configuration.RegexWorker.ProcessRegex(System.String,System.String)"> <summary> Used internally at run time to determine whether the specified request-header value matches any of the capabilities of an internal collection of browsers. </summary> <returns>true if the specified request-header value matches any of the capabilities of an internal collection of browsers; otherwise, false. The default is false. </returns> <param name="target"> The capabilities value from an internal collection of browsers. </param> <param name="regexExpression"> The specified request-header value. </param> </member> <member name="T:System.Web.Configuration.RemoteWebConfigurationHostServer"> <summary> Used internally at run time to support accessing configuration data remotely. </summary> </member> <member name="M:System.Web.Configuration.RemoteWebConfigurationHostServer.#ctor"> <summary> Used internally at run time to create a new instance of <see cref="T:System.Web.Configuration.RemoteWebConfigurationHostServer" />. </summary> </member> <member name="M:System.Web.Configuration.RemoteWebConfigurationHostServer.DoEncryptOrDecrypt(System.Boolean,System.String,System.String,System.String,System.String[],System.String[])"> <summary> Conditionally encrypts or decrypts the value of the string referenced by the <paramref name="xmlString" /> parameter. </summary> <returns> A string that contains either the encrypted or decrypted value of <paramref name="xmlString" />. </returns> <param name="doEncrypt">true to encrypt; false to decrypt. </param> <param name="xmlString"> The XML to be encrypted or decrypted. </param> <param name="protectionProviderName"> The provider used to protect the configuration data. </param> <param name="protectionProviderType"> The <see cref="T:System.Type" /> of the protection provider. </param> <param name="paramKeys"> The keys of optional parameters for the protection provider. </param> <param name="paramValues"> The values of optional parameters for the protection provider. </param> <exception cref="T:System.Exception"> <paramref name="protectionProviderType" /> does not derive from <see cref="T:System.Configuration.ProtectedConfigurationProvider" />. </exception> </member> <member name="M:System.Web.Configuration.RemoteWebConfigurationHostServer.GetData(System.String,System.Boolean,System.Int64@)"> <summary> Used internally to support remote access to configuration data. </summary> <returns> An array of 8-bit unsigned integers (bytes) that contains the configuration data. </returns> <param name="fileName"> The path to the remote configuration file to be accessed. </param> <param name="getReadTimeOnly"> A Boolean value that specifies whether only the <paramref name="readTime" /> is returned. </param> <param name="readTime"> The time when the file was last accessed. </param> <exception cref="T:System.Exception"> <paramref name="fileName" /> does not point to a file with the .config extension. </exception> </member> <member name="M:System.Web.Configuration.RemoteWebConfigurationHostServer.GetFileDetails(System.String,System.Boolean@,System.Int64@,System.Int64@,System.Int64@)"> <summary> Gets the details of the configuration file. </summary> <param name="name"> The name of the file. </param> <param name="exists">true if the file exists; otherwise, false. </param> <param name="size"> The size of the file. </param> <param name="createDate"> The date the file was created. </param> <param name="lastWriteDate"> The date the file was last written. </param> <exception cref="T:System.Exception"> <paramref name="name" /> does not point to a file with the .config extension. </exception> </member> <member name="M:System.Web.Configuration.RemoteWebConfigurationHostServer.GetFilePaths(System.Int32,System.String,System.String,System.String)"> <summary> Used internally to support remote access to configuration data. </summary> <returns> A concatenated string that represents the file path of the configuration file. </returns> <param name="webLevelAsInt"> The level of the configuration file. </param> <param name="path"> The path to the remote configuration file to be accessed. </param> <param name="site"> The path to the remote computer. </param> <param name="locationSubPath"> The subpath of the location of the configuration file. </param> </member> <member name="M:System.Web.Configuration.RemoteWebConfigurationHostServer.WriteData(System.String,System.String,System.Byte[],System.Int64@)"> <summary> Used internally to support remote access to configuration data. </summary> <param name="fileName"> The path to the remote configuration file to be accessed. </param> <param name="templateFileName"> The file to duplicate file attributes from. </param> <param name="data"> The data to be written. </param> <param name="readTime"> The time when the file was last accessed. </param> <exception cref="T:System.Exception"> <paramref name="fileName" /> does not point to a file with the .config extension. - or - The file has changed since it was read. - or - The file is hidden or read-only. - or - The method fails to generate a temp file. - or - The method fails to create a <see cref="T:System.IO.FileStream" />. - or - The temp file fails to overwrite the target file. </exception> </member> <member name="T:System.Web.Configuration.RoleManagerSection"> <summary> Defines configuration settings that are used to support the role management infrastructure of Web applications. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.RoleManagerSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.RoleManagerSection" /> class by using default settings. </summary> </member> <member name="P:System.Web.Configuration.RoleManagerSection.CacheRolesInCookie"> <summary> Gets or sets a value indicating whether the current user's roles are cached in a cookie. </summary> <returns>true if the current user's roles are cached in a cookie; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.CookieName"> <summary> Gets or sets the name of the cookie that is used to cache role names. </summary> <returns> The name of the cookie used to cache role names. The default is ".ASPXROLES". </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.CookiePath"> <summary> Gets or sets the virtual path of the cookie that is used to cache role names. </summary> <returns> The path of the cookie used to store role names. The default is "/". </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.CookieProtection"> <summary> Gets or sets the type of security that is used to protect the cookie that caches role names. </summary> <returns> The type of security protection used within the cookie where role names are cached. The default is All. </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.CookieRequireSSL"> <summary> Gets or sets a value indicating whether the cookie that is used to cache role names requires a Secure Sockets Layer (SSL) connection in order to be returned to the server. </summary> <returns>true if an SSL connection is needed in order to return to the server the cookie where role names are cached; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.CookieSlidingExpiration"> <summary> Gets or sets a value indicating whether the cookie that is used to cache role names will be reset periodically. </summary> <returns>true if the role names cookie expiration date and time will be reset periodically; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.CookieTimeout"> <summary> Gets or sets the number of minutes before the cookie that is used to cache role names expires. </summary> <returns> A <see cref="T:System.TimeSpan" /> that is the number of minutes before the cookie used to cache role names expires. The default is 30, in minutes. </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.CreatePersistentCookie"> <summary> Indicates whether a session-based cookie or a persistent cookie is used to cache role names. </summary> <returns>true to make the role names cookie persistent across browser sessions; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.DefaultProvider"> <summary> Gets or sets the name of the default provider that is used to manage roles. </summary> <returns> The name of a provider in the <see cref="P:System.Web.Configuration.RoleManagerSection.Providers" />. The default is "AspNetSqlRoleProvider". </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.Domain"> <summary> Gets or sets the name of the domain that is associated with the cookie that is used to cache role names. </summary> <returns> The <see cref="P:System.Web.HttpCookie.Domain" /> of the cookie used to cache role names. The default is an empty string (""). </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.Enabled"> <summary> Gets or sets a value indicating whether the ASP.NET role management feature is enabled. </summary> <returns>true if the ASP.NET role management feature is enabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.MaxCachedResults"> <summary> Gets or sets the maximum number of roles that ASP.NET caches in the role cookie. </summary> <returns> A value indicating the maximum number of roles ASP.NET caches in the role cookie. The default is 25. </returns> </member> <member name="P:System.Web.Configuration.RoleManagerSection.Providers"> <summary> Gets a <see cref="T:System.Configuration.ProviderSettingsCollection" /> object of <see cref="T:System.Configuration.ProviderSettings" /> elements. </summary> <returns> A <see cref="T:System.Configuration.ProviderSettingsCollection" /> that contains the providers settings defined within the providers subsection of the roleManager section of the configuration file. </returns> </member> <member name="T:System.Web.Configuration.RootProfilePropertySettingsCollection"> <summary> Acts as the top of a two-level named hierarchy of <see cref="T:System.Web.Configuration.ProfilePropertySettingsCollection" /> collections. </summary> </member> <member name="M:System.Web.Configuration.RootProfilePropertySettingsCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.RootProfilePropertySettingsCollection" /> class using default settings. </summary> </member> <member name="M:System.Web.Configuration.RootProfilePropertySettingsCollection.Equals(System.Object)"> <summary> Compares the current <see cref="T:System.Web.Configuration.RootProfilePropertySettingsCollection" /> object to another A <see cref="T:System.Web.Configuration.RootProfilePropertySettingsCollection" /> object. </summary> <returns>true if the passed <see cref="T:System.Web.Configuration.RootProfilePropertySettingsCollection" /> object is equal to the current object; otherwise, false. </returns> <param name="rootProfilePropertySettingsCollection"> A <see cref="T:System.Web.Configuration.RootProfilePropertySettingsCollection" /> object to compare to. </param> </member> <member name="M:System.Web.Configuration.RootProfilePropertySettingsCollection.GetHashCode"> <summary> Generates a hash code for the collection. </summary> <returns> Unique integer hash code for the current object. </returns> </member> <member name="P:System.Web.Configuration.RootProfilePropertySettingsCollection.GroupSettings"> <summary> Gets a <see cref="T:System.Web.Configuration.ProfileGroupSettingsCollection" /> containing a collection of <see cref="T:System.Web.Configuration.ProfileGroupSettings" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.ProfileGroupSettingsCollection" /> collection. </returns> </member> <member name="T:System.Web.Configuration.RuleSettings"> <summary> Configures the ASP.NET event rules. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.RuleSettings.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.RuleSettings" /> class using default settings; however, the name, event name, and provider are specified. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.RuleSettings" /> object to create. </param> <param name="eventName"> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object this rule applies to. </param> <param name="provider"> The name of the <see cref="T:System.Configuration.ProviderSettings" /> object this rule applies to. </param> </member> <member name="M:System.Web.Configuration.RuleSettings.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.TimeSpan)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.RuleSettings" /> class where all values except those of the <see cref="P:System.Web.Configuration.RuleSettings.Custom" /> class are specified. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.RuleSettings" /> object to create. </param> <param name="eventName"> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object this rule applies to. </param> <param name="provider"> The name of the <see cref="T:System.Configuration.ProviderSettings" /> object this rule applies to. </param> <param name="profile"> The name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object this rule applies to. </param> <param name="minInstances"> The minimum number of occurrences of the same type of event that can occur before the event is raised to the provider. </param> <param name="maxLimit"> The maximum number of times events of the same type can be raised. </param> <param name="minInterval"> The minimum time interval between two events of the same type. </param> </member> <member name="M:System.Web.Configuration.RuleSettings.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.TimeSpan,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.BufferModeSettings" /> class where all values are specified. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.RuleSettings" /> object to create. </param> <param name="eventName"> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object this rule applies to. </param> <param name="provider"> The name of the <see cref="T:System.Configuration.ProviderSettings" /> object this rule applies to. </param> <param name="profile"> The name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object this rule applies to. </param> <param name="minInstances"> The minimum number of occurrences of an event of the same type before the event is fired to the provider. </param> <param name="maxLimit"> The maximum number of times events of the same type are fired. </param> <param name="minInterval"> The minimum time interval between two events of the same type. </param> <param name="custom"> The fully qualified type of a custom class that implements <see cref="T:System.Web.Management.IWebEventCustomEvaluator" />. </param> </member> <member name="P:System.Web.Configuration.RuleSettings.Custom"> <summary> Gets or sets the fully qualified type of a custom class that implements <see cref="T:System.Web.Management.IWebEventCustomEvaluator" />. </summary> <returns> The fully qualified type of a custom class that implements <see cref="T:System.Web.Management.IWebEventCustomEvaluator" />. </returns> </member> <member name="P:System.Web.Configuration.RuleSettings.EventName"> <summary> Gets or sets the name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object this rule applies to. </summary> <returns> The name of the <see cref="T:System.Web.Configuration.EventMappingSettings" /> object this rule applies to. </returns> </member> <member name="P:System.Web.Configuration.RuleSettings.MaxLimit"> <summary> Gets or sets the maximum number of times events of the same type are raised. </summary> <returns> The maximum number of times events of the same type are raised. The default value is <see cref="F:System.Int32.MaxValue" />. </returns> </member> <member name="P:System.Web.Configuration.RuleSettings.MinInstances"> <summary> Gets or sets the minimum number of occurrences of the same type of event before the event is raised to the provider. </summary> <returns> The minimum number of occurrences of the same type of event before the event is raised to the provider. The default value is 1. </returns> </member> <member name="P:System.Web.Configuration.RuleSettings.MinInterval"> <summary> Gets or sets the minimum time interval between two events of the same type. </summary> <returns> The minimum time interval between two events of the same type. The default value is 0 ticks. </returns> </member> <member name="P:System.Web.Configuration.RuleSettings.Name"> <summary> Gets or sets the name of the <see cref="T:System.Web.Configuration.RuleSettings" /> object. </summary> <returns> The name of the <see cref="T:System.Web.Configuration.RuleSettings" /> object. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.Configuration.RuleSettings.Profile"> <summary> Gets or sets the name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object this rule applies to. </summary> <returns> The name of the <see cref="T:System.Web.Configuration.ProfileSettings" /> object this rule applies to. </returns> </member> <member name="P:System.Web.Configuration.RuleSettings.Provider"> <summary> Gets or sets the name of the <see cref="T:System.Configuration.ProviderSettings" /> object this rule applies to. </summary> <returns> The name of the <see cref="T:System.Configuration.ProviderSettings" /> object this rule applies to. </returns> </member> <member name="T:System.Web.Configuration.RuleSettingsCollection"> <summary> A collection of <see cref="T:System.Web.Configuration.RuleSettings" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.RuleSettingsCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.RuleSettingsCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.RuleSettingsCollection.Add(System.Web.Configuration.RuleSettings)"> <summary> Adds a <see cref="T:System.Web.Configuration.RuleSettings" /> object to the collection. </summary> <param name="ruleSettings"> A <see cref="T:System.Web.Configuration.RuleSettings" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.RuleSettings" /> object to add already exists in the collection or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.RuleSettingsCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.RuleSettings" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.RuleSettingsCollection.Contains(System.String)"> <summary> Returns true if the collection contains a <see cref="T:System.Web.Configuration.RuleSettings" /> object with the specified name. </summary> <returns>true if the collection contains a <see cref="T:System.Web.Configuration.RuleSettings" /> object with the specified name; otherwise, false. </returns> <param name="name"> The name of a <see cref="T:System.Web.Configuration.RuleSettings" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.RuleSettingsCollection.IndexOf(System.String)"> <summary> Finds the index of a <see cref="T:System.Web.Configuration.RuleSettings" /> object in the collection with the specified name. </summary> <returns> The index of a <see cref="T:System.Web.Configuration.RuleSettings" /> object in the collection with the specified name. </returns> <param name="name"> The name of a <see cref="T:System.Web.Configuration.RuleSettings" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.RuleSettingsCollection.Insert(System.Int32,System.Web.Configuration.RuleSettings)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.RuleSettings" /> object to the specified index point in the collection. </summary> <param name="index"> A valid index of a <see cref="T:System.Web.Configuration.RuleSettings" /> object in the collection. </param> <param name="eventSettings"> The <see cref="T:System.Web.Configuration.RuleSettings" /> object to insert into the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.RuleSettings" /> object to add already exists in the collection, the index is invalid, or the collection is read only. </exception> </member> <member name="P:System.Web.Configuration.RuleSettingsCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.RuleSettings" /> object at the specified numeric index. </summary> <returns> The <see cref="T:System.Web.Configuration.RuleSettings" /> object at the specified index. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.RuleSettings" /> object in the collection. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> Index is out of range. </exception> </member> <member name="P:System.Web.Configuration.RuleSettingsCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.RuleSettings" /> object based on the specified key in the collection. </summary> <returns> A <see cref="T:System.Web.Configuration.RuleSettings" /> object. </returns> <param name="key"> The name of the <see cref="T:System.Web.Configuration.RuleSettings" /> object contained in the collection. </param> </member> <member name="M:System.Web.Configuration.RuleSettingsCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.RuleSettings" /> object from the collection. </summary> <param name="name"> The name of a <see cref="T:System.Web.Configuration.RuleSettings" /> object in the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.RuleSettings" /> object with the specified key in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.RuleSettingsCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.RuleSettings" /> object at the specified index location from the collection. </summary> <param name="index"> A valid index of a <see cref="T:System.Web.Configuration.RuleSettings" /> object in the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> There is no <see cref="T:System.Web.Configuration.RuleSettings" /> object at the specified index in the collection, the element has already been removed, or the collection is read-only. </exception> </member> <member name="T:System.Web.Configuration.SecurityPolicySection"> <summary> Defines configuration settings that are used to support the security infrastructure of a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.SecurityPolicySection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.SecurityPolicySection" /> class by using default settings. </summary> </member> <member name="P:System.Web.Configuration.SecurityPolicySection.TrustLevels"> <summary> Gets the <see cref="P:System.Web.Configuration.SecurityPolicySection.TrustLevels" /> collection. </summary> <returns> A collection of <see cref="P:System.Web.Configuration.SecurityPolicySection.TrustLevels" /> objects. </returns> </member> <member name="T:System.Web.Configuration.SerializationMode"> <summary> Determines the serialization method used for a <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object. </summary> </member> <member name="F:System.Web.Configuration.SerializationMode.String"> <summary> The <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object is serialized to a simple string. </summary> </member> <member name="F:System.Web.Configuration.SerializationMode.Xml"> <summary> The profile <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> is serialized as XML using XML serialization. </summary> </member> <member name="F:System.Web.Configuration.SerializationMode.Binary"> <summary> The <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object is serialized using binary serialization. </summary> </member> <member name="F:System.Web.Configuration.SerializationMode.ProviderSpecific"> <summary> The provider has implicit knowledge of the type and is responsible for deciding how to serialize the <see cref="T:System.Web.Configuration.ProfilePropertySettings" /> object into the data store. </summary> </member> <member name="T:System.Web.Configuration.SessionPageStateSection"> <summary> Configures the sessionPageState section. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.SessionPageStateSection.#ctor"> <summary> Creates a new instance of <see cref="T:System.Web.Configuration.SessionPageStateSection" />. </summary> </member> <member name="F:System.Web.Configuration.SessionPageStateSection.DefaultHistorySize"> <summary> Defines the size of the page history. </summary> </member> <member name="P:System.Web.Configuration.SessionPageStateSection.HistorySize"> <summary> Gets or sets the size of the page history. </summary> <returns> The size of the page history. </returns> </member> <member name="T:System.Web.Configuration.SessionStateSection"> <summary> Configures the session state for a Web application. </summary> </member> <member name="M:System.Web.Configuration.SessionStateSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.SessionStateSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.SessionStateSection.AllowCustomSqlDatabase"> <summary> Gets or sets a value indicating whether the user can specify the initial catalog value in the <see cref="P:System.Web.Configuration.SessionStateSection.SqlConnectionString" /> property. </summary> <returns>true if the user is allowed to specify the catalog; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.Cookieless"> <summary> Gets or sets a value indicating whether cookies are used to identify client sessions. </summary> <returns>true if all requests are treated as cookieless, or false if no requests are treated as cookieless, or one of the <see cref="T:System.Web.HttpCookieMode" /> values. The default value in ASP.NET version 2.0 is <see cref="F:System.Web.HttpCookieMode.AutoDetect" />. In earlier versions, the default value was false. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.CookieName"> <summary> Gets or sets the cookie name. </summary> <returns> The name of the HTTP cookie to use for session identification. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.CustomProvider"> <summary> Gets or sets the name of the custom provider from the <see cref="P:System.Web.Configuration.SessionStateSection.Providers" /> collection. </summary> <returns> The custom provider name. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.Mode"> <summary> Gets or sets a value specifying where to store the session state. </summary> <returns> One of the <see cref="T:System.Web.SessionState.SessionStateMode" /> values. The default value is <see cref="F:System.Web.SessionState.SessionStateMode.InProc" />. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.PartitionResolverType"> <summary> Gets or sets a value specifying where to store the session state. </summary> <returns> A value specifying where to store the session state, or an empty string (""). </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.Providers"> <summary> Gets the current <see cref="T:System.Configuration.ProviderSettingsCollection" /> providers. </summary> <returns> The collection containing the <see cref="T:System.Web.Configuration.SessionStateSection" /> providers. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.RegenerateExpiredSessionId"> <summary> Gets or sets a value indicating whether the session Id will be re-issued when an expired session ID is specified by the client. </summary> <returns>true if the session ID must be regenerated; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.SessionIDManagerType"> <summary> Gets or sets a value specifying the fully qualified type of session ID Manager. </summary> <returns> A fully qualified type of session ID Manager. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.SqlCommandTimeout"> <summary> Gets or sets the duration time-out for the SQL commands using the SQL Server session state mode. </summary> <returns> The amount of time, in seconds, after which a SQL command will time out. The default is 30 seconds. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.SqlConnectionString"> <summary> Gets or sets the SQL connection string. </summary> <returns> The SQL connection string. Its default value is the generic string: "data source=127.0.0.1;Integrated Security=SSPI" </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.StateConnectionString"> <summary> Gets or sets the state server connection string. </summary> <returns> The state server connection string. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.StateNetworkTimeout"> <summary> Gets or sets the amount of time the network connection between the Web server and the state server can remain idle. </summary> <returns> The time, in seconds, that the network connection between the Web server and the state server can remain idle before the session is abandoned. The default value is 10 seconds. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.Timeout"> <summary> Gets or sets the session time-out </summary> <returns> The session time-out, in minutes. The default value is 20 minutes. </returns> </member> <member name="P:System.Web.Configuration.SessionStateSection.UseHostingIdentity"> <summary> Gets or sets a value specifying the whether the session state will use client impersonation when available, or will always revert to the hosting identity. </summary> <returns>true if Web application should revert to hosting identity; otherwise, false. The default value is true. </returns> </member> <member name="T:System.Web.Configuration.SiteMapSection"> <summary> Defines configuration settings that are used to support the infrastructure for configuring, storing, and rendering site navigation. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.SiteMapSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.SiteMapSection" /> class by using default settings. </summary> </member> <member name="P:System.Web.Configuration.SiteMapSection.DefaultProvider"> <summary> Gets or sets the name of the default navigation provider. </summary> <returns> The name of a provider in the <see cref="P:System.Web.Configuration.SiteMapSection.Providers" /> property or a <see cref="F:System.String.Empty" /> field. The default is "AspNetXmlSiteMapProvider". </returns> </member> <member name="P:System.Web.Configuration.SiteMapSection.Enabled"> <summary> Gets or sets a value indicating whether the ASP.NET site map feature is enabled. </summary> <returns>true if the ASP.NET site map feature is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.SiteMapSection.Providers"> <summary> Gets a <see cref="T:System.Configuration.ProviderSettingsCollection" /> collection of <see cref="T:System.Configuration.ProviderSettings" /> objects. </summary> <returns> A <see cref="T:System.Configuration.ProviderSettingsCollection" /> that contains the providers settings defined within the providers subsection of the siteMap section of the configuration file. </returns> </member> <member name="T:System.Web.Configuration.SqlCacheDependencyDatabase"> <summary> Configures the SQL cache dependencies databases for an ASP.NET application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabase.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> class with the passed parameters. </summary> <param name="name"> A string that specifies the name used by <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> to identify the database. </param> <param name="connectionStringName"> A string that specifies the name of the connection string in the connectionStrings section to use to connect to this database. </param> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabase.#ctor(System.String,System.String,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> class. </summary> <param name="name"> A string that specifies the name used by <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> to identify the database. </param> <param name="connectionStringName"> A string that specifies the name of the connection string in the connectionStrings section to use to connect to this database. </param> <param name="pollTime"> The database polling time, in milliseconds. </param> </member> <member name="P:System.Web.Configuration.SqlCacheDependencyDatabase.ConnectionStringName"> <summary> Gets or sets the connection name for the database. </summary> <returns> A string that specifies the name of a database connection string within the connectionStrings configuration section. </returns> </member> <member name="P:System.Web.Configuration.SqlCacheDependencyDatabase.Name"> <summary> Gets or sets the name of the database. </summary> <returns> A string that specifies the name used by <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> to identify the database. </returns> </member> <member name="P:System.Web.Configuration.SqlCacheDependencyDatabase.PollTime"> <summary> Gets or sets the frequency with which the <see cref="T:System.Web.Caching.SqlCacheDependency" /> polls the database table for changes. </summary> <returns> The database polling time, in milliseconds. </returns> </member> <member name="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Add(System.Web.Configuration.SqlCacheDependencyDatabase)"> <summary> Adds a <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object to the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object already exists in the collection or the collection is read only. </exception> </member> <member name="P:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.AllKeys"> <summary> Gets the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> keys. </summary> <returns> The string array containing the collection keys. </returns> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Clear"> <summary> Removes all the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Get(System.Int32)"> <summary> Returns the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> element at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> element at the specified index. </returns> <param name="index"> The index of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> element to retrieve. </param> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Get(System.String)"> <summary> Returns the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> element with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> element with the specified name. </returns> <param name="name"> The name of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> element to retrieve. </param> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.GetKey(System.Int32)"> <summary> Returns the key for the element located at the specified index in the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" />. </summary> <returns> The key at the specified index. </returns> <param name="index"> The index of the key to return. </param> </member> <member name="P:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object at the specified index. </returns> <param name="index"> The collection index of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object. </param> </member> <member name="P:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Item(System.String)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object with the specified name. </summary> <returns> The <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object with the specified name. </returns> <param name="name"> The name of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object. </param> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> object with the specified name from the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object to remove from the collection. </param> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> object at the specified index from the collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object to remove from the collection. </param> </member> <member name="M:System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Set(System.Web.Configuration.SqlCacheDependencyDatabase)"> <summary> Resets a specified <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> object that exists within the collection. </summary> <param name="user"> The <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> element to reset. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.OutputCacheProfileCollection" /> is read-only or already exists. </exception> </member> <member name="T:System.Web.Configuration.SqlCacheDependencySection"> <summary> Configures the SQL cache dependencies for an ASP.NET application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.SqlCacheDependencySection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.SqlCacheDependencySection" /> class. </summary> </member> <member name="P:System.Web.Configuration.SqlCacheDependencySection.Databases"> <summary> Gets the collection of <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> objects stored within the <see cref="T:System.Web.Configuration.SqlCacheDependencySection" />. </summary> <returns> A <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabaseCollection" /> of <see cref="T:System.Web.Configuration.SqlCacheDependencyDatabase" /> objects </returns> </member> <member name="P:System.Web.Configuration.SqlCacheDependencySection.Enabled"> <summary> Gets or sets a value indicating whether the database table should be monitored for changes. </summary> <returns>true if SQL cache monitoring is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.SqlCacheDependencySection.PollTime"> <summary> Gets or sets the frequency with which the <see cref="T:System.Web.Caching.SqlCacheDependency" /> polls the database table for changes. </summary> <returns> The SQL cache dependency polling time, in milliseconds. The default is 500. </returns> </member> <member name="T:System.Web.Configuration.SystemWebCachingSectionGroup"> <summary> Configures the caching group within a configuration file. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.SystemWebCachingSectionGroup.#ctor"> <summary> Creates a new instance of <see cref="T:System.Web.Configuration.SystemWebCachingSectionGroup" />. </summary> </member> <member name="P:System.Web.Configuration.SystemWebCachingSectionGroup.Cache"> <summary> Gets the cache section contained within the configuration. </summary> <returns> The <see cref="T:System.Web.Configuration.CacheSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebCachingSectionGroup.OutputCache"> <summary> Gets the outputCache section contained within the configuration. </summary> <returns> The <see cref="T:System.Web.Configuration.OutputCacheSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebCachingSectionGroup.OutputCacheSettings"> <summary> Gets the outputCacheSettings section contained within the configuration. </summary> <returns> The <see cref="T:System.Web.Configuration.OutputCacheSettingsSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebCachingSectionGroup.SqlCacheDependency"> <summary> Gets the sqlCacheDependency section contained within the configuration. </summary> <returns> The <see cref="T:System.Web.Configuration.SqlCacheDependencySection" /> object. </returns> </member> <member name="T:System.Web.Configuration.SystemWebSectionGroup"> <summary> Allows the user to programmatically access the system.web group of the configuration file. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.SystemWebSectionGroup.#ctor"> <summary> Creates a new instance of <see cref="T:System.Web.Configuration.SystemWebSectionGroup" />. </summary> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.AnonymousIdentification"> <summary> Gets the anonymousIdentification section. </summary> <returns> The <see cref="T:System.Web.Configuration.AnonymousIdentificationSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Authentication"> <summary> Gets the authentication section. </summary> <returns> The <see cref="T:System.Web.Configuration.AuthenticationSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Authorization"> <summary> Gets the authorization section. </summary> <returns> The <see cref="T:System.Web.Configuration.AuthorizationSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.BrowserCaps"> <summary> Gets the browserCaps section. </summary> <returns> The <see cref="T:System.Configuration.DefaultSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.ClientTarget"> <summary> Gets the clientTarget section. </summary> <returns> The <see cref="T:System.Web.Configuration.ClientTargetSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Compilation"> <summary> Gets the compilation section. </summary> <returns> The <see cref="T:System.Web.Configuration.CompilationSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.CustomErrors"> <summary> Gets the customErrors section. </summary> <returns> The <see cref="T:System.Web.Configuration.CustomErrorsSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Deployment"> <summary> Gets the deployment section. </summary> <returns> The <see cref="T:System.Web.Configuration.DeploymentSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.DeviceFilters"> <summary> Gets the deviceFilters section. </summary> <returns> The <see cref="T:System.Configuration.DefaultSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Globalization"> <summary> Gets the globalization section. </summary> <returns> The <see cref="T:System.Web.Configuration.GlobalizationSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.HealthMonitoring"> <summary> Gets the healthMonitoring section. </summary> <returns> The <see cref="T:System.Web.Configuration.HealthMonitoringSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.HostingEnvironment"> <summary> Gets the hostingEnvironment section. </summary> <returns> The <see cref="T:System.Web.Configuration.HostingEnvironmentSection" /> object refers to the hostingEnvironment section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.HttpCookies"> <summary> Gets the httpCookies section. </summary> <returns> The <see cref="T:System.Web.Configuration.HttpCookiesSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.HttpHandlers"> <summary> Gets the httpHandlers section. </summary> <returns> The <see cref="T:System.Web.Configuration.HttpHandlersSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.HttpModules"> <summary> Gets the httpModules section. </summary> <returns> The <see cref="T:System.Web.Configuration.HttpModulesSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.HttpRuntime"> <summary> Gets the httpRuntime section. </summary> <returns> The <see cref="T:System.Web.Configuration.HttpRuntimeSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Identity"> <summary> Gets the identity section. </summary> <returns> The <see cref="T:System.Web.Configuration.IdentitySection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.MachineKey"> <summary> Gets the machineKey section. </summary> <returns> The <see cref="T:System.Web.Configuration.MachineKeySection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Membership"> <summary> Gets the membership section. </summary> <returns> The <see cref="T:System.Web.Configuration.MembershipSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.MobileControls"> <summary> Gets the mobileControls section. </summary> <returns> The <see cref="T:System.Configuration.ConfigurationSection" /> object refers to the mobileControls section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Pages"> <summary> Gets the pages section. </summary> <returns> The <see cref="T:System.Web.Configuration.PagesSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.ProcessModel"> <summary> Gets the processModel section. </summary> <returns> The <see cref="T:System.Web.Configuration.ProcessModelSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Profile"> <summary> Gets the profile section. </summary> <returns> The <see cref="T:System.Web.Configuration.ProfileSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Protocols"> <summary> Gets the protocols section. </summary> <returns> The <see cref="T:System.Configuration.DefaultSection" /> object refers to the protocols section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.RoleManager"> <summary> Gets the roleManager section. </summary> <returns> The <see cref="T:System.Web.Configuration.RoleManagerSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.SecurityPolicy"> <summary> Gets the securityPolicy section. </summary> <returns> The <see cref="T:System.Web.Configuration.SecurityPolicySection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.SessionState"> <summary> Gets the sessionState section. </summary> <returns> The <see cref="T:System.Web.Configuration.SessionStateSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.SiteMap"> <summary> Gets the siteMap section. </summary> <returns> The <see cref="T:System.Web.Configuration.SiteMapSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Trace"> <summary> Gets the trace section. </summary> <returns> The <see cref="T:System.Web.Configuration.TraceSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.Trust"> <summary> Gets the trust section. </summary> <returns> The <see cref="T:System.Web.Configuration.TrustSection" /> object. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.UrlMappings"> <summary> Gets the urlMappings section. </summary> <returns> The <see cref="T:System.Web.Configuration.UrlMappingsSection" /> object refers to the urlMappings section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.WebControls"> <summary> Gets the webControls section. </summary> <returns> The <see cref="T:System.Web.Configuration.WebControlsSection" /> object refers to the webControls section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.WebParts"> <summary> Gets the webParts section. </summary> <returns> The <see cref="T:System.Web.Configuration.WebPartsSection" /> object refers to the webParts section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.WebServices"> <summary> Gets the webServices section. </summary> <returns> The <see cref="T:System.Web.Services.Configuration.WebServicesSection" /> object refers to the webServices section of the configuration file. </returns> </member> <member name="P:System.Web.Configuration.SystemWebSectionGroup.XhtmlConformance"> <summary> Gets the xhtmlConformance section. </summary> <returns> The <see cref="T:System.Web.Configuration.XhtmlConformanceSection" /> object refers to the xhtmlConformance section of the configuration file. </returns> </member> <member name="T:System.Web.Configuration.TagMapCollection"> <summary> Contains a collection of <see cref="T:System.Web.Configuration.TagMapInfo" /> objects. </summary> </member> <member name="M:System.Web.Configuration.TagMapCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.TagMapCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.TagMapCollection.Add(System.Web.Configuration.TagMapInfo)"> <summary> Adds a <see cref="T:System.Web.Configuration.TagMapInfo" /> object to the collection. </summary> <param name="tagMapInformation"> A <see cref="T:System.Web.Configuration.TagMapInfo" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.TagMapInfo" /> object to add already exists in the collection. - or - The collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.TagMapCollection.Clear"> <summary> Clears all object from the collection. </summary> </member> <member name="P:System.Web.Configuration.TagMapCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.TagMapInfo" /> object at the specified index location. </summary> <returns> The <see cref="T:System.Web.Configuration.TagMapInfo" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.TagMapInfo" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.TagMapCollection.Remove(System.Web.Configuration.TagMapInfo)"> <summary> Removes the specified object from the collection. </summary> <param name="tagMapInformation"> A <see cref="T:System.Web.Configuration.TagMapInfo" /> object in the collection. </param> </member> <member name="T:System.Web.Configuration.TagMapInfo"> <summary> Contains a single configuration tag remapping statement. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.TagMapInfo.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.TagMapInfo" /> class based on the passed property values. </summary> <param name="tagTypeName"> The fully qualified name of the type for the tag that is being remapped. </param> <param name="mappedTagTypeName"> The name of the type to which the tag is remapped, along with the supporting details. </param> </member> <member name="M:System.Web.Configuration.TagMapInfo.Equals(System.Object)"> <summary> Compares this instance to another object. </summary> <returns>true if the objects are identical; otherwise, false. </returns> <param name="o"> Object to compare. </param> </member> <member name="M:System.Web.Configuration.TagMapInfo.GetHashCode"> <summary> Returns a hash value for the current instance. </summary> <returns> A hash value for the current instance. </returns> </member> <member name="P:System.Web.Configuration.TagMapInfo.MappedTagType"> <summary> Gets or sets the name of the type to which the tag is remapped. </summary> <returns> The name of the type to which the tag is remapped. The default is an empty string. </returns> </member> <member name="P:System.Web.Configuration.TagMapInfo.TagType"> <summary> Gets or sets the name of the original type for the tag that is being remapped. </summary> <returns> The name of the original type for the tag that is being remapped. </returns> </member> <member name="T:System.Web.Configuration.TagPrefixCollection"> <summary> Contains a collection of <see cref="T:System.Web.Configuration.TagPrefixInfo" /> objects. </summary> </member> <member name="M:System.Web.Configuration.TagPrefixCollection.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Configuration.TagPrefixCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.TagPrefixCollection.Add(System.Web.Configuration.TagPrefixInfo)"> <summary> Adds a <see cref="T:System.Web.Configuration.TagPrefixInfo" /> object to the collection. </summary> <param name="tagPrefixInformation"> The <see cref="T:System.Web.Configuration.TagPrefixInfo" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.TagPrefixInfo" /> object to add already exists in the collection. - or - The collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.TagPrefixCollection.Clear"> <summary> Clears all object from the collection. </summary> </member> <member name="P:System.Web.Configuration.TagPrefixCollection.CollectionType"> <summary> Gets the type of the configuration collection. </summary> <returns> The <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> object of the collection. </returns> </member> <member name="P:System.Web.Configuration.TagPrefixCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.TagPrefixInfo" /> object at the specified index location. </summary> <returns> The <see cref="T:System.Web.Configuration.TagPrefixInfo" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.TagPrefixInfo" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.TagPrefixCollection.Remove(System.Web.Configuration.TagPrefixInfo)"> <summary> Removes the specified object from the collection. </summary> <param name="tagPrefixInformation"> A <see cref="T:System.Web.Configuration.TagPrefixInfo" /> object in the collection. </param> </member> <member name="T:System.Web.Configuration.TagPrefixInfo"> <summary> Defines a configuration element containing tag-related information. </summary> </member> <member name="M:System.Web.Configuration.TagPrefixInfo.#ctor(System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.TagPrefixInfo" /> class using the passed values. </summary> <param name="tagPrefix"> The tag prefix being mapped to a source file or namespace and assembly. </param> <param name="nameSpace"> The namespace associated with the tag prefix. </param> <param name="assembly"> The assembly where the namespace resides. </param> <param name="tagName"> The name of the control to be used in the page. </param> <param name="source"> The name of the file that contains the user control. </param> </member> <member name="P:System.Web.Configuration.TagPrefixInfo.Assembly"> <summary> Gets or sets the name of the assembly containing the control implementation. </summary> <returns> The name of the assembly (without an extension). The default is an empty string. </returns> </member> <member name="M:System.Web.Configuration.TagPrefixInfo.Equals(System.Object)"> <summary> Compares this instance to another object. </summary> <returns>true if the objects are identical; otherwise, false. </returns> <param name="prefix"> Object to compare. </param> </member> <member name="M:System.Web.Configuration.TagPrefixInfo.GetHashCode"> <summary> Returns a hash value for the current instance. </summary> <returns> A hash value for the current instance. </returns> </member> <member name="P:System.Web.Configuration.TagPrefixInfo.Namespace"> <summary> Gets or sets the namespace in which the control resides. </summary> <returns> The name of the namespace. The default is an empty string. </returns> </member> <member name="P:System.Web.Configuration.TagPrefixInfo.Source"> <summary> Gets or sets the name and path of the file containing the user control. </summary> <returns> The name and path of the file containing the user control. </returns> </member> <member name="P:System.Web.Configuration.TagPrefixInfo.TagName"> <summary> Gets or sets the name of the user control. </summary> <returns> The name of the user control. </returns> </member> <member name="P:System.Web.Configuration.TagPrefixInfo.TagPrefix"> <summary> Gets or sets the tag prefix that is being associated with a source file or namespace and assembly. </summary> <returns> The tag prefix. </returns> </member> <member name="T:System.Web.Configuration.TraceDisplayMode"> <summary> Specifies the order in which trace messages are displayed. </summary> </member> <member name="F:System.Web.Configuration.TraceDisplayMode.SortByTime"> <summary> Emit trace messages in the order they were processed. </summary> </member> <member name="F:System.Web.Configuration.TraceDisplayMode.SortByCategory"> <summary> Emit trace messages alphabetically by category. </summary> </member> <member name="T:System.Web.Configuration.TraceSection"> <summary> Configures the ASP.NET trace service. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.TraceSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.TraceSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.TraceSection.Enabled"> <summary> Gets or sets a value indicating whether the ASP.NET trace service is enabled. </summary> <returns>true if trace is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.TraceSection.LocalOnly"> <summary> Gets or sets a value indicating whether the ASP.NET trace viewer (Trace.axd) is available only to requests from the host Web server. </summary> <returns>true if the ASP.NET trace viewer (Trace.axd) is available only to requests from the host Web server; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Configuration.TraceSection.MostRecent"> <summary> Gets or sets a value indicating whether the most recent requests are always stored on the server. </summary> <returns>true if the most recent requests are always stored in the trace log; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.TraceSection.PageOutput"> <summary> Gets or sets a value indicating whether the ASP.NET trace information is appended to the output of each page. </summary> <returns>true if the trace information is appended to each page; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.TraceSection.RequestLimit"> <summary> Gets or sets a value indicating the maximum number of requests to the application for which ASP.NET stores trace information. </summary> <returns> The maximum number of requests to store on the server. The default is 10. </returns> </member> <member name="P:System.Web.Configuration.TraceSection.TraceMode"> <summary> Gets or sets the order in which ASP.NET trace information is displayed. </summary> <returns> One of the <see cref="T:System.Web.Configuration.TraceDisplayMode" /> values, indicating the order in which trace information is displayed. </returns> </member> <member name="P:System.Web.Configuration.TraceSection.WriteToDiagnosticsTrace"> <summary> Gets or sets a value indicating whether the messages emitted through the page trace are forwarded to an instance of the <see cref="T:System.Diagnostics.Trace" /> class. </summary> <returns>true if the trace messages are sent to the <see cref="T:System.Diagnostics.Trace" /> class; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.Configuration.TransformerInfo"> <summary> Specifies a custom class that extends the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class for use by Web Part connections. </summary> </member> <member name="M:System.Web.Configuration.TransformerInfo.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.TransformerInfo" /> class with the specified name and type reference. </summary> <param name="name"> The name of this transformer type. </param> <param name="type"> A reference to a type that extends the transformer <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class. </param> </member> <member name="M:System.Web.Configuration.TransformerInfo.Equals(System.Object)"> <summary> Compares the current <see cref="T:System.Web.Configuration.TransformerInfo" /> object to another <see cref="T:System.Web.Configuration.TransformerInfo" /> object. </summary> <returns>true if the passed object is equal to the current object; otherwise, false. </returns> <param name="o"> The object to compare to the current object. </param> </member> <member name="M:System.Web.Configuration.TransformerInfo.GetHashCode"> <summary> Generates a hash code for the collection. </summary> <returns> Unique integer hash code for the current object. </returns> </member> <member name="P:System.Web.Configuration.TransformerInfo.Name"> <summary> Gets or sets a friendly name for a type that that extends the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class. </summary> <returns> A friendly name for a type that that extends the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class. </returns> </member> <member name="P:System.Web.Configuration.TransformerInfo.Type"> <summary> Gets or sets the type reference for a class that extends the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class. </summary> <returns> A type reference for a class that extends the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class. </returns> </member> <member name="T:System.Web.Configuration.TransformerInfoCollection"> <summary> Contains a collection of <see cref="T:System.Web.Configuration.TransformerInfo" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.TransformerInfoCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.TransformerInfoCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.TransformerInfoCollection.Add(System.Web.Configuration.TransformerInfo)"> <summary> Adds a <see cref="T:System.Web.Configuration.TransformerInfo" /> object to the collection. </summary> <param name="transformerInfo"> A <see cref="T:System.Web.Configuration.TransformerInfo" /> object to add to the collection. </param> <exception cref="T:System.Configuration.ConfigurationException"> The <see cref="T:System.Web.Configuration.TransformerInfo" /> object to add already exists in the collection. - or - The collection is read-only. </exception> </member> <member name="M:System.Web.Configuration.TransformerInfoCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.TransformerInfo" /> objects from the collection. </summary> </member> <member name="P:System.Web.Configuration.TransformerInfoCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.TagMapInfo" /> object at the specified index location. </summary> <returns> The <see cref="T:System.Web.Configuration.TransformerInfo" /> object at the specified index, or null if there is no object at that index. </returns> <param name="index"> The index of a <see cref="T:System.Web.Configuration.TransformerInfo" /> object in the collection. </param> </member> <member name="M:System.Web.Configuration.TransformerInfoCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.Configuration.TransformerInfo" /> object with the passed <see cref="P:System.Web.Configuration.TransformerInfo.Name" /> property value from the collection. </summary> <param name="s"> The name of a <see cref="T:System.Web.Configuration.TransformerInfo" /> object to remove from the collection. </param> </member> <member name="M:System.Web.Configuration.TransformerInfoCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.Configuration.TransformerInfo" /> object from the collection at the passed index. </summary> <param name="index"> The index of a <see cref="T:System.Web.Configuration.TransformerInfo" /> object to remove from the collection. </param> </member> <member name="T:System.Web.Configuration.TrustLevel"> <summary> Defines the mapping of specific security levels to named policy files. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.TrustLevel.#ctor(System.String,System.String)"> <summary> Creates an instance of the <see cref="T:System.Web.Configuration.TrustLevel" /> class that is initialized based on the provided values, which define the mapping of specific security levels to named policy files. </summary> <param name="name"> A named security level that is mapped to a policy file. </param> <param name="policyFile"> The configuration file that contains security policy settings for the named security level. </param> </member> <member name="P:System.Web.Configuration.TrustLevel.Name"> <summary> Gets or sets a named security level that is mapped to a policy file. </summary> <returns> The <see cref="P:System.Web.Configuration.TrustLevel.Name" /> that is mapped to a policy file. </returns> </member> <member name="P:System.Web.Configuration.TrustLevel.PolicyFile"> <summary> Gets or sets the configuration file reference that contains the security policy settings for the named security level. </summary> <returns> The configuration file reference that contains the security policy settings for the associated security level. </returns> </member> <member name="T:System.Web.Configuration.TrustLevelCollection"> <summary> Contains a collection of <see cref="T:System.Web.Configuration.TrustLevel" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.TrustLevelCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.TrustLevelCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.TrustLevelCollection.Add(System.Web.Configuration.TrustLevel)"> <summary> Adds a <see cref="T:System.Web.Configuration.TrustLevel" /> object to the collection. </summary> <param name="trustLevel"> The <see cref="T:System.Web.Configuration.TrustLevel" /> to add to the collection. </param> </member> <member name="M:System.Web.Configuration.TrustLevelCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Configuration.TrustLevel" /> objects from the collection. </summary> </member> <member name="P:System.Web.Configuration.TrustLevelCollection.CollectionType"> <summary> Gets the type of the <see cref="T:System.Web.Configuration.TrustLevelCollection" /> object. </summary> <returns> A value from the <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> enumeration representing the type of the collection. </returns> </member> <member name="M:System.Web.Configuration.TrustLevelCollection.Get(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.TrustLevel" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.TrustLevel" /> at the specified index. </returns> <param name="index"> The index of the <see cref="T:System.Web.Configuration.TrustLevelCollection" />. </param> </member> <member name="P:System.Web.Configuration.TrustLevelCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.TrustLevel" /> item at the specified index within the <see cref="T:System.Web.Configuration.TrustLevelCollection" /> object. </summary> <returns> A <see cref="T:System.Web.Configuration.TrustLevel" /> at the specified index. </returns> <param name="index"> The numeric index of the <see cref="T:System.Web.Configuration.TrustLevel" />. </param> </member> <member name="P:System.Web.Configuration.TrustLevelCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.TrustLevel" /> object at the specified index. </summary> <returns> A <see cref="T:System.Web.Configuration.TrustLevel" /> that exists at the specified index of the <see cref="T:System.Web.Configuration.TrustLevelCollection" />. </returns> <param name="key"> The index of the <see cref="T:System.Web.Configuration.TrustLevel" />. </param> </member> <member name="M:System.Web.Configuration.TrustLevelCollection.Remove(System.Web.Configuration.TrustLevel)"> <summary> Removes a <see cref="T:System.Web.Configuration.TrustLevel" /> object from the <see cref="T:System.Web.Configuration.TrustLevelCollection" /> object. </summary> <param name="trustLevel"> The <see cref="T:System.Web.Configuration.TrustLevel" /> to remove from the <see cref="T:System.Web.Configuration.TrustLevelCollection" />. </param> </member> <member name="M:System.Web.Configuration.TrustLevelCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.TrustLevel" /> object at the specified index location from the <see cref="T:System.Web.Configuration.TrustLevelCollection" /> object. </summary> <param name="index"> The index location of the <see cref="T:System.Web.Configuration.TrustLevel" /> to remove from the <see cref="T:System.Web.Configuration.TrustLevelCollection" />. </param> </member> <member name="M:System.Web.Configuration.TrustLevelCollection.Set(System.Int32,System.Web.Configuration.TrustLevel)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.TrustLevel" /> object to the <see cref="T:System.Web.Configuration.TrustLevelCollection" /> object at the specified index. </summary> <param name="index"> The index location of the <see cref="T:System.Web.Configuration.TrustLevel" /> to be set within the <see cref="T:System.Web.Configuration.TrustLevelCollection" />. </param> <param name="trustLevel"> The <see cref="T:System.Web.Configuration.TrustLevel" /> to be set within the <see cref="T:System.Web.Configuration.TrustLevelCollection" />. </param> </member> <member name="T:System.Web.Configuration.TrustSection"> <summary> Configures the code-access security level that is applied to an application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.TrustSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.TrustSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.TrustSection.Level"> <summary> Gets or sets the name of the security level under which the application will run. </summary> <returns> The name of the trust level. The default is "Full".</returns> </member> <member name="P:System.Web.Configuration.TrustSection.OriginUrl"> <summary> Specifies the URL of origin for an application. </summary> <returns> A well-formed HTTP URL or an empty string (""). The default is an empty string. </returns> </member> <member name="P:System.Web.Configuration.TrustSection.ProcessRequestInApplicationTrust"> <summary> Specifies whether page requests are automatically restricted to the permissions that are configured in the trust policy file that is applied to the ASP.NET application. </summary> <returns>true if requests are automatically restricted to the permissions that are configured in the trust policy file; otherwise, false. </returns> </member> <member name="T:System.Web.Configuration.UrlMapping"> <summary> Maps a URL that is displayed to users to the URL of a page in your Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.UrlMapping.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.UrlMapping" /> class. </summary> <param name="url"> The URL to be displayed to the user. </param> <param name="mappedUrl"> A URL that exists in your Web application. </param> </member> <member name="P:System.Web.Configuration.UrlMapping.MappedUrl"> <summary> A URL in your Web application. </summary> <returns> The URL in your Web application that has been mapped to the value specified by the <see cref="P:System.Web.Configuration.UrlMapping.Url" /> property. </returns> </member> <member name="P:System.Web.Configuration.UrlMapping.Url"> <summary> Gets the URL that is displayed to the user. </summary> <returns> The URL that is displayed to the user. </returns> </member> <member name="T:System.Web.Configuration.UrlMappingCollection"> <summary> Represents a collection of <see cref="T:System.Web.Configuration.UrlMapping" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.UrlMappingCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.UrlMappingCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.UrlMappingCollection.Add(System.Web.Configuration.UrlMapping)"> <summary> Adds the specified <see cref="T:System.Web.Configuration.UrlMapping" /> to the collection. </summary> <param name="urlMapping"> The <see cref="T:System.Web.Configuration.UrlMapping" /> object to add to the collection. </param> </member> <member name="P:System.Web.Configuration.UrlMappingCollection.AllKeys"> <summary> Gets an array of the keys for all of the configuration elements contained in the <see cref="T:System.Web.Configuration.UrlMappingCollection" />. </summary> <returns> An array of the keys for all of the <see cref="T:System.Web.Configuration.UrlMapping" /> objects contained in the <see cref="T:System.Web.Configuration.UrlMappingCollection" />. </returns> </member> <member name="M:System.Web.Configuration.UrlMappingCollection.Clear"> <summary> Removes all the <see cref="T:System.Web.Configuration.UrlMapping" /> objects from the collection. </summary> </member> <member name="M:System.Web.Configuration.UrlMappingCollection.GetKey(System.Int32)"> <summary> Gets the collection key of the specified element. </summary> <returns> A string representing the value of the key. </returns> <param name="index"> The collection index of the element to get. </param> </member> <member name="P:System.Web.Configuration.UrlMappingCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.UrlMapping" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.UrlMapping" /> object at the specified index. </returns> <param name="index"> The location of the <see cref="T:System.Web.Configuration.UrlMapping" /> object within the collection. </param> </member> <member name="P:System.Web.Configuration.UrlMappingCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.UrlMapping" /> object with the specified name. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.UrlMapping" /> object. </param> </member> <member name="M:System.Web.Configuration.UrlMappingCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.Configuration.UrlMapping" /> object with the specified name from the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.Configuration.UrlMapping" /> object to remove from the collection. </param> </member> <member name="M:System.Web.Configuration.UrlMappingCollection.Remove(System.Web.Configuration.UrlMapping)"> <summary> Removes the specified <see cref="T:System.Web.Configuration.UrlMapping" /> object from the collection. </summary> <param name="urlMapping"> The <see cref="T:System.Web.Configuration.UrlMapping" /> object to remove from the collection. </param> </member> <member name="M:System.Web.Configuration.UrlMappingCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.Configuration.UrlMapping" /> object with the specified index from the collection. </summary> <param name="index"> The collection index of the <see cref="T:System.Web.Configuration.UrlMapping" /> object to remove. </param> </member> <member name="T:System.Web.Configuration.UrlMappingsSection"> <summary> Provides programmatic access to the urlMappings configuration section. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.UrlMappingsSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.UrlMappingsSection" /> class. </summary> </member> <member name="P:System.Web.Configuration.UrlMappingsSection.IsEnabled"> <summary> Gets or sets a value indicating whether the mapping is enabled. </summary> <returns>true if the mapping is enabled; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.Configuration.UrlMappingsSection.UrlMappings"> <summary> Gets a collection of <see cref="T:System.Web.Configuration.UrlMapping" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.UrlMappingCollection" /> that contains <see cref="T:System.Web.Configuration.UrlMapping" /> objects. </returns> </member> <member name="T:System.Web.Configuration.VirtualDirectoryMapping"> <summary> Specifies a custom virtual-directory hierarchy for a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMapping.#ctor(System.String,System.Boolean)"> <summary> Creates a new instance of the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> class based on supplied parameters. </summary> <param name="physicalDirectory"> A string value that specifies the absolute path to a physical directory. </param> <param name="isAppRoot"> A Boolean value that indicates whether the virtual directory is the application root of the Web application. </param> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMapping.#ctor(System.String,System.Boolean,System.String)"> <summary> Creates a new instance of the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> class based on supplied parameters. </summary> <param name="physicalDirectory"> A string value that specifies the absolute path to a physical directory. </param> <param name="isAppRoot"> A Boolean value that indicates whether the virtual directory is the application root of the Web application. </param> <param name="configFileBaseName"> The name of the configuration file. </param> </member> <member name="P:System.Web.Configuration.VirtualDirectoryMapping.ConfigFileBaseName"> <summary> Gets or sets the name of the configuration file. </summary> <returns> A value that indicates the name of the configuration file. </returns> <exception cref="T:System.ArgumentException"> The selected value is null or an empty string (""). </exception> </member> <member name="P:System.Web.Configuration.VirtualDirectoryMapping.IsAppRoot"> <summary> Gets or sets a value that indicates whether the virtual directory should be treated as the application root. </summary> <returns> A value that indicates whether the virtual directory should be treated as the application root. </returns> </member> <member name="P:System.Web.Configuration.VirtualDirectoryMapping.PhysicalDirectory"> <summary> Gets or sets a value that specifies the full server path of a Web application. </summary> <returns> A value that indicates the full server path of a Web application. </returns> <exception cref="T:System.ArgumentException"> The selected value is invalid or fails internal security validation. </exception> </member> <member name="P:System.Web.Configuration.VirtualDirectoryMapping.VirtualDirectory"> <summary> Gets a value that specifies the virtual directory relative to the root of the Web server. </summary> <returns> A value that indicates the relative Web-application directory. </returns> </member> <member name="T:System.Web.Configuration.VirtualDirectoryMappingCollection"> <summary> Contains a collection of <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.Add(System.String,System.Web.Configuration.VirtualDirectoryMapping)"> <summary> Adds a <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object to the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> instance. </summary> <param name="virtualDirectory"> A <see cref="T:System.String" /> that contains the virtual directory path. </param> <param name="mapping"> A <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="mapping" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="virtualDirectory" /> already exists in the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" />. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> is read-only. </exception> </member> <member name="P:System.Web.Configuration.VirtualDirectoryMappingCollection.AllKeys"> <summary> Returns a string array that contains all the keys in the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> instance. </summary> <returns> A string array that contains all the keys in the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> instance. </returns> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.Clear"> <summary> Clears all <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> objects from the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> instance. </summary> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.CopyTo(System.Web.Configuration.VirtualDirectoryMapping[],System.Int32)"> <summary> Copies the entire <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array. </summary> <param name="array"> A one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Array.Length" /> property of <paramref name="array" /> is less than the value of <see cref="P:System.Collections.Specialized.NameObjectCollectionBase.Count" /> plus <paramref name="index" />. </exception> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.Get(System.Int32)"> <summary> Gets the specified <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> collection element at the specified index. </summary> <returns> The <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> element at the specified index. </returns> <param name="index"> An integer value that specifies a particular <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object within the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" />. </param> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.Get(System.String)"> <summary> Gets the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> collection element based on the specified virtual-directory name. </summary> <returns> The <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> element based on the specified virtual-directory name. </returns> <param name="virtualDirectory"> A string that contains the name of the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object. </param> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.GetKey(System.Int32)"> <summary> Gets the key of the entry at the specified index of the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> instance. </summary> <returns> A string that contains the name of the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object. </returns> <param name="index"> An integer value that specifies a particular <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object within the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" />. </param> </member> <member name="P:System.Web.Configuration.VirtualDirectoryMappingCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object at the specified index location. </summary> <returns> A <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object. </returns> <param name="index"> An integer value that specifies a particular <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object within the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" />. </param> </member> <member name="P:System.Web.Configuration.VirtualDirectoryMappingCollection.Item(System.String)"> <summary> Gets or sets the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object based on the specified virtual directory name. </summary> <returns> A <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object. </returns> <param name="virtualDirectory"> A string that contains the name of the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object. </param> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object from the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" /> instance. </summary> <param name="virtualDirectory"> A string that contains the name of the <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object. </param> </member> <member name="M:System.Web.Configuration.VirtualDirectoryMappingCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object at the specified index from the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" />. </summary> <param name="index"> An integer value that specifies a particular <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> object within the <see cref="T:System.Web.Configuration.VirtualDirectoryMappingCollection" />. </param> </member> <member name="T:System.Web.Configuration.WebApplicationLevel"> <summary> Specifies the path level of a Web-application configuration file. </summary> </member> <member name="F:System.Web.Configuration.WebApplicationLevel.AboveApplication"> <summary> Specifies that the configuration file is in a global directory in relation to the current ASP.NET Web application. </summary> </member> <member name="F:System.Web.Configuration.WebApplicationLevel.AtApplication"> <summary> Specifies that the configuration file is in the root directory of the current ASP.NET Web application. </summary> </member> <member name="F:System.Web.Configuration.WebApplicationLevel.BelowApplication"> <summary> Specifies that the configuration file is in a sub-directory of the current ASP.NET Web application. </summary> </member> <member name="T:System.Web.Configuration.WebConfigurationFileMap"> <summary> Defines the configuration file mappings for a Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.WebConfigurationFileMap.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Configuration.WebConfigurationFileMap" /> class. </summary> </member> <member name="M:System.Web.Configuration.WebConfigurationFileMap.Clone"> <summary> Creates a new instance of a <see cref="T:System.Web.Configuration.WebConfigurationFileMap" /> class with the same value as the existing instance. </summary> <returns> A new instance of a <see cref="T:System.Web.Configuration.WebConfigurationFileMap" /> class. </returns> </member> <member name="P:System.Web.Configuration.WebConfigurationFileMap.VirtualDirectories"> <summary> Gets the listed collection of virtual directories for a Web application. </summary> <returns> A collection of <see cref="T:System.Web.Configuration.VirtualDirectoryMapping" /> objects. </returns> </member> <member name="T:System.Web.Configuration.WebConfigurationManager"> <summary> Provides access to configuration files as they apply to Web applications. </summary> </member> <member name="P:System.Web.Configuration.WebConfigurationManager.AppSettings"> <summary> Gets the <see cref="T:System.Configuration.AppSettingsSection" /> data for the current Web application's default configuration. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that contains the <see cref="T:System.Configuration.AppSettingsSection" /> object for the current Web application's default configuration. </returns> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid <see cref="T:System.Collections.Specialized.NameValueCollection" /> object could not be retrieved with the application settings data. </exception> </member> <member name="P:System.Web.Configuration.WebConfigurationManager.ConnectionStrings"> <summary> Gets the <see cref="T:System.Configuration.ConnectionStringsSection" /> data for the current Web application's default configuration. </summary> <returns> A <see cref="T:System.Configuration.ConnectionStringSettingsCollection" /> object that contains the contents of the <see cref="T:System.Configuration.ConnectionStringsSection" /> object for the current Web application's default configuration. </returns> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid <see cref="T:System.Configuration.ConnectionStringSettingsCollection" /> object could not be retrieved. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.GetSection(System.String)"> <summary> Retrieves the specified configuration section from the current Web application's configuration file. </summary> <returns> The specified configuration section object, or null if the section does not exist. Remember that security restrictions exist on the use of <see cref="M:System.Web.Configuration.WebConfigurationManager.GetSection(System.String)" /> as a runtime operation. You might not be able to access a section at run time for modifications, for example. </returns> <param name="sectionName"> The configuration section name. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.GetSection(System.String,System.String)"> <summary> Retrieves the specified configuration section from the specified Web application's configuration file. </summary> <returns> The specified configuration section object, or null if the section does not exist. Remember that security restrictions exist on the use of <see cref="M:System.Web.Configuration.WebConfigurationManager.GetSection(System.String,System.String)" /> as a run-time operation. You might not be able to access a section at run time for modifications, for instance. </returns> <param name="sectionName"> The configuration section name. </param> <param name="path"> The virtual configuration file path. </param> <exception cref="T:System.InvalidOperationException"> The method is called from outside a Web application. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection(System.String)"> <summary> Retrieves the specified configuration section from the current Web application's configuration file. </summary> <returns> The specified configuration section object, or null if the section does not exist, or an internal object if the section is not accessible at run time. </returns> <param name="sectionName"> The configuration section name. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMachineConfiguration"> <summary> Opens the machine-configuration file on the current computer as a <see cref="T:System.Configuration.Configuration" /> object to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMachineConfiguration(System.String)"> <summary> Opens the machine-configuration file on the current computer as a <see cref="T:System.Configuration.Configuration" /> object to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="locationSubPath"> The application path to which the machine configuration applies. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMachineConfiguration(System.String,System.String)"> <summary> Opens the specified machine-configuration file on the specified server as a <see cref="T:System.Configuration.Configuration" /> object to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="locationSubPath"> The application path to which the configuration applies. </param> <param name="server"> The fully qualified name of the server to return the configuration for. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMachineConfiguration(System.String,System.String,System.IntPtr)"> <summary> Opens the specified machine-configuration file on the specified server as a <see cref="T:System.Configuration.Configuration" /> object, using the specified security context to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="locationSubPath"> The application path to which the configuration applies. </param> <param name="server"> The fully qualified name of the server to return the configuration for. </param> <param name="userToken"> An account token to use. </param> <exception cref="T:System.ArgumentException"> Valid values were not supplied for the <paramref name="server" /> or <paramref name="userToken" /> parameters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMachineConfiguration(System.String,System.String,System.String,System.String)"> <summary> Opens the specified machine-configuration file on the specified server as a <see cref="T:System.Configuration.Configuration" /> object, using the specified security context to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="locationSubPath"> The application path to which the configuration applies. </param> <param name="server"> The fully qualified name of the server to return the configuration for. </param> <param name="userName"> The full user name (Domain\User) to use when opening the file. </param> <param name="password"> The password for the user name. </param> <exception cref="T:System.ArgumentException"> The <paramref name="server" /> or <paramref name="userName" /> and <paramref name="password" /> parameters were invalid. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap)"> <summary> Opens the machine-configuration file as a <see cref="T:System.Configuration.Configuration" /> object, using the specified file mapping to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="fileMap"> The <see cref="T:System.Configuration.ConfigurationFileMap" /> object to use in place of the default machine-configuration file. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap,System.String)"> <summary> Opens the machine-configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified file mapping and location to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="fileMap"> The <see cref="T:System.Configuration.ConfigurationFileMap" /> object to use in place of a default machine-configuration file. </param> <param name="locationSubPath"> The specific resource to which the configuration applies. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMappedWebConfiguration(System.Web.Configuration.WebConfigurationFileMap,System.String)"> <summary> Opens the specified Web-application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified file mapping and virtual path to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="fileMap"> The <see cref="T:System.Web.Configuration.WebConfigurationFileMap" /> object to use in place of a default Web-application configuration file. </param> <param name="path"> The virtual path to the configuration file. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMappedWebConfiguration(System.Web.Configuration.WebConfigurationFileMap,System.String,System.String)"> <summary> Opens the specified Web application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified file mapping, virtual path, and site name to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="fileMap"> The <see cref="T:System.Web.Configuration.WebConfigurationFileMap" /> object to use in place of a default Web-application configuration-file mapping. </param> <param name="path"> The virtual path to the configuration file. </param> <param name="site"> The name of the application Web site, as displayed in Internet Information Services (IIS) configuration. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenMappedWebConfiguration(System.Web.Configuration.WebConfigurationFileMap,System.String,System.String,System.String)"> <summary> Opens the specified Web-application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified file mapping, virtual path, site name, and location to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="fileMap"> The <see cref="T:System.Web.Configuration.WebConfigurationFileMap" /> object to use in place of a default Web-application configuration-file mapping. </param> <param name="path"> The virtual path to the configuration file. </param> <param name="site"> The name of the application Web site, as displayed in Internet Information Services (IIS) configuration. </param> <param name="locationSubPath"> The specific resource to which the configuration applies. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(System.String)"> <summary> Opens the Web-application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified virtual path to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="path"> The virtual path to the configuration file. If null, the root Web.config file is opened. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(System.String,System.String)"> <summary> Opens the Web-application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified virtual path and site name to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="path"> The virtual path to the configuration file. </param> <param name="site"> The name of the application Web site, as displayed in Internet Information Services (IIS) configuration. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(System.String,System.String,System.String)"> <summary> Opens the Web-application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified virtual path, site name, and location to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="path"> The virtual path to the configuration file. </param> <param name="site"> The name of the application Web site, as displayed in Internet Information Services (IIS) configuration. </param> <param name="locationSubPath"> The specific resource to which the configuration applies. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(System.String,System.String,System.String,System.String)"> <summary> Opens the Web-application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified virtual path, site name, location, and server to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="path"> The virtual path to the configuration file. </param> <param name="site"> The name of the application Web site, as displayed in Internet Information Services (IIS) configuration. </param> <param name="locationSubPath"> The specific resource to which the configuration applies. </param> <param name="server"> The network name of the server the Web application resides on. </param> <exception cref="T:System.ArgumentException"> The server parameter was invalid. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(System.String,System.String,System.String,System.String,System.IntPtr)"> <summary> Opens the Web-application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified virtual path, site name, location, server, and security context to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="path"> The virtual path to the configuration file. </param> <param name="site"> The name of the application Web site, as displayed in Internet Information Services (IIS) configuration. </param> <param name="locationSubPath"> The specific resource to which the configuration applies. </param> <param name="server"> The network name of the server the Web application resides on. </param> <param name="userToken"> An account token to use. </param> <exception cref="T:System.ArgumentException"> The <paramref name="server" /> or <paramref name="userToken" /> parameters were invalid. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A valid configuration file could not be loaded. </exception> </member> <member name="M:System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(System.String,System.String,System.String,System.String,System.String,System.String)"> <summary> Opens the Web-application configuration file as a <see cref="T:System.Configuration.Configuration" /> object using the specified virtual path, site name, location, server, and security context to allow read or write operations. </summary> <returns> A <see cref="T:System.Configuration.Configuration" /> object. </returns> <param name="path"> The virtual path to the configuration file. </param> <param name="site"> The name of the application Web site, as displayed in Internet Information Services (IIS) configuration. </param> <param name="locationSubPath"> The specific resource to which the configuration applies. </param> <param name="server"> The network name of the server the Web application resides on. </param> <param name="userName"> The full user name (Domain\User) to use when opening the file. </param> <param name="password"> The password for the user name. </param> <exception cref="T:System.ArgumentException"> The <paramref name="server" /> or <paramref name="userName" /> and <paramref name="password" /> parameters were invalid. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> Could not load a valid configuration file. </exception> </member> <member name="T:System.Web.Configuration.WebContext"> <summary> Manages the path context for the current Web application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.WebContext.#ctor(System.Web.Configuration.WebApplicationLevel,System.String,System.String,System.String,System.String)"></member> <member name="P:System.Web.Configuration.WebContext.ApplicationLevel"> <summary> Gets a <see cref="T:System.Web.Configuration.WebApplicationLevel" /> object that represents the path level of the current Web application. </summary> <returns> A <see cref="T:System.Web.Configuration.WebApplicationLevel" /> object. </returns> </member> <member name="P:System.Web.Configuration.WebContext.ApplicationPath"> <summary> Gets the application path of the current Web application. </summary> <returns> The application path of the current Web application. </returns> </member> <member name="P:System.Web.Configuration.WebContext.LocationSubPath"> <summary> Gets the location subpath of the Web application. </summary> <returns> The location subpath of the current Web application. </returns> </member> <member name="P:System.Web.Configuration.WebContext.Path"> <summary> Gets the current virtual path of the Web application. </summary> <returns> The current virtual path of the Web application. </returns> </member> <member name="P:System.Web.Configuration.WebContext.Site"> <summary> Gets the name of the current Web application. </summary> <returns> The name of the current Web application. </returns> </member> <member name="T:System.Web.Configuration.WebControlsSection"> <summary> Configures the webControls section. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.WebControlsSection.#ctor"> <summary> Creates a new instance of <see cref="T:System.Web.Configuration.WebControlsSection" />. </summary> </member> <member name="P:System.Web.Configuration.WebControlsSection.ClientScriptsLocation"> <summary> Gets the client scripts location. </summary> <returns> The location of the client scripts. </returns> </member> <member name="T:System.Web.Configuration.WebPartsPersonalization"> <summary> Allows you to specify the personalization provider and set personalization authorizations. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.WebPartsPersonalization.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.WebPartsPersonalization" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.WebPartsPersonalization.Authorization"> <summary> Gets an <see cref="T:System.Web.Configuration.AuthorizationSection" /> object containing the Web Parts personalization authorizations for the current Web application. </summary> <returns> An <see cref="T:System.Web.Configuration.AuthorizationSection" /> object containing the Web Parts personalization authorizations for the current Web application. </returns> </member> <member name="P:System.Web.Configuration.WebPartsPersonalization.DefaultProvider"> <summary> Gets or sets the name of the default Web Parts personalization provider. </summary> <returns> The name of the default Web Parts personalization provider. </returns> </member> <member name="P:System.Web.Configuration.WebPartsPersonalization.Providers"> <summary> Gets a <see cref="T:System.Configuration.ProviderSettingsCollection" /> collection that contains the Web Parts personalization providers for the current Web application. </summary> <returns> A <see cref="T:System.Configuration.ProviderSettingsCollection" /> collection that contains the Web Parts personalization providers for the current Web application. </returns> </member> <member name="T:System.Web.Configuration.WebPartsPersonalizationAuthorization"> <summary> Provides programmatic access to the authorization section contained in the webParts section of the configuration. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.WebPartsPersonalizationAuthorization.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.WebPartsPersonalizationAuthorization" /> class. </summary> </member> <member name="P:System.Web.Configuration.WebPartsPersonalizationAuthorization.Rules"> <summary> Gets a collection of rules used for personalization authorization related to Web Parts. </summary> <returns> An <see cref="T:System.Web.Configuration.AuthorizationRuleCollection" /> object. </returns> </member> <member name="T:System.Web.Configuration.WebPartsSection"> <summary> Provides programmatic access to the webParts configuration file section. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.WebPartsSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.WebPartsSection" /> class using default settings. </summary> </member> <member name="P:System.Web.Configuration.WebPartsSection.EnableExport"> <summary> Gets or sets a value indicating whether to enable the export of control data to an XML description file. </summary> <returns>true to enable the export of control data to an XML description file; otherwise, false. </returns> </member> <member name="P:System.Web.Configuration.WebPartsSection.Personalization"> <summary> Gets a <see cref="T:System.Web.Configuration.WebPartsPersonalization" /> object that allows you to specify the Web Parts personalization provider and set Web Parts personalization authorizations. </summary> <returns> A <see cref="T:System.Web.Configuration.WebPartsPersonalization" /> object that allows you to specify the personalization provider and set personalization authorizations. </returns> </member> <member name="P:System.Web.Configuration.WebPartsSection.Transformers"> <summary> Gets a collection of <see cref="T:System.Web.Configuration.TransformerInfo" /> objects. </summary> <returns> A <see cref="T:System.Web.Configuration.TransformerInfoCollection" /> collection of <see cref="T:System.Web.Configuration.TransformerInfo" /> objects. </returns> </member> <member name="T:System.Web.Configuration.XhtmlConformanceMode"> <summary> Specifies the authentication mode to use in a Web application. </summary> </member> <member name="F:System.Web.Configuration.XhtmlConformanceMode.Transitional"> <summary> Reverts a number of rendering changes made for conformance to the v1.1 rendering behavior. </summary> </member> <member name="F:System.Web.Configuration.XhtmlConformanceMode.Legacy"> <summary> XHTML 1.0 Transitional </summary> </member> <member name="F:System.Web.Configuration.XhtmlConformanceMode.Strict"> <summary> XHTML 1.0 Strict conformance </summary> </member> <member name="T:System.Web.Configuration.XhtmlConformanceSection"> <summary> Configures the xhtmlConformance section. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Configuration.XhtmlConformanceSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.XhtmlConformanceSection" /> class using default parameters. </summary> </member> <member name="P:System.Web.Configuration.XhtmlConformanceSection.Mode"> <summary> Gets or sets the <see cref="P:System.Web.Configuration.XhtmlConformanceSection.Mode" /> property. </summary> <returns> One of the <see cref="T:System.Web.Configuration.XhtmlConformanceMode" /> values. The default is <see cref="F:System.Web.Configuration.XhtmlConformanceMode.Transitional" />. </returns> </member> <member name="M:System.Web.Configuration.BrowserCapabilitiesFactoryBase.ConfigureCustomCapabilities(System.Collections.Specialized.NameValueCollection,System.Web.HttpBrowserCapabilities)"> <summary> Used internally at run time to configure custom hierarchies of browser capabilities. </summary> <param name="headers"> A collection of request headers. </param> <param name="browserCaps"> An object that specifies the capabilities of the browser. </param> </member> <member name="T:System.Web.Configuration.CustomErrorsRedirectMode"> <summary> Specifies values for how the URL of the original request is handled when a custom error page is displayed. </summary> </member> <member name="F:System.Web.Configuration.CustomErrorsRedirectMode.ResponseRedirect"> <summary> Display the error page and change the URL of the original request. </summary> </member> <member name="F:System.Web.Configuration.CustomErrorsRedirectMode.ResponseRewrite"> <summary> Display the error page without changing the original URL. </summary> </member> <member name="P:System.Web.Configuration.CustomErrorsSection.RedirectMode"> <summary> Gets or sets a value that indicates whether the URL of the request should be changed when the user is redirected to a custom error page. </summary> <returns> A value that indicates whether the URL is changed when the user to the custom error page. The default value is <see cref="F:System.Web.Configuration.CustomErrorsRedirectMode.ResponseRedirect" />. </returns> </member> <member name="T:System.Web.Configuration.IConfigMapPath"> <summary> Provides access to the mapping between configuration-file virtual and physical paths. </summary> </member> <member name="M:System.Web.Configuration.IConfigMapPath.GetAppPathForPath(System.String,System.String)"> <summary> Gets the virtual-directory name associated with a specific site. </summary> <returns> The <paramref name="siteID" /> must be unique. No two sites share the same id. The <paramref name="siteID" /> distinguishes sites that have the same name. </returns> <param name="siteID"> A unique identifier for the site. </param> <param name="path"> The URL associated with the site. </param> </member> <member name="M:System.Web.Configuration.IConfigMapPath.GetDefaultSiteNameAndID(System.String@,System.String@)"> <summary> Populates the default site name and the site ID. </summary> <param name="siteName"> The default site name. </param> <param name="siteID"> A unique identifier for the site. </param> </member> <member name="M:System.Web.Configuration.IConfigMapPath.GetMachineConfigFilename"> <summary> Gets the machine-configuration file name. </summary> <returns> The machine-configuration file name. </returns> </member> <member name="M:System.Web.Configuration.IConfigMapPath.GetPathConfigFilename(System.String,System.String,System.String@,System.String@)"> <summary> Populates the directory and name of the configuration file based on the site ID and site path. </summary> <param name="siteID"> A unique identifier for the site. </param> <param name="path"> The URL associated with the site. </param> <param name="directory"> The physical directory of the configuration path. </param> <param name="baseName"> The name of the configuration file. </param> </member> <member name="M:System.Web.Configuration.IConfigMapPath.GetRootWebConfigFilename"> <summary> Gets the name of the configuration file at the Web root. </summary> <returns> The name of the configuration file at the Web root. </returns> </member> <member name="M:System.Web.Configuration.IConfigMapPath.MapPath(System.String,System.String)"> <summary> Gets the physical directory path based on the site ID and URL associated with the site. </summary> <returns> The physical directory path. </returns> <param name="siteID"> A unique identifier for the site. </param> <param name="path"> The URL associated with the site. </param> </member> <member name="M:System.Web.Configuration.IConfigMapPath.ResolveSiteArgument(System.String,System.String@,System.String@)"> <summary> Populates the site name and site ID based on a site argument value. </summary> <param name="siteArgument"> The site name or site identifier. </param> <param name="siteName"> The default site name. </param> <param name="siteID"> A unique identifier for the site. </param> </member> <member name="T:System.Web.Configuration.IConfigMapPathFactory"> <summary> Maps the configuration file virtual and physical paths. </summary> </member> <member name="M:System.Web.Configuration.IConfigMapPathFactory.Create(System.String,System.String)"> <summary> Creates the interface for the mapping between configuration-file virtual and physical paths. </summary> <returns> The <see cref="T:System.Web.Configuration.IConfigMapPath" /> object associated with the specified configuration-file path mapping. </returns> <param name="virtualPath"> The configuration-file virtual path. </param> <param name="physicalPath"> The configuration-file physical path. </param> </member> <member name="T:System.Web.Configuration.MachineKeyCompatibilityMode"> <summary> Specifies whether stronger encryption methods introduced in .NET Framework version 3.5 Service Pack 1 can be used. </summary> </member> <member name="F:System.Web.Configuration.MachineKeyCompatibilityMode.Framework20SP1"> <summary> Use the encryption methods that were implemented in the .NET Framework version 2.0 before Service Pack 1. </summary> </member> <member name="F:System.Web.Configuration.MachineKeyCompatibilityMode.Framework20SP2"> <summary> Use the encryption methods implemented in .NET Framework version 2.0 before Service Pack 1. </summary> </member> <member name="P:System.Web.Configuration.MachineKeySection.CompatibilityMode"> <summary> Specifies whether stronger encryption methods introduced in .NET Framework version 3.5 Service Pack 1 can be used. </summary> <returns> A value that indicates whether encryption methods introduced in .NET Framework 3.5 SP1 are used. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheProfile.VaryByContentEncoding"> <summary> Gets or sets the comma-delimited set of content encodings to be cached. </summary> <returns> The list of content encodings. </returns> </member> <member name="P:System.Web.Configuration.OutputCacheSection.EnableKernelCacheForVaryByStar"> <summary> Gets or sets a value indicating whether kernel caching is enabled. </summary> <returns>true if kernel caching is enabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Configuration.PagesSection.RenderAllHiddenFieldsAtTopOfForm"> <summary> Gets or sets a value that indicates whether all system-generated hidden fields are rendered at the top of the form. </summary> <returns>true if system-generated hidden fields are rendered at the top of the form; otherwise, false. The default is true.</returns> </member> <member name="T:System.Web.Configuration.ProtocolCollection"> <summary> Represents a configuration element that contains a collection of protocols. </summary> </member> <member name="M:System.Web.Configuration.ProtocolCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.ProtocolCollection" /> class. </summary> </member> <member name="M:System.Web.Configuration.ProtocolCollection.Add(System.Web.Configuration.ProtocolElement)"> <summary> Adds a configuration element to the <see cref="T:System.Web.Configuration.ProtocolCollection" /> instance. </summary> <param name="protocolElement"> The element to add. </param> </member> <member name="P:System.Web.Configuration.ProtocolCollection.AllKeys"> <summary> Gets all the keys of the <see cref="T:System.Web.Configuration.ProtocolCollection" /> instance. </summary> <returns> The array that contains the collection keys. </returns> </member> <member name="M:System.Web.Configuration.ProtocolCollection.Clear"> <summary> Removes all configuration element objects from the collection. </summary> </member> <member name="P:System.Web.Configuration.ProtocolCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Configuration.ProtocolElement" /> object at the specified index of the collection. </summary> <returns> A <see cref="T:System.Web.Configuration.ProtocolElement" /> object. </returns> <param name="index"> The index of the <see cref="T:System.Web.Configuration.ProtocolElement" /> object in the <see cref="T:System.Web.Configuration.ProtocolCollection" /> instance. </param> </member> <member name="P:System.Web.Configuration.ProtocolCollection.Item(System.String)"> <summary> Gets the value of the first entry with the specified key. </summary> <returns> A <see cref="T:System.Web.Configuration.ProtocolElement" /> object that represents the value of the first entry with the specified key, if found; otherwise, null. </returns> <param name="name"> The key of the entry to get. </param> </member> <member name="M:System.Web.Configuration.ProtocolCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.Configuration.ProtocolElement" /> object that has the specified key from the collection. </summary> <param name="name"> The key of the <see cref="T:System.Web.Configuration.ProtocolElement" /> object to remove. </param> </member> <member name="M:System.Web.Configuration.ProtocolCollection.Remove(System.Web.Configuration.ProtocolElement)"> <summary> Removes the specified <see cref="T:System.Web.Configuration.ProtocolElement" /> object from the collection. </summary> <param name="protocolElement"> The element to remove. </param> </member> <member name="M:System.Web.Configuration.ProtocolCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.Configuration.ProtocolElement" /> object at the specified index location. </summary> <param name="index"> The index location of the element to remove. </param> </member> <member name="T:System.Web.Configuration.ProtocolElement"></member> <member name="M:System.Web.Configuration.ProtocolElement.#ctor"></member> <member name="M:System.Web.Configuration.ProtocolElement.#ctor(System.String)"> <param name="name"> The protocol name. </param> </member> <member name="P:System.Web.Configuration.ProtocolElement.AppDomainHandlerType"></member> <member name="P:System.Web.Configuration.ProtocolElement.Name"></member> <member name="P:System.Web.Configuration.ProtocolElement.ProcessHandlerType"></member> <member name="P:System.Web.Configuration.ProtocolElement.Validate"></member> <member name="T:System.Web.Configuration.ProtocolsConfigurationHandler"></member> <member name="M:System.Web.Configuration.ProtocolsConfigurationHandler.#ctor"></member> <member name="M:System.Web.Configuration.ProtocolsConfigurationHandler.Create(System.Object,System.Object,System.Xml.XmlNode)"> <param name="parent"></param> <param name="configContextObj"></param> <param name="section"></param> </member> <member name="T:System.Web.Configuration.ProtocolsSection"></member> <member name="M:System.Web.Configuration.ProtocolsSection.#ctor"></member> <member name="P:System.Web.Configuration.ProtocolsSection.Protocols"></member> <member name="M:System.Web.Configuration.WebContext.#ctor(System.Web.Configuration.WebApplicationLevel,System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Configuration.WebContext" /> class. </summary> <param name="pathLevel"> A <see cref="T:System.Web.Configuration.WebApplicationLevel" /> object. </param> <param name="site"> The name of the Web site. </param> <param name="applicationPath"> The virtual path of the root level of the current Web application. </param> <param name="path"> The virtual path of the Web.config file that the current configuration object represents. </param> <param name="locationSubPath"> The path value of the location element that is currently being edited. </param> <param name="appConfigPath"> The current Web application's configuration path. </param> </member> <member name="M:System.Web.Configuration.WebContext.ToString"> <summary> Returns a string that represents the application's configuration path. </summary> <returns> The application's configuration path. </returns> </member> <member name="T:System.Web.Configuration.Internal.IInternalConfigWebHost"> <summary> Defines interfaces used by internal .NET Framework infrastructure for accessing and manipulating Host configuration files. </summary> </member> <member name="M:System.Web.Configuration.Internal.IInternalConfigWebHost.GetConfigPathFromSiteIDAndVPath(System.String,System.String)"> <summary> Returns a value representing the path to a configuration file associated with the provided site identifier and application's virtual path. </summary> <returns> A string representing the path to a configuration file. </returns> <param name="siteID"> The application's site identifier. For more information, see ASP.NET Configuration Overview. </param> <param name="vpath"> The application's virtual path as a string. For more information, see ASP.NET Web Site Paths. </param> </member> <member name="M:System.Web.Configuration.Internal.IInternalConfigWebHost.GetSiteIDAndVPathFromConfigPath(System.String,System.String@,System.String@)"> <summary> Sets the current site identifier of a configuration object based on the application virtual path and the application configuration path. </summary> <param name="configPath"> A string representing the path to the application's configuration file. </param> <param name="siteID"> The application's site Identifier. For more information, see ASP.NET Configuration Overview. </param> <param name="vpath"> The application's virtual path as a string. For more information, see ASP.NET Web Site Paths. </param> </member> <member name="T:System.Web.Handlers.AssemblyResourceLoader"> <summary> Provides an HTTP handler used to load embedded resources from assemblies. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Handlers.AssemblyResourceLoader.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Handlers.AssemblyResourceLoader" /> class. This constructor supports the ASP.NET infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="P:System.Web.Handlers.AssemblyResourceLoader.System#Web#IHttpHandler#IsReusable"> <summary> Gets a value that indicates whether another request can reuse the <see cref="T:System.Web.IHttpHandler" /> instance. </summary> <returns>true in all cases. </returns> </member> <member name="M:System.Web.Handlers.AssemblyResourceLoader.System#Web#IHttpHandler#ProcessRequest(System.Web.HttpContext)"> <summary> For a description of this member, see <see cref="M:System.Web.IHttpHandler.ProcessRequest(System.Web.HttpContext)" />. </summary> <param name="context"> The context of the request. </param> <exception cref="T:System.Web.HttpException"> The Web resource request is invalid. - or - The assembly name could not be found. - or - The resource name could not be found in the assembly. </exception> </member> <member name="T:System.Web.Handlers.TraceHandler"> <summary> Provides a synchronous HTTP handler that processes requests for tracing information. </summary> </member> <member name="M:System.Web.Handlers.TraceHandler.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Handlers.TraceHandler" /> class. </summary> </member> <member name="P:System.Web.Handlers.TraceHandler.IsReusable"> <summary> Gets a value indicating whether another request can use the <see cref="T:System.Web.Handlers.TraceHandler" /> instance. </summary> <returns>false in all cases. </returns> </member> <member name="M:System.Web.Handlers.TraceHandler.ProcessRequest(System.Web.HttpContext)"> <summary> Processes an HTTP request. </summary> <param name="context"> An <see cref="T:System.Web.HttpContext" /> object that provides access to the current Request and Response instances. </param> </member> <member name="M:System.Web.Handlers.TraceHandler.ShowDetails(System.Data.DataSet)"> <summary> Writes the details of the current system state and page information to the response stream. </summary> <param name="data"> A <see cref="T:System.Data.DataSet" /> object that contains tracing information. </param> </member> <member name="M:System.Web.Handlers.TraceHandler.ShowRequests(System.Collections.IList)"> <summary> Writes the details of recent HTTP request traffic to the response stream. </summary> <param name="data"> A set of <see cref="T:System.Data.DataSet" /> objects that represent the recent HTTP requests the server has processed. </param> </member> <member name="M:System.Web.Handlers.TraceHandler.ShowVersionDetails"> <summary> Writes the details of the current Common Language Runtime and ASP.NET build versions that the Web server is using. </summary> </member> <member name="P:System.Web.Handlers.TraceHandler.System#Web#IHttpHandler#IsReusable"> <summary> Gets a value indicating whether another request can use the <see cref="T:System.Web.Handlers.TraceHandler" /> instance. </summary> <returns>false in all cases. </returns> </member> <member name="M:System.Web.Handlers.TraceHandler.System#Web#IHttpHandler#ProcessRequest(System.Web.HttpContext)"> <summary> Processes an HTTP request. </summary> <param name="context"> An <see cref="T:System.Web.HttpContext" /> object that provides access to the current Request and Response instances. </param> </member> <member name="M:System.Web.Handlers.TraceHandler.ShowRequests(System.Collections.ArrayList)"></member> <member name="T:System.Web.Hosting.AppDomainFactory"> <summary> Creates a new <see cref="T:System.AppDomain" /> instance for the Web application. This class cannot be inherited. This class was used by earlier versions of the .NET Framework than version 2.0, which uses the <see cref="T:System.Web.Hosting.AppManagerAppDomainFactory" /> class instead. </summary> </member> <member name="M:System.Web.Hosting.AppDomainFactory.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.AppDomainFactory" /> class. This class was used by earlier versions of the .NET Framework than version 2.0, which uses the <see cref="T:System.Web.Hosting.AppManagerAppDomainFactory" /> class instead. </summary> </member> <member name="M:System.Web.Hosting.AppDomainFactory.Create(System.String,System.String,System.String,System.String,System.String,System.Int32)"> <summary> Returns a new application domain for the specified Web application. This class was used by earlier versions of the .NET Framework than version 2.0, which uses the <see cref="T:System.Web.Hosting.AppManagerAppDomainFactory" /> class instead. </summary> <returns> A new application domain. </returns> <param name="module"> The module containing the Web application. </param> <param name="typeName"> The type of the Web application. </param> <param name="appId"> The unique identifier for the Web application. </param> <param name="appPath"> The path to the Web application's files. </param> <param name="strUrlOfAppOrigin"> The URL of origin for the Web application. </param> <param name="iZone"> The zone of origin for the Web application. </param> </member> <member name="T:System.Web.Hosting.ApplicationHost"> <summary> Enables hosting of ASP.NET pages outside the Internet Information Services (IIS) application. This class enables the host to create application domains for processing ASP.NET requests. </summary> </member> <member name="M:System.Web.Hosting.ApplicationHost.CreateApplicationHost(System.Type,System.String,System.String)"> <summary> Creates and configures an application domain for hosting ASP.NET. </summary> <returns> An instance of a user-supplied class used to marshal calls into the newly created application domain. </returns> <param name="hostType"> The name of a user-supplied class to be created in the new application domain. </param> <param name="virtualDir"> The virtual directory for the application domain; for example, /myapp. </param> <param name="physicalDir"> The physical directory for the application domain where ASP.NET pages are located; for example, c:\mypages. </param> <exception cref="T:System.PlatformNotSupportedException"> The Web host computer is not running the Windows NT platform or a Coriolis environment. </exception> </member> <member name="T:System.Web.Hosting.ApplicationInfo"> <summary> Provides information about a running application. This class cannot be inherited. </summary> </member> <member name="P:System.Web.Hosting.ApplicationInfo.ID"> <summary> Gets the unique identifier for the application. </summary> <returns> The unique identifier for the application specified when the application was created by using the <see cref="M:System.Web.Hosting.ApplicationManager.CreateObject(System.String,System.Type,System.String,System.String,System.Boolean)" /> method. </returns> </member> <member name="P:System.Web.Hosting.ApplicationInfo.PhysicalPath"> <summary> Gets the physical path corresponding to the application's root. </summary> <returns> The physical path corresponding to the application's root. </returns> </member> <member name="P:System.Web.Hosting.ApplicationInfo.VirtualPath"> <summary> Gets the virtual path corresponding to the application's root. </summary> <returns> The virtual path corresponding to the application's root. </returns> </member> <member name="T:System.Web.Hosting.ApplicationManager"> <summary> Manages ASP.NET application domains for an ASP.NET hosting application. </summary> </member> <member name="M:System.Web.Hosting.ApplicationManager.Close"> <summary> Shuts down all application domains. </summary> </member> <member name="M:System.Web.Hosting.ApplicationManager.CreateObject(System.String,System.Type,System.String,System.String,System.Boolean)"> <summary> Creates an object for the specified application domain based on type, virtual and physical paths, and a Boolean value indicating failure behavior when an object of the specified type already exists. </summary> <returns> A new object of the specified <paramref name="type" />. </returns> <param name="appId"> The unique identifier for the application that owns the object. </param> <param name="type"> The type of the object to create. </param> <param name="virtualPath"> The virtual path to the application. </param> <param name="physicalPath"> The physical path to the application. </param> <param name="failIfExists">true to throw an exception if an object of the specified type is currently registered; false to return the existing registered object of the specified type. </param> <exception cref="T:System.ArgumentException"> <paramref name="physicalPath" /> is null - or - <paramref name="physicalPath" /> is not a valid application path. - or - <paramref name="type" /> does not implement the <see cref="T:System.Web.Hosting.IRegisteredObject" /> interface. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="appID" /> is null. - or - <paramref name="type" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="failIfExists" /> is true and an object of the specified type is already registered. </exception> </member> <member name="M:System.Web.Hosting.ApplicationManager.CreateObject(System.String,System.Type,System.String,System.String,System.Boolean,System.Boolean)"> <summary> Creates an object for the specified application domain based on type, virtual and physical paths, a Boolean value indicating failure behavior when an object of the specified type already exists, and a Boolean value indicating whether hosting initialization error exceptions are thrown. </summary> <returns> A new object of the specified <paramref name="type" />. </returns> <param name="appId"> The unique identifier for the application that owns the object. </param> <param name="type"> The type of the object to create. </param> <param name="virtualPath"> The virtual path to the application. </param> <param name="physicalPath"> The physical path to the application. </param> <param name="failIfExists">true to throw an exception if an object of the specified type is currently registered; false to return the existing registered object of the specified type. </param> <param name="throwOnError">true to throw exceptions for hosting initialization errors; false to not throw hosting initialization exceptions. </param> <exception cref="T:System.ArgumentException"> <paramref name="physicalPath" /> is null - or - <paramref name="physicalPath" /> is not a valid application path. - or - <paramref name="type" /> does not implement the <see cref="T:System.Web.Hosting.IRegisteredObject" /> interface. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="appID" /> is null. - or - <paramref name="type" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="failIfExists" /> is true and an object of the specified type is already registered. </exception> </member> <member name="M:System.Web.Hosting.ApplicationManager.GetApplicationManager"> <summary> Returns the single instance of the <see cref="T:System.Web.Hosting.ApplicationManager" /> object associated with this ASP.NET host process. </summary> <returns> The single instance of the <see cref="T:System.Web.Hosting.ApplicationManager" /> object associated with the ASP.NET host process that is running. </returns> </member> <member name="M:System.Web.Hosting.ApplicationManager.GetObject(System.String,System.Type)"> <summary> Returns the registered object of the specified type from the specified application. </summary> <returns> The registered object of the specified type; or null if the type has not been registered through a call to the <see cref="M:System.Web.Hosting.ApplicationManager.CreateObject(System.String,System.Type,System.String,System.String,System.Boolean)" /> method. </returns> <param name="appId"> The unique identifier for the application that owns the object. </param> <param name="type"> The type of the object to return. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="appId" /> is null. —or— <paramref name="type" /> is null. </exception> </member> <member name="M:System.Web.Hosting.ApplicationManager.GetRunningApplications"> <summary> Returns a snapshot of running applications. </summary> <returns> An array of <see cref="T:System.Web.Hosting.ApplicationInfo" /> objects that contain information about the applications managed by this <see cref="T:System.Web.Hosting.ApplicationManager" /> instance. </returns> </member> <member name="M:System.Web.Hosting.ApplicationManager.InitializeLifetimeService"> <summary> Gives the application domain an infinite lifetime by preventing a lease from being created. </summary> <returns> Always null. </returns> </member> <member name="M:System.Web.Hosting.ApplicationManager.IsIdle"> <summary> Returns a value indicating whether all applications hosted by the process are idle and not processing requests. </summary> <returns>true if all applications in the process are idle; otherwise, false. </returns> </member> <member name="M:System.Web.Hosting.ApplicationManager.Open"> <summary> Makes a thread-safe increment to the user reference count of the application manager instance. </summary> </member> <member name="M:System.Web.Hosting.ApplicationManager.ShutdownAll"> <summary> Unloads all application resources. </summary> </member> <member name="M:System.Web.Hosting.ApplicationManager.ShutdownApplication(System.String)"> <summary> Unloads the specified application. </summary> <param name="appId"> The unique identifier of the application to unload. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="appId" /> is null. </exception> </member> <member name="M:System.Web.Hosting.ApplicationManager.StopObject(System.String,System.Type)"> <summary> Removes the specified object from the list of registered objects in an application. If the object to be removed is the last remaining object in the list of registered objects in an application, the application is unloaded. </summary> <param name="appId"> The unique identifier for the application that owns the object. </param> <param name="type"> The type of the object to unload. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="appId" /> is null. - or - <paramref name="type" /> is null. </exception> </member> <member name="T:System.Web.Hosting.AppManagerAppDomainFactory"> <summary> Creates and stops application domains for a Web-application manager. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Hosting.AppManagerAppDomainFactory.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.AppManagerAppDomainFactory" /> class. </summary> </member> <member name="M:System.Web.Hosting.AppManagerAppDomainFactory.Create(System.String,System.String)"> <summary> Creates a new application domain for the specified Web application. </summary> <returns> A new application domain for the specified Web application. </returns> <param name="appId"> The unique identifier for the new Web application. </param> <param name="appPath"> The path to the new Web application's files. </param> </member> <member name="M:System.Web.Hosting.AppManagerAppDomainFactory.Stop"> <summary> Stops all application domains associated with this application manager. </summary> </member> <member name="T:System.Web.Hosting.HostingEnvironment"> <summary> Provides application-management functions and application services to a managed application within its application domain. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Hosting.HostingEnvironment.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.HostingEnvironment" /> class. </summary> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Hosting.HostingEnvironment.#ctor" /> constructor is called more than once. </exception> </member> <member name="P:System.Web.Hosting.HostingEnvironment.ApplicationID"> <summary> Gets the unique identifier of the application. </summary> <returns> The unique identifier of the application. </returns> </member> <member name="P:System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPath"> <summary> Gets the physical path on disk to the application's directory. </summary> <returns> The physical path on disk to the application's directory. </returns> </member> <member name="P:System.Web.Hosting.HostingEnvironment.ApplicationVirtualPath"> <summary> Gets the root virtual path of the application. </summary> <returns> The root virtual path of the application with no trailing slash (/). </returns> </member> <member name="P:System.Web.Hosting.HostingEnvironment.Cache"> <summary> Gets the <see cref="T:System.Web.Caching.Cache" /> instance for the current application. </summary> <returns> The current <see cref="T:System.Web.Caching.Cache" /> instance. </returns> </member> <member name="M:System.Web.Hosting.HostingEnvironment.DecrementBusyCount"> <summary> Reduces the count of busy objects in the hosted environment by one. </summary> </member> <member name="M:System.Web.Hosting.HostingEnvironment.Impersonate"> <summary> Impersonates the user represented by the application identity. </summary> <returns> An <see cref="T:System.IDisposable" /> object that represents the Windows user prior to impersonation; this object can be used to revert to the original user's context. </returns> <exception cref="T:System.Web.HttpException"> The process cannot impersonate. </exception> </member> <member name="M:System.Web.Hosting.HostingEnvironment.Impersonate(System.IntPtr)"> <summary> Impersonates the user represented by the specified user token. </summary> <returns> An <see cref="T:System.IDisposable" /> object that represents the Windows user prior to impersonation; this object can be used to revert to the original user's context. </returns> <param name="token"> The handle of a Windows account token. </param> <exception cref="T:System.Web.HttpException"> The process cannot impersonate. </exception> </member> <member name="M:System.Web.Hosting.HostingEnvironment.Impersonate(System.IntPtr,System.String)"> <summary> Impersonates the user specified by the configuration settings for the specified virtual path, or the specified user token. </summary> <returns> An <see cref="T:System.IDisposable" /> object that represents the Windows user prior to impersonation; this object can be used to revert to the original user's context. </returns> <param name="userToken"> The handle of a Windows account token. </param> <param name="virtualPath"> The path to the requested resource. </param> <exception cref="T:System.Web.HttpException"> The process cannot impersonate. </exception> </member> <member name="M:System.Web.Hosting.HostingEnvironment.IncrementBusyCount"> <summary> Increases the count of busy objects in the hosted environment by one. </summary> </member> <member name="P:System.Web.Hosting.HostingEnvironment.InitializationException"> <summary> Gets any exception thrown during initialization of the <see cref="T:System.Web.Hosting.HostingEnvironment" /> object. </summary> <returns> The exception thrown during initialization of the <see cref="T:System.Web.Hosting.HostingEnvironment" /> object. If no exception was thrown, returns null. </returns> </member> <member name="M:System.Web.Hosting.HostingEnvironment.InitializeLifetimeService"> <summary> Gives the <see cref="T:System.Web.Hosting.HostingEnvironment" /> object an infinite lifetime by preventing a lease from being created. </summary> <returns> Always null. </returns> </member> <member name="M:System.Web.Hosting.HostingEnvironment.InitiateShutdown"> <summary> Starts shutting down the Web application associated with this host and removes registered objects from the system. </summary> </member> <member name="P:System.Web.Hosting.HostingEnvironment.IsHosted"> <summary> Gets a value indicating whether the current application domain is being hosted by an <see cref="T:System.Web.Hosting.ApplicationManager" /> object. </summary> <returns>true if the application domain is hosted by an <see cref="T:System.Web.Hosting.ApplicationManager" /> object; otherwise, false. </returns> </member> <member name="M:System.Web.Hosting.HostingEnvironment.MapPath(System.String)"> <summary> Maps a virtual path to a physical path on the server. </summary> <returns> The physical path on the server specified by <paramref name="virtualPath" />. </returns> <param name="virtualPath"> The virtual path (absolute or relative). </param> </member> <member name="M:System.Web.Hosting.HostingEnvironment.RegisterObject(System.Web.Hosting.IRegisteredObject)"> <summary> Places an object in the list of registered objects for the application. </summary> <param name="obj"> The object to register. </param> </member> <member name="M:System.Web.Hosting.HostingEnvironment.RegisterVirtualPathProvider(System.Web.Hosting.VirtualPathProvider)"> <summary> Registers a new <see cref="T:System.Web.Hosting.VirtualPathProvider" /> instance with the ASP.NET compilation system. </summary> <param name="virtualPathProvider"> The new <see cref="T:System.Web.Hosting.VirtualPathProvider" /> instance to add to the compilation system. </param> </member> <member name="M:System.Web.Hosting.HostingEnvironment.SetCultures"> <summary> Sets the current thread to the culture specified in the application configuration file. </summary> <returns> An <see cref="T:System.IDisposable" /> object that represents the culture prior to changing; this object can be used to revert to the previous culture. </returns> </member> <member name="M:System.Web.Hosting.HostingEnvironment.SetCultures(System.String)"> <summary> Sets the current thread to the culture of the specified virtual path. </summary> <returns> An <see cref="T:System.IDisposable" /> object that represents the culture prior to changing; this object can be used to revert to the previous culture. </returns> <param name="virtualPath"> The path containing the culture information. </param> </member> <member name="P:System.Web.Hosting.HostingEnvironment.ShutdownReason"> <summary> Returns an enumerated value that indicates why the application terminated. </summary> <returns> One of the <see cref="T:System.Web.ApplicationShutdownReason" /> values. </returns> </member> <member name="P:System.Web.Hosting.HostingEnvironment.SiteName"> <summary> Gets the name of the site. </summary> <returns> The name of the site. </returns> </member> <member name="M:System.Web.Hosting.HostingEnvironment.UnregisterObject(System.Web.Hosting.IRegisteredObject)"> <summary> Removes an object from the list of registered objects for the application. </summary> <param name="obj"> The object to remove. </param> </member> <member name="P:System.Web.Hosting.HostingEnvironment.VirtualPathProvider"> <summary> Gets the virtual path provider for this application. </summary> <returns> The <see cref="T:System.Web.Hosting.VirtualPathProvider" /> instance for this application. </returns> </member> <member name="T:System.Web.Hosting.IAppDomainFactory"> <summary> Defines a single method to create a new <see cref="T:System.AppDomain" /> instance for a Web application. This interface was used by .NET Framework versions earlier than 2.0; version 2.0 uses the <see cref="T:System.Web.Hosting.IAppManagerAppDomainFactory" /> interface instead. </summary> </member> <member name="M:System.Web.Hosting.IAppDomainFactory.Create(System.String,System.String,System.String,System.String,System.String,System.Int32)"> <summary> Creates a new application domain for the specified Web application. This interface was used by .NET Framework versions earlier than 2.0; version 2.0 uses the <see cref="T:System.Web.Hosting.IAppManagerAppDomainFactory" /> interface instead. </summary> <returns> A new application domain for the specified Web application. </returns> <param name="module"> The module containing the Web application. </param> <param name="typeName"> The type of the Web application. </param> <param name="appId"> The unique identifier for the Web application. </param> <param name="appPath"> The path to the Web application's files. </param> <param name="strUrlOfAppOrigin"> The URL of origin for the Web application. </param> <param name="iZone"> The zone of origin for the Web application. </param> </member> <member name="T:System.Web.Hosting.IAppManagerAppDomainFactory"> <summary> Defines a method used to create an <see cref="T:System.AppDomain" /> instance for a Web-application manager and a method used to stop all <see cref="T:System.AppDomain" /> instances for a Web-application manager. </summary> </member> <member name="M:System.Web.Hosting.IAppManagerAppDomainFactory.Create(System.String,System.String)"> <summary> Creates a new application domain for the specified Web application. </summary> <returns> A new application domain for the specified Web application. </returns> <param name="appId"> The unique identifier for the new application. </param> <param name="appPath"> The path to the new application's files. </param> </member> <member name="M:System.Web.Hosting.IAppManagerAppDomainFactory.Stop"> <summary> Stops all application domains associated with this application manager. </summary> </member> <member name="T:System.Web.Hosting.IISAPIRuntime"> <summary> Defines methods used to create <see cref="T:System.Web.HttpWorkerRequest" /> objects in the .NET Framework. </summary> </member> <member name="M:System.Web.Hosting.IISAPIRuntime.DoGCCollect"> <summary> Forces garbage collection. </summary> </member> <member name="M:System.Web.Hosting.IISAPIRuntime.ProcessRequest(System.IntPtr,System.Int32)"> <summary> Creates a new <see cref="T:System.Web.HttpWorkerRequest" /> object to process the current request </summary> <returns> 0 if <see cref="T:System.Web.HttpWorkerRequest" /> was created successfully; otherwise, 1. </returns> <param name="ecb"> An ISAPI extension control block. </param> <param name="useProcessModel"> 0 to create an out-of-process request; otherwise, an in-process request is created. </param> </member> <member name="M:System.Web.Hosting.IISAPIRuntime.StartProcessing"> <summary> Starts processing all items in the worker process pipeline. </summary> </member> <member name="M:System.Web.Hosting.IISAPIRuntime.StopProcessing"> <summary> Stops processing the items in the worker process pipeline. </summary> </member> <member name="T:System.Web.Hosting.IRegisteredObject"> <summary> Defines methods for objects that are managed by the hosting environment. </summary> </member> <member name="M:System.Web.Hosting.IRegisteredObject.Stop(System.Boolean)"> <summary> Requests a registered object to unregister. </summary> <param name="immediate">true to indicate the registered object should unregister from the hosting environment before returning; otherwise, false. </param> </member> <member name="T:System.Web.Hosting.ISAPIRuntime"> <summary> Manages <see cref="T:System.Web.HttpWorkerRequest" /> objects in the .NET Framework. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Hosting.ISAPIRuntime.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.ISAPIRuntime" /> class. </summary> </member> <member name="M:System.Web.Hosting.ISAPIRuntime.DoGCCollect"> <summary> Forces garbage collection. </summary> </member> <member name="M:System.Web.Hosting.ISAPIRuntime.InitializeLifetimeService"> <summary> Gives the <see cref="T:System.Web.Hosting.ISAPIRuntime" /> object an infinite lifetime by preventing a lease from being created. </summary> <returns>null to prevent a lease from being created. </returns> </member> <member name="M:System.Web.Hosting.ISAPIRuntime.ProcessRequest(System.IntPtr,System.Int32)"> <summary> Creates a new <see cref="T:System.Web.HttpWorkerRequest" /> object to process the current request. </summary> <returns> 0 if <see cref="T:System.Web.HttpWorkerRequest" /> was created successfully; otherwise, 1. </returns> <param name="ecb"> An ISAPI extension control block. </param> <param name="iWRType"> 0 to create an out-of-process request; otherwise, an in-process request is created. </param> </member> <member name="M:System.Web.Hosting.ISAPIRuntime.StartProcessing"> <summary> Starts processing all items in the worker process pipeline. </summary> </member> <member name="M:System.Web.Hosting.ISAPIRuntime.StopProcessing"> <summary> Stops processing the items in the worker process pipeline. </summary> </member> <member name="M:System.Web.Hosting.ISAPIRuntime.System#Web#Hosting#IRegisteredObject#Stop(System.Boolean)"> <summary> Requests a registered object to unregister. </summary> <param name="immediate">true to indicate that the registered object should unregister from the hosting environment before returning; otherwise, false. </param> </member> <member name="T:System.Web.Hosting.SimpleWorkerRequest"> <summary> Provides a simple implementation of the <see cref="T:System.Web.HttpWorkerRequest" /> abstract class that can be used to host ASP.NET applications outside an Internet Information Services (IIS) application. You can employ SimpleWorkerRequest directly or extend it. </summary> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.#ctor(System.String,System.String,System.IO.TextWriter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.SimpleWorkerRequest" /> class when the target application domain has been created using the <see cref="M:System.Web.Hosting.ApplicationHost.CreateApplicationHost(System.Type,System.String,System.String)" /> method. </summary> <param name="page"> The page to be requested (or the virtual path to the page, relative to the application directory). </param> <param name="query"> The text of the query string. </param> <param name="output"> A <see cref="T:System.IO.TextWriter" /> that captures output from the response </param> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.#ctor(System.String,System.String,System.String,System.String,System.IO.TextWriter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.SimpleWorkerRequest" /> class for use in an arbitrary application domain, when the user code creates an <see cref="T:System.Web.HttpContext" /> (passing the SimpleWorkerRequest as an argument to the HttpContext constructor). </summary> <param name="appVirtualDir"> The virtual path to the application directory; for example, "/app". </param> <param name="appPhysicalDir"> The physical path to the application directory; for example, "c:\app". </param> <param name="page"> The virtual path for the request (relative to the application directory). </param> <param name="query"> The text of the query string. </param> <param name="output"> A <see cref="T:System.IO.TextWriter" /> that captures the output from the response. </param> <exception cref="T:System.Web.HttpException"> The <paramref name="appVirtualDir" /> parameter cannot be overridden in this context. </exception> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.EndOfRequest"> <summary> Notifies the <see cref="T:System.Web.HttpWorkerRequest" /> that request processing for the current request is complete. </summary> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.FlushResponse(System.Boolean)"> <summary> Sends all pending response data to the client. </summary> <param name="finalFlush">true if this is the last time response data will be flushed; otherwise, false. </param> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetAppPath"> <summary> Returns the virtual path to the currently executing server application. </summary> <returns> The virtual path of the current application. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetAppPathTranslated"> <summary> Returns the UNC-translated path to the currently executing server application. </summary> <returns> The physical path of the current application. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetFilePath"> <summary> Returns the physical path to the requested URI. </summary> <returns> The physical path to the requested URI. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetFilePathTranslated"> <summary> Returns the physical file path to the requested URI (and translates it from virtual path to physical path: for example, "/proj1/page.aspx" to "c:\dir\page.aspx") </summary> <returns> The translated physical file path to the requested URI. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetHttpVerbName"> <summary> Returns the HTTP request verb. </summary> <returns> The HTTP verb for this request. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetHttpVersion"> <summary> Returns the HTTP version string of the request (for example, "HTTP/1.1"). </summary> <returns> The HTTP version string returned in the request header. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetLocalAddress"> <summary> Returns the server IP address of the interface on which the request was received. </summary> <returns> The server IP address of the interface on which the request was received. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetLocalPort"> <summary> Returns the port number on which the request was received. </summary> <returns> The server port number on which the request was received. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetPathInfo"> <summary> Returns additional path information for a resource with a URL extension. That is, for the path /virdir/page.html/tail, the return value is /tail. </summary> <returns> Additional path information for a resource. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetQueryString"> <summary> Returns the query string specified in the request URL. </summary> <returns> The request query string. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetRawUrl"> <summary> Returns the URL path contained in the header with the query string appended. </summary> <returns> The raw URL path of the request header. Note: The returned URL is not normalized. Using the URL for access control, or security-sensitive decisions can expose your application to canonicalization security vulnerabilities. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetRemoteAddress"> <summary> Returns the IP address of the client. </summary> <returns> The client's IP address. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetRemotePort"> <summary> Returns the client's port number. </summary> <returns> The client's port number. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetServerVariable(System.String)"> <summary> Returns a single server variable from a dictionary of server variables associated with the request. </summary> <returns> The requested server variable. </returns> <param name="name"> The name of the requested server variable. </param> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetUriPath"> <summary> Returns the virtual path to the requested URI. </summary> <returns> The path to the requested URI. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.GetUserToken"> <summary> Returns the client's impersonation token. </summary> <returns> A value representing the client's impersonation token. The default is <see cref="F:System.IntPtr.Zero" />. </returns> </member> <member name="P:System.Web.Hosting.SimpleWorkerRequest.MachineConfigPath"> <summary> Gets the full physical path to the Machine.config file. </summary> <returns> The physical path to the Machine.config file. </returns> </member> <member name="P:System.Web.Hosting.SimpleWorkerRequest.MachineInstallDirectory"> <summary> Gets the physical path to the directory where the ASP.NET binaries are installed. </summary> <returns> The physical directory to the ASP.NET binary files. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.MapPath(System.String)"> <summary> Returns the physical path corresponding to the specified virtual path. </summary> <returns> The physical path that corresponds to the virtual path specified in the <paramref name="path" /> parameter. </returns> <param name="path"> The virtual path. </param> </member> <member name="P:System.Web.Hosting.SimpleWorkerRequest.RootWebConfigPath"> <summary> Gets the full physical path to the root Web.config file. </summary> <returns> The physical path to the root Web.config file. </returns> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.SendKnownResponseHeader(System.Int32,System.String)"> <summary> Adds a standard HTTP header to the response. </summary> <param name="index"> The header index. For example, <see cref="F:System.Web.HttpWorkerRequest.HeaderContentLength" />. </param> <param name="value"> The header value. </param> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.SendResponseFromFile(System.IntPtr,System.Int64,System.Int64)"> <summary> Adds the contents of the file with the specified handle to the response and specifies the starting position in the file and the number of bytes to send. </summary> <param name="handle"> The handle of the file to send. </param> <param name="offset"> The starting position in the file. </param> <param name="length"> The number of bytes to send. </param> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.SendResponseFromFile(System.String,System.Int64,System.Int64)"> <summary> Adds the contents of the file with the specified name to the response and specifies the starting position in the file and the number of bytes to send. </summary> <param name="filename"> The name of the file to send. </param> <param name="offset"> The starting position in the file. </param> <param name="length"> The number of bytes to send. </param> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.SendResponseFromMemory(System.Byte[],System.Int32)"> <summary> Adds the contents of a byte array to the response and specifies the number of bytes to send. </summary> <param name="data"> The byte array to send. </param> <param name="length"> The number of bytes to send. </param> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.SendStatus(System.Int32,System.String)"> <summary> Specifies the HTTP status code and status description of the response; for example, SendStatus(200, "Ok"). </summary> <param name="statusCode"> The status code to send </param> <param name="statusDescription"> The status description to send. </param> </member> <member name="M:System.Web.Hosting.SimpleWorkerRequest.SendUnknownResponseHeader(System.String,System.String)"> <summary> Adds a nonstandard HTTP header to the response. </summary> <param name="name"> The name of the header to send. </param> <param name="value"> The value of the header. </param> </member> <member name="T:System.Web.Hosting.VirtualDirectory"> <summary> Represents a directory object in a virtual file or resource space. </summary> </member> <member name="M:System.Web.Hosting.VirtualDirectory.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.VirtualDirectory" /> class. </summary> <param name="virtualPath"> The virtual path to the resource represented by this instance. </param> </member> <member name="P:System.Web.Hosting.VirtualDirectory.Children"> <summary> Gets a list of the files and subdirectories contained in this virtual directory. </summary> <returns> An object implementing the <see cref="T:System.Collections.IEnumerable" /> interface containing <see cref="T:System.Web.Hosting.VirtualFile" /> and <see cref="T:System.Web.Hosting.VirtualDirectory" /> objects. </returns> </member> <member name="P:System.Web.Hosting.VirtualDirectory.Directories"> <summary> Gets a list of all the subdirectories contained in this directory. </summary> <returns> An object implementing the <see cref="T:System.Collections.IEnumerable" /> interface containing <see cref="T:System.Web.Hosting.VirtualDirectory" /> objects. </returns> </member> <member name="P:System.Web.Hosting.VirtualDirectory.Files"> <summary> Gets a list of all files contained in this directory. </summary> <returns> An object implementing the <see cref="T:System.Collections.IEnumerable" /> interface containing <see cref="T:System.Web.Hosting.VirtualFile" /> objects. </returns> </member> <member name="P:System.Web.Hosting.VirtualDirectory.IsDirectory"> <summary> Gets a value that indicates that this is a virtual resource that should be treated as a directory. </summary> <returns> Always true. </returns> </member> <member name="T:System.Web.Hosting.VirtualFile"> <summary> Represents a file object in a virtual file or resource space. </summary> </member> <member name="M:System.Web.Hosting.VirtualFile.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.VirtualFile" /> class. </summary> <param name="virtualPath"> The virtual path to the resource represented by this instance. </param> </member> <member name="P:System.Web.Hosting.VirtualFile.IsDirectory"> <summary> Gets a value that indicates that this is a virtual resource that should be treated as a file. </summary> <returns> Always false. </returns> </member> <member name="M:System.Web.Hosting.VirtualFile.Open"> <summary> When overridden in a derived class, returns a read-only stream to the virtual resource. </summary> <returns> A read-only stream to the virtual file. </returns> </member> <member name="T:System.Web.Hosting.VirtualFileBase"> <summary> Provides the core implementation for the <see cref="T:System.Web.Hosting.VirtualFile" /> and <see cref="T:System.Web.Hosting.VirtualDirectory" /> objects. An abstract class, it cannot be instantiated. </summary> </member> <member name="M:System.Web.Hosting.VirtualFileBase.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class. </summary> </member> <member name="M:System.Web.Hosting.VirtualFileBase.InitializeLifetimeService"> <summary> Gives a <see cref="T:System.Web.Hosting.VirtualFileBase" /> instance an infinite lifetime by preventing a lease from being created. </summary> <returns> Always null. </returns> </member> <member name="P:System.Web.Hosting.VirtualFileBase.IsDirectory"> <summary> When overridden in a derived class, gets a value indicating whether the <see cref="T:System.Web.Hosting.VirtualFileBase" /> instance represents a virtual file or a virtual directory. </summary> <returns>true if the <see cref="T:System.Web.Hosting.VirtualFileBase" /> instance is a virtual directory; otherwise, false if the <see cref="T:System.Web.Hosting.VirtualFileBase" /> instance is a virtual file. </returns> </member> <member name="P:System.Web.Hosting.VirtualFileBase.Name"> <summary> Gets the display name of the virtual resource. </summary> <returns> The display name of the virtual file. </returns> </member> <member name="P:System.Web.Hosting.VirtualFileBase.VirtualPath"> <summary> Gets the virtual file path. </summary> <returns> The path to the virtual file. </returns> </member> <member name="T:System.Web.Hosting.VirtualPathProvider"> <summary> Provides a set of methods that enable a Web application to retrieve resources from a virtual file system. </summary> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class. </summary> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.CombineVirtualPaths(System.String,System.String)"> <summary> Combines a base path with a relative path to return a complete path to a virtual resource. </summary> <returns> The complete path to a virtual resource. </returns> <param name="basePath"> The base path for the application. </param> <param name="relativePath"> The path to the virtual resource, relative to the base path. </param> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.DirectoryExists(System.String)"> <summary> Gets a value that indicates whether a directory exists in the virtual file system. </summary> <returns>true if the directory exists in the virtual file system; otherwise, false. </returns> <param name="virtualDir"> The path to the virtual directory. </param> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.FileExists(System.String)"> <summary> Gets a value that indicates whether a file exists in the virtual file system. </summary> <returns>true if the file exists in the virtual file system; otherwise, false. </returns> <param name="virtualPath"> The path to the virtual file. </param> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.GetCacheDependency(System.String,System.Collections.IEnumerable,System.DateTime)"> <summary> Creates a cache dependency based on the specified virtual paths. </summary> <returns> A <see cref="T:System.Web.Caching.CacheDependency" /> object for the specified virtual resources. </returns> <param name="virtualPath"> The path to the primary virtual resource. </param> <param name="virtualPathDependencies"> An array of paths to other resources required by the primary virtual resource. </param> <param name="utcStart"> The UTC time at which the virtual resources were read. </param> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.GetCacheKey(System.String)"> <summary> Returns a cache key to use for the specified virtual path. </summary> <returns> A cache key for the specified virtual resource. </returns> <param name="virtualPath"> The path to the virtual resource. </param> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.GetDirectory(System.String)"> <summary> Gets a virtual directory from the virtual file system. </summary> <returns> A descendent of the <see cref="T:System.Web.Hosting.VirtualDirectory" /> class that represents a directory in the virtual file system. </returns> <param name="virtualDir"> The path to the virtual directory. </param> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.GetFile(System.String)"> <summary> Gets a virtual file from the virtual file system. </summary> <returns> A descendent of the <see cref="T:System.Web.Hosting.VirtualFile" /> class that represents a file in the virtual file system. </returns> <param name="virtualPath"> The path to the virtual file. </param> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.GetFileHash(System.String,System.Collections.IEnumerable)"> <summary> Returns a hash of the specified virtual paths. </summary> <returns> A hash of the specified virtual paths. </returns> <param name="virtualPath"> The path to the primary virtual resource. </param> <param name="virtualPathDependencies"> An array of paths to other virtual resources required by the primary virtual resource. </param> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.Initialize"> <summary> Initializes the <see cref="T:System.Web.Hosting.VirtualPathProvider" /> instance. </summary> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.InitializeLifetimeService"> <summary> Gives the <see cref="T:System.Web.Hosting.VirtualPathProvider" /> object an infinite lifetime by preventing a lease from being created. </summary> <returns> Always null. </returns> </member> <member name="M:System.Web.Hosting.VirtualPathProvider.OpenFile(System.String)"> <summary> Returns a stream from a virtual file. </summary> <returns> A read-only <see cref="T:System.IO.Stream" /> object for the specified virtual file or resource. </returns> <param name="virtualPath"> The path to the virtual file. </param> </member> <member name="P:System.Web.Hosting.VirtualPathProvider.Previous"> <summary> Gets a reference to a previously registered <see cref="T:System.Web.Hosting.VirtualPathProvider" /> object in the compilation system. </summary> <returns> The next <see cref="T:System.Web.Hosting.VirtualPathProvider" /> object in the compilation system. </returns> </member> <member name="T:System.Web.Hosting.AppDomainInfo"> <summary> Provides information about the application domain. </summary> </member> <member name="M:System.Web.Hosting.AppDomainInfo.GetId"> <summary> Gets the application domain ID. </summary> <returns> The unique application domain ID. </returns> </member> <member name="M:System.Web.Hosting.AppDomainInfo.GetPhysicalPath"> <summary> Gets the physical path of the application domain. </summary> <returns> The physical path of the application domain. </returns> </member> <member name="M:System.Web.Hosting.AppDomainInfo.GetSiteId"> <summary> Gets the site ID of the application domain. </summary> <returns> The site ID of the application domain. </returns> </member> <member name="M:System.Web.Hosting.AppDomainInfo.GetVirtualPath"> <summary> Gets the root virtual path of the application domain. </summary> <returns> The root virtual path of the application domain. </returns> </member> <member name="M:System.Web.Hosting.AppDomainInfo.IsIdle"> <summary> Gets the idle state of the application domain. </summary> <returns>true if the application domain is idle; otherwise, false. </returns> </member> <member name="T:System.Web.Hosting.AppDomainInfoEnum"> <summary> Provides access to an application domain. </summary> </member> <member name="M:System.Web.Hosting.AppDomainInfoEnum.Count"> <summary> Retrieves the number of application domains. </summary> <returns> The number of application domains. </returns> </member> <member name="M:System.Web.Hosting.AppDomainInfoEnum.GetData"> <summary> Gets an <see cref="T:System.Web.Hosting.IAppDomainInfo" /> interface. </summary> <returns> An <see cref="T:System.Web.Hosting.IAppDomainInfo" /> interface. </returns> </member> <member name="M:System.Web.Hosting.AppDomainInfoEnum.MoveNext"> <summary> Moves to the next <see cref="T:System.Web.Hosting.IAppDomainInfo" /> interface. </summary> <returns> Returns true if a new interface is available; otherwise returns false. </returns> </member> <member name="M:System.Web.Hosting.AppDomainInfoEnum.Reset"> <summary> Initializes the <see cref="T:System.Web.Hosting.IAppDomainInfo" /> interface. </summary> </member> <member name="T:System.Web.Hosting.AppDomainProtocolHandler"> <summary> Provides support for programmatic access to application domain protocols. </summary> </member> <member name="M:System.Web.Hosting.AppDomainProtocolHandler.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.AppDomainProtocolHandler" /> class. </summary> </member> <member name="M:System.Web.Hosting.AppDomainProtocolHandler.InitializeLifetimeService"> <summary> Gives the protocol handler an infinite lifetime by preventing a lease from being created. </summary> <returns>true if the service is initiated; otherwise, false. </returns> </member> <member name="M:System.Web.Hosting.AppDomainProtocolHandler.StartListenerChannel(System.Web.Hosting.IListenerChannelCallback)"></member> <member name="M:System.Web.Hosting.AppDomainProtocolHandler.Stop(System.Boolean)"> <summary> Stops a queue. </summary> <param name="immediate">true to stop the queue immediately. </param> </member> <member name="M:System.Web.Hosting.AppDomainProtocolHandler.StopListenerChannel(System.Int32,System.Boolean)"></member> <member name="M:System.Web.Hosting.AppDomainProtocolHandler.StopProtocol(System.Boolean)"> <summary> Stops a protocol. </summary> <param name="immediate">true to stop the protocol immediately. </param> </member> <member name="M:System.Web.Hosting.ApplicationManager.CreateObject(System.Web.Hosting.IApplicationHost,System.Type)"> <summary> Creates an object for the specified application domain, based on type. </summary> <returns> A new object of the type specified in <paramref name="type" />. </returns> <param name="appHost"> An <see cref="System.Web.Hosting.IApplicationHost" /> object. </param> <param name="type"> The type of the object to create. </param> <exception cref="T:System.ArgumentException"> A physical path for the application does not exist. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="appHost" /> is null. - or - <paramref name="type" /> is null. </exception> </member> <member name="P:System.Web.Hosting.HostingEnvironment.ApplicationHost"> <summary> This property supports the ASP.NET infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="M:System.Web.Hosting.HostingEnvironment.MessageReceived"> <summary> This method supports the ASP.NET infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="T:System.Web.Hosting.IAdphManager"> <summary> Manages an application domain protocol handler </summary> </member> <member name="M:System.Web.Hosting.IAdphManager.StartAppDomainProtocolListenerChannel(System.String,System.String,System.Web.Hosting.IListenerChannelCallback)"> <summary> Starts an application domain protocol listener channel. </summary> <param name="appId"> The application ID </param> <param name="protocolId"> The protocol ID. </param> <param name="listenerChannelCallback"> The protocol listener channel callback. </param> </member> <member name="M:System.Web.Hosting.IAdphManager.StopAppDomainProtocol(System.String,System.String,System.Boolean)"> <summary> Stops an application domain protocol listener channel. </summary> <param name="appId"> The application ID </param> <param name="protocolId"> The protocol ID. </param> <param name="immediate"> The protocol listener channel callback. </param> </member> <member name="M:System.Web.Hosting.IAdphManager.StopAppDomainProtocolListenerChannel(System.String,System.String,System.Int32,System.Boolean)"> <summary> Stops an application domain protocol listener channel. </summary> <param name="appId"> The application ID </param> <param name="protocolId"> The protocol ID. </param> <param name="listenerChannelId"> The protocol listener channel callback. </param> <param name="immediate"> Whether to stop the protocol listener channel immediately </param> </member> <member name="T:System.Web.Hosting.IAppDomainInfo"> <summary> Provides information about the application domain. </summary> </member> <member name="M:System.Web.Hosting.IAppDomainInfo.GetId"> <summary> Gets the application domain ID. </summary> <returns> The unique application domain ID. </returns> </member> <member name="M:System.Web.Hosting.IAppDomainInfo.GetPhysicalPath"> <summary> Gets the physical path of the application domain. </summary> <returns> The physical path of the application domain. </returns> </member> <member name="M:System.Web.Hosting.IAppDomainInfo.GetSiteId"> <summary> Gets the site ID of the application domain. </summary> <returns> The site ID of the application domain. </returns> </member> <member name="M:System.Web.Hosting.IAppDomainInfo.GetVirtualPath"> <summary> Gets the root virtual path of the application domain. </summary> <returns> The root virtual path of the application domain. </returns> </member> <member name="M:System.Web.Hosting.IAppDomainInfo.IsIdle"> <summary> Gets the state of the application domain. </summary> <returns>true if the application domain is idle; otherwise, false. </returns> </member> <member name="T:System.Web.Hosting.IAppDomainInfoEnum"> <summary> Provides access to an application domain. </summary> </member> <member name="M:System.Web.Hosting.IAppDomainInfoEnum.Count"> <summary> Retrieves the number of application domains. </summary> <returns> The number of application domains. </returns> </member> <member name="M:System.Web.Hosting.IAppDomainInfoEnum.GetData"> <summary> Gets an <see cref="T:System.Web.Hosting.IAppDomainInfo" /> interface. </summary> <returns> An <see cref="T:System.Web.Hosting.IAppDomainInfo" /> interface. </returns> </member> <member name="M:System.Web.Hosting.IAppDomainInfoEnum.MoveNext"> <summary> Moves to the next <see cref="T:System.Web.Hosting.IAppDomainInfo" /> interface. </summary> <returns>true if a new interface is available; otherwise, false. </returns> </member> <member name="M:System.Web.Hosting.IAppDomainInfoEnum.Reset"> <summary> Initializes the <see cref="T:System.Web.Hosting.IAppDomainInfo" /> interface. </summary> </member> <member name="T:System.Web.Hosting.IApplicationHost"> <summary> Retrieves information about the application host. </summary> </member> <member name="M:System.Web.Hosting.IApplicationHost.GetConfigMapPathFactory"> <summary> Enables creation of an <see cref="T:System.Web.Configuration.IConfigMapPath" /> interface in the target application domain. </summary> </member> <member name="M:System.Web.Hosting.IApplicationHost.GetConfigToken"> <summary> Gets the token for the application host configuration (.config) file. </summary> <returns> A Windows handle that contains the Windows security token for the application's root. The token can be used to open and read the application configuration file. </returns> </member> <member name="M:System.Web.Hosting.IApplicationHost.GetPhysicalPath"> <summary> Gets the application's root physical path. </summary> <returns> The physical path of the application root. </returns> </member> <member name="M:System.Web.Hosting.IApplicationHost.GetSiteID"> <summary> Gets the site ID. </summary> <returns> The site ID. </returns> </member> <member name="M:System.Web.Hosting.IApplicationHost.GetSiteName"> <summary> Gets the site name. </summary> <returns> The site name. </returns> </member> <member name="M:System.Web.Hosting.IApplicationHost.GetVirtualPath"> <summary> Gets the application's root virtual path. </summary> <returns> The application's root virtual path. </returns> </member> <member name="M:System.Web.Hosting.IApplicationHost.MessageReceived"> <summary> Indicates that a message was received. </summary> </member> <member name="T:System.Web.Hosting.IListenerChannelCallback"> <summary> Provides listener-channel notifications from protocol handlers to the worker process framework. Also enables protocol handlers to access additional parameters, such as the ID of the listener channel. </summary> </member> <member name="M:System.Web.Hosting.IListenerChannelCallback.GetBlob(System.Byte[],System.Int32@)"> <summary> Retrieves data that the protocol manager will pass to a listener channel when the protocol manager is starting that listener channel. </summary> <param name="buffer"> The data that will be passed to the listener channel. </param> <param name="bufferSize"> The amount of data, in bytes, that is in the buffer. </param> </member> <member name="M:System.Web.Hosting.IListenerChannelCallback.GetBlobLength"> <summary> Gets the size of the buffered data in the listener channel. </summary> <returns> The size, in bytes, of the data that is in the listener channel buffer. </returns> </member> <member name="M:System.Web.Hosting.IListenerChannelCallback.GetId"> <summary> Gets the ID of a listener channel that has to be started. </summary> <returns> The ID of the listener channel. </returns> </member> <member name="M:System.Web.Hosting.IListenerChannelCallback.ReportMessageReceived"> <summary> Notifies the worker process framework that a new message was received. </summary> </member> <member name="M:System.Web.Hosting.IListenerChannelCallback.ReportStarted"> <summary> Notifies the worker process framework that a listener channel has started. </summary> </member> <member name="M:System.Web.Hosting.IListenerChannelCallback.ReportStopped(System.Int32)"> <summary> Notifies the worker process framework that a listener channel has stopped. </summary> <param name="hr"> The HRESULT value that reports the status of a listener channel. </param> </member> <member name="T:System.Web.Hosting.IPphManager"> <summary> Provides stop and start control of listener channels. </summary> </member> <member name="M:System.Web.Hosting.IPphManager.StartProcessProtocolListenerChannel(System.String,System.Web.Hosting.IListenerChannelCallback)"> <summary> Starts the specified process protocol listener channel. </summary> <param name="protocolId"> The protocol ID. </param> <param name="listenerChannelCallback"> The <see cref="T:System.Web.Hosting.IListenerChannelCallback" /> interface. </param> </member> <member name="M:System.Web.Hosting.IPphManager.StopProcessProtocol(System.String,System.Boolean)"> <summary> Stops all protocol listener channels. </summary> <param name="protocolId"> The protocol ID of the listener channel to stop. </param> <param name="immediate">true to notify the process protocol manager to stop all listener channels synchronously; false to stop all listener channels asynchronously. </param> </member> <member name="M:System.Web.Hosting.IPphManager.StopProcessProtocolListenerChannel(System.String,System.Int32,System.Boolean)"> <summary> Stops the specified process protocol listener channel. </summary> <param name="protocolId"> The protocol ID for the listener channel. </param> <param name="listenerChannelId"> The listener channel ID. </param> <param name="immediate">true to notify the process protocol manager to stop all listener channels synchronously; false to stop all listener channels asynchronously. </param> </member> <member name="T:System.Web.Hosting.IProcessHost"> <summary> Defines the set of process-wide functionality that every host of the application manager must implement. </summary> </member> <member name="M:System.Web.Hosting.IProcessHost.EnumerateAppDomains(System.Web.Hosting.IAppDomainInfoEnum@)"> <summary> Gets an <see cref="T:System.Web.Hosting.AppDomainInfoEnum" /> interface. </summary> <param name="appDomainInfoEnum"> The <see cref="T:System.Web.Hosting.AppDomainInfoEnum" /> interface. </param> </member> <member name="M:System.Web.Hosting.IProcessHost.Shutdown"> <summary> Sends a request to terminate all applications in an application domain. </summary> </member> <member name="M:System.Web.Hosting.IProcessHost.ShutdownApplication(System.String)"> <summary> Terminates the specified application. </summary> <param name="appId"> The application to terminate. </param> </member> <member name="M:System.Web.Hosting.IProcessHost.StartApplication(System.String,System.String,System.Object@)"> <summary> Starts the specified application </summary> <param name="appId"> The unique application ID. </param> <param name="appPath"> The virtual path to the application. </param> <param name="runtimeInterface"> A runtime manager interface. </param> </member> <member name="T:System.Web.Hosting.IProcessHostFactoryHelper"> <summary> Provides a method to retrieve an <see cref="T:System.Web.Hosting.IProcessHost" /> interface. </summary> </member> <member name="M:System.Web.Hosting.IProcessHostFactoryHelper.GetProcessHost(System.Web.Hosting.IProcessHostSupportFunctions)"> <summary> Gets the process host. </summary> <returns> A process host object. </returns> <param name="functions"> Functions that are declared by the <see cref="T:System.Web.Hosting.IProcessHostSupportFunctions" /> interface. </param> </member> <member name="T:System.Web.Hosting.IProcessHostIdleAndHealthCheck"> <summary> Provides ways to check on the state of a process. </summary> </member> <member name="M:System.Web.Hosting.IProcessHostIdleAndHealthCheck.IsIdle"> <summary> Gets the state of the application domain. </summary> <returns>true if the application domain is idle; otherwise, false. </returns> </member> <member name="M:System.Web.Hosting.IProcessHostIdleAndHealthCheck.Ping(System.Web.Hosting.IProcessPingCallback)"> <summary> Pings a process. </summary> <param name="callback"> The callback to handle the ping response. </param> </member> <member name="T:System.Web.Hosting.IProcessHostSupportFunctions"> <summary> Provides helper functions for the process host. </summary> </member> <member name="M:System.Web.Hosting.IProcessHostSupportFunctions.GetAppHostConfigFilename"> <summary> Gets the application host configuration (.config) file path. </summary> <returns> The physical path (including the file name) to the application host configuration file. </returns> </member> <member name="M:System.Web.Hosting.IProcessHostSupportFunctions.GetApplicationProperties(System.String,System.String@,System.String@,System.String@,System.String@)"> <summary> Gets the properties from the application's metabase. </summary> <param name="appId"> The ID of the application. </param> <param name="virtualPath"> The root virtual path of the application. </param> <param name="physicalPath"> The root physical path of the application. </param> <param name="siteName"> The display name of the application. </param> <param name="siteId"> The site ID. </param> </member> <member name="M:System.Web.Hosting.IProcessHostSupportFunctions.GetConfigToken(System.String)"> <summary> Gets a Windows security token for the specified application's root directory. </summary> <returns> A Windows handle that contains a Windows security token for the specified application's root directory. </returns> <param name="appId"> The unique identifier of the application. </param> </member> <member name="M:System.Web.Hosting.IProcessHostSupportFunctions.GetNativeConfigurationSystem"> <summary> Retrieves the INativeConfigurationSystem interface. </summary> <returns> A pointer to the INativeConfigurationSystem interface. </returns> </member> <member name="M:System.Web.Hosting.IProcessHostSupportFunctions.GetRootWebConfigFilename"> <summary> Gets the physical path for the ApplicationHost.config file. </summary> <returns> The physical path for the ApplicationHost.config file. </returns> </member> <member name="M:System.Web.Hosting.IProcessHostSupportFunctions.MapPath(System.String,System.String,System.String@)"> <summary> Gets the physical path of a relative URL. </summary> <param name="appId"> The application ID. </param> <param name="virtualPath"> The relative URL to map. </param> <param name="physicalPath"> The physical path of the relative URL. </param> </member> <member name="T:System.Web.Hosting.IProcessPingCallback"> <summary> Provides functionality to respond to a ping request. </summary> </member> <member name="M:System.Web.Hosting.IProcessPingCallback.Respond"> <summary> Provides a callback routine that responds to a ping request. </summary> </member> <member name="T:System.Web.Hosting.ProcessHost"> <summary> Represents a process host. </summary> </member> <member name="M:System.Web.Hosting.ProcessHost.EnumerateAppDomains(System.Web.Hosting.IAppDomainInfoEnum@)"> <summary> Provides access to an enumerable set of application domains. </summary> <param name="appDomainInfoEnum"> Information about the application domains. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.InitializeLifetimeService"> <summary> Gives the process host an infinite lifetime by preventing a lease from being created. </summary> </member> <member name="M:System.Web.Hosting.ProcessHost.IsIdle"> <summary> Gets the state of a process. </summary> <returns>true if the process host is idle; otherwise, false. </returns> </member> <member name="M:System.Web.Hosting.ProcessHost.Ping(System.Web.Hosting.IProcessPingCallback)"> <summary> Pings a process. </summary> <param name="callback"> The callback to handle the ping response. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.Shutdown"> <summary> Unloads the process host. </summary> </member> <member name="M:System.Web.Hosting.ProcessHost.ShutdownApplication(System.String)"> <summary> Shuts down the specified application. </summary> <param name="appId"> The unique identifier of the application to shut down. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.StartAppDomainProtocolListenerChannel(System.String,System.String,System.Web.Hosting.IListenerChannelCallback)"> <summary> Starts an application domain protocol listener channel. </summary> <param name="appId"></param> <param name="protocolId"></param> <param name="listenerChannelCallback"> The protocol listener channel callback. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.StartApplication(System.String,System.String,System.Object@)"> <summary> Starts the specified application. </summary> <param name="appId"></param> <param name="appPath"> The virtual path to the application. </param> <param name="runtimeInterface"> A runtime manager interface. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.StartProcessProtocolListenerChannel(System.String,System.Web.Hosting.IListenerChannelCallback)"> <summary> Starts a process protocol listener channel. </summary> <param name="protocolId"></param> <param name="listenerChannelCallback"> The protocol listener channel callback. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.StopAppDomainProtocol(System.String,System.String,System.Boolean)"> <summary> Stops an application domain protocol listener channel. </summary> <param name="appId"> The application ID. </param> <param name="protocolId"> The protocol ID. </param> <param name="immediate"> Whether to stop the protocol immediately. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.StopAppDomainProtocolListenerChannel(System.String,System.String,System.Int32,System.Boolean)"> <summary> Stops an application domain protocol listener channel. </summary> <param name="appId"></param> <param name="protocolId"></param> <param name="listenerChannelId"></param> <param name="immediate"> Whether to stop the protocol listener channel immediately. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.StopProcessProtocol(System.String,System.Boolean)"> <summary> Stops a process protocol. </summary> <param name="protocolId"> The protocol ID. </param> <param name="immediate"> Whether to stop the protocol immediately. </param> </member> <member name="M:System.Web.Hosting.ProcessHost.StopProcessProtocolListenerChannel(System.String,System.Int32,System.Boolean)"> <summary> Stops a protocol listener channel. </summary> <param name="protocolId"></param> <param name="listenerChannelId"></param> <param name="immediate"> Whether to stop the protocol listener channel immediately. </param> </member> <member name="T:System.Web.Hosting.ProcessHostFactoryHelper"> <summary> Provides a method to retrieve an <see cref="T:System.Web.Hosting.IProcessHost" /> interface. </summary> </member> <member name="M:System.Web.Hosting.ProcessHostFactoryHelper.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.ProcessHostFactoryHelper" /> class. </summary> </member> <member name="M:System.Web.Hosting.ProcessHostFactoryHelper.GetProcessHost(System.Web.Hosting.IProcessHostSupportFunctions)"> <summary> Gets the process host. </summary> <param name="functions"> Functions that are declared by the <see cref="T:System.Web.Hosting.IProcessHostSupportFunctions" /> interface. </param> </member> <member name="M:System.Web.Hosting.ProcessHostFactoryHelper.InitializeLifetimeService"> <summary> Gives the process an infinite lifetime by preventing a lease from being created. </summary> <returns>null. </returns> </member> <member name="T:System.Web.Hosting.ProcessProtocolHandler"> <summary> Provides support for protocol handlers. </summary> </member> <member name="M:System.Web.Hosting.ProcessProtocolHandler.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Hosting.ProcessProtocolHandler" /> class. </summary> </member> <member name="M:System.Web.Hosting.ProcessProtocolHandler.InitializeLifetimeService"> <summary> Gives the protocol handler an infinite lifetime by preventing a lease from being created. </summary> </member> <member name="M:System.Web.Hosting.ProcessProtocolHandler.StartListenerChannel(System.Web.Hosting.IListenerChannelCallback,System.Web.Hosting.IAdphManager)"> <summary> Starts a protocol listener channel. </summary> <param name="listenerChannelCallback"> The callback for the listener channel. </param> <param name="AdphManager"> The application domain handler manager that is associated with the listener channel. </param> </member> <member name="M:System.Web.Hosting.ProcessProtocolHandler.StopListenerChannel(System.Int32,System.Boolean)"> <summary> Stops the specified process protocol handler. </summary> <param name="listenerChannelId"> The callback for the listener channel. </param> <param name="immediate">true to stop the protocol immediately; otherwise, false. </param> </member> <member name="M:System.Web.Hosting.ProcessProtocolHandler.StopProtocol(System.Boolean)"> <summary> Stops a process protocol handler. </summary> <param name="immediate">true to stop the protocol immediately; otherwise, false. </param> </member> <member name="T:System.Web.Mail.MailAttachment"> <summary> Provides properties and methods for constructing an e-mail attachment. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> </member> <member name="M:System.Web.Mail.MailAttachment.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Mail.MailAttachment" /> class with the specified file name for the attachment. Sets the <see cref="T:System.Text.Encoding" /> property to <see cref="F:System.Web.Mail.MailEncoding.UUEncode" /> by default. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <param name="filename"> The name of the attachment file. </param> </member> <member name="M:System.Web.Mail.MailAttachment.#ctor(System.String,System.Web.Mail.MailEncoding)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Mail.MailAttachment" /> class with the specified file name and encoding type for the attachment. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <param name="filename"> The name of the attachment file. </param> <param name="encoding"> The type of <see cref="T:System.Web.Mail.MailEncoding" /> for the attachment. </param> </member> <member name="P:System.Web.Mail.MailAttachment.Encoding"> <summary> Gets the type of encoding for the e-mail attachment. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> One of the <see cref="T:System.Web.Mail.MailEncoding" /> values. </returns> </member> <member name="P:System.Web.Mail.MailAttachment.Filename"> <summary> Gets the name of the attachment file. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> The name of the attachment file. </returns> </member> <member name="T:System.Web.Mail.MailEncoding"> <summary> Provides enumerated values for e-mail encoding. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> </member> <member name="F:System.Web.Mail.MailEncoding.UUEncode"> <summary> Specifies that the e-mail message uses UUEncode encoding. </summary> </member> <member name="F:System.Web.Mail.MailEncoding.Base64"> <summary> Specifies that the e-mail message uses Base64 encoding. </summary> </member> <member name="T:System.Web.Mail.MailFormat"> <summary> Provides enumerated values for e-mail format. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> </member> <member name="F:System.Web.Mail.MailFormat.Text"> <summary> Specifies that the e-mail format is plain text. </summary> </member> <member name="F:System.Web.Mail.MailFormat.Html"> <summary> Specifies that the e-mail format is HTML. </summary> </member> <member name="T:System.Web.Mail.MailMessage"> <summary> Provides properties and methods for constructing an e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> </member> <member name="M:System.Web.Mail.MailMessage.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Mail.MailMessage" /> class. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> </member> <member name="P:System.Web.Mail.MailMessage.Attachments"> <summary> Specifies the collection of attachments that are transmitted with the message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> An <see cref="T:System.Collections.IList" /> collection of <see cref="T:System.Web.Mail.MailAttachment" /> objects. </returns> </member> <member name="P:System.Web.Mail.MailMessage.Bcc"> <summary> Gets or sets a semicolon-delimited list of email addresses that receive a blind carbon copy (BCC) of the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> A semicolon-delimited list of e-mail addresses that receive a blind carbon copy (BCC) of the e-mail message. </returns> </member> <member name="P:System.Web.Mail.MailMessage.Body"> <summary> Gets or sets the body of the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> The body of the e-mail message. </returns> </member> <member name="P:System.Web.Mail.MailMessage.BodyEncoding"> <summary> Gets or sets the encoding type of the body of the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> One of the <see cref="T:System.Text.Encoding" /> values that indicates the encoding type of the body of the e-mail message. </returns> </member> <member name="P:System.Web.Mail.MailMessage.BodyFormat"> <summary> Gets or sets the content type of the body of the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> One of the <see cref="T:System.Web.Mail.MailFormat" /> values. </returns> </member> <member name="P:System.Web.Mail.MailMessage.Cc"> <summary> Gets or sets a semicolon-delimited list of e-mail addresses that receive a carbon copy (CC) of the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> A semicolon-delimited list of e-mail addresses that receive a carbon copy (CC) of the e-mail message. </returns> </member> <member name="P:System.Web.Mail.MailMessage.Fields"> <summary> Gets a collection of objects that map to Microsoft Collaboration Data Objects (CDO) fields. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> collection of objects that map to Collaboration Data Objects (CDO) fields. </returns> </member> <member name="P:System.Web.Mail.MailMessage.From"> <summary> Gets or sets the e-mail address of the sender. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> The sender's e-mail address. </returns> </member> <member name="P:System.Web.Mail.MailMessage.Headers"> <summary> Specifies the custom headers that are transmitted with the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> collection of custom headers. </returns> </member> <member name="P:System.Web.Mail.MailMessage.Priority"> <summary> Gets or sets the priority of the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> One of the <see cref="T:System.Web.Mail.MailPriority" /> values. </returns> </member> <member name="P:System.Web.Mail.MailMessage.Subject"> <summary> Gets or sets the subject line of the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> The subject line of the e-mail message. </returns> </member> <member name="P:System.Web.Mail.MailMessage.To"> <summary> Gets or sets a semicolon-delimited list of recipient e-mail addresses. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> A semicolon-delimited list of e-mail addresses. </returns> </member> <member name="P:System.Web.Mail.MailMessage.UrlContentBase"> <summary> Gets or sets the Content-Base HTTP header, the URL base of all relative URLs used within the HTML-encoded body of the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> The URL base. </returns> </member> <member name="P:System.Web.Mail.MailMessage.UrlContentLocation"> <summary> Gets or sets the Content-Location HTTP header for the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> The content-base header. </returns> </member> <member name="T:System.Web.Mail.MailPriority"> <summary> Specifies the priority level for the e-mail message. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> </member> <member name="F:System.Web.Mail.MailPriority.Normal"> <summary> Specifies that the e-mail message has normal priority. </summary> </member> <member name="F:System.Web.Mail.MailPriority.Low"> <summary> Specifies that the e-mail message has low priority. </summary> </member> <member name="F:System.Web.Mail.MailPriority.High"> <summary> Specifies that the e-mail message has high priority. </summary> </member> <member name="T:System.Web.Mail.SmtpMail"> <summary> Provides properties and methods for sending messages using the Collaboration Data Objects for Windows 2000 (CDOSYS) message component. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> </member> <member name="M:System.Web.Mail.SmtpMail.Send(System.String,System.String,System.String,System.String)"> <summary> Sends an e-mail message using the specified destination parameters. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <param name="from"> The address of the e-mail sender. </param> <param name="to"> The address of the e-mail recipient. </param> <param name="subject"> The subject line of the e-mail message. </param> <param name="messageText"> The body of the e-mail message. </param> <exception cref="T:System.PlatformNotSupportedException"> The <see cref="M:System.Web.Mail.SmtpMail.Send(System.String,System.String,System.String,System.String)" /> method requires the Microsoft Windows NT, Windows 2000, or Windows XP operating system. </exception> </member> <member name="M:System.Web.Mail.SmtpMail.Send(System.Web.Mail.MailMessage)"> <summary> Sends an e-mail message using arguments supplied in the properties of the <see cref="T:System.Web.Mail.MailMessage" /> class. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <param name="message"> The <see cref="T:System.Web.Mail.MailMessage" /> to send. </param> <exception cref="T:System.Runtime.InteropServices.COMException"> The mail cannot be sent. </exception> <exception cref="T:System.PlatformNotSupportedException"> The <see cref="M:System.Web.Mail.SmtpMail.Send(System.Web.Mail.MailMessage)" /> method requires the Microsoft Windows NT, Windows 2000, or Windows XP operating system. </exception> </member> <member name="P:System.Web.Mail.SmtpMail.SmtpServer"> <summary> Gets or sets the name of the SMTP relay mail server to use to send e-mail messages. Recommended alternative: <see cref="N:System.Net.Mail" />. </summary> <returns> The name of the e-mail relay server. If <see cref="P:System.Web.Mail.SmtpMail.SmtpServer" /> is not set, the name of the local SMTP server is used. </returns> </member> <member name="T:System.Web.Management.BufferedWebEventProvider"> <summary> Provides the base functionality for creating event providers that require buffering. </summary> </member> <member name="M:System.Web.Management.BufferedWebEventProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.BufferedWebEventProvider" /> class. </summary> </member> <member name="P:System.Web.Management.BufferedWebEventProvider.BufferMode"> <summary> Gets a value indicating the buffering mode used by the provider. </summary> <returns> The name of the buffering mode. </returns> </member> <member name="M:System.Web.Management.BufferedWebEventProvider.Flush"> <summary> Moves the events from the provider's buffer into the event log. </summary> </member> <member name="M:System.Web.Management.BufferedWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Sets the initial values for this object. </summary> <param name="name"> The name used in the configuration file to identify this provider. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that specifies the attributes assigned for this provider in the configuration file. </param> </member> <member name="M:System.Web.Management.BufferedWebEventProvider.ProcessEvent(System.Web.Management.WebBaseEvent)"> <summary> Processes the event passed to the provider. </summary> <param name="eventRaised"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object to process. </param> </member> <member name="M:System.Web.Management.BufferedWebEventProvider.ProcessEventFlush(System.Web.Management.WebEventBufferFlushInfo)"> <summary> Processes the buffered events. </summary> <param name="flushInfo"> A <see cref="T:System.Web.Management.WebEventBufferFlushInfo" /> that contains buffering information. </param> </member> <member name="M:System.Web.Management.BufferedWebEventProvider.Shutdown"> <summary> Performs tasks associated with shutting down the provider. </summary> </member> <member name="P:System.Web.Management.BufferedWebEventProvider.UseBuffering"> <summary> Gets a value indicating whether the provider is in buffered mode. </summary> <returns>true if the provider is in buffered mode; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.Management.EventLogWebEventProvider"> <summary> Implements an event provider that logs ASP.NET health-monitoring events into the Windows Application Event Log. </summary> </member> <member name="M:System.Web.Management.EventLogWebEventProvider.Flush"> <summary> Moves events from the provider's buffer into the event log. </summary> </member> <member name="M:System.Web.Management.EventLogWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Sets the initial values for this object. </summary> <param name="name"> The name used in the configuration file to identify this provider. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that specifies the attributes assigned for this provider in the configuration file. </param> </member> <member name="M:System.Web.Management.EventLogWebEventProvider.ProcessEvent(System.Web.Management.WebBaseEvent)"> <summary> Processes the event passed to the provider. </summary> <param name="eventRaised"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object to process. </param> </member> <member name="M:System.Web.Management.EventLogWebEventProvider.Shutdown"> <summary> Performs tasks associated with shutting down the provider. </summary> </member> <member name="T:System.Web.Management.EventNotificationType"> <summary> Specifies the type of event notification. </summary> </member> <member name="F:System.Web.Management.EventNotificationType.Regular"> <summary> The notification of an event is triggered on a regularly scheduled interval. </summary> </member> <member name="F:System.Web.Management.EventNotificationType.Urgent"> <summary> Notification triggered by exceeding the urgent event threshold. </summary> </member> <member name="F:System.Web.Management.EventNotificationType.Flush"> <summary> The notification of an event is triggered by a requested flush. </summary> </member> <member name="F:System.Web.Management.EventNotificationType.Unbuffered"> <summary> Every event is treated as if a flush has occurred. </summary> </member> <member name="T:System.Web.Management.IRegiisUtility"> <summary> Provides authorization utilities to support specific Web-application configuration, assembly registration, and assembly-key container manipulation. </summary> </member> <member name="M:System.Web.Management.IRegiisUtility.ProtectedConfigAction(System.Int64,System.String,System.String,System.String,System.String,System.String,System.String,System.Int32,System.IntPtr@)"> <summary> Allows specific manipulation of configuration sections and assembly-key containers based on the supplied parameters. </summary> <param name="actionToPerform"> The type of action to perform. </param> <param name="firstArgument"> A configuration section or assembly-key container name. </param> <param name="secondArgument"> The configuration file name or account name. </param> <param name="providerName"> The provider name. </param> <param name="appPath"> The application path. </param> <param name="site"> The site reference. </param> <param name="cspOrLocation"> The configuration location. </param> <param name="keySize"> The size of the key. </param> <param name="exception"> The exception to display. </param> </member> <member name="M:System.Web.Management.IRegiisUtility.RegisterAsnetMmcAssembly(System.Int32,System.String,System.String,System.IntPtr@)"> <summary> Allows the executing Microsoft Management Console (MMC) assembly to be registered or unregistered. </summary> <param name="doReg"> A value of 0 indicates that the assembly should be unregistered. A value other than 0 indicates that the assembly should be registered. </param> <param name="assemblyName"> The type of the assembly. </param> <param name="binaryDirectory"> The path of the binary directory. </param> <param name="exception"> The exception to display. </param> </member> <member name="M:System.Web.Management.IRegiisUtility.RegisterSystemWebAssembly(System.Int32,System.IntPtr@)"> <summary> Allows the executing Web assembly to be registered or unregistered. </summary> <param name="doReg"> A value of 0 indicates that the assembly should be unregistered. A value other than 0 indicates that the assembly should be registered. </param> <param name="exception"> An <see cref="T:System.IntPtr" /> that points to the exception thrown by the method. If no exception is thrown, the value is <see cref="F:System.IntPtr.Zero" />. </param> </member> <member name="M:System.Web.Management.IRegiisUtility.RemoveBrowserCaps(System.IntPtr@)"> <summary> Allows the browser-capabilities code generator to be uninstalled. </summary> <param name="exception"> An <see cref="T:System.IntPtr" /> that points to the exception thrown by the method. If no exception is thrown, the value is <see cref="F:System.IntPtr.Zero" />. </param> <exception cref="T:System.Exception"> The attempt to uninstall the browser-capabilities code generator fails. </exception> </member> <member name="T:System.Web.Management.IWebEventCustomEvaluator"> <summary> Evaluates whether an event should be sent to the related provider for processing. </summary> </member> <member name="M:System.Web.Management.IWebEventCustomEvaluator.CanFire(System.Web.Management.WebBaseEvent,System.Web.Management.RuleFiringRecord)"> <summary> Evaluates whether an event should be raised. </summary> <returns>true if the event should be raised; otherwise, false. </returns> <param name="raisedEvent"> The event to raise. </param> <param name="record"> The <see cref="T:System.Web.Management.RuleFiringRecord" /> containing information about the event. </param> </member> <member name="T:System.Web.Management.MailEventNotificationInfo"> <summary> Provides information to the <see cref="T:System.Web.Management.TemplatedMailWebEventProvider" /> object about the current event notification. </summary> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.Events"> <summary> Gets a collection of events for the current message. </summary> <returns> A <see cref="T:System.Web.Management.WebBaseEventCollection" /> of events for the current message. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.EventsDiscardedByBuffer"> <summary> Gets the number of events discarded by the buffer since the last notification. </summary> <returns> The number of events discarded by the buffer since the last notification. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.EventsDiscardedDueToMessageLimit"> <summary> Gets the number of events that are discarded by the buffer because the buffer has exceeded the message limit for the current notification. </summary> <returns> The number of events discarded by the buffer because the buffer has exceeded the message limit for the current notification. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.EventsInBuffer"> <summary> Gets the number of events remaining in the buffer after the current notification. </summary> <returns> The number of events remaining in the buffer after the current notification. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.EventsInNotification"> <summary> Gets the number of events being processed for the current notification. </summary> <returns> The number of events being processed for the current notification. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.EventsRemaining"> <summary> Gets the number of events remaining in the buffer after the current notification. </summary> <returns> The number of events remaining in the buffer after the current notification. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.LastNotificationUtc"> <summary> Gets the time of the previous notification. </summary> <returns> A <see cref="T:System.DateTime" /> object that specifies the time of the previous notification. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.Message"> <summary> Gets the e-mail message that will be sent as the current message. </summary> <returns> A <see cref="T:System.Web.Mail.MailMessage" /> that specifies the e-mail message to send. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.MessageSequence"> <summary> Gets the position of this message in the sequence for the current notification. </summary> <returns> The position of this message in the sequence for the current notification. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.MessagesInNotification"> <summary> Gets the total number of messages in the current notification. </summary> <returns> The total number of messages in the current notification. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.NotificationSequence"> <summary> Gets the position of this notification within the total number of notifications made to date. </summary> <returns> The position of this notification within the total number of notifications made to date. </returns> </member> <member name="P:System.Web.Management.MailEventNotificationInfo.NotificationType"> <summary> Gets the type of the current notification. </summary> <returns> The <see cref="T:System.Web.Management.EventNotificationType" /> for the current notification. </returns> </member> <member name="T:System.Web.Management.MailWebEventProvider"> <summary> Provides the base functionality for creating event providers that send e-mail. </summary> </member> <member name="M:System.Web.Management.MailWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Sets the initial values for this object. </summary> <param name="name"> The name used in the configuration file to identify this provider. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that specifies the attributes assigned for this provider in the configuration file. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> No recipients have been assigned in <paramref name="config" />. </exception> </member> <member name="M:System.Web.Management.MailWebEventProvider.ProcessEvent(System.Web.Management.WebBaseEvent)"> <summary> Processes the event passed to the provider. </summary> <param name="eventRaised"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object to process. </param> </member> <member name="M:System.Web.Management.MailWebEventProvider.ProcessEventFlush(System.Web.Management.WebEventBufferFlushInfo)"> <summary> Removes all events from the provider's buffer. </summary> <param name="flushInfo"> The <see cref="T:System.Web.Management.WebEventBufferFlushInfo" /> that contains the count of events waiting to send their notification. </param> </member> <member name="M:System.Web.Management.MailWebEventProvider.Shutdown"> <summary> Performs tasks associated with shutting down the provider. </summary> </member> <member name="T:System.Web.Management.RegiisUtility"> <summary> Provides authorization utilities to support specific Web-application configuration, assembly registration, and assembly-key container manipulation. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Management.RegiisUtility.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.RegiisUtility" /> class. </summary> </member> <member name="M:System.Web.Management.RegiisUtility.ProtectedConfigAction(System.Int64,System.String,System.String,System.String,System.String,System.String,System.String,System.Int32,System.IntPtr@)"> <summary> Allows specific manipulation of configuration sections and assembly-key containers based on the supplied parameters. </summary> <param name="options"> The type of action to perform. </param> <param name="firstArgument"> A configuration section or assembly-key container name. </param> <param name="secondArgument"> The configuration file name or account name. </param> <param name="providerName"> The provider name. </param> <param name="appPath"> The application path. </param> <param name="site"> The site reference. </param> <param name="cspOrLocation"> The configuration location. </param> <param name="keySize"> The size of the key. </param> <param name="exception"> The exception to display. </param> </member> <member name="M:System.Web.Management.RegiisUtility.RegisterAsnetMmcAssembly(System.Int32,System.String,System.String,System.IntPtr@)"> <summary> Allows the executing Microsoft Management Console (MMC) assembly to be registered or unregistered. </summary> <param name="doReg"> 0 indicates that the assembly should be unregistered; otherwise, the assembly should be registered. </param> <param name="typeName"> The type of the assembly. </param> <param name="binaryDirectory"> The path of the binary directory. </param> <param name="exception"> The exception to display. </param> </member> <member name="M:System.Web.Management.RegiisUtility.RegisterSystemWebAssembly(System.Int32,System.IntPtr@)"> <summary> Allows the executing Web assembly to be registered or unregistered. </summary> <param name="doReg"> 0 indicates that the assembly should be unregistered; otherwise, the assembly should be registered. </param> <param name="exception"> The exception to display. </param> </member> <member name="M:System.Web.Management.RegiisUtility.RemoveBrowserCaps(System.IntPtr@)"> <summary> Allows the browser-capabilities code generator to be uninstalled. </summary> <param name="exception"> The exception to display. </param> </member> <member name="T:System.Web.Management.RuleFiringRecord"> <summary> Represents the firing record for an event that derives from the <see cref="T:System.Web.Management.WebManagementEvent" /> class and implements the <see cref="T:System.Web.Management.IWebEventCustomEvaluator" /> interface. </summary> </member> <member name="P:System.Web.Management.RuleFiringRecord.LastFired"> <summary> Gets the last time that the event was last fired. </summary> <returns> A <see cref="T:System.DateTime" /> object representing when the event was last fired. </returns> </member> <member name="P:System.Web.Management.RuleFiringRecord.TimesRaised"> <summary> Gets the total number of times that the event has been raised. </summary> <returns> The total number of times the event has been raised. </returns> </member> <member name="T:System.Web.Management.SessionStateType"> <summary> Describes the session-state type used when installing a session-state database provider. </summary> </member> <member name="F:System.Web.Management.SessionStateType.Temporary"> <summary> Session state data is stored in tempdb, and stored procedures are placed in the "ASPState" database. Session state data will not survive a restart of SQL Server. </summary> </member> <member name="F:System.Web.Management.SessionStateType.Persisted"> <summary> Session-state data and stored procedures are placed in the "ASPState" database. Session-state data will survive a restart of the database server. </summary> </member> <member name="F:System.Web.Management.SessionStateType.Custom"> <summary> Session-state data and stored procedures are placed in a custom data store. </summary> </member> <member name="T:System.Web.Management.SimpleMailWebEventProvider"> <summary> Implements an event provider that sends e-mail for event notifications. </summary> </member> <member name="M:System.Web.Management.SimpleMailWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Sets the initial values for this object. </summary> <param name="name"> The name of this event provider. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that specifies configuration settings for this event provider. </param> </member> <member name="T:System.Web.Management.SqlExecutionException"> <summary> Defines a class for SQL execution exceptions in the <see cref="N:System.Web.Management" /> namespace. </summary> </member> <member name="M:System.Web.Management.SqlExecutionException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.SqlExecutionException" /> class using default values. </summary> </member> <member name="M:System.Web.Management.SqlExecutionException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.SqlExecutionException" /> class using the passed message. </summary> <param name="message"> The error message that explains the reason for the exception. </param> </member> <member name="M:System.Web.Management.SqlExecutionException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.SqlExecutionException" /> class using the passed message and exception. </summary> <param name="message"> The error message that explains the reason for the exception. </param> <param name="innerException"> The <see cref="T:System.Exception" /> encountered. </param> </member> <member name="M:System.Web.Management.SqlExecutionException.#ctor(System.String,System.String,System.String,System.String,System.String,System.Data.SqlClient.SqlException)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.SqlExecutionException" /> class. </summary> <param name="message"> The error message that explains the reason for the exception. </param> <param name="server"> The SQL Server instance against which the SQL commands are run. </param> <param name="database"> The database against which the SQL commands are run. </param> <param name="sqlFile"> The name of the installation file containing the SQL commands being run. </param> <param name="commands"> The SQL commands being run when the exception occurred. </param> <param name="sqlException"> The <see cref="T:System.Data.SqlClient.SqlException" /> encountered when processing the SQL commands. </param> </member> <member name="P:System.Web.Management.SqlExecutionException.Commands"> <summary> Gets the SQL commands being run when the exception occurred. </summary> <returns> The SQL commands being run when the exception occurred. </returns> </member> <member name="P:System.Web.Management.SqlExecutionException.Database"> <summary> Gets the name of the database being accessed when the exception occurred. </summary> <returns> The name of the database being accessed when the exception occurred. </returns> </member> <member name="P:System.Web.Management.SqlExecutionException.Exception"> <summary> Gets the exception encountered when processing the SQL commands. </summary> <returns> The <see cref="T:System.Data.SqlClient.SqlException" /> encountered when processing the SQL commands. </returns> </member> <member name="M:System.Web.Management.SqlExecutionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Allows the exception to be serialized. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to use. </param> <param name="context"> The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object to use. </param> </member> <member name="P:System.Web.Management.SqlExecutionException.Server"> <summary> Gets the SQL Server instance being accessed when the exception occurred. </summary> <returns> The name of the SQL Server instance being accessed when the exception occurred. </returns> </member> <member name="P:System.Web.Management.SqlExecutionException.SqlFile"> <summary> Gets the path and name of the file containing the SQL commands being run when the exception occurred. </summary> <returns> The path and name of the file that contains the SQL commands being run when the exception occurred. </returns> </member> <member name="T:System.Web.Management.SqlFeatures"> <summary> Specifies the ASP.Net features to install or remove using the methods provided by the <see cref="T:System.Web.Management.SqlServices" /> class. </summary> </member> <member name="F:System.Web.Management.SqlFeatures.None"> <summary> No features. </summary> </member> <member name="F:System.Web.Management.SqlFeatures.Membership"> <summary> The membership feature. </summary> </member> <member name="F:System.Web.Management.SqlFeatures.Profile"> <summary> The profile feature. </summary> </member> <member name="F:System.Web.Management.SqlFeatures.RoleManager"> <summary> The role manager feature. </summary> </member> <member name="F:System.Web.Management.SqlFeatures.Personalization"> <summary> The personalization feature. </summary> </member> <member name="F:System.Web.Management.SqlFeatures.SqlWebEventProvider"> <summary> The Web event provider feature. </summary> </member> <member name="F:System.Web.Management.SqlFeatures.All"> <summary> All features. </summary> </member> <member name="T:System.Web.Management.SqlServices"> <summary> Supports installing and removing the SQL Server database elements of ASP.NET features. </summary> </member> <member name="M:System.Web.Management.SqlServices.GenerateApplicationServicesScripts(System.Boolean,System.Web.Management.SqlFeatures,System.String)"> <summary> Generates the SQL scripts for the selected features. The scripts will reference the database indicated by the database parameter. </summary> <returns> Returns the generated script code. </returns> <param name="install">true to generate a script that installs the specified features; false to generate a script that removes the features. </param> <param name="features"> A bitwise combination of the <see cref="T:System.Web.Management.SqlFeatures" /> values, specifying the specific features for which to generate scripts. </param> <param name="database"> The name of the SQL Server database to use in the generated scripts. </param> </member> <member name="M:System.Web.Management.SqlServices.GenerateSessionStateScripts(System.Boolean,System.Web.Management.SessionStateType,System.String)"> <summary> Generates the SQL script for installing or removing session state. The script will reference the database indicated by the database parameter. </summary> <returns> Returns the generated script code. </returns> <param name="install">true to generate a script that installs the specified features; false to generate a script that removes the features. </param> <param name="type"> One of the <see cref="T:System.Web.Management.SessionStateType" /> values, specifying the type of session state for which to generate scripts. </param> <param name="customDatabase"> The name of the SQL Server database to use in the generated scripts. </param> <exception cref="T:System.ArgumentException"> The type is Custom and the <paramref name="customDatabase" /> value is not supplied, or the type is either Temporary or Persisted and the <paramref name="customDatabase" /> value is not null. </exception> </member> <member name="M:System.Web.Management.SqlServices.Install(System.String,System.String,System.String,System.String,System.Web.Management.SqlFeatures)"> <summary> Installs components for selected ASP.NET features on a SQL Server database. </summary> <param name="server"> The database server on which to install the features. </param> <param name="user"> The user name to use when connecting to the database. </param> <param name="password"> The password to use when connecting to the database. </param> <param name="database"> The database on which to install the features. </param> <param name="features"> A bitwise combination of the <see cref="T:System.Web.Management.SqlFeatures" /> values, specifying the features to install. </param> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="features" /> value contains one or more invalid flags. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="M:System.Web.Management.SqlServices.Install(System.String,System.String,System.Web.Management.SqlFeatures)"> <summary> Installs components for selected ASP.NET features on a SQL Server database. </summary> <param name="server"> The database server on which to install the features. </param> <param name="database"> The database on which to install the features. </param> <param name="features"> A bitwise combination of the <see cref="T:System.Web.Management.SqlFeatures" /> values, specifying the features to install. </param> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="features" /> value contains one or more invalid flags. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="M:System.Web.Management.SqlServices.Install(System.String,System.Web.Management.SqlFeatures,System.String)"> <summary> Installs components for selected ASP.NET services on a SQL Server database. </summary> <param name="database"> The database on which to install the features. </param> <param name="features"> A bitwise combination of the <see cref="T:System.Web.Management.SqlFeatures" /> values, specifying the features to install. </param> <param name="connectionString"> The connection string to use. The connection string is only used to establish a connection to the database server. Specifying a database in the connection string has no effect. </param> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="features" /> value contains one or more invalid flags. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="M:System.Web.Management.SqlServices.InstallSessionState(System.String,System.String,System.String,System.String,System.Web.Management.SessionStateType)"> <summary> Installs components for ASP.NET session state on a SQL Server database. </summary> <param name="server"> The SQL Server instance on which to install the session-state components. </param> <param name="user"> The user name to use when connecting to the database. </param> <param name="password"> The password to use when connecting to the database. </param> <param name="customDatabase"> The database on which to install the session-state components. </param> <param name="type"> One of the <see cref="T:System.Web.Management.SessionStateType" /> values, specifying the type of session state to install. </param> <exception cref="T:System.ArgumentException"> The type is Custom and the <paramref name="customDatabase" /> value is not supplied, or the type is either Temporary or Persisted and the <paramref name="customDatabase" /> value is not null. </exception> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="M:System.Web.Management.SqlServices.InstallSessionState(System.String,System.String,System.Web.Management.SessionStateType)"> <summary> Installs components for ASP.NET session state on a SQL Server database. </summary> <param name="server"> The SQL Server instance on which to install the session-state components. </param> <param name="customDatabase"> The database on which to install the session-state components. </param> <param name="type"> One of the <see cref="T:System.Web.Management.SessionStateType" /> values, specifying the type of session state to install. </param> <exception cref="T:System.ArgumentException"> The type is Custom and the <paramref name="customDatabase" /> value is not supplied, or the type is either Temporary or Persisted and the <paramref name="customDatabase" /> value is not null. </exception> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="M:System.Web.Management.SqlServices.InstallSessionState(System.String,System.Web.Management.SessionStateType,System.String)"> <summary> Installs components for ASP.NET session state on a SQL Server database. </summary> <param name="customDatabase"> The database on which to install the session-state components. </param> <param name="type"> One of the <see cref="T:System.Web.Management.SessionStateType" /> values, specifying the type of session state to install. </param> <param name="connectionString"> The connection string to use. The connection string is only used to establish a connection to the database server. Specifying a database in the connection string has no effect. </param> <exception cref="T:System.ArgumentException"> The type is Custom and the <paramref name="customDatabase" /> value is not supplied, or the type is either Temporary or Persisted and the <paramref name="customDatabase" /> value is not null. </exception> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="M:System.Web.Management.SqlServices.Uninstall(System.String,System.String,System.String,System.String,System.Web.Management.SqlFeatures)"> <summary> Removes components for selected ASP.NET features from a SQL Server database. </summary> <param name="server"> The SQL Server instance from which to remove the features. </param> <param name="user"> The user name to use when connecting to the database. </param> <param name="password"> The password to use when connecting to the database. </param> <param name="database"> The database from which to remove the features. </param> <param name="features"> A bitwise combination of the <see cref="T:System.Web.Management.SqlFeatures" /> values, specifying the features to remove. </param> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="features" /> value contained one or more invalid flags. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation, an attempt was made to uninstall from a nonexistent database, or one or more tables for the features in the specified database contained data. </exception> </member> <member name="M:System.Web.Management.SqlServices.Uninstall(System.String,System.String,System.Web.Management.SqlFeatures)"> <summary> Removes components for selected ASP.NET features from a SQL Server database. </summary> <param name="server"> The SQL Server instance from which to remove the features. </param> <param name="database"> The database from which to remove the features. </param> <param name="features"> A bitwise combination of the <see cref="T:System.Web.Management.SqlFeatures" /> values, specifying the features to remove. </param> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="features" /> value contained one or more invalid flags. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation, an attempt was made to uninstall from a nonexistent database, or one or more tables for the features in the specified database contained data. </exception> </member> <member name="M:System.Web.Management.SqlServices.Uninstall(System.String,System.Web.Management.SqlFeatures,System.String)"> <summary> Removes components for selected ASP.NET features from a SQL Server database. </summary> <param name="database"> The database from which to remove the features. </param> <param name="features"> A bitwise combination of the <see cref="T:System.Web.Management.SqlFeatures" /> values, specifying the features to remove. </param> <param name="connectionString"> The connection string to use. The connection string is only used to establish a connection to the database server. Specifying a database in the connection string has no effect. </param> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="features" /> value contained one or more invalid flags. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation, an attempt was made to uninstall from a nonexistent database, or one or more tables for the features in the specified database contained data. </exception> </member> <member name="M:System.Web.Management.SqlServices.UninstallSessionState(System.String,System.String,System.String,System.String,System.Web.Management.SessionStateType)"> <summary> Removes components for ASP.NET session state from a SQL Server database. </summary> <param name="server"> The SQL Server instance from which to remove the session-state components. </param> <param name="user"> The user name to use when connecting to the database. </param> <param name="password"> The password to use when connecting to the database. </param> <param name="customDatabase"> The database from which to remove the session-state components. </param> <param name="type"> One of the <see cref="T:System.Web.Management.SessionStateType" /> values, specifying the type of session state to remove. </param> <exception cref="T:System.ArgumentException"> The type is Custom and the <paramref name="customDatabase" /> value is not supplied, or the type is either Temporary or Persisted and the <paramref name="customDatabase" /> value is not null. </exception> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="M:System.Web.Management.SqlServices.UninstallSessionState(System.String,System.String,System.Web.Management.SessionStateType)"> <summary> Removes components for ASP.NET session state from a SQL Server database. </summary> <param name="server"> The SQL Server instance from which to remove the session-state components. </param> <param name="customDatabase"> The database from which to remove the session-state components. </param> <param name="type"> One of the <see cref="T:System.Web.Management.SessionStateType" /> values, specifying the type of session state to remove. </param> <exception cref="T:System.ArgumentException"> The type is Custom and the <paramref name="customDatabase" /> value is not supplied, or the type is either Temporary or Persisted and the <paramref name="customDatabase" /> value is not null. </exception> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="M:System.Web.Management.SqlServices.UninstallSessionState(System.String,System.Web.Management.SessionStateType,System.String)"> <summary> Removes components for ASP.NET session state from a SQL Server database. </summary> <param name="customDatabase"> The database from which to remove the session-state components. </param> <param name="type"> One of the <see cref="T:System.Web.Management.SessionStateType" /> values, specifying the type of session state to remove. </param> <param name="connectionString"> The connection string to use. The connection string is only used to establish a connection to the database server. Specifying a database in the connection string has no effect. </param> <exception cref="T:System.ArgumentException"> The type is Custom and the <paramref name="customDatabase" /> value is not supplied, or the type is either Temporary or Persisted and the <paramref name="customDatabase" /> value is not null. </exception> <exception cref="T:System.Web.HttpException"> Unable to connect to the specified database server. </exception> <exception cref="T:System.Web.Management.SqlExecutionException"> An exception occurred while processing the SQL statements required for the operation. </exception> </member> <member name="T:System.Web.Management.SqlWebEventProvider"> <summary> Implements an event provider that saves event notifications to an SQL database. </summary> </member> <member name="M:System.Web.Management.SqlWebEventProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.SqlWebEventProvider" /> class. </summary> </member> <member name="M:System.Web.Management.SqlWebEventProvider.EventProcessingComplete(System.Web.Management.WebBaseEventCollection)"> <summary> Called when event processing is complete. </summary> <param name="raisedEvents"> A <see cref="T:System.Web.Management.WebBaseEventCollection" /> object of events raised. </param> </member> <member name="M:System.Web.Management.SqlWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Sets the initial values for this object. </summary> <param name="name"> The name used in the configuration file to identify this provider. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that specifies the attributes assigned for this provider in the configuration file. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> There is no connection string declared in <paramref name="config" />. - or - There is more than one connection string declared in <paramref name="config" />. - or - The connection string supplied by <paramref name="config" /> specifies Integrated Security. - or - The value of the maxEventDetailsLength attribute supplied by <paramref name="config" /> is less than 0 or greater than 1073741823. </exception> </member> <member name="M:System.Web.Management.SqlWebEventProvider.ProcessEvent(System.Web.Management.WebBaseEvent)"> <summary> Processes the event passed to the provider. </summary> <param name="eventRaised"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object to process. </param> </member> <member name="M:System.Web.Management.SqlWebEventProvider.ProcessEventFlush(System.Web.Management.WebEventBufferFlushInfo)"> <summary> Removes all events from the provider's buffer. </summary> <param name="flushInfo"> The <see cref="T:System.Web.Management.WebEventBufferFlushInfo" /> object that contains the buffer information to be flushed. </param> </member> <member name="M:System.Web.Management.SqlWebEventProvider.Shutdown"> <summary> Performs tasks associated with shutting down the provider. </summary> </member> <member name="T:System.Web.Management.TemplatedMailWebEventProvider"> <summary> Implements an event provider that uses templates to define and format e-mails it sends for event notifications. </summary> </member> <member name="P:System.Web.Management.TemplatedMailWebEventProvider.CurrentNotification"> <summary> Gets the event notification object that provides the event information used by the e-mail template. </summary> <returns> The <see cref="T:System.Web.Management.MailEventNotificationInfo" /> object currently being processed. </returns> </member> <member name="M:System.Web.Management.TemplatedMailWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Sets the initial values for this object. </summary> <param name="name"> The name of this event provider. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that specifies configuration settings for this event provider. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> <paramref name="config" /> does not include an attribute with the name "template". - or - The template attribute supplied by <paramref name="config" /> has a <see cref="P:System.String.Length" /> of 0. - or - The URL specified by the template attribute is not an application-relative URL. - or - The specified template URL is outside the App Domain Path. </exception> </member> <member name="T:System.Web.Management.TraceWebEventProvider"> <summary> Implements an event provider that sends ASP.NET health-monitoring events as trace messages. </summary> </member> <member name="M:System.Web.Management.TraceWebEventProvider.Flush"> <summary> Removes all events from the provider's buffer. </summary> </member> <member name="M:System.Web.Management.TraceWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Sets the initial values for this object. </summary> <param name="name"> The name used in the configuration file to identify this provider. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that specifies the attributes assigned for this provider in the configuration file. </param> </member> <member name="M:System.Web.Management.TraceWebEventProvider.ProcessEvent(System.Web.Management.WebBaseEvent)"> <summary> Processes the event passed to the provider. </summary> <param name="eventRaised"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object to process. </param> </member> <member name="M:System.Web.Management.TraceWebEventProvider.Shutdown"> <summary> Performs tasks associated with shutting down the provider. </summary> </member> <member name="T:System.Web.Management.WebApplicationInformation"> <summary> Provides information associated with health events. </summary> </member> <member name="P:System.Web.Management.WebApplicationInformation.ApplicationDomain"> <summary> Gets the current application domain name. </summary> <returns> Gets the application domain name. </returns> </member> <member name="P:System.Web.Management.WebApplicationInformation.ApplicationPath"> <summary> Gets the application physical path. </summary> <returns> The application physical path. </returns> </member> <member name="P:System.Web.Management.WebApplicationInformation.ApplicationVirtualPath"> <summary> Gets the application logical path. </summary> <returns> The application logical path. </returns> </member> <member name="M:System.Web.Management.WebApplicationInformation.FormatToString(System.Web.Management.WebEventFormatter)"> <summary> Formats the application information. </summary> <param name="formatter"> The <see cref="T:System.Web.Management.WebEventFormatter" /> that contains the tab and indentation settings used to format the Web health event information. </param> </member> <member name="P:System.Web.Management.WebApplicationInformation.MachineName"> <summary> Gets the application machine name. </summary> <returns> The name of the machine where the application is running. </returns> </member> <member name="M:System.Web.Management.WebApplicationInformation.ToString"> <summary> Formats event information for display purposes. </summary> <returns> The event information. </returns> </member> <member name="P:System.Web.Management.WebApplicationInformation.TrustLevel"> <summary> Gets the application trust level. </summary> <returns> The application trust level. </returns> </member> <member name="T:System.Web.Management.WebApplicationLifetimeEvent"> <summary> Represents a significant event in the lifetime of an application. </summary> </member> <member name="M:System.Web.Management.WebApplicationLifetimeEvent.#ctor(System.String,System.Object,System.Int32)"> <summary> Initializes the <see cref="T:System.Web.Management.WebApplicationLifetimeEvent" /> class using the supplied parameters. </summary> <param name="message"> The message associated with the event. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> </member> <member name="M:System.Web.Management.WebApplicationLifetimeEvent.#ctor(System.String,System.Object,System.Int32,System.Int32)"> <summary> Initializes the <see cref="T:System.Web.Management.WebApplicationLifetimeEvent" /> class using the supplied parameters. </summary> <param name="message"> The message associated with the event. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> </member> <member name="M:System.Web.Management.WebApplicationLifetimeEvent.IncrementPerfCounters"> <summary> Used internally to increment performance counters. </summary> </member> <member name="T:System.Web.Management.WebAuditEvent"> <summary> Serves as the base class for all ASP.NET health-monitoring audit events. </summary> </member> <member name="M:System.Web.Management.WebAuditEvent.#ctor(System.String,System.Object,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> </member> <member name="M:System.Web.Management.WebAuditEvent.#ctor(System.String,System.Object,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebAuditEvent" /> class with specified event parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> </member> <member name="P:System.Web.Management.WebAuditEvent.RequestInformation"> <summary> Get the information associated with the Web request. </summary> <returns> A <see cref="T:System.Web.Management.WebRequestInformation" /> that contains the information associated with the Web request. </returns> </member> <member name="T:System.Web.Management.WebAuthenticationFailureAuditEvent"> <summary> Provides information about ASP.NET authentication failures. </summary> </member> <member name="M:System.Web.Management.WebAuthenticationFailureAuditEvent.#ctor(System.String,System.Object,System.Int32,System.Int32,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebAuthenticationFailureAuditEvent" /> class with the specified event parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> <param name="nameToAuthenticate"> The name of the user to authenticate. </param> </member> <member name="M:System.Web.Management.WebAuthenticationFailureAuditEvent.#ctor(System.String,System.Object,System.Int32,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebAuthenticationFailureAuditEvent" /> class with the specified event parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value associated with the event. </param> <param name="nameToAuthenticate"> The name of the user to authenticate. </param> </member> <member name="P:System.Web.Management.WebAuthenticationFailureAuditEvent.NameToAuthenticate"> <summary> Gets the name of the user to authenticate. </summary> <returns> The name of the user to authenticate. </returns> </member> <member name="T:System.Web.Management.WebAuthenticationSuccessAuditEvent"> <summary> Provides information about successful authentication events </summary> </member> <member name="M:System.Web.Management.WebAuthenticationSuccessAuditEvent.#ctor(System.String,System.Object,System.Int32,System.Int32,System.String)"> <summary> Initializes the <see cref="T:System.Web.Management.WebSuccessAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> <param name="nameToAuthenticate"> The name of the authenticated user. </param> </member> <member name="M:System.Web.Management.WebAuthenticationSuccessAuditEvent.#ctor(System.String,System.Object,System.Int32,System.String)"> <summary> Initializes the <see cref="T:System.Web.Management.WebAuthenticationSuccessAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="nameToAuthenticate"> The name of the authenticated user. </param> </member> <member name="P:System.Web.Management.WebAuthenticationSuccessAuditEvent.NameToAuthenticate"> <summary> Gets the name of the authenticated user. </summary> <returns> The name of the authenticated user. </returns> </member> <member name="T:System.Web.Management.WebBaseErrorEvent"> <summary> Serves as the base class for all the health-monitoring error events. </summary> </member> <member name="M:System.Web.Management.WebBaseErrorEvent.#ctor(System.String,System.Object,System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebBaseErrorEvent" /> class. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="e"> The <see cref="T:System.Exception" /> associated with the error. </param> </member> <member name="M:System.Web.Management.WebBaseErrorEvent.#ctor(System.String,System.Object,System.Int32,System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebBaseErrorEvent" /> class. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The detailed identifier for the event. </param> <param name="e"> The <see cref="T:System.Exception" /> associated with the error. </param> </member> <member name="P:System.Web.Management.WebBaseErrorEvent.ErrorException"> <summary> Gets the <see cref="T:System.Exception" /> associated with the error </summary> <returns> The <see cref="T:System.Exception" /> associated with the error. </returns> </member> <member name="M:System.Web.Management.WebBaseErrorEvent.IncrementPerfCounters"> <summary> Increments the event-error performance-related counters. </summary> </member> <member name="T:System.Web.Management.WebBaseEvent"> <summary> Defines the base class for the ASP.NET health-monitoring events. </summary> </member> <member name="M:System.Web.Management.WebBaseEvent.#ctor(System.String,System.Object,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebBaseEvent" /> class using the supplied parameters. </summary> <param name="message"> The description of the event. </param> <param name="eventSource"> The object that raised the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> </member> <member name="M:System.Web.Management.WebBaseEvent.#ctor(System.String,System.Object,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebBaseEvent" /> class using the supplied parameters. </summary> <param name="message"> The description of the raised event. </param> <param name="eventSource"> The object that raised the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> </member> <member name="P:System.Web.Management.WebBaseEvent.ApplicationInformation"> <summary> Gets a <see cref="T:System.Web.Management.WebApplicationInformation" /> object that contains information about the current application being monitored. </summary> <returns> A <see cref="T:System.Web.Management.WebApplicationInformation" /> object that contains information about the application being monitored. </returns> </member> <member name="P:System.Web.Management.WebBaseEvent.EventCode"> <summary> Gets the code value associated with the event. </summary> <returns> One of the <see cref="T:System.Web.Management.WebEventCodes" /> values. </returns> </member> <member name="P:System.Web.Management.WebBaseEvent.EventDetailCode"> <summary> Gets the event detail code. </summary> <returns> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </returns> </member> <member name="P:System.Web.Management.WebBaseEvent.EventID"> <summary> Gets the identifier associated with the event. </summary> <returns> The identifier associated with the event. </returns> </member> <member name="P:System.Web.Management.WebBaseEvent.EventOccurrence"> <summary> Gets a counter that represents the number of times the event has occurred. </summary> <returns> A counter that represents the number of times the event has occurred. </returns> </member> <member name="P:System.Web.Management.WebBaseEvent.EventSequence"> <summary> Gets the number of times the event has been raised by the application. </summary> <returns> The number of times the event has been raised. </returns> </member> <member name="P:System.Web.Management.WebBaseEvent.EventSource"> <summary> Gets the object that raises the event. </summary> <returns> The object that raised the event. </returns> </member> <member name="P:System.Web.Management.WebBaseEvent.EventTime"> <summary> Gets the time when the event was raised. </summary> <returns> The time that the event was raised. </returns> </member> <member name="P:System.Web.Management.WebBaseEvent.EventTimeUtc"> <summary> Gets the time when the event was raised. </summary> <returns> The time of the event in Coordinated Universal Time (UTC) format. </returns> </member> <member name="M:System.Web.Management.WebBaseEvent.FormatCustomEventDetails(System.Web.Management.WebEventFormatter)"> <summary> Provides standard formatting of the event information. </summary> <param name="formatter"> A <see cref="T:System.Web.Management.WebEventFormatter" /> object that contains the formatted event information. </param> </member> <member name="M:System.Web.Management.WebBaseEvent.IncrementPerfCounters"> <summary> Used internally to increment performance counters. </summary> </member> <member name="P:System.Web.Management.WebBaseEvent.Message"> <summary> Gets the message that describes the event. </summary> <returns> The description of the event. </returns> </member> <member name="M:System.Web.Management.WebBaseEvent.Raise"> <summary> Raises an event by notifying any configured provider that the event has occurred. </summary> </member> <member name="M:System.Web.Management.WebBaseEvent.Raise(System.Web.Management.WebBaseEvent)"> <summary> Raises the specified event by notifying any configured provider that the event has occurred. </summary> <param name="eventRaised"> A <see cref="T:System.Web.Management.WebBaseEvent" /> object. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.Management.WebBaseEvent.EventCode" /> property of<paramref name=" eventRaised" /> has a value that is reserved for ASP.NET. </exception> </member> <member name="M:System.Web.Management.WebBaseEvent.ToString"> <summary> Formats event information for display purposes. </summary> <returns> The event information. </returns> </member> <member name="M:System.Web.Management.WebBaseEvent.ToString(System.Boolean,System.Boolean)"> <summary> Formats event information for display purposes. </summary> <returns> The event information. </returns> <param name="includeAppInfo">true if standard application information must be displayed as part of the event information; otherwise, false. </param> <param name="includeCustomEventDetails">true if custom information must be displayed as part of the event information; otherwise, false. </param> </member> <member name="T:System.Web.Management.WebBaseEventCollection"> <summary> Contains a collection of <see cref="T:System.Web.Management.WebBaseEvent" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Management.WebBaseEventCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebBaseEventCollection" /> class. </summary> <param name="events"> The collection of <see cref="T:System.Web.Management.WebBaseEvent" /> objects. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="events" /> is null. </exception> </member> <member name="M:System.Web.Management.WebBaseEventCollection.Contains(System.Web.Management.WebBaseEvent)"> <summary> Indicates whether the collection contains the specified <see cref="T:System.Web.Management.WebBaseEvent" /> object. </summary> <returns>true if the collection contains the specified element; otherwise, false. </returns> <param name="value"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object to search for. </param> </member> <member name="M:System.Web.Management.WebBaseEventCollection.IndexOf(System.Web.Management.WebBaseEvent)"> <summary> Gets the index of the specified <see cref="T:System.Web.Management.WebBaseEvent" /> object. </summary> <returns> The index of the specified <see cref="T:System.Web.Management.WebBaseEvent" /> object within the collection. </returns> <param name="value"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object for which to obtain the index. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The object is not in the collection. </exception> </member> <member name="P:System.Web.Management.WebBaseEventCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.Management.WebBaseEvent" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.Management.WebBaseEvent" /> object at the specified index. </returns> <param name="index"> The collection index of the <see cref="T:System.Web.Management.WebBaseEvent" /> object you want to retrieve. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified index is outside the range of the collection. </exception> </member> <member name="T:System.Web.Management.WebErrorEvent"> <summary> Provides information about systemic errors. </summary> </member> <member name="M:System.Web.Management.WebErrorEvent.#ctor(System.String,System.Object,System.Int32,System.Exception)"> <summary> Initializes the <see cref="T:System.Web.Management.WebErrorEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="exception"> The <see cref="T:System.Exception" /> associated with the error. </param> </member> <member name="M:System.Web.Management.WebErrorEvent.#ctor(System.String,System.Object,System.Int32,System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebErrorEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> <param name="exception"> The <see cref="T:System.Exception" /> associated with the error. </param> </member> <member name="M:System.Web.Management.WebErrorEvent.IncrementPerfCounters"> <summary> Used internally to increment performance counters. </summary> </member> <member name="P:System.Web.Management.WebErrorEvent.RequestInformation"> <summary> Gets the application request information. </summary> <returns> A <see cref="T:System.Web.Management.WebRequestInformation" /> object that contains information about the current request. </returns> </member> <member name="P:System.Web.Management.WebErrorEvent.ThreadInformation"> <summary> Gets the application-thread information. </summary> <returns> A <see cref="T:System.Web.Management.WebThreadInformation" /> object that contains information about the current thread. </returns> </member> <member name="T:System.Web.Management.WebEventBufferFlushInfo"> <summary> Contains the parameters defining the flush buffer characteristics. </summary> </member> <member name="P:System.Web.Management.WebEventBufferFlushInfo.Events"> <summary> Gets the events collection in the current message. </summary> <returns> The <see cref="T:System.Web.Management.WebBaseEventCollection" /> events contained in the current message. </returns> </member> <member name="P:System.Web.Management.WebEventBufferFlushInfo.EventsDiscardedSinceLastNotification"> <summary> Gets the number of events dropped since the last notification. </summary> <returns> The number of events dropped by the buffering mechanism since the last notification. </returns> </member> <member name="P:System.Web.Management.WebEventBufferFlushInfo.EventsInBuffer"> <summary> Gets the number of events in the buffer. </summary> <returns> The number of events in the buffer. </returns> </member> <member name="P:System.Web.Management.WebEventBufferFlushInfo.LastNotificationUtc"> <summary> Gets the date and the time of the last notification. </summary> <returns> The date and the time of the last notification. </returns> </member> <member name="P:System.Web.Management.WebEventBufferFlushInfo.NotificationSequence"> <summary> Gets the message sequence in the current notification. </summary> <returns> The number indicating the message sequence order in the current notification, beginning with an index of zero. </returns> </member> <member name="P:System.Web.Management.WebEventBufferFlushInfo.NotificationType"> <summary> Gets the current notification type. </summary> <returns> One of the <see cref="T:System.Web.Management.EventNotificationType" /> values. </returns> </member> <member name="T:System.Web.Management.WebEventCodes"> <summary> Defines the codes associated with the ASP.NET health monitoring events. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationCodeBase"> <summary> Identifies the offset for the ASP.NET health-monitoring application event codes. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationCompilationEnd"> <summary> Represents the event code indicating that the compilation of the application has finished. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationCompilationStart"> <summary> Represents the event code indicating that the compilation of the application has started. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationDetailCodeBase"> <summary> Identifies the offset for the application detail event codes. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationHeartbeat"> <summary> Represents the event code indicating that a heartbeat event occurred. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdown"> <summary> Represents the event code indicating that an application has shut down. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownBinDirChangeOrDirectoryRename"> <summary> Represents the event code indicating a subdirectory in the application's Bin directory was changed or renamed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownBrowsersDirChangeOrDirectoryRename"> <summary> Represents the event code indicating a subdirectory in the Browsers application directory was changed or renamed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownChangeInGlobalAsax"> <summary> Represents the event code indicating that the Global.asax file has changed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownChangeInSecurityPolicyFile"> <summary> Represents the event code indicating that the security policy file has changed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownCodeDirChangeOrDirectoryRename"> <summary> Represents the event code indicating a subdirectory in the App_Code directory was changed or renamed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownConfigurationChange"> <summary> Represents the event code indicating that the configuration file has changed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownHostingEnvironment"> <summary> Represents the event code indicating that the hosting environment is shutting down. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownHttpRuntimeClose"> <summary> Represents the event code indicating that the ASP.NET run time was explicitly closed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownIdleTimeout"> <summary> Represents the event code indicating that the idle time-out was exceeded. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownInitializationError"> <summary> Represents the event code indicating an application-initialization error occurred. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownMaxRecompilationsReached"> <summary> Represents the event code indicating that the maximum number of recompilations was reached. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownPhysicalApplicationPathChanged"> <summary> Represents the event code indicating that the physical path of the application has changed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownResourcesDirChangeOrDirectoryRename"> <summary> Represents the event code indicating a subdirectory in the App_Resources directory was changed or renamed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownUnknown"> <summary> Represents the event code indicating that the application shutdown reason is unknown. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownUnloadAppDomainCalled"> <summary> Represents the event code indicating that the application domain was explicitly unloaded. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationStart"> <summary> Represents the event code indicating that an application has started. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditCodeBase"> <summary> Identifies the offset for the ASP.NET health-monitoring audit event codes. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditDetailCodeBase"> <summary> Identifies the offset for the ASP.NET audit-detail event codes. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditFileAuthorizationFailure"> <summary> Represents the event code indicating that a file-authorization failure occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditFileAuthorizationSuccess"> <summary> Represents the event code indicating that a file-authorization success occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditFormsAuthenticationFailure"> <summary> Represents the event code indicating a form authentication failure occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditFormsAuthenticationSuccess"> <summary> Represents the event code indicating a form-authentication success occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditInvalidViewStateFailure"> <summary> Represents the event code indicating that the view-state verification failed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditMembershipAuthenticationFailure"> <summary> Represents the event code indicating that a membership-authentication failure occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditMembershipAuthenticationSuccess"> <summary> Represents the event code indicating that a membership-authentication success occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditUnhandledAccessException"> <summary> Represents the event code indicating that an unhandled access exception occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditUnhandledSecurityException"> <summary> Represents the event code indicating that an unhandled security exception occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditUrlAuthorizationFailure"> <summary> Represents the event code indicating that a URL-authorization failure occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.AuditUrlAuthorizationSuccess"> <summary> Represents the event code indicating a URL-authorization success occurred during a Web request. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ErrorCodeBase"> <summary> Identifies the offset for the ASP.NET health-monitoring error event codes. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ExpiredTicketFailure"> <summary> Represents the event code indicating that the supplied ticket is expired. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.InvalidEventCode"> <summary> Represents the event code indicating that the event code value is not allowed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.InvalidTicketFailure"> <summary> Represents the event code indicating that the supplied ticket is invalid. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.InvalidViewState"> <summary> Represents the event code indicating that the supplied view state is invalid. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.InvalidViewStateMac"> <summary> Represents the event code indicating that the supplied view state failed the integrity check. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.MiscCodeBase"> <summary> Identifies the offset for the ASP.NET health-monitoring Web miscellaneous event codes. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.RequestCodeBase"> <summary> Identifies the offset for the ASP.NET health-monitoring Web-request event codes. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.RequestTransactionAbort"> <summary> Represents the event code indicating that the Web request was aborted. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.RequestTransactionComplete"> <summary> Represents the event code indicating that the Web request was completed. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.RuntimeErrorPostTooLarge"> <summary> Represents the event code indicating that the size of the posted information exceeded the allowed limits. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.RuntimeErrorRequestAbort"> <summary> Represents the event code indicating that the Web request has been aborted. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.RuntimeErrorUnhandledException"> <summary> Represents the event code indicating an unhandled exception occurred. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.RuntimeErrorValidationFailure"> <summary> Represents the event code indicating that a validation error occurred. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.RuntimeErrorViewStateFailure"> <summary> Represents the event code indicating that a view-state failure occurred. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.SqlProviderEventsDropped"> <summary> Represents the event code indicating that the SQL provider dropped events. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.StateServerConnectionError"> <summary> Represents the event code indicating that an error occurred while communicating with the state server. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.UndefinedEventCode"> <summary> Represents the event code indicating that the major event code value is not defined. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.UndefinedEventDetailCode"> <summary> Represents the event code indicating that the detail event code value is not defined. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebErrorCompilationError"> <summary> Indicates that a compilation error occurred. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebErrorConfigurationError"> <summary> Indicates that a configuration error occurred. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebErrorObjectStateFormatterDeserializationError"> <summary> Represents the event code indicating that there was an error during the deserialization of the type or value of an object. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebErrorOtherError"> <summary> Represents the event code indicating that an unclassified error occurred. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebErrorParserError"> <summary> Represents the event code indicating a parser error occurred. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebErrorPropertyDeserializationError"> <summary> Represents the event code indicating that there was an error during the deserialization of a property. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebEventDetailCodeBase"> <summary> Identifies the offset for the ASP.NET health-monitoring Web-detail event codes. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebEventProviderInformation"> <summary> Represents the event code used by providers to record nonstandard information about an event. This field is constant. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.WebExtendedBase"> <summary> Identifies the offset for the custom event codes. This field is constant. </summary> </member> <member name="T:System.Web.Management.WebEventFormatter"> <summary> Formats ASP.NET health monitoring event information. </summary> </member> <member name="M:System.Web.Management.WebEventFormatter.AppendLine(System.String)"> <summary> Appends the specified string and a carriage return to the event information. </summary> <param name="s"> The string to add to the event information. </param> </member> <member name="P:System.Web.Management.WebEventFormatter.IndentationLevel"> <summary> Gets or sets the indentation level. </summary> <returns> The number of tabs used for the indentation level. </returns> </member> <member name="P:System.Web.Management.WebEventFormatter.TabSize"> <summary> Gets or sets the tab size. </summary> <returns> The number of spaces in a tab. </returns> </member> <member name="M:System.Web.Management.WebEventFormatter.ToString"> <summary> Returns the event information in string format. </summary> <returns> The event information. </returns> </member> <member name="T:System.Web.Management.WebEventManager"> <summary> Provides functionality for managing Web events in an application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Management.WebEventManager.Flush"> <summary> Flushes the event buffer for all providers that are in the healthMonitoring section. </summary> </member> <member name="M:System.Web.Management.WebEventManager.Flush(System.String)"> <summary> Flushes the event buffer for the specified provider. </summary> <param name="providerName"> The name of the provider. </param> <exception cref="T:System.ArgumentException"> <paramref name="providerName" /> does not match any of the existing providers. </exception> </member> <member name="T:System.Web.Management.WebEventProvider"> <summary> Provides the base class for non buffered event providers. </summary> </member> <member name="M:System.Web.Management.WebEventProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebEventProvider" /> class. </summary> </member> <member name="M:System.Web.Management.WebEventProvider.Flush"> <summary> Moves the events from the provider's buffer into the event log. </summary> </member> <member name="M:System.Web.Management.WebEventProvider.ProcessEvent(System.Web.Management.WebBaseEvent)"> <summary> Processes the event passed to the provider. </summary> <param name="raisedEvent"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object to process. </param> </member> <member name="M:System.Web.Management.WebEventProvider.Shutdown"> <summary> Performs tasks associated with shutting down the provider. </summary> </member> <member name="T:System.Web.Management.WebFailureAuditEvent"> <summary> Provides information about security failures. </summary> </member> <member name="M:System.Web.Management.WebFailureAuditEvent.#ctor(System.String,System.Object,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebFailureAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> </member> <member name="M:System.Web.Management.WebFailureAuditEvent.#ctor(System.String,System.Object,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebFailureAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> </member> <member name="M:System.Web.Management.WebFailureAuditEvent.IncrementPerfCounters"> <summary> Increments the Audit Failure Events Raised performance counter. </summary> </member> <member name="T:System.Web.Management.WebHeartbeatEvent"> <summary> Defines those health-monitoring events raised at a periodic interval. </summary> </member> <member name="M:System.Web.Management.WebHeartbeatEvent.#ctor(System.String,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebHeartbeatEvent" /> class with the given message and event code. </summary> <param name="message"> The description of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> </member> <member name="P:System.Web.Management.WebHeartbeatEvent.ProcessStatistics"> <summary> Provides key information about the running process. </summary> <returns> The <see cref="T:System.Web.Management.WebProcessStatistics" /> for the running process. </returns> </member> <member name="T:System.Web.Management.WebManagementEvent"> <summary> Defines the base class for events that carry application and process information. </summary> </member> <member name="M:System.Web.Management.WebManagementEvent.#ctor(System.String,System.Object,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebManagementEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> </member> <member name="M:System.Web.Management.WebManagementEvent.#ctor(System.String,System.Object,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebManagementEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> </member> <member name="P:System.Web.Management.WebManagementEvent.ProcessInformation"> <summary> Gets information about the ASP.NET application-hosting process. </summary> <returns> A <see cref="T:System.Web.Management.WebProcessInformation" /> object that contains information about the process. </returns> </member> <member name="T:System.Web.Management.WebProcessInformation"> <summary> Provides information about the worker process that hosts ASP.NET. </summary> </member> <member name="P:System.Web.Management.WebProcessInformation.AccountName"> <summary> Gets the account name for the worker process. </summary> <returns> The worker process account name. </returns> </member> <member name="M:System.Web.Management.WebProcessInformation.FormatToString(System.Web.Management.WebEventFormatter)"> <summary> Formats the application information. </summary> <param name="formatter"> The <see cref="T:System.Web.Management.WebEventFormatter" /> that contains the tab and indentation settings used to format the Web health event information. </param> </member> <member name="P:System.Web.Management.WebProcessInformation.ProcessID"> <summary> Gets the process identifier. </summary> <returns> The process identifier. </returns> </member> <member name="P:System.Web.Management.WebProcessInformation.ProcessName"> <summary> Gets the name of the process. </summary> <returns> The name of the process. </returns> </member> <member name="T:System.Web.Management.WebProcessStatistics"> <summary> Provides information for assessing the health of a running process. </summary> </member> <member name="M:System.Web.Management.WebProcessStatistics.#ctor"></member> <member name="P:System.Web.Management.WebProcessStatistics.AppDomainCount"> <summary> Gets the number of application domains in the process. </summary> <returns> The number of application domains. </returns> </member> <member name="M:System.Web.Management.WebProcessStatistics.FormatToString(System.Web.Management.WebEventFormatter)"> <summary> Formats the process statistics. </summary> <param name="formatter"> The <see cref="T:System.Web.Management.WebEventFormatter" /> that contains the tab and indentation settings used to format the Web health event information. </param> </member> <member name="P:System.Web.Management.WebProcessStatistics.ManagedHeapSize"> <summary> Gets the size of the managed heap. </summary> <returns> The size of the managed heap. </returns> </member> <member name="P:System.Web.Management.WebProcessStatistics.PeakWorkingSet"> <summary> Gets the peak working set for the lifetime of the process to date. </summary> <returns> The peak working set of the process. </returns> </member> <member name="P:System.Web.Management.WebProcessStatistics.ProcessStartTime"> <summary> Gets the time when the process started. </summary> <returns> The <see cref="T:System.DateTime" /> when the process started. </returns> </member> <member name="P:System.Web.Management.WebProcessStatistics.RequestsExecuting"> <summary> Gets the number of requests currently executing. </summary> <returns> The number of requests that the process is currently executing. </returns> </member> <member name="P:System.Web.Management.WebProcessStatistics.RequestsQueued"> <summary> Gets the number of requests waiting to be processed. </summary> <returns> The number of requests waiting to be processed. </returns> </member> <member name="P:System.Web.Management.WebProcessStatistics.RequestsRejected"> <summary> Gets the number of rejected requests. </summary> <returns> The number of rejected requests. </returns> </member> <member name="P:System.Web.Management.WebProcessStatistics.ThreadCount"> <summary> Gets the total count of the process threads. </summary> <returns> The total count of the process threads. </returns> </member> <member name="P:System.Web.Management.WebProcessStatistics.WorkingSet"> <summary> Gets the working set for the process. </summary> <returns> The working set for the process. </returns> </member> <member name="T:System.Web.Management.WebRequestErrorEvent"> <summary> Defines the event that carries information about Web-request errors. </summary> </member> <member name="M:System.Web.Management.WebRequestErrorEvent.#ctor(System.String,System.Object,System.Int32,System.Exception)"> <summary> Initializes the <see cref="T:System.Web.Management.WebRequestErrorEvent" /> class with specified event parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The identifier associated with the event. It must be greater than the <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" /> field constant. </param> <param name="exception"> The <see cref="T:System.Exception" /> associated with the error. </param> </member> <member name="M:System.Web.Management.WebRequestErrorEvent.#ctor(System.String,System.Object,System.Int32,System.Int32,System.Exception)"> <summary> Initializes the <see cref="T:System.Web.Management.WebRequestErrorEvent" /> class with specified event parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The identifier associated with the event. It must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" /> field constant. </param> <param name="eventDetailCode"> The event detail code identifier. </param> <param name="exception"> The <see cref="T:System.Exception" /> associated with the error. </param> </member> <member name="M:System.Web.Management.WebRequestErrorEvent.IncrementPerfCounters"> <summary> Used internally to increment the relevant performance counters. </summary> </member> <member name="P:System.Web.Management.WebRequestErrorEvent.RequestInformation"> <summary> Gets the application request information. </summary> <returns> The application request information. </returns> </member> <member name="P:System.Web.Management.WebRequestErrorEvent.ThreadInformation"> <summary> Gets the application thread information. </summary> <returns> The application thread information. </returns> </member> <member name="T:System.Web.Management.WebRequestEvent"> <summary> Defines the base class for events providing Web-request information. </summary> </member> <member name="M:System.Web.Management.WebRequestEvent.#ctor(System.String,System.Object,System.Int32)"> <summary> Initializes the <see cref="T:System.Web.Management.WebRequestEvent" /> class with specified event parameters. </summary> <param name="message"> The message associated with the event. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> code associated with the event. It must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> </member> <member name="M:System.Web.Management.WebRequestEvent.#ctor(System.String,System.Object,System.Int32,System.Int32)"> <summary> Initializes the <see cref="T:System.Web.Management.WebRequestEvent" /> class with specified event parameters. </summary> <param name="message"> The message associated with the event. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> code associated with the event. It must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> detail code associated with the event. </param> </member> <member name="M:System.Web.Management.WebRequestEvent.IncrementPerfCounters"> <summary> Used internally to increment the performance counters. </summary> </member> <member name="P:System.Web.Management.WebRequestEvent.RequestInformation"> <summary> Gets the information associated with the Web-application request. </summary> <returns> The information associated with the Web-application request. </returns> </member> <member name="T:System.Web.Management.WebRequestInformation"> <summary> Provides information about the current Web request. </summary> </member> <member name="M:System.Web.Management.WebRequestInformation.FormatToString(System.Web.Management.WebEventFormatter)"> <summary> Formats the Web-request information. </summary> <param name="formatter"> The <see cref="T:System.Web.Management.WebEventFormatter" /> that contains the tab and indentation settings used to format the Web health event information. </param> </member> <member name="P:System.Web.Management.WebRequestInformation.Principal"> <summary> Gets the instance of the managed-code principal associated with the Web request. </summary> <returns> The <see cref="T:System.Security.Principal.IPrincipal" /> instance that is associated with the request event. </returns> </member> <member name="P:System.Web.Management.WebRequestInformation.RequestPath"> <summary> Gets the physical path of the Web request. </summary> <returns> The physical path of the request. </returns> </member> <member name="P:System.Web.Management.WebRequestInformation.RequestUrl"> <summary> Gets the logical path of the request. </summary> <returns> The logical path of the request. </returns> </member> <member name="P:System.Web.Management.WebRequestInformation.ThreadAccountName"> <summary> Gets a string that represents the Windows logon name of the user on whose behalf the code is being run. </summary> <returns> The Windows logon name of the user on whose behalf the code is being run. </returns> </member> <member name="P:System.Web.Management.WebRequestInformation.UserHostAddress"> <summary> Gets the user host address. </summary> <returns> The user host address. </returns> </member> <member name="T:System.Web.Management.WebSuccessAuditEvent"> <summary> Provides information about successful security events. </summary> </member> <member name="M:System.Web.Management.WebSuccessAuditEvent.#ctor(System.String,System.Object,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebSuccessAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> </member> <member name="M:System.Web.Management.WebSuccessAuditEvent.#ctor(System.String,System.Object,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebSuccessAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> </member> <member name="M:System.Web.Management.WebSuccessAuditEvent.IncrementPerfCounters"> <summary> Increments the Audit Success Events Raised performance counter. </summary> </member> <member name="T:System.Web.Management.WebThreadInformation"> <summary> Provides information about the state of a thread in an ASP.NET process. </summary> </member> <member name="M:System.Web.Management.WebThreadInformation.FormatToString(System.Web.Management.WebEventFormatter)"> <summary> Formats thread-related information. </summary> <param name="formatter"> The <see cref="T:System.Web.Management.WebEventFormatter" /> that contains the tab and indentation settings used to format the Web health event information. </param> </member> <member name="P:System.Web.Management.WebThreadInformation.IsImpersonating"> <summary> Gets the current thread-impersonation mode. </summary> <returns>true if the thread is executing in impersonation mode; otherwise, false. </returns> </member> <member name="P:System.Web.Management.WebThreadInformation.StackTrace"> <summary> Gets the current thread-managed stack trace. </summary> <returns> The thread-managed stack trace. </returns> </member> <member name="P:System.Web.Management.WebThreadInformation.ThreadAccountName"> <summary> Gets the thread account name. </summary> <returns> The thread account name. </returns> </member> <member name="P:System.Web.Management.WebThreadInformation.ThreadID"> <summary> Gets the current thread identifier. </summary> <returns> The current thread identifier. </returns> </member> <member name="T:System.Web.Management.WebViewStateFailureAuditEvent"> <summary> Provides Web-application view-state-related-failure information. </summary> </member> <member name="M:System.Web.Management.WebViewStateFailureAuditEvent.#ctor(System.String,System.Object,System.Int32,System.Int32,System.Web.UI.ViewStateException)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WebViewStateFailureAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="eventDetailCode"> The <see cref="T:System.Web.Management.WebEventCodes" /> value that specifies the detailed identifier for the event. </param> <param name="viewStateException"> The <see cref="T:System.Web.UI.ViewStateException" /> caused by the failure. </param> </member> <member name="M:System.Web.Management.WebViewStateFailureAuditEvent.#ctor(System.String,System.Object,System.Int32,System.Web.UI.ViewStateException)"> <summary> Initializes the <see cref="T:System.Web.Management.WebViewStateFailureAuditEvent" /> class using the supplied parameters. </summary> <param name="message"> The event description. </param> <param name="eventSource"> The object that is the source of the event. </param> <param name="eventCode"> The code associated with the event. When you implement a custom event, the event code must be greater than <see cref="F:System.Web.Management.WebEventCodes.WebExtendedBase" />. </param> <param name="viewStateException"> The <see cref="T:System.Web.UI.ViewStateException" /> caused by the failure. </param> </member> <member name="P:System.Web.Management.WebViewStateFailureAuditEvent.ViewStateException"> <summary> Gets the exception caused by the failure. </summary> <returns> The <see cref="T:System.Web.UI.ViewStateException" /> caused by the failure. </returns> </member> <member name="T:System.Web.Management.WmiWebEventProvider"> <summary> Implements an event provider that maps ASP.NET health-monitoring events to Windows Management Instrumentation (WMI) events. </summary> </member> <member name="M:System.Web.Management.WmiWebEventProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.WmiWebEventProvider" /> class. </summary> </member> <member name="M:System.Web.Management.WmiWebEventProvider.Flush"> <summary> Removes all events from the provider's buffer. </summary> </member> <member name="M:System.Web.Management.WmiWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Sets the initial values for this object. </summary> <param name="name"> The name used in the configuration file to identify this provider. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that specifies the attributes assigned for this provider in the configuration file. </param> </member> <member name="M:System.Web.Management.WmiWebEventProvider.ProcessEvent(System.Web.Management.WebBaseEvent)"> <summary> Processes the event passed to the provider. </summary> <param name="eventRaised"> The <see cref="T:System.Web.Management.WebBaseEvent" /> object to process. </param> <exception cref="T:System.Web.HttpException"> The event could not be raised. </exception> </member> <member name="M:System.Web.Management.WmiWebEventProvider.Shutdown"> <summary> Performs tasks associated with shutting down the provider. </summary> </member> <member name="T:System.Web.Management.IisTraceWebEventProvider"> <summary> Represents an event provider that routes ASP.NET tracing events to the IIS 7.0 infrastructure. </summary> </member> <member name="M:System.Web.Management.IisTraceWebEventProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.Iis7TraceWebEventProvider" /> class. </summary> </member> <member name="M:System.Web.Management.IisTraceWebEventProvider.Flush"> <summary> Moves the events from the provider's buffer into the event log. </summary> </member> <member name="M:System.Web.Management.IisTraceWebEventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Management.Iis7TraceWebEventProvider" /> with the data that is necessary to process events. </summary> <param name="name"> The name of the provider as specified in the configuration system. </param> <param name="config"> A collection that contains the initialization values that are specified in the configuration system. </param> </member> <member name="M:System.Web.Management.IisTraceWebEventProvider.ProcessEvent(System.Web.Management.WebBaseEvent)"> <summary> Processes the event that was passed to the provider. </summary> <param name="eventRaised"> The object to process. </param> </member> <member name="M:System.Web.Management.IisTraceWebEventProvider.Shutdown"> <summary> Performs tasks that are associated with shutting down the provider. </summary> </member> <member name="F:System.Web.Management.WebEventCodes.ApplicationShutdownBuildManagerChange"> <summary> Represents the event code indicating that the build manager has made a change that requires the application domain to be shut down. </summary> </member> <member name="T:System.Web.Profile.CustomProviderDataAttribute"> <summary> Provides a string of custom data to the provider for a profile property. </summary> </member> <member name="M:System.Web.Profile.CustomProviderDataAttribute.#ctor(System.String)"> <summary> Creates a new instance of the <see cref="T:System.Web.Profile.CustomProviderDataAttribute" /> class and specifies a string of custom data. </summary> <param name="customProviderData"> The string of custom data to supply to the provider. </param> </member> <member name="P:System.Web.Profile.CustomProviderDataAttribute.CustomProviderData"> <summary> Gets a string of custom data for the profile property provider. </summary> <returns> A string of custom data for the profile property provider. The default is null. </returns> </member> <member name="M:System.Web.Profile.CustomProviderDataAttribute.IsDefaultAttribute"> <summary> Gets a value indicating whether the <see cref="P:System.Web.Profile.CustomProviderDataAttribute.CustomProviderData" /> property is set to the default value. </summary> <returns>true if the <see cref="P:System.Web.Profile.CustomProviderDataAttribute.CustomProviderData" /> property is set to the default value; otherwise, false. </returns> </member> <member name="T:System.Web.Profile.DefaultProfile"> <summary> Represents a user-profile instance when no profile properties are defined. </summary> </member> <member name="M:System.Web.Profile.DefaultProfile.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Profile.DefaultProfile" /> class. </summary> </member> <member name="T:System.Web.Profile.ProfileAuthenticationOption"> <summary> Describes the authentication type of user profiles to be searched. </summary> </member> <member name="F:System.Web.Profile.ProfileAuthenticationOption.Anonymous"> <summary> Search only anonymous profiles. </summary> </member> <member name="F:System.Web.Profile.ProfileAuthenticationOption.Authenticated"> <summary> Search only authenticated profiles. </summary> </member> <member name="F:System.Web.Profile.ProfileAuthenticationOption.All"> <summary> Search all profiles. </summary> </member> <member name="T:System.Web.Profile.ProfileAutoSaveEventArgs"> <summary> Provides data for the <see cref="E:System.Web.Profile.ProfileModule.ProfileAutoSaving" /> event of the <see cref="T:System.Web.Profile.ProfileModule" /> class. </summary> </member> <member name="M:System.Web.Profile.ProfileAutoSaveEventArgs.#ctor(System.Web.HttpContext)"> <summary> Creates an instance of the <see cref="T:System.Web.Profile.ProfileAutoSaveEventArgs" /> class. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> of the current request. </param> </member> <member name="P:System.Web.Profile.ProfileAutoSaveEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> for the current request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> for the current request </returns> </member> <member name="P:System.Web.Profile.ProfileAutoSaveEventArgs.ContinueWithProfileAutoSave"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.Profile.ProfileModule" /> will automatically save the user profile. </summary> <returns>true if the <see cref="T:System.Web.Profile.ProfileModule" /> will automatically save the user profile; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.Profile.ProfileAutoSaveEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.Profile.ProfileModule.ProfileAutoSaving" /> event of a <see cref="T:System.Web.Profile.ProfileModule" />. </summary> <param name="sender"> The <see cref="T:System.Web.Profile.ProfileModule" /> that raised the <see cref="E:System.Web.Profile.ProfileModule.ProfileAutoSaving" /> event. </param> <param name="e"> A <see cref="T:System.Web.Profile.ProfileAutoSaveEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.Profile.ProfileBase"> <summary> Provides untyped access to profile property values and information. </summary> </member> <member name="M:System.Web.Profile.ProfileBase.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Profile.ProfileBase" /> class. </summary> <exception cref="T:System.Configuration.Provider.ProviderException"> The enabled attribute of the profile section of the Web.config file is false. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A property type specified in the profile section of the Web.config file could not be created. -or- The allowAnonymous attribute for a property in the profile section of the Web.config file is set to true and the enabled attribute of the <anonymousIdentification> element is set to false. -or- The serializeAs attribute for a property in the profile section of the Web.config file is set to <see cref="F:System.Configuration.SettingsSerializeAs.Binary" /> and the <see cref="P:System.Type.IsSerializable" /> property of the specified type returns false. -or- The name of a provider specified using the provider attribute of a profile property could not be found in the <see cref="P:System.Web.Profile.ProfileManager.Providers" /> collection. -or- The type specified for a profile property could not be found. -or- A profile property was specified with a name that matches a property name on the base class specified in the inherits attribute of the profile section. </exception> </member> <member name="M:System.Web.Profile.ProfileBase.Create(System.String)"> <summary> Used by ASP.NET to create an instance of a profile for the specified user name. </summary> <returns> An <see cref="T:System.Web.Profile.ProfileBase" /> that represents the profile for the specified user. </returns> <param name="username"> The name of the user to create a profile for. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> The enabled attribute of the profile section of the Web.config file is false. </exception> <exception cref="T:System.Web.HttpException"> The current hosting permission level is less than <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium" />. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A property type specified in the profile section of the Web.config file could not be created. -or- The allowAnonymous attribute for a property in the profile section of the Web.config file is set to true and the enabled attribute of the <anonymousIdentification> element is set to false. -or- The serializeAs attribute for a property in the profile section of the Web.config file is set to <see cref="F:System.Configuration.SettingsSerializeAs.Binary" /> and the <see cref="P:System.Type.IsSerializable" /> property of the specified type returns false. -or- The name of a provider specified using the provider attribute of a profile property could not be found in the <see cref="P:System.Web.Profile.ProfileManager.Providers" /> collection. -or- The type specified for a profile property could not be found. -or- A profile property was specified with a name that matches a property name on the base class specified in the inherits attribute of the profile section. </exception> </member> <member name="M:System.Web.Profile.ProfileBase.Create(System.String,System.Boolean)"> <summary> Used by ASP.NET to create an instance of a profile for the specified user name. Takes a parameter indicating whether the user is authenticated or anonymous. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileBase" /> object that represents the profile for the specified user. </returns> <param name="username"> The name of the user to create a profile for. </param> <param name="isAuthenticated">true to indicate the user is authenticated; false to indicate the user is anonymous. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> The enabled attribute of the profile section of the Web.config file is false. </exception> <exception cref="T:System.Web.HttpException"> The current hosting permission level is less than <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium" />. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A property type specified in the profile section of the Web.config file could not be created. -or- The allowAnonymous attribute for a property in the profile section of the Web.config file is set to true and the enabled attribute of the <anonymousIdentification> element is set to false. -or- The serializeAs attribute for a property in the profile section of the Web.config file is set to <see cref="F:System.Configuration.SettingsSerializeAs.Binary" /> and the <see cref="P:System.Type.IsSerializable" /> property of the specified type returns false. -or- The name of a provider specified using the provider attribute of a profile property could not be found in the <see cref="P:System.Web.Profile.ProfileManager.Providers" /> collection. -or- The type specified for a profile property could not be found. -or- A profile property was specified with a name that matches a property name on the base class specified in the inherits attribute of the profile section. </exception> </member> <member name="M:System.Web.Profile.ProfileBase.GetProfileGroup(System.String)"> <summary> Gets a group of properties identified by a group name. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileGroupBase" /> object for a group of properties configured with the specified group name. </returns> <param name="groupName"> The name of the group of properties. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> The specified profile property group name was not found in the properties configuration section. </exception> </member> <member name="M:System.Web.Profile.ProfileBase.GetPropertyValue(System.String)"> <summary> Gets the value of a profile property. </summary> <returns> The value of the specified profile property, typed as object. </returns> <param name="propertyName"> The name of the profile property. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An attempt was made to set a property value on an anonymous profile where the property's allowAnonymous attribute is false. </exception> <exception cref="T:System.Configuration.SettingsPropertyNotFoundException"> There are no properties defined for the current profile. -or- The specified profile property name does not exist in the current profile. -or- The provider for the specified profile property did not recognize the specified property. </exception> </member> <member name="M:System.Web.Profile.ProfileBase.Initialize(System.String,System.Boolean)"> <summary> Initializes the profile property values and information for the current user. </summary> <param name="username"> The name of the user to initialize the profile for. </param> <param name="isAuthenticated">true to indicate the user is authenticated; false to indicate the user is anonymous. </param> </member> <member name="P:System.Web.Profile.ProfileBase.IsAnonymous"> <summary> Gets a value indicating whether the user profile is for an anonymous user. </summary> <returns>true if the user profile is for an anonymous user; otherwise, false. </returns> </member> <member name="P:System.Web.Profile.ProfileBase.IsDirty"> <summary> Gets a value indicating whether any of the profile properties have been modified. </summary> <returns>true if any of the profile properties have been modified; otherwise, false. </returns> </member> <member name="P:System.Web.Profile.ProfileBase.Item(System.String)"> <summary> Gets or sets a profile property value indexed by the property name. </summary> <returns> The value of the specified profile property, typed as object. </returns> <param name="propertyName"> The name of the profile property. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An attempt was made to set a property value on an anonymous profile where the property's allowAnonymous attribute is false. </exception> <exception cref="T:System.Configuration.SettingsPropertyNotFoundException"> There are no properties defined for the current profile. -or- The specified profile property name does not exist in the current profile. -or- The provider for the specified profile property did not recognize the specified property. </exception> <exception cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"> An attempt was made to set a property value that was marked as read-only. </exception> <exception cref="T:System.Configuration.SettingsPropertyWrongTypeException"> An attempt was made to assign a value to a property using an incompatible type. </exception> </member> <member name="P:System.Web.Profile.ProfileBase.LastActivityDate"> <summary> Gets the most recent date and time that the profile was read or modified. </summary> <returns> The most recent date and time that the profile was read or modified by the default provider. </returns> </member> <member name="P:System.Web.Profile.ProfileBase.LastUpdatedDate"> <summary> Gets the most recent date and time that the profile was modified. </summary> <returns> The most recent date and time that the profile was modified by the default provider. </returns> </member> <member name="P:System.Web.Profile.ProfileBase.Properties"> <summary> Gets a collection of <see cref="T:System.Configuration.SettingsProperty" /> objects for each property in the profile. </summary> <returns> A <see cref="T:System.Configuration.SettingsPropertyCollection" /> of <see cref="T:System.Configuration.SettingsProperty" /> objects for each property in the profile for the application. </returns> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A property type specified in the profile section of the Web.config file could not be created. -or- The allowAnonymous attribute for a property in the profile section of the Web.config file is set to true and the enabled attribute of the anonymousIdentification element is set to false. -or- The serializeAs attribute for a property in the profile section of the Web.config file is set to <see cref="F:System.Configuration.SettingsSerializeAs.Binary" /> and the <see cref="P:System.Type.IsSerializable" /> property of the specified type returns false. -or- The name of a provider specified using the provider attribute of a profile property could not be found in the <see cref="P:System.Web.Profile.ProfileManager.Providers" /> collection. -or- The type specified for a profile property could not be found. -or- A profile property was specified with a name that matches a property name on the base class specified in the inherits attribute of the profile section. </exception> </member> <member name="M:System.Web.Profile.ProfileBase.Save"> <summary> Updates the profile data source with changed profile property values. </summary> </member> <member name="M:System.Web.Profile.ProfileBase.SetPropertyValue(System.String,System.Object)"> <summary> Sets the value of a profile property. </summary> <param name="propertyName"> The name of the property to set. </param> <param name="propertyValue"> The value to assign to the property. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An attempt was made to set a property value on an anonymous profile where the property's allowAnonymous attribute is false. </exception> <exception cref="T:System.Configuration.SettingsPropertyNotFoundException"> There are no properties defined for the current profile. -or- The specified profile property name does not exist in the current profile. -or- The provider for the specified profile property did not recognize the specified property. </exception> <exception cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"> An attempt was made to set a value value on a property that was marked as read-only. </exception> <exception cref="T:System.Configuration.SettingsPropertyWrongTypeException"> An attempt was made to assign a value to a property using an incompatible type. </exception> </member> <member name="P:System.Web.Profile.ProfileBase.UserName"> <summary> Gets the user name for the profile. </summary> <returns> The user name for the profile or the anonymous-user identifier assigned to the profile. </returns> </member> <member name="T:System.Web.Profile.ProfileEventArgs"> <summary> Provides data for the <see cref="E:System.Web.Profile.ProfileModule.Personalize" /> event of the <see cref="T:System.Web.Profile.ProfileModule" /> class. </summary> </member> <member name="M:System.Web.Profile.ProfileEventArgs.#ctor(System.Web.HttpContext)"> <summary> Creates an instance of the <see cref="T:System.Web.Profile.ProfileEventArgs" /> class. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> of the current request. </param> </member> <member name="P:System.Web.Profile.ProfileEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> for the current request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> for the current request </returns> </member> <member name="P:System.Web.Profile.ProfileEventArgs.Profile"> <summary> Gets or sets the user profile for the current request. </summary> <returns> The user profile to use for the current request. The default is null. </returns> </member> <member name="T:System.Web.Profile.ProfileEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.Profile.ProfileModule.Personalize" /> event of a <see cref="T:System.Web.Profile.ProfileModule" />. </summary> <param name="sender"> The <see cref="T:System.Web.Profile.ProfileModule" /> that raised the <see cref="E:System.Web.Profile.ProfileModule.Personalize" /> event. </param> <param name="e"> A <see cref="T:System.Web.Profile.ProfileEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.Profile.ProfileGroupBase"> <summary> Provides untyped access to grouped ASP.NET profile property values. </summary> </member> <member name="M:System.Web.Profile.ProfileGroupBase.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Profile.ProfileGroupBase" /> class. </summary> </member> <member name="M:System.Web.Profile.ProfileGroupBase.GetPropertyValue(System.String)"> <summary> Gets the value of a grouped profile property. </summary> <returns> The value of the grouped profile property typed as object. </returns> <param name="propertyName"> The name of the grouped profile property. </param> </member> <member name="M:System.Web.Profile.ProfileGroupBase.Init(System.Web.Profile.ProfileBase,System.String)"> <summary> Used by ASP.NET to initialize the grouped profile property values and information. </summary> <param name="parent"> The class that inherits <see cref="T:System.Web.Profile.ProfileBase" /> that is assigned to the <see cref="P:System.Web.HttpContext.Profile" /> property. </param> <param name="myName"> The name of the profile property group. </param> </member> <member name="P:System.Web.Profile.ProfileGroupBase.Item(System.String)"> <summary> Gets or sets a grouped profile property value indexed by the property name. </summary> <returns> The value of the specified grouped profile property. </returns> <param name="propertyName"> The name of the grouped profile property. </param> </member> <member name="M:System.Web.Profile.ProfileGroupBase.SetPropertyValue(System.String,System.Object)"> <summary> Sets the value of a grouped profile property. </summary> <param name="propertyName"> The name of the grouped property to set. </param> <param name="propertyValue"> The value to assign to the grouped property. </param> </member> <member name="T:System.Web.Profile.ProfileInfo"> <summary> Provides information about a user profile. </summary> </member> <member name="M:System.Web.Profile.ProfileInfo.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Profile.ProfileInfo" /> object for a class that inherits the <see cref="T:System.Web.Profile.ProfileInfo" /> class. </summary> </member> <member name="M:System.Web.Profile.ProfileInfo.#ctor(System.String,System.Boolean,System.DateTime,System.DateTime,System.Int32)"> <summary> Creates an instance of the <see cref="T:System.Web.Profile.ProfileInfo" /> class with the specified property values. </summary> <param name="username"> The user name for the profile. </param> <param name="isAnonymous">true to indicate the profile is for an anonymous user; false to indicate the profile is for an authenticated user. </param> <param name="lastActivityDate"> The last date and time when the profile was read or updated. </param> <param name="lastUpdatedDate"> The last date and time when the profile was updated. </param> <param name="size"> The size of the profile information and values stored in the data source. </param> </member> <member name="P:System.Web.Profile.ProfileInfo.IsAnonymous"> <summary> Gets whether the user name for the profile is anonymous. </summary> <returns>true if the user name for the profile is anonymous; otherwise, false. </returns> </member> <member name="P:System.Web.Profile.ProfileInfo.LastActivityDate"> <summary> Gets the last date and time when the profile was read or updated. </summary> <returns> A <see cref="T:System.DateTime" /> that represents the last date and time when the profile was read or updated. </returns> </member> <member name="P:System.Web.Profile.ProfileInfo.LastUpdatedDate"> <summary> Gets the last date and time when the profile was updated. </summary> <returns> A <see cref="T:System.DateTime" /> that represents the last date and time when the profile was updated. </returns> </member> <member name="P:System.Web.Profile.ProfileInfo.Size"> <summary> Gets the size of the profile property names and values stored in the data source. </summary> <returns> The size of the profile property names and values stored in the data source. </returns> </member> <member name="P:System.Web.Profile.ProfileInfo.UserName"> <summary> Gets the user name for the profile. </summary> <returns> The user name for the profile. </returns> </member> <member name="T:System.Web.Profile.ProfileInfoCollection"> <summary> A collection of <see cref="T:System.Web.Profile.ProfileInfo" /> objects. </summary> </member> <member name="M:System.Web.Profile.ProfileInfoCollection.#ctor"> <summary> Creates a new, empty <see cref="T:System.Web.Profile.ProfileInfoCollection" />. </summary> </member> <member name="M:System.Web.Profile.ProfileInfoCollection.Add(System.Web.Profile.ProfileInfo)"> <summary> Adds the specified <see cref="T:System.Web.Profile.ProfileInfo" /> object to the collection. </summary> <param name="profileInfo"> A <see cref="T:System.Web.Profile.ProfileInfo" /> object to add to the collection. </param> <exception cref="T:System.NotSupportedException"> The collection is read-only. </exception> <exception cref="T:System.ArgumentException"> A <see cref="T:System.Web.Profile.ProfileInfo" /> object with the same <see cref="P:System.Web.Profile.ProfileInfo.UserName" /> value as <paramref name="profileInfo" /> already exists in the collection. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="profileInfo" /> is null. -or- The <see cref="P:System.Web.Profile.ProfileInfo.UserName" /> property of <paramref name="profileInfo" /> is null. </exception> </member> <member name="M:System.Web.Profile.ProfileInfoCollection.Clear"> <summary> Removes all <see cref="T:System.Web.Profile.ProfileInfo" /> objects from the collection. </summary> <exception cref="T:System.NotSupportedException"> The collection is read-only. </exception> </member> <member name="M:System.Web.Profile.ProfileInfoCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the <see cref="T:System.Web.Profile.ProfileInfoCollection" /> to a one-dimensional array. </summary> <param name="array"> A one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the <see cref="T:System.Web.Profile.ProfileInfoCollection" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in array at which copying begins. </param> </member> <member name="M:System.Web.Profile.ProfileInfoCollection.CopyTo(System.Web.Profile.ProfileInfo[],System.Int32)"> <summary> Copies the <see cref="T:System.Web.Profile.ProfileInfoCollection" /> to a one-dimensional array of type <see cref="T:System.Web.Profile.ProfileInfo" />. </summary> <param name="array"> A one-dimensional array of type <see cref="T:System.Web.Profile.ProfileInfo" /> that is the destination of the elements copied from the <see cref="T:System.Web.Profile.ProfileInfoCollection" />. The array must have zero-based indexing. </param> <param name="index"> The zero-based index in the <paramref name="array" /> at which copying begins. </param> </member> <member name="P:System.Web.Profile.ProfileInfoCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.Profile.ProfileInfo" /> objects in the collection. </summary> <returns> The number of <see cref="T:System.Web.Profile.ProfileInfo" /> objects in the collection. </returns> </member> <member name="M:System.Web.Profile.ProfileInfoCollection.GetEnumerator"> <summary> Gets an enumerator that can iterate through the <see cref="T:System.Web.Profile.ProfileInfoCollection" />. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> for the entire <see cref="T:System.Web.Profile.ProfileInfoCollection" />. </returns> </member> <member name="P:System.Web.Profile.ProfileInfoCollection.IsSynchronized"> <summary> Gets a value indicating whether the profile info collection is thread safe. </summary> <returns> Always false, because thread-safe profile info collections are not supported. </returns> </member> <member name="P:System.Web.Profile.ProfileInfoCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.Profile.ProfileInfo" /> object in the collection, referenced by the specified <see cref="P:System.Web.Profile.ProfileInfo.UserName" />. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfo" /> object for the specified user name. If name is not found in the collection, null is returned. </returns> <param name="name"> The <see cref="P:System.Web.Profile.ProfileInfo.UserName" /> of the <see cref="T:System.Web.Profile.ProfileInfo" /> object to retrieve from the collection. </param> </member> <member name="M:System.Web.Profile.ProfileInfoCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.Profile.ProfileInfo" /> object with the specified user name from the collection. </summary> <param name="name"> The <see cref="P:System.Web.Profile.ProfileInfo.UserName" /> of the <see cref="T:System.Web.Profile.ProfileInfo" /> object to remove from the collection. </param> <exception cref="T:System.NotSupportedException"> The collection is read-only. </exception> </member> <member name="M:System.Web.Profile.ProfileInfoCollection.SetReadOnly"> <summary> Makes the contents of the <see cref="T:System.Web.Profile.ProfileInfoCollection" /> read-only. </summary> </member> <member name="P:System.Web.Profile.ProfileInfoCollection.SyncRoot"> <summary> Gets the synchronization root. </summary> <returns> Always this (Me in Visual Basic), because synchronization of <see cref="T:System.Web.Profile.ProfileInfoCollection" /> objects is not supported. </returns> </member> <member name="T:System.Web.Profile.ProfileManager"> <summary> Manages user profile data and settings. </summary> </member> <member name="P:System.Web.Profile.ProfileManager.ApplicationName"> <summary> Gets or sets the name of the application for which to store and retrieve profile information. </summary> <returns> The name of the application for which to store and retrieve profile information. </returns> </member> <member name="P:System.Web.Profile.ProfileManager.AutomaticSaveEnabled"> <summary> Gets a value indicating whether the user profile will be automatically saved at the end of the execution of an ASP.NET page. </summary> <returns>true if the user profile will be automatically saved at the end of the execution of an ASP.NET page; otherwise, false. The default is true. </returns> <exception cref="T:System.Web.HttpException"> An attempt was made to get the <see cref="P:System.Web.Profile.ProfileManager.AutomaticSaveEnabled" /> property value without at least <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium" /> permission. </exception> </member> <member name="M:System.Web.Profile.ProfileManager.DeleteInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)"> <summary> Deletes user profile data for which the last activity date and time occurred before the specified date and time. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are deleted. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> </member> <member name="M:System.Web.Profile.ProfileManager.DeleteProfile(System.String)"> <summary> Deletes the profile for the specified user name from the data source. </summary> <returns>true if the user profile was found and deleted; otherwise, false. </returns> <param name="username"> The user name for the profile to be deleted. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is an empty string ("") or contains a comma. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> </member> <member name="M:System.Web.Profile.ProfileManager.DeleteProfiles(System.String[])"> <summary> Deletes profile properties and information for the supplied list of user names. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="usernames"> A string array of user names for profiles to be deleted. </param> <exception cref="T:System.ArgumentException"> The length of <paramref name="usernames" /> is zero. - or - One of the items in <paramref name="usernames" /> is an empty string ("") or contains a comma. - or - Two or more items in <paramref name="usernames" /> have the same value. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="usernames" /> is null. - or - One of the items in <paramref name="usernames" /> is null. </exception> </member> <member name="M:System.Web.Profile.ProfileManager.DeleteProfiles(System.Web.Profile.ProfileInfoCollection)"> <summary> Deletes profile properties and information from the data source for the supplied list of profiles. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="profiles"> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> that contains profile information for profiles to be deleted. </param> <exception cref="T:System.ArgumentException"> <paramref name="profiles" /> has a <see cref="P:System.Web.Profile.ProfileInfoCollection.Count" /> value of zero. - or - One of the <see cref="T:System.Web.Profile.ProfileInfo" /> objects in <paramref name="profiles" /> has a <see cref="P:System.Web.Profile.ProfileInfo.UserName" /> that is an empty string ("") or contains a comma. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="profiles" /> is null. - or - One of the <see cref="T:System.Web.Profile.ProfileInfo" /> objects in <paramref name="profiles" /> has a <see cref="P:System.Web.Profile.ProfileInfo.UserName" /> that is null. </exception> </member> <member name="P:System.Web.Profile.ProfileManager.Enabled"> <summary> Gets a value indicating whether the user profile is enabled for the application. </summary> <returns>true if the user profile is enabled; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Profile.ProfileManager.FindInactiveProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.DateTime)"> <summary> Retrieves profile information for all profiles in which the last activity date occurred on or before the specified date and time and the user name for the profile matches the specified name. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for inactive profiles in which the user name matches the supplied <paramref name="usernameToMatch" /> parameter. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="usernameToMatch"> The user name for which to search. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string (""). </exception> </member> <member name="M:System.Web.Profile.ProfileManager.FindInactiveProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.DateTime,System.Int32,System.Int32,System.Int32@)"> <summary> Retrieves profile information in pages of data for profiles in which the last activity date occurred on or before the specified date and time and the user name for the profile matches the specified name. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for inactive profiles where the user name matches the supplied <paramref name="usernameToMatch" /> parameter. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="usernameToMatch"> The user name for which to search. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains an integer that identifies the total number of profiles. This parameter is passed uninitialized. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string (""). - or - <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than 1. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> is larger than <see cref="F:System.Int32.MaxValue" />. </exception> </member> <member name="M:System.Web.Profile.ProfileManager.FindProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String)"> <summary> Retrieves all profile information for profiles in which the user name matches the specified name. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for profiles where the user name matches the supplied <paramref name="usernameToMatch" /> parameter. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="usernameToMatch"> The user name for which to search. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string (""). </exception> </member> <member name="M:System.Web.Profile.ProfileManager.FindProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Retrieves profile information in pages of data for profiles in which the user name matches the specified name. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for profiles where the user name matches the supplied <paramref name="usernameToMatch" /> parameter. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="usernameToMatch"> The user name for which to search. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains an integer that identifies the total number of profiles. This parameter is passed uninitialized. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string (""). - or - <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than 1. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> is larger than <see cref="F:System.Int32.MaxValue" />. </exception> </member> <member name="M:System.Web.Profile.ProfileManager.GetAllInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)"> <summary> Retrieves all user profile data for profiles in which the last activity date occurred on or before the specified date and time. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information about the inactive profiles. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> </member> <member name="M:System.Web.Profile.ProfileManager.GetAllInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime,System.Int32,System.Int32,System.Int32@)"> <summary> Retrieves a page of <see cref="T:System.Web.Profile.ProfileInfo" /> objects for user profiles in which the last activity date occurred on or before the specified date and time. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information about the inactive profiles. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains an integer that identifies the total number of profiles. This parameter is passed uninitialized. </param> </member> <member name="M:System.Web.Profile.ProfileManager.GetAllProfiles(System.Web.Profile.ProfileAuthenticationOption)"> <summary> Retrieves user profile data for profiles in the data source. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for all of the profiles in the data source. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> </member> <member name="M:System.Web.Profile.ProfileManager.GetAllProfiles(System.Web.Profile.ProfileAuthenticationOption,System.Int32,System.Int32,System.Int32@)"> <summary> Retrieves pages of user profile data. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for all of the profiles in the data source. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains an integer that identifies the total number of profiles. This parameter is passed uninitialized. </param> </member> <member name="M:System.Web.Profile.ProfileManager.GetNumberOfInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)"> <summary> Gets the number of profiles in which the last activity date occurred on or before the specified date. </summary> <returns> The number of profiles in the data source for which the last activity date occurred before the specified date and time. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> object that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> </member> <member name="M:System.Web.Profile.ProfileManager.GetNumberOfProfiles(System.Web.Profile.ProfileAuthenticationOption)"> <summary> Gets the number of profiles in the data source. </summary> <returns> The number of profiles in the data source. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> enumeration values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> </member> <member name="P:System.Web.Profile.ProfileManager.Provider"> <summary> Gets a reference to the default profile provider for the application. </summary> <returns> The default profile provider for the application. </returns> <exception cref="T:System.Web.HttpException"> An attempt was made to get the <see cref="P:System.Web.Profile.ProfileManager.Provider" /> property value without at least <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium" /> permission. </exception> </member> <member name="P:System.Web.Profile.ProfileManager.Providers"> <summary> Gets a collection of the profile providers for the ASP.NET application. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileProviderCollection" /> of the profile providers configured for the ASP.NET application. </returns> <exception cref="T:System.Web.HttpException"> An attempt was made to get the <see cref="P:System.Web.Profile.ProfileManager.Providers" /> property value without at least <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium" /> permission. </exception> </member> <member name="T:System.Web.Profile.ProfileMigrateEventArgs"> <summary> Provides data for the <see cref="E:System.Web.Profile.ProfileModule.MigrateAnonymous" /> event of the <see cref="T:System.Web.Profile.ProfileModule" /> class. </summary> </member> <member name="M:System.Web.Profile.ProfileMigrateEventArgs.#ctor(System.Web.HttpContext,System.String)"> <summary> Creates an instance of the <see cref="T:System.Web.Profile.ProfileMigrateEventArgs" /> class. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> of the current request. </param> <param name="anonymousId"> The anonymous identifier being migrated from. </param> </member> <member name="P:System.Web.Profile.ProfileMigrateEventArgs.AnonymousID"> <summary> Gets the anonymous identifier for the anonymous profile from which to migrate profile property values. </summary> <returns> The anonymous identifier for the anonymous profile from which to migrate profile property values. </returns> </member> <member name="P:System.Web.Profile.ProfileMigrateEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> for the current request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> for the current request </returns> </member> <member name="T:System.Web.Profile.ProfileMigrateEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.Profile.ProfileModule.MigrateAnonymous" /> event of the <see cref="T:System.Web.Profile.ProfileModule" /> class. </summary> <param name="sender"> The <see cref="T:System.Web.Profile.ProfileModule" /> that raised the <see cref="E:System.Web.Profile.ProfileModule.MigrateAnonymous" /> event. </param> <param name="e"> A <see cref="T:System.Web.Profile.ProfileMigrateEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.Profile.ProfileModule"> <summary> Manages the creation of the user profile and profile events. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Profile.ProfileModule.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Profile.ProfileModule" /> class. </summary> </member> <member name="M:System.Web.Profile.ProfileModule.Dispose"> <summary> Releases all resources used by the <see cref="T:System.Web.Profile.ProfileModule" />. </summary> </member> <member name="M:System.Web.Profile.ProfileModule.Init(System.Web.HttpApplication)"> <summary> Calls initialization code when a <see cref="T:System.Web.Profile.ProfileModule" /> object is created. </summary> <param name="app"> The current application. </param> </member> <member name="E:System.Web.Profile.ProfileModule.MigrateAnonymous"> <summary> Occurs when the anonymous user for a profile logs in. </summary> </member> <member name="E:System.Web.Profile.ProfileModule.Personalize"> <summary> Occurs before the user profile is created. </summary> </member> <member name="E:System.Web.Profile.ProfileModule.ProfileAutoSaving"> <summary> Occurs at the end of page execution if automatic profile saving is enabled. </summary> </member> <member name="T:System.Web.Profile.ProfileProvider"> <summary> Defines the contract that ASP.NET implements to provide profile services using custom profile providers. </summary> </member> <member name="M:System.Web.Profile.ProfileProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Profile.ProfileProvider" /> class. </summary> </member> <member name="M:System.Web.Profile.ProfileProvider.DeleteInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)"> <summary> When overridden in a derived class, deletes all user-profile data for profiles in which the last activity date occurred before the specified date. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are deleted. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> value of a user profile occurs on or before this date and time, the profile is considered inactive. </param> </member> <member name="M:System.Web.Profile.ProfileProvider.DeleteProfiles(System.String[])"> <summary> When overridden in a derived class, deletes profile properties and information for profiles that match the supplied list of user names. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="usernames"> A string array of user names for profiles to be deleted. </param> </member> <member name="M:System.Web.Profile.ProfileProvider.DeleteProfiles(System.Web.Profile.ProfileInfoCollection)"> <summary> When overridden in a derived class, deletes profile properties and information for the supplied list of profiles. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="profiles"> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> of information about profiles that are to be deleted. </param> </member> <member name="M:System.Web.Profile.ProfileProvider.FindInactiveProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.DateTime,System.Int32,System.Int32,System.Int32@)"> <summary> When overridden in a derived class, retrieves profile information for profiles in which the last activity date occurred on or before the specified date and the user name matches the specified user name. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for inactive profiles where the user name matches the supplied <paramref name="usernameToMatch" /> parameter. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="usernameToMatch"> The user name to search for. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> value of a user profile occurs on or before this date and time, the profile is considered inactive. </param> <param name="pageIndex"> The index of the page of results to return. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains the total number of profiles. </param> </member> <member name="M:System.Web.Profile.ProfileProvider.FindProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.Int32,System.Int32,System.Int32@)"> <summary> When overridden in a derived class, retrieves profile information for profiles in which the user name matches the specified user names. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user-profile information for profiles where the user name matches the supplied <paramref name="usernameToMatch" /> parameter. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="usernameToMatch"> The user name to search for. </param> <param name="pageIndex"> The index of the page of results to return. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains the total number of profiles. </param> </member> <member name="M:System.Web.Profile.ProfileProvider.GetAllInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime,System.Int32,System.Int32,System.Int32@)"> <summary> When overridden in a derived class, retrieves user-profile data from the data source for profiles in which the last activity date occurred on or before the specified date. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user-profile information about the inactive profiles. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> <param name="pageIndex"> The index of the page of results to return. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains the total number of profiles. </param> </member> <member name="M:System.Web.Profile.ProfileProvider.GetAllProfiles(System.Web.Profile.ProfileAuthenticationOption,System.Int32,System.Int32,System.Int32@)"> <summary> When overridden in a derived class, retrieves user profile data for all profiles in the data source. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user-profile information for all profiles in the data source. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="pageIndex"> The index of the page of results to return. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains the total number of profiles. </param> </member> <member name="M:System.Web.Profile.ProfileProvider.GetNumberOfInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)"> <summary> When overridden in a derived class, returns the number of profiles in which the last activity date occurred on or before the specified date. </summary> <returns> The number of profiles in which the last activity date occurred on or before the specified date. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> </member> <member name="T:System.Web.Profile.ProfileProviderAttribute"> <summary> Identifies the profile provider for a user-profile property. </summary> </member> <member name="M:System.Web.Profile.ProfileProviderAttribute.#ctor(System.String)"> <summary> Creates a new instance of the <see cref="T:System.Web.Profile.ProfileProviderAttribute" /> class with the specified profile provider name. </summary> <param name="providerName"> The name of the profile provider for the property. </param> </member> <member name="P:System.Web.Profile.ProfileProviderAttribute.ProviderName"> <summary> Gets the name of the profile provider for the user-profile property. </summary> <returns> The name of the profile provider for the user-profile property. </returns> </member> <member name="T:System.Web.Profile.ProfileProviderCollection"> <summary> A collection of objects that inherit the <see cref="T:System.Web.Profile.ProfileProvider" /> abstract class. </summary> </member> <member name="M:System.Web.Profile.ProfileProviderCollection.#ctor"> <summary> Creates a new, empty profile provider collection. </summary> </member> <member name="M:System.Web.Profile.ProfileProviderCollection.Add(System.Configuration.Provider.ProviderBase)"> <summary> Adds a profile provider to the collection. </summary> <param name="provider"> The profile provider to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="provider" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="provider" /> is not of a type that inherits the <see cref="T:System.Web.Profile.ProfileProvider" /> abstract class. </exception> </member> <member name="P:System.Web.Profile.ProfileProviderCollection.Item(System.String)"> <summary> Returns the profile provider referenced by the specified provider name. </summary> <returns> An object that inherits the <see cref="T:System.Web.Profile.ProfileProvider" /> abstract class. </returns> <param name="name"> The name of the profile provider. </param> </member> <member name="T:System.Web.Profile.SettingsAllowAnonymousAttribute"> <summary> Identifies whether a profile property can be set or accessed for an anonymous user. </summary> </member> <member name="M:System.Web.Profile.SettingsAllowAnonymousAttribute.#ctor(System.Boolean)"> <summary> Creates a new instance of the <see cref="T:System.Web.Profile.SettingsAllowAnonymousAttribute" /> class and specifies whether to allow anonymous access to the associated profile property. </summary> <param name="allow">true if anonymous users can access the associated profile property; otherwise false. </param> </member> <member name="P:System.Web.Profile.SettingsAllowAnonymousAttribute.Allow"> <summary> Gets a value indicating whether the associated property of a custom profile implementation can be accessed if the user is an anonymous user. </summary> <returns>true if anonymous users can access the associated profile property; otherwise, false. </returns> </member> <member name="M:System.Web.Profile.SettingsAllowAnonymousAttribute.IsDefaultAttribute"> <summary> Gets a value indicating whether the <see cref="P:System.Web.Profile.SettingsAllowAnonymousAttribute.Allow" /> property is set to the default value. </summary> <returns>true if the <see cref="P:System.Web.Profile.SettingsAllowAnonymousAttribute.Allow" /> property is set to the default value; otherwise false. </returns> </member> <member name="T:System.Web.Profile.SqlProfileProvider"> <summary> Manages storage of profile information for an ASP.NET application in a SQL Server database. </summary> </member> <member name="M:System.Web.Profile.SqlProfileProvider.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Profile.SqlProfileProvider" /> class. </summary> </member> <member name="P:System.Web.Profile.SqlProfileProvider.ApplicationName"> <summary> Gets or sets the name of the application for which to store and retrieve profile information. </summary> <returns> The name of the application for which to store and retrieve profile information. The default is the <see cref="P:System.Web.Hosting.HostingEnvironment.ApplicationVirtualPath" /> value. </returns> <exception cref="T:System.Web.HttpException"> An attempt was made to set the <see cref="P:System.Web.Profile.SqlProfileProvider.ApplicationName" /> property by a caller that does not have <see cref="F:System.Web.AspNetHostingPermissionLevel.High" /> ASP.NET hosting permission. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An attempt was made to set the <see cref="P:System.Web.Profile.SqlProfileProvider.ApplicationName" /> property to a string that is longer than 256 characters. </exception> </member> <member name="M:System.Web.Profile.SqlProfileProvider.DeleteInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)"> <summary> Deletes user profile data for profiles in which the last activity date occurred before the specified date and time. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are deleted. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> </member> <member name="M:System.Web.Profile.SqlProfileProvider.DeleteProfiles(System.String[])"> <summary> Deletes profile properties and information from the data source for the supplied list of user names. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="usernames"> A string array of user names for profiles to be deleted. </param> <exception cref="T:System.ArgumentException"> The length of <paramref name="usernames" /> is zero. - or - One of the items in <paramref name="usernames" /> is an empty string (""), exceeds a length of 256 characters, or contains a comma. - or - Two or more items in <paramref name="usernames" /> have the same value. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="usernames" /> is null. - or - One of the items in <paramref name="usernames" /> is null. </exception> </member> <member name="M:System.Web.Profile.SqlProfileProvider.DeleteProfiles(System.Web.Profile.ProfileInfoCollection)"> <summary> Deletes profile properties and information for the supplied list of profiles from the data source. </summary> <returns> The number of profiles deleted from the data source. </returns> <param name="profiles"> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> that contains profile information for profiles to be deleted. </param> <exception cref="T:System.ArgumentException"> <paramref name="profiles" /> has a <see cref="P:System.Web.Profile.ProfileInfoCollection.Count" /> value of zero. - or - One of the <see cref="T:System.Web.Profile.ProfileInfo" /> objects in <paramref name="profiles" /> has a <see cref="P:System.Web.Profile.ProfileInfo.UserName" /> that is an empty string (""), exceeds a length of 256 characters, or contains a comma. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="profiles" /> is null. - or - One of the <see cref="T:System.Web.Profile.ProfileInfo" /> objects in <paramref name="profiles" /> has a <see cref="P:System.Web.Profile.ProfileInfo.UserName" /> that is null. </exception> </member> <member name="M:System.Web.Profile.SqlProfileProvider.FindInactiveProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.DateTime,System.Int32,System.Int32,System.Int32@)"> <summary> Retrieves profile information for profiles in which the last activity date occurred on or before the specified date and time and the user name for the profile matches the specified name. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for inactive profiles where the user name matches the supplied <paramref name="usernameToMatch" /> parameter. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="usernameToMatch"> The user name for which to search. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains an integer that identifies the total number of profiles. This parameter is passed uninitialized. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string ("") or exceeds 256 characters. - or - <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than one. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> is larger than <see cref="F:System.Int32.MaxValue" />. </exception> </member> <member name="M:System.Web.Profile.SqlProfileProvider.FindProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Retrieves profile information for profiles in which the user name matches the specified name. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for profiles where the user name matches the supplied <paramref name="usernameToMatch" /> parameter. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="usernameToMatch"> The user name for which to search. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains an integer that identifies the total number of profiles. This parameter is passed uninitialized. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string ("") or exceeds 256 characters. - or - <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than one. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> is larger than <see cref="F:System.Int32.MaxValue" />. </exception> </member> <member name="M:System.Web.Profile.SqlProfileProvider.GetAllInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime,System.Int32,System.Int32,System.Int32@)"> <summary> Retrieves user profile data for profiles in which the last activity date occurred on or before the specified date and time. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information about the inactive profiles. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains an integer that identifies the total number of profiles. This parameter is passed uninitialized. </param> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than one. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> is larger than <see cref="F:System.Int32.MaxValue" />. </exception> </member> <member name="M:System.Web.Profile.SqlProfileProvider.GetAllProfiles(System.Web.Profile.ProfileAuthenticationOption,System.Int32,System.Int32,System.Int32@)"> <summary> Retrieves user profile data for profiles in the data source. </summary> <returns> A <see cref="T:System.Web.Profile.ProfileInfoCollection" /> containing user profile information for all of the profiles in the data source. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains an integer that identifies the total number of profiles. This parameter is passed uninitialized. </param> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than one. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> is larger than <see cref="F:System.Int32.MaxValue" />. </exception> </member> <member name="M:System.Web.Profile.SqlProfileProvider.GetNumberOfInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)"> <summary> Gets the number of profiles in the data source where the last activity date occurred on or before the specified <paramref name="userInactiveSinceDate" />. </summary> <returns> The number of profiles in the data source for which the last activity date occurred before the specified date and time. </returns> <param name="authenticationOption"> One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption" /> values, specifying whether anonymous, authenticated, or both types of profiles are returned. </param> <param name="userInactiveSinceDate"> A <see cref="T:System.DateTime" /> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate" /> of a user profile occurs on or before this date and time, the profile is considered inactive. </param> </member> <member name="M:System.Web.Profile.SqlProfileProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)"> <summary> Retrieves profile property information and values from a SQL Server profile database. </summary> <returns> A <see cref="T:System.Configuration.SettingsPropertyValueCollection" /> containing profile property information and values. </returns> <param name="sc"> The <see cref="T:System.Configuration.SettingsContext" /> that contains user profile information. </param> <param name="properties"> A <see cref="T:System.Configuration.SettingsPropertyCollection" /> containing profile information for the properties to be retrieved. </param> </member> <member name="M:System.Web.Profile.SqlProfileProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes the SQL Server profile provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code. </summary> <param name="name"> The name of the <see cref="T:System.Web.Profile.SqlProfileProvider" /> instance to initialize. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains the names and values of configuration options for the profile provider. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> The connectionStringName attribute is an empty string ("") or is not specified in the application configuration file for this <see cref="T:System.Web.Profile.SqlProfileProvider" /> instance. - or - The value of the connection string specified in the connectionStringName attribute value is empty or the specified connectionStringName value does not exist in the application configuration file for this <see cref="T:System.Web.Profile.SqlProfileProvider" /> instance. - or - The applicationName attribute value exceeds 256 characters. - or - The application configuration file for this <see cref="T:System.Web.Profile.SqlProfileProvider" /> instance contains an unrecognized attribute. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="config" /> is null. </exception> <exception cref="T:System.Web.HttpException"> The current trust level is less than <see cref="F:System.Web.AspNetHostingPermissionLevel.Low" />. </exception> </member> <member name="M:System.Web.Profile.SqlProfileProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)"> <summary> Updates the SQL Server profile database with the specified property values. </summary> <param name="sc"> The <see cref="T:System.Configuration.SettingsContext" /> that contains user profile information. </param> <param name="properties"> A <see cref="T:System.Configuration.SettingsPropertyValueCollection" /> containing profile information and values for the properties to be updated. </param> </member> <member name="T:System.Web.Security.ActiveDirectoryConnectionProtection"> <summary> Specifies the connection protection options supported by the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> class. </summary> </member> <member name="F:System.Web.Security.ActiveDirectoryConnectionProtection.None"> <summary> No transport layer security is used. Explicit credentials for the Active Directory connection must be provided in the configuration file. </summary> </member> <member name="F:System.Web.Security.ActiveDirectoryConnectionProtection.Ssl"> <summary> An SSL connection is used to connect to the Active Directory server. </summary> </member> <member name="F:System.Web.Security.ActiveDirectoryConnectionProtection.SignAndSeal"> <summary> The connection to the Active Directory server is secured by digitally signing and encrypting each packet sent to the server. </summary> </member> <member name="T:System.Web.Security.ActiveDirectoryMembershipProvider"> <summary> Manages storage of membership information for an ASP.NET application in Active Directory and Active Directory Application Mode servers. </summary> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> class. </summary> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.ApplicationName"> <summary> The name of the application using the custom membership provider. </summary> <returns> The name of the application using the custom membership provider. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.ApplicationName" /> property. </exception> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.ApplicationName" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.ChangePassword(System.String,System.String,System.String)"> <summary> Changes the password for the specified user. </summary> <returns>true if the password was updated successfully; otherwise, false. </returns> <param name="username"> The name of the user to update the password for. </param> <param name="oldPassword"> The current password for the specified user. </param> <param name="newPassword"> The new password for the specified user. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is empty, or exceeds the maximum length for the user name (usually 256 characters). - or - <paramref name="username" /> contains commas. - or - The user name is mapped to the userPrincipalName attribute and the <paramref name="username" /> parameter contains backslashes. - or - <paramref name="oldPassword" /> or <paramref name="newPassword" /> is a zero-length string. - or - <paramref name="oldPassword" /> or <paramref name="newPassword" /> exceeds the maximum password length (usually 128 characters). - or - <paramref name="newPassword" /> is less than the minimum password size specified in the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.MinRequiredPasswordLength" /> property - or - <paramref name="newPassword" /> contains fewer than the number of non-alphabetic characters specified in the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.MinRequiredNonAlphanumericCharacters" /> property. - or - <paramref name="newPassword" /> fails validation by the regular expression defined in the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordStrengthRegularExpression" /> property. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. - or - <paramref name="oldPassword" /> is null. - or - <paramref name="newPassword" /> is null. </exception> <exception cref="T:System.Web.Security.MembershipPasswordException"> <paramref name="newPassword" /> does not meet the complexity requirements defined by the Active Directory server. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> A secure connection could not be made to an Active Directory Application Mode server. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.ChangePassword(System.String,System.String,System.String)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> <exception cref="T:System.Exception"> An unhandled exception occurred. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)"> <summary> Updates the password question and answer for a user in the Active Directory store. </summary> <returns>true if the update was successful; otherwise, false. A value of false is also returned if the password is incorrect, the user is locked out, or the user does not exist in the Active Directory data store. </returns> <param name="username"> The user to change the password question and answer for. </param> <param name="password"> The password for the specified user. </param> <param name="newPasswordQuestion"> The new password question for the specified user. </param> <param name="newPasswordAnswer"> The new password answer for the specified user. </param> <exception cref="T:System.NotSupportedException"> The administrator has not mapped the password question-and-answer fields to attributes of the Active Directory schema. </exception> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is empty, or exceeds the maximum length for the user name (usually 256 characters). - or - <paramref name="username" /> contains commas. - or - The user name is mapped to the userPrincipalName attribute and the <paramref name="username" /> parameter contains backslashes. - or - <paramref name="password" /> is a zero-length string. - or - <paramref name="password" /> exceeds the maximum password length (usually 128 characters). - or - <paramref name="newPasswordQuestion" /> is empty and the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresQuestionAndAnswer" /> property value is true. - or - <paramref name="newPasswordQuestion" /> exceeds 256 characters. - or - <paramref name="newPasswordAnswer" /> exceeds 128 characters after the answer is encrypted. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. - or - <paramref name="password" /> is null. - or - <paramref name="newPasswordQuestion" /> is null and <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresQuestionAndAnswer" /> property is true. - or - <paramref name="newPasswordAnswer" /> is null and <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresQuestionAndAnswer" /> property is true. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The machineKey Element (ASP.NET Settings Schema) configuration element indicates an auto-generated machine encryption key. You must explicitly set the decriptionKey attribute of the machineKey Element (ASP.NET Settings Schema) element to store password answers with the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" />. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"> <summary> Adds a new user to the Active Directory data store. </summary> <returns> An <see cref="T:System.Web.Security.ActiveDirectoryMembershipUser" /> instance containing the information for the newly created user, or null if the user was not successfully created. </returns> <param name="username"> The user name for the new user. </param> <param name="password"> The password for the new user. </param> <param name="email"> The e-mail address of the new user. </param> <param name="passwordQuestion"> The password question for the new user. </param> <param name="passwordAnswer"> The password answer for the new user. </param> <param name="isApproved"> Whether or not the new user is approved to be validated. </param> <param name="providerUserKey"> The unique identifier from the membership data source for the user. This parameter must be null when using the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> class. </param> <param name="status"> When this method returns, contains one of the <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration values indicating whether the user was created successfully. </param> <exception cref="T:System.ArgumentException"> The <paramref name="providerUserKey" /> parameter is not null. </exception> <exception cref="T:System.NotSupportedException"> The administrator has not mapped the password question-and-answer fields to attributes of the Active Directory schema, and either the <paramref name="passwordQuestion" /> or <paramref name="passwordAnswer" /> parameter is not null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The machineKey Element (ASP.NET Settings Schema) configuration element indicates an auto-generated machine encryption key. You must explicitly set the decriptionKey attribute of the machineKey Element (ASP.NET Settings Schema) element to store password answers with the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" />. - or - The <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> was unable to establish a secure connection to the directory when attempting to set the password for the new user. </exception> <exception cref="T:System.Runtime.InteropServices.COMException"> An error occurred while attempting to create the user. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.CurrentConnectionProtection"> <summary> Gets the current level of security being used to protect communications with the server. </summary> <returns> One of the <see cref="T:System.Web.Security.ActiveDirectoryConnectionProtection" /> values. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.CurrentConnectionProtection" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.DeleteUser(System.String,System.Boolean)"> <summary> Removes a user's membership information from the Active Directory data store. </summary> <returns>true if the user was deleted; otherwise, false if the user was not found in the data store. </returns> <param name="username"> The name of the user to delete. </param> <param name="deleteAllRelatedData"> This parameter is ignored by the <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.DeleteUser(System.String,System.Boolean)" /> method. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is empty, or exceeds the maximum length for the user name (usually 256 characters). - or - <paramref name="username" /> contains commas. - or - The user name is mapped to the userPrincipalName attribute and the <paramref name="userName" /> parameter contains backslashes. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> <exception cref="T:System.Runtime.InteropServices.COMException"> An error occurred while attempting to delete the user. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.DeleteUser(System.String,System.Boolean)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnablePasswordReset"> <summary> Gets a value indicating whether the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is configured to allow users to reset their passwords. </summary> <returns>true if password reset is allowed; otherwise, false. The default is false. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnablePasswordReset" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnablePasswordRetrieval"> <summary> Gets a value indicating whether the user's password can be retrieved from the Active Directory data store. This property always returns false. </summary> <returns>false to indicate that password retrieval is not supported by the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> class. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnablePasswordRetrieval" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnableSearchMethods"> <summary> Gets a value indicating whether search-oriented <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> methods are available. </summary> <returns>true if search methods are available; otherwise, false. The default is false. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnableSearchMethods" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a collection of membership users from the Active Directory data store based on the user's e-mail address. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> containing <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> instances beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="emailToMatch"> E-mail address or portion of e-mail address to search for. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains the total number of users returned in the collection. This parameter is passed uninitialized. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> <exception cref="T:System.ArgumentException"> <paramref name="emailToMatch" /> is empty. - or - <paramref name="emailToMatch" /> exceeds 256 characters. - or - <paramref name="pageIndex" /> is less than 0. - or - <paramref name="pageSize" /> is less than 1. - or - <paramref name="pageSize" /> multiplied by <paramref name="pageIndex" />, plus <paramref name="pageSize" />, minus 1 is greater than <see cref="F:System.Int32.MaxValue" />. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnableSearchMethods" /> property is false. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a collection of users from the Active Directory data store based on the user name. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> containing <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> instances beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="usernameToMatch"> The user name or portion of a user name to search for. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains the total number of records returned in the collection. This parameter is passed uninitialized. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is empty, or exceeds the maximum length for the user name (usually 256 characters). - or - <paramref name="usernameToMatch" /> contains commas. - or - <paramref name="pageIndex" /> is less than 0. -or <paramref name="pageSize" /> is less than 1. - or - <paramref name="pageSize" /> multiplied by <paramref name="pageIndex" />, plus <paramref name="pageSize" />, minus 1 is greater than <see cref="F:System.Int32.MaxValue" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnableSearchMethods" /> property is false. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.GeneratePassword"> <summary> Generates a random password. </summary> <returns> A random password. </returns> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of all the users stored in an Active Directory data source. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> containing <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> instances beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains the total number of records returned in the collection. This parameter is passed uninitialized. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than 0. -or <paramref name="pageSize" /> is less than 1. - or - <paramref name="pageSize" /> multiplied by <paramref name="pageIndex" />, plus <paramref name="pageSize" />, minus 1 is greater than <see cref="F:System.Int32.MaxValue" />. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnableSearchMethods" /> property is false. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetNumberOfUsersOnline"> <summary> Throws a <see cref="T:System.NotSupportedException" /> exception in all cases. </summary> <returns> A <see cref="T:System.NotSupportedException" /> in all cases. </returns> <exception cref="T:System.NotSupportedException"> Any call to the <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetNumberOfUsersOnline" /> method. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetPassword(System.String,System.String)"> <summary> Returns the password of the specified user from the database. The <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> class does not support this method. </summary> <returns> Always throws a <see cref="T:System.NotSupportedException" /> exception. </returns> <param name="username"> The user to retrieve the password for. </param> <param name="passwordAnswer"> The password answer for the user. </param> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> does not support password retrieval. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetUser(System.Object,System.Boolean)"> <summary> Gets the membership user information associated with the specified user key. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> instance representing the user specified. If no user is found in the Active Directory data store for the specified <paramref name="providerUserKey" /> value, null is returned. </returns> <param name="providerUserKey"> The unique identifier for the user. </param> <param name="userIsOnline"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetUser(System.Object,System.Boolean)" /> method ignores this parameter. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetUser(System.Object,System.Boolean)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> <exception cref="T:System.ArgumentException"> <paramref name="providerUserKey" /> is not of type <see cref="T:System.Security.Principal.SecurityIdentifier" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="providerUserKey" /> is null. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetUser(System.String,System.Boolean)"> <summary> Gets the membership user information associated with the specified user name. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> instance representing the user specified. If no user is found in the Active Directory data store for the specified <paramref name="username" /> value, null is returned. </returns> <param name="username"> The name of the user to get information for. </param> <param name="userIsOnline"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetUser(System.String,System.Boolean)" /> method ignores this parameter. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is empty, or exceeds the maximum length for the user name (usually 256 characters). - or - <paramref name="username" /> contains commas. - or - The user name is mapped to the userPrincipalName attribute and the <paramref name="username" /> parameter contains backslashes. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetUser(System.String,System.Boolean)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.GetUserNameByEmail(System.String)"> <summary> Gets the user name associated with the specified e-mail address. </summary> <returns> The user name associated with the specified e-mail address. </returns> <param name="email"> The e-mail address to search for. </param> <exception cref="T:System.ArgumentException"> <paramref name="email" /> exceeds 256 characters - or - after trimming, <paramref name="email" /> is empty. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> More than one user exists in the data store with the same e-mail address and the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresUniqueEmail" /> property value is true. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance with the property values from the application's configuration files. This method is not intended to be called from your code. </summary> <param name="name"> The name of the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance to initialize. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> containing the names and values of the configuration options for the membership provider. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="config" /> is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The applicationName attribute specified in the application configuration exceeds 256 characters. - or - The connectionStringName attribute is empty or does not exist in the application configuration. - or - The connection string specified in the connectionStringName attribute in the application configuration file is empty or does not exist. - or - The connectionProtection attribute is set to a value other than <see cref="F:System.Web.Security.ActiveDirectoryConnectionProtection.SignAndSeal" /> or <see cref="F:System.Web.Security.ActiveDirectoryConnectionProtection.None" /> in the application configuration file. - or - The connectionUsername attribute is specified in the application configuration file but its value is empty. - or - The connectionPassword attribute is specified in the application configuration file but its value is empty. - or - Either the connectionUsername attribute or the connectionPassword attribute is specified in the application configuration file, but not both. - or - The clientSearchTimeout attribute is specified but is not a positive integer. - or - The serverSearchTimeout attribute is specified but is not a positive integer. - or - The enableSearchMethods attribute is specified, but is not a Boolean value. - or - The requiresUniqueEmail attribute is specified, but is not a Boolean value. - or - The enablePasswordReset attribute is specified, but is not a Boolean value. - or - The requiresQuestionAndAnswer attribute is specified, but is not a Boolean value. - or - The minRequiredPasswordLength attribute is specified and it is either negative or greater than 128. - or - The minRequiredNonalphanumericCharacters attribute is specified and it is either negative or greater than 128. - or - The regular expression specified in the passwordStrengthRegularExpression attribute in the application configuration file is not a valid regular expression - or - The attributeMapUsername attribute is specified, but it is an empty string. - or - The connectionString attribute does not begin with "LDAP". - or - The connection string specified in the connectionString attribute is invalid. - or - The connection string in the connectionString attribute specifies a server-less bind. - or - The <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> could not establish a connection with the domain or directory server. - or - The connectionProtection attribute is set to <see cref="F:System.Web.Security.ActiveDirectoryConnectionProtection.SignAndSeal" />, but neither an SSL nor a signed and sealed connection can be established with the server. - or - The connectionProtection attribute is set to <see cref="F:System.Web.Security.ActiveDirectoryConnectionProtection.None" /> but the connectionUsername and connectionPassword attributes are not set. - or - The connectionProtection attribute is set to <see cref="F:System.Web.Security.ActiveDirectoryConnectionProtection.SignAndSeal" /> but the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> could not establish an SSL connection with an ADAM server. - or - The connectionString attribute specifies either the global catalog (GC) or an SSL global catalog port. - or - The connectionString attribute specifies an Active Directory server or domain, but the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> could not retrieve the default naming context for the domain. - or - The connectionString attribute specifies an Active Directory server or domain, but the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> could not retrieve the default users container. - or - The connectionString attribute specifies an ADAM server, but it does not specify an application partition or container. - or - The connectionString attribute specifies an application partition or container, but the specified container does not exist. - or - The connectionString attribute specifies a container that is not allowed to contain user instances. An attribute mapping is specified but its value was empty. - or - An attribute mapping is specified twice. - or - An attribute mapping is specified but the attribute does not exist on the user instance. - or - An attribute mapping is specified but the directory attribute is not of the correct data type. - or - An attribute mapping is specified but the directory attribute is multi-valued. - or - The attributeMapUserName attribute is specified but was mapped to neither the sAMAccountName nor the userPrincipalName directory attribute when connecting to an Active Directory. - or - The attributeMapUserName attribute is specified but was not mapped to the userPrincipalName directory attribute when connecting to an ADAM server. - or - The enablePasswordReset attribute is true and the requiresQuestionAndAnswer attribute is false in the application configuration file. - or - The maxInvalidPasswordAttempts attribute was specified but is not a non-zero positive integer. - or - The passwordAttemptWindow attribute was specified but is not a non-zero positive integer. - or - The passwordAnswerAttemptLockoutDuration attribute was specified but is not a non-zero positive integer. - or - The enablePasswordReset attribute is true and any of the attributeMapFailedPasswordAnswerCount, attributeMapFailedPasswordAnswerTime, and attributeMapFailedPasswordAnswerLockoutTime attributes are empty. - or - The requiresQuestionAndAnswer attribute is true but either the attributeMapPasswordQuestion or the attributeMapPasswordAnswer attribute is empty. - or - An attribute specified in the application configuration file is not valid. </exception> <exception cref="T:System.Web.HttpException"> The application is running in a hosted environment and the <see cref="T:System.Web.AspNetHostingPermissionLevel" /> is set to <see cref="F:System.Web.AspNetHostingPermissionLevel.Minimal" />. </exception> <exception cref="T:System.Runtime.InteropServices.COMException"> An error occurred while querying the directory. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.MaxInvalidPasswordAttempts"> <summary> Gets the number of failed answer attempts a user is allowed for the password-reset question. </summary> <returns> The number of failed password answer attempts a user is allowed before the account is locked. The default is 5. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.MaxInvalidPasswordAttempts" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.MinRequiredNonAlphanumericCharacters"> <summary> Gets the minimum number of special characters that must be present in a valid password. </summary> <returns> The minimum number of special characters that must be present in a valid password. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.MinRequiredNonAlphanumericCharacters" /> property is accessed before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.MinRequiredPasswordLength"> <summary> Gets the minimum length required for a password. </summary> <returns> The minimum length required for a password. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.MinRequiredPasswordLength" /> property is accessed before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordAnswerAttemptLockoutDuration"> <summary> Get the length of time for which a user account is locked out after the user makes too many bad password-answer attempts. </summary> <returns> The time, in minutes, that a user is locked out after providing too many incorrect password answers. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordAnswerAttemptLockoutDuration" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordAttemptWindow"> <summary> Gets the time window during which consecutive failed attempts to provide a valid password or a valid password answer are tracked. </summary> <returns> The time window, in minutes, during which consecutive failed attempts to provide a valid password or a valid password answer are tracked. The default is 10 minutes. If the interval between each failed attempt is greater than the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordAttemptWindow" /> property setting, the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance treats each failed attempt as if it were the first failed attempt. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordAttemptWindow" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordFormat"> <summary> Gets a value indicating the format of passwords in the Active Directory data store. </summary> <returns> One of the <see cref="T:System.Web.Security.MembershipPasswordFormat" /> values. The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordFormat" /> property always returns <see cref="F:System.Web.Security.MembershipPasswordFormat.Hashed" />. </returns> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordStrengthRegularExpression"> <summary> Gets the regular expression used to evaluate a password. </summary> <returns> A regular expression used to evaluate a password. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.PasswordStrengthRegularExpression" /> property is accessed before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresQuestionAndAnswer"> <summary> Gets a value indicating whether the membership provider is configured to require a password question and answer when creating a user. </summary> <returns>true if the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> object is configured to require a password question and answer for a user; otherwise, false. The default is false. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresQuestionAndAnswer" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresUniqueEmail"> <summary> Gets a value indicating whether an e-mail address stored on the Active Directory server must be unique. </summary> <returns>true if e-mail addresses must be unique; otherwise, false. The default is false. </returns> <exception cref="T:System.InvalidOperationException"> An attempt to access the <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresUniqueEmail" /> property was made before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance was initialized. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.ResetPassword(System.String,System.String)"> <summary> Resets a user's password to a new, automatically generated password. </summary> <returns> The new password for the specified user. </returns> <param name="username"> The user to reset the password for. </param> <param name="passwordAnswer"> The password answer for the specified user. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.ResetPassword(System.String,System.String)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.EnablePasswordReset" /> property value is false. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="passwordAnswer" /> is null. - or - <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="passwordAnswer" /> is empty after trimming - or - <paramref name="passwordAnswer" /> exceeds 128 characters. - or - <paramref name="username" /> is empty, or exceeds the maximum length allowed for user names (usually 256 characters). - or - <paramref name="username" /> contains commas. - or - The user name is mapped to userPrincipalName but the <paramref name="username" /> parameter contains backslashes. </exception> <exception cref="T:System.Web.Security.MembershipPasswordException"> The user is locked out because of too many bad logon attempts or too many attempted password-answer reset attempts. - or - <paramref name="passwordAnswer" /> does not match the stored password answer. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The user specified in <paramref name="username" /> does not exist in the Active Directory data store. - or - A generated password does not pass a custom validation handler. - or - The generated password is not complex enough to satisfy custom password policies set on the Active Directory server. - or - A secure connection cannot be made to an Active Directory Application Mode server to set the new password. </exception> <exception cref="T:System.Exception"> An unhandled exception occurred. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.UnlockUser(System.String)"> <summary> Clears a lock so that a membership user can be validated. </summary> <returns>true if the membership user was successfully unlocked; otherwise, false. The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.UnlockUser(System.String)" /> method also returns false when the membership user is not found in the data store. </returns> <param name="username"> The name of the membership user to clear the lock status for. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is empty, or exceeds the maximum length allowed for user names (usually 256 characters). - or - <paramref name="username" /> contains commas. - or - The user name is mapped to userPrincipalName but the <paramref name="username" /> parameter contains backslashes. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.UnlockUser(System.String)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.UpdateUser(System.Web.Security.MembershipUser)"> <summary> Updates information about a user in the Active Directory data store. </summary> <param name="user"> A <see cref="T:System.Web.Security.MembershipUser" /> instance representing the user to update and the updated information for the user. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.UpdateUser(System.Web.Security.MembershipUser)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="user" /> is null. - or - The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresUniqueEmail" /> property is true but the email address from the supplied <see cref="T:System.Web.Security.MembershipUser" /> instance is null. </exception> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.Security.MembershipUser.Email" /> property is empty after trimming. - or - The <see cref="P:System.Web.Security.MembershipUser.Email" /> property exceeds 256 characters. - or - The <see cref="P:System.Web.Security.MembershipUser.Comment" /> property exceeds 1024 characters. - or - The <see cref="P:System.Web.Security.MembershipUser.Comment" /> property is empty. - or - The user name from the supplied <see cref="T:System.Web.Security.MembershipUser" /> instance is empty, or exceeds the maximum length allowed for user names (usually 256 characters). - or - The user name from the supplied <see cref="T:System.Web.Security.MembershipUser" /> instance contains commas. - or - The user name is mapped to userPrincipalName but the user name from the supplied <see cref="T:System.Web.Security.MembershipUser" /> instance contains backslashes. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The specified user is not found in the Active Directory data store. - or - The <see cref="P:System.Web.Security.ActiveDirectoryMembershipProvider.RequiresUniqueEmail" /> property is true, and the new value of the <see cref="P:System.Web.Security.MembershipUser.Email" /> property duplicates an existing e-mail address. </exception> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipProvider.ValidateUser(System.String,System.String)"> <summary> Verifies that the specified user name and password exist in the Active Directory data store. </summary> <returns>true if the specified <paramref name="username" /> and <paramref name="password" /> are valid; otherwise, false. If the user specified does not exist in the Active Directory data store, the <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.ValidateUser(System.String,System.String)" /> method returns false. </returns> <param name="username"> The name of the user to validate. </param> <param name="password"> The password for the specified user. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.Security.ActiveDirectoryMembershipProvider.ValidateUser(System.String,System.String)" /> method is called before the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> instance is initialized. </exception> </member> <member name="T:System.Web.Security.ActiveDirectoryMembershipUser"> <summary> Exposes and updates membership user information stored in an Active Directory data store. </summary> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipUser.#ctor"> <summary> Initializes a new instance of an <see cref="T:System.Web.Security.ActiveDirectoryMembershipUser" /> object for a class that inherits the <see cref="T:System.Web.Security.ActiveDirectoryMembershipUser" /> class. </summary> </member> <member name="M:System.Web.Security.ActiveDirectoryMembershipUser.#ctor(System.String,System.String,System.Object,System.String,System.String,System.String,System.Boolean,System.Boolean,System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime)"> <summary> Creates a new instance of the <see cref="T:System.Web.Security.ActiveDirectoryMembershipUser" /> class with the specified property values. </summary> <param name="providerName"> The <see cref="P:System.Web.Security.MembershipUser.ProviderName" /> for the membership user. </param> <param name="name"> The <see cref="P:System.Web.Security.MembershipUser.UserName" /> for the membership user. </param> <param name="providerUserKey"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipUser.ProviderUserKey" /> for the membership user. </param> <param name="email"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipUser.Email" /> address of the membership user. </param> <param name="passwordQuestion"> The <see cref="P:System.Web.Security.MembershipUser.PasswordQuestion" /> for the membership user. </param> <param name="comment"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipUser.Comment" /> for the membership user. </param> <param name="isApproved"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipUser.IsApproved" /> value for the membership user. </param> <param name="isLockedOut"> The <see cref="P:System.Web.Security.MembershipUser.IsLockedOut" /> value for the membership user. </param> <param name="creationDate"> The <see cref="P:System.Web.Security.MembershipUser.CreationDate" /> for the membership user. </param> <param name="lastLoginDate"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipUser.LastLoginDate" /> for the membership user. This parameter is not used. </param> <param name="lastActivityDate"> The <see cref="P:System.Web.Security.ActiveDirectoryMembershipUser.LastActivityDate" /> for the membership user. This parameter is not used. </param> <param name="lastPasswordChangedDate"> The <see cref="P:System.Web.Security.MembershipUser.LastPasswordChangedDate" /> for the membership user. </param> <param name="lastLockoutDate"> The <see cref="P:System.Web.Security.MembershipUser.LastLockoutDate" /> for the membership user. </param> <exception cref="T:System.ArgumentException"> <paramref name="providerUserKey" /> is not a <see cref="T:System.Security.Principal.SecurityIdentifier" /> object. - or - <paramref name="providerName" /> is null and a provider is not set in the application's configuration file. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipUser.Comment"> <summary> Gets or sets application-specific information for the membership user. </summary> <returns> Application-specific information for the Active Directory member stored in the Comment directory attribute. </returns> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipUser.Email"> <summary> Gets or sets the e-mail address of the membership user. </summary> <returns> The e-mail address of the membership user. </returns> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipUser.IsApproved"> <summary> Gets or sets a value that indicates whether the membership user can be authenticated. </summary> <returns>true if the user can be authenticated; otherwise, false. </returns> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipUser.LastActivityDate"> <summary> Throws a <see cref="T:System.NotSupportedException" /> exception in all cases </summary> <returns> Always throws a <see cref="T:System.NotSupportedException" /> exception. </returns> <exception cref="T:System.NotSupportedException"> any attempt to get or set the <see cref="P:System.Web.Security.ActiveDirectoryMembershipUser.LastActivityDate" /> property. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipUser.LastLoginDate"> <summary> Throws a <see cref="T:System.NotSupportedException" /> exception in all cases. </summary> <returns> Always throws a <see cref="T:System.NotSupportedException" /> exception. </returns> <exception cref="T:System.NotSupportedException"> any attempt to get or set the <see cref="P:System.Web.Security.ActiveDirectoryMembershipUser.LastLoginDate" /> property. </exception> </member> <member name="P:System.Web.Security.ActiveDirectoryMembershipUser.ProviderUserKey"> <summary> Gets the user identifier from the Active Directory data store for the membership user. </summary> <returns> The user identifier from the Active Directory data store for the membership user. </returns> </member> <member name="T:System.Web.Security.AnonymousIdentificationEventArgs"> <summary> Provides data for the AnonymousIdentification_Creating event. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.AnonymousIdentificationEventArgs.#ctor(System.Web.HttpContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.AnonymousIdentificationEventArgs" /> class. </summary> <param name="context"> The context for the event. </param> </member> <member name="P:System.Web.Security.AnonymousIdentificationEventArgs.AnonymousID"> <summary> Gets or sets the anonymous identifier for the user. </summary> <returns> The anonymous identifier for the user. </returns> </member> <member name="P:System.Web.Security.AnonymousIdentificationEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </returns> </member> <member name="T:System.Web.Security.AnonymousIdentificationEventHandler"> <summary> Represents the method that handles the AnonymousIdentification_Creating event of a <see cref="T:System.Web.Security.AnonymousIdentificationModule" />. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.Security.AnonymousIdentificationEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.Security.AnonymousIdentificationModule"> <summary> Manages anonymous identifiers for the ASP.NET application. </summary> </member> <member name="M:System.Web.Security.AnonymousIdentificationModule.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Security.AnonymousIdentificationModule" /> class. </summary> </member> <member name="M:System.Web.Security.AnonymousIdentificationModule.ClearAnonymousIdentifier"> <summary> Clears the anonymous cookie or identifier associated with a session. </summary> <exception cref="T:System.NotSupportedException"> Calling <see cref="M:System.Web.Security.AnonymousIdentificationModule.ClearAnonymousIdentifier" /> when the anonymous identification is not enabled. -or- The user for the current request is anonymous. </exception> </member> <member name="E:System.Web.Security.AnonymousIdentificationModule.Creating"> <summary> Occurs when a new anonymous identifier is created. </summary> </member> <member name="M:System.Web.Security.AnonymousIdentificationModule.Dispose"> <summary> Releases all resources, other than memory, used by the <see cref="T:System.Web.Security.AnonymousIdentificationModule" />. </summary> </member> <member name="P:System.Web.Security.AnonymousIdentificationModule.Enabled"> <summary> Gets a value indicating whether anonymous identification is enabled for the ASP.NET application. </summary> <returns>true if anonymous identification is enabled for the ASP.NET application; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Security.AnonymousIdentificationModule.Init(System.Web.HttpApplication)"> <summary> Initializes the <see cref="T:System.Web.Security.AnonymousIdentificationModule" /> object. </summary> <param name="app"> The current <see cref="T:System.Web.HttpApplication" /> instance. </param> </member> <member name="T:System.Web.Security.AuthorizationStoreRoleProvider"> <summary> Manages storage of role-membership information for an ASP.NET application in an authorization-manager policy store, either in an XML file, in an Active Directory, or on an Active Directory Application Mode server. </summary> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> class. </summary> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.AddUsersToRoles(System.String[],System.String[])"> <summary> Adds the specified user names to each of the specified roles. </summary> <param name="usernames"> A string array of user names to be added to the specified roles. </param> <param name="roleNames"> A string array of role names to add the specified user names to. </param> <exception cref="T:System.ArgumentNullException"> One of the specified user names is null. -or- One of the specified role names is null. -or- <paramref name="usernames" /> is null. -or- <paramref name="roleNames" /> is null. </exception> <exception cref="T:System.ArgumentException"> One of the specified user names is an empty string or contains a comma (,). -or- One of the specified role names is an empty string or contains a comma (,). -or- <paramref name="usernames" /> contains a duplicate element. -or- <paramref name="roleNames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="P:System.Web.Security.AuthorizationStoreRoleProvider.ApplicationName"> <summary> Gets or sets the name of the authorization store application for which to store and retrieve role information. </summary> <returns> The name of the authorization store application for which to store and retrieve role information. The default is the <see cref="P:System.Web.HttpRequest.ApplicationPath" /> property value for the current <see cref="P:System.Web.HttpContext.Request" />. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> An attempt was made to set the <see cref="P:System.Web.Security.AuthorizationStoreRoleProvider.ApplicationName" /> to a string that is longer than 256 characters. </exception> </member> <member name="P:System.Web.Security.AuthorizationStoreRoleProvider.CacheRefreshInterval"> <summary> Gets the number of minutes between refreshes of the cache of the policy-store data. </summary> <returns> The number of minutes between refreshes of cached policy-store data. The default is 60. </returns> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.CreateRole(System.String)"> <summary> Adds a new role to the role authorization-manager policy store. </summary> <param name="roleName"> The name of the role to create. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string. -or- <paramref name="roleName" /> contains a comma. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.DeleteRole(System.String,System.Boolean)"> <summary> Removes a role from the authorization-manager policy store. </summary> <returns>true if the role was deleted; otherwise, false. </returns> <param name="roleName"> The name of the role to delete. </param> <param name="throwOnPopulatedRole"> If true, throws an exception if <paramref name="roleName" /> has one or more members. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string. -or- <paramref name="roleName" /> contains a comma. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="roleName" /> has one or more members and <paramref name="throwOnPopulatedRole" /> is true. -or- The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.FindUsersInRole(System.String,System.String)"> <summary> This method is not supported by the authorization store role provider. </summary> <returns> A string array containing the names of all the users whose user name matches <paramref name="usernameToMatch" /> and who are members of the specified role. </returns> <param name="roleName"> The role to search in. </param> <param name="usernameToMatch"> The user name to search for. </param> <exception cref="T:System.NotImplementedException"> An unsupported method was called. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.GetAllRoles"> <summary> Gets a list of all the roles for the application. </summary> <returns> A string array containing the names of all the roles stored in the authorization-manager policy store for a particular application. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.GetRolesForUser(System.String)"> <summary> Gets a list of the roles that a user is in. </summary> <returns> A string array containing the names of all the roles that the specified user is in. </returns> <param name="username"> The user to return a list of roles for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="username" /> contains a comma. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.GetUsersInRole(System.String)"> <summary> Gets a list of users in the specified role. </summary> <returns> A string array containing the names of all the users who are members of the specified role. </returns> <param name="roleName"> The name of the role to get the list of users for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string. -or- <paramref name="roleName" /> contains a comma. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes the authorization-manager role provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code. </summary> <param name="name"> The name of the <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance to initialize. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains the names and values of configuration options for the role provider. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="config" /> is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The connectionStringName attribute is empty or does not exist in the connectionStrings Element (ASP.NET Settings Schema) configuration section. -or- The configured applicationName is longer than 256 characters. -or- The configuration for this <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance contains an unrecognized attribute. </exception> <exception cref="T:System.Web.HttpException"> The ASP.NET application is not running at <see cref="F:System.Web.AspNetHostingPermissionLevel.Low" /> trust or higher. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.IsUserInRole(System.String,System.String)"> <summary> Gets a value indicating whether the specified user is in the specified role. </summary> <returns>true if the specified user name is in the specified role; otherwise, false. </returns> <param name="username"> The user name to search for. </param> <param name="roleName"> The role to search in. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. -or <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string. -or- <paramref name="roleName" /> contains a comma. -or- <paramref name="username" /> contains a comma. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.RemoveUsersFromRoles(System.String[],System.String[])"> <summary> Removes the specified user names from the specified roles. </summary> <param name="userNames"> A string array of user names to be removed from the specified roles. </param> <param name="roleNames"> A string array of role names to remove the specified user names from. </param> <exception cref="T:System.ArgumentNullException"> One of the specified user names is null. -or- One of the specified role names is null. -or- <paramref name="userNames" /> is null. -or- <paramref name="roleNames" /> is null. </exception> <exception cref="T:System.ArgumentException"> One of the specified user names is an empty string or contains a comma. -or- One of the specified role names is an empty string or contains a comma. -or- <paramref name="userNames" /> contains a duplicate element. -or- <paramref name="roleNames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="M:System.Web.Security.AuthorizationStoreRoleProvider.RoleExists(System.String)"> <summary> Gets a value indicating whether the specified role name already exists in the authorization-manager policy store. </summary> <returns>true if the role name already exists in the authorization-manager policy store; otherwise, false. </returns> <param name="roleName"> The name of the role to search for in the authorization-manager policy store. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string. -or- <paramref name="roleName" /> contains a comma. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The configured applicationName was not found. -or- The configured scopeName was not found. -or- The authorization-manager runtime is not installed on the server. </exception> <exception cref="T:System.IO.FileNotFoundException"> The connectionStringName attribute references a connection string to a file that does not exist. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> instance is configured with a file-based policy store, and read access to the file is not allowed at the current trust level. </exception> </member> <member name="P:System.Web.Security.AuthorizationStoreRoleProvider.ScopeName"> <summary> Gets or sets the scope name for the authorization store. </summary> <returns> The scope name for the authorization store. </returns> </member> <member name="T:System.Web.Security.CookieProtection"> <summary> Describes how information in a cookie is protected. </summary> </member> <member name="F:System.Web.Security.CookieProtection.None"> <summary> Do not protect information in the cookie. Information in the cookie is stored in clear text and not validated when sent back to the server. </summary> </member> <member name="F:System.Web.Security.CookieProtection.Validation"> <summary> Ensure that the information in the cookie has not been altered before being sent back to the server. </summary> </member> <member name="F:System.Web.Security.CookieProtection.Encryption"> <summary> Encrypt the information in the cookie. </summary> </member> <member name="F:System.Web.Security.CookieProtection.All"> <summary> Use both <see cref="F:System.Web.Security.CookieProtection.Validation" /> and <see cref="F:System.Web.Security.CookieProtection.Encryption" /> to protect the information in the cookie. </summary> </member> <member name="T:System.Web.Security.DefaultAuthenticationEventArgs"> <summary> Provides data for the DefaultAuthentication_OnAuthenticate event. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.DefaultAuthenticationEventArgs.#ctor(System.Web.HttpContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.DefaultAuthenticationEventArgs" /> class. </summary> <param name="context"> The context for the event. </param> </member> <member name="P:System.Web.Security.DefaultAuthenticationEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </returns> </member> <member name="T:System.Web.Security.DefaultAuthenticationEventHandler"> <summary> Represents the method that handles the DefaultAuthentication_OnAuthenticate event of a <see cref="T:System.Web.Security.DefaultAuthenticationModule" />. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.Security.DefaultAuthenticationEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.Security.DefaultAuthenticationModule"> <summary> Ensures that an authentication object is present in the context. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.DefaultAuthenticationModule.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.DefaultAuthenticationModule" /> class. </summary> </member> <member name="E:System.Web.Security.DefaultAuthenticationModule.Authenticate"> <summary> Occurs after the request has been authenticated. </summary> </member> <member name="M:System.Web.Security.DefaultAuthenticationModule.Dispose"> <summary> Releases all resources, other than memory, used by the <see cref="T:System.Web.Security.DefaultAuthenticationModule" />. </summary> </member> <member name="M:System.Web.Security.DefaultAuthenticationModule.Init(System.Web.HttpApplication)"> <summary> Initializes the <see cref="T:System.Web.Security.DefaultAuthenticationModule" /> object. </summary> <param name="app"> The current <see cref="T:System.Web.HttpApplication" /> instance. </param> </member> <member name="T:System.Web.Security.FileAuthorizationModule"> <summary> Verifies that the user has permission to access the file requested. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.FileAuthorizationModule.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Security.FileAuthorizationModule" /> class. </summary> </member> <member name="M:System.Web.Security.FileAuthorizationModule.CheckFileAccessForUser(System.String,System.IntPtr,System.String)"> <summary> Determines whether the user has access to the requested file. </summary> <returns>true if the current Windows user represented by <paramref name="token" /> has access to the file using the specified HTTP verb or if the <see cref="T:System.Web.Security.FileAuthorizationModule" /> module is not defined in the application's configuration file; otherwise, false. </returns> <param name="virtualPath"> The virtual path to the file. </param> <param name="token"> A Windows access token representing the user. </param> <param name="verb"> The HTTP verb used to make the request. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. -or- <paramref name="token" /> is <see cref="F:System.IntPtr.Zero" />. -or- <paramref name="verb" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="virtualPath" /> is not in the application directory structure of the Web application. </exception> <exception cref="T:System.IO.FileNotFoundException"> The file specified by <paramref name="virtualPath" /> does not exist. </exception> </member> <member name="M:System.Web.Security.FileAuthorizationModule.Dispose"> <summary> Releases all resources, other than memory, used by the <see cref="T:System.Web.Security.FileAuthorizationModule" />. </summary> </member> <member name="M:System.Web.Security.FileAuthorizationModule.Init(System.Web.HttpApplication)"> <summary> Initializes the <see cref="T:System.Web.Security.FileAuthorizationModule" /> object. </summary> <param name="app"> The current <see cref="T:System.Web.HttpApplication" /> instance. </param> </member> <member name="T:System.Web.Security.FormsAuthentication"> <summary> Manages forms-authentication services for Web applications. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.FormsAuthentication.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.FormsAuthentication" /> class. </summary> </member> <member name="M:System.Web.Security.FormsAuthentication.Authenticate(System.String,System.String)"> <summary> Validates a user name and password against credentials stored in the configuration file for an application. </summary> <returns>true if the user name and password are valid; otherwise, false. </returns> <param name="name"> The user name. </param> <param name="password"> The password for the user. </param> </member> <member name="P:System.Web.Security.FormsAuthentication.CookieDomain"> <summary> Gets the value of the domain of the forms-authentication cookie. </summary> <returns> The <see cref="P:System.Web.HttpCookie.Domain" /> of the forms-authentication cookie. The default is an empty string (""). </returns> </member> <member name="P:System.Web.Security.FormsAuthentication.CookieMode"> <summary> Gets a value that indicates whether the application is configured for cookieless forms authentication. </summary> <returns> One of the <see cref="T:System.Web.HttpCookieMode" /> values that indicates whether the application is configured for cookieless forms authentication. The default is <see cref="F:System.Web.HttpCookieMode.UseDeviceProfile" />. </returns> </member> <member name="P:System.Web.Security.FormsAuthentication.CookiesSupported"> <summary> Gets a value that indicates whether the application is configured to support cookieless forms authentication. </summary> <returns>true if the application is configured to support cookieless forms authentication; otherwise, false. </returns> </member> <member name="M:System.Web.Security.FormsAuthentication.Decrypt(System.String)"> <summary> Creates a <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> object based on the encrypted forms-authentication ticket passed to the method. </summary> <returns> A <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> object. If the <paramref name="encryptedTicket" /> parameter is not a valid ticket, null is returned. </returns> <param name="encryptedTicket"> The encrypted authentication ticket. </param> <exception cref="T:System.ArgumentException"> <paramref name="encryptedTicket" /> is null. - or - <paramref name="encryptedTicket" /> is an empty string (""). - or - <paramref name="encryptedTicket" /> is of an invalid format. </exception> </member> <member name="P:System.Web.Security.FormsAuthentication.DefaultUrl"> <summary> Gets the URL that the <see cref="T:System.Web.Security.FormsAuthentication" /> class will redirect to if no redirect URL is specified. </summary> <returns> The URL that the <see cref="T:System.Web.Security.FormsAuthentication" /> class will redirect to if no redirect URL is specified. The default is "default.aspx." </returns> </member> <member name="P:System.Web.Security.FormsAuthentication.EnableCrossAppRedirects"> <summary> Gets a value indicating whether authenticated users can be redirected to URLs in other Web applications. </summary> <returns>true if authenticated users can be redirected to URLs in other Web applications; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Security.FormsAuthentication.Encrypt(System.Web.Security.FormsAuthenticationTicket)"> <summary> Creates a string containing an encrypted forms-authentication ticket suitable for use in an HTTP cookie. </summary> <returns> A string containing an encrypted forms-authentication ticket. </returns> <param name="ticket"> The <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> object with which to create the encrypted forms-authentication ticket. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="ticket" /> is null. </exception> </member> <member name="P:System.Web.Security.FormsAuthentication.FormsCookieName"> <summary> Gets the name of the cookie used to store the forms-authentication ticket. </summary> <returns> The name of the cookie used to store the forms-authentication ticket. The default is ".ASPXAUTH". </returns> </member> <member name="P:System.Web.Security.FormsAuthentication.FormsCookiePath"> <summary> Gets the path for the forms-authentication cookie. </summary> <returns> The path of the cookie where the forms-authentication ticket information is stored. The default is "/". </returns> </member> <member name="M:System.Web.Security.FormsAuthentication.GetAuthCookie(System.String,System.Boolean)"> <summary> Creates an authentication cookie for a given user name. This does not set the cookie as part of the outgoing response, so that an application can have more control over how the cookie is issued. </summary> <returns> An <see cref="T:System.Web.HttpCookie" /> that contains encrypted forms-authentication ticket information. The default value for the <see cref="P:System.Web.Security.FormsAuthentication.FormsCookiePath" /> property is used. </returns> <param name="userName"> The name of the authenticated user. </param> <param name="createPersistentCookie">true to create a durable cookie (one that is saved across browser sessions); otherwise, false. </param> </member> <member name="M:System.Web.Security.FormsAuthentication.GetAuthCookie(System.String,System.Boolean,System.String)"> <summary> Creates an authentication cookie for a given user name. This does not set the cookie as part of the outgoing response. </summary> <returns> An <see cref="T:System.Web.HttpCookie" /> that contains encrypted forms-authentication ticket information. </returns> <param name="userName"> The name of the authenticated user. </param> <param name="createPersistentCookie">true to create a durable cookie (one that is saved across browser sessions); otherwise, false. </param> <param name="strCookiePath"> The <see cref="P:System.Web.HttpCookie.Path" /> of the authentication cookie. </param> </member> <member name="M:System.Web.Security.FormsAuthentication.GetRedirectUrl(System.String,System.Boolean)"> <summary> Returns the redirect URL for the original request that caused the redirect to the login page. </summary> <returns> A string that contains the redirect URL. </returns> <param name="userName"> The name of the authenticated user. </param> <param name="createPersistentCookie"> This parameter is ignored. </param> </member> <member name="M:System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(System.String,System.String)"> <summary> Produces a hash password suitable for storing in a configuration file based on the specified password and hash algorithm. </summary> <returns> The hashed password. </returns> <param name="password"> The password to hash. </param> <param name="passwordFormat"> The hash algorithm to use. <paramref name="passwordFormat" /> is a String that represents one of the <see cref="T:System.Web.Configuration.FormsAuthPasswordFormat" /> enumeration values. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="password" /> is null -or- <paramref name="passwordFormat" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="passwordFormat" /> is not a valid <see cref="T:System.Web.Configuration.FormsAuthPasswordFormat" /> value. </exception> </member> <member name="M:System.Web.Security.FormsAuthentication.Initialize"> <summary> Initializes the <see cref="T:System.Web.Security.FormsAuthentication" /> object based on the configuration settings for the application. </summary> </member> <member name="P:System.Web.Security.FormsAuthentication.LoginUrl"> <summary> Gets the URL for the login page that the <see cref="T:System.Web.Security.FormsAuthentication" /> class will redirect to. </summary> <returns> The URL for the login page that the <see cref="T:System.Web.Security.FormsAuthentication" /> class will redirect to. The default is "login.aspx." </returns> </member> <member name="M:System.Web.Security.FormsAuthentication.RedirectFromLoginPage(System.String,System.Boolean)"> <summary> Redirects an authenticated user back to the originally requested URL or the default URL. </summary> <param name="userName"> The authenticated user name. </param> <param name="createPersistentCookie">true to create a durable cookie (one that is saved across browser sessions); otherwise, false. </param> <exception cref="T:System.Web.HttpException"> The return URL specified in the query string contains a protocol other than HTTP: or HTTPS:. </exception> </member> <member name="M:System.Web.Security.FormsAuthentication.RedirectFromLoginPage(System.String,System.Boolean,System.String)"> <summary> Redirects an authenticated user back to the originally requested URL or the default URL using the specified cookie path for the forms-authentication cookie. </summary> <param name="userName"> The authenticated user name. </param> <param name="createPersistentCookie">true to create a durable cookie (one that is saved across browser sessions); otherwise, false. </param> <param name="strCookiePath"> The cookie path for the forms-authentication ticket. </param> <exception cref="T:System.Web.HttpException"> The return URL specified in the query string contains a protocol other than HTTP: or HTTPS:. </exception> </member> <member name="M:System.Web.Security.FormsAuthentication.RedirectToLoginPage"> <summary> Redirects the browser to the login URL. </summary> </member> <member name="M:System.Web.Security.FormsAuthentication.RedirectToLoginPage(System.String)"> <summary> Redirects the browser to the login URL with the specified query string. </summary> <param name="extraQueryString"> The query string to include with the redirect URL. </param> </member> <member name="M:System.Web.Security.FormsAuthentication.RenewTicketIfOld(System.Web.Security.FormsAuthenticationTicket)"> <summary> Conditionally updates the issue date and time and expiration date and time for a <see cref="T:System.Web.Security.FormsAuthenticationTicket" />. </summary> <returns> The updated <see cref="T:System.Web.Security.FormsAuthenticationTicket" />. </returns> <param name="tOld"> The forms-authentication ticket to update. </param> </member> <member name="P:System.Web.Security.FormsAuthentication.RequireSSL"> <summary> Gets a value indicating whether the forms-authentication cookie requires SSL in order to be returned to the server. </summary> <returns>true if SSL is required to return the forms-authentication cookie to the server; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Security.FormsAuthentication.SetAuthCookie(System.String,System.Boolean)"> <summary> Creates an authentication ticket for the supplied user name and adds it to the cookies collection of the response or the URL (if you are using cookieless authentication). </summary> <param name="userName"> The name of an authenticated user. This does not have to map to a Windows account. </param> <param name="createPersistentCookie">true to create a durable cookie (one that is saved across browser sessions); otherwise, false. </param> <exception cref="T:System.Web.HttpException"> <see cref="P:System.Web.Security.FormsAuthentication.RequireSSL" /> is true and <see cref="P:System.Web.HttpRequest.IsSecureConnection" /> is false. </exception> </member> <member name="M:System.Web.Security.FormsAuthentication.SetAuthCookie(System.String,System.Boolean,System.String)"> <summary> Creates an authentication ticket for the supplied user name and adds it to the cookies collection of the response, using the supplied cookie path or the URL (if you are using cookieless authentication). </summary> <param name="userName"> The name of an authenticated user. </param> <param name="createPersistentCookie">true to create a durable cookie (one that is saved across browser sessions); otherwise, false. </param> <param name="strCookiePath"> The cookie path for the forms-authentication ticket. </param> <exception cref="T:System.Web.HttpException"> <see cref="P:System.Web.Security.FormsAuthentication.RequireSSL" /> is true and <see cref="P:System.Web.HttpRequest.IsSecureConnection" /> is false. </exception> </member> <member name="M:System.Web.Security.FormsAuthentication.SignOut"> <summary> Removes the forms-authentication ticket from the browser. </summary> </member> <member name="P:System.Web.Security.FormsAuthentication.SlidingExpiration"> <summary> Gets a value indicating whether sliding expiration is enabled. </summary> <returns>true if sliding expiration is enabled; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.Security.FormsAuthenticationEventArgs"> <summary> Provides data for the FormsAuthentication_OnAuthenticate event. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.FormsAuthenticationEventArgs.#ctor(System.Web.HttpContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.FormsAuthenticationEventArgs" /> class. </summary> <param name="context"> The context for the event. </param> </member> <member name="P:System.Web.Security.FormsAuthenticationEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </returns> </member> <member name="P:System.Web.Security.FormsAuthenticationEventArgs.User"> <summary> Gets or sets the <see cref="T:System.Security.Principal.IPrincipal" /> object to be associated with the current request. </summary> <returns> The <see cref="T:System.Security.Principal.IPrincipal" /> object to be associated with the current request. </returns> </member> <member name="T:System.Web.Security.FormsAuthenticationEventHandler"> <summary> Represents the method that handles the FormsAuthentication_OnAuthenticate event of a <see cref="T:System.Web.Security.FormsAuthenticationModule" />. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.Security.FormsAuthenticationEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.Security.FormsAuthenticationModule"> <summary> Sets the identity of the user for an ASP.NET application when forms authentication is enabled. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.FormsAuthenticationModule.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.FormsAuthenticationModule" /> class. </summary> </member> <member name="E:System.Web.Security.FormsAuthenticationModule.Authenticate"> <summary> Occurs when the application authenticates the current request. </summary> </member> <member name="M:System.Web.Security.FormsAuthenticationModule.Dispose"> <summary> Releases all resources, other than memory, used by the <see cref="T:System.Web.Security.FormsAuthenticationModule" />. </summary> </member> <member name="M:System.Web.Security.FormsAuthenticationModule.Init(System.Web.HttpApplication)"> <summary> Initializes the <see cref="T:System.Web.Security.FormsAuthenticationModule" /> object. </summary> <param name="app"> The current <see cref="T:System.Web.HttpApplication" /> instance. </param> </member> <member name="T:System.Web.Security.FormsAuthenticationTicket"> <summary> Provides access to properties and values of the ticket used with forms authentication to identify users. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.FormsAuthenticationTicket.#ctor(System.Int32,System.String,System.DateTime,System.DateTime,System.Boolean,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> class with cookie name, version, expiration date, issue date, persistence, and user-specific data. The cookie path is set to the default value established in the application's configuration file. </summary> <param name="version"> The version number of the ticket. </param> <param name="name"> The user name associated with the ticket. </param> <param name="issueDate"> The local date and time at which the ticket was issued. </param> <param name="expiration"> The local date and time at which the ticket expires. </param> <param name="isPersistent">true if the ticket will be stored in a persistent cookie (saved across browser sessions); otherwise, false. If the ticket is stored in the URL, this value is ignored. </param> <param name="userData"> The user-specific data to be stored with the ticket. </param> </member> <member name="M:System.Web.Security.FormsAuthenticationTicket.#ctor(System.Int32,System.String,System.DateTime,System.DateTime,System.Boolean,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> class with cookie name, version, directory path, issue date, expiration date, persistence, and user-defined data. </summary> <param name="version"> The version number of the ticket. </param> <param name="name"> The user name associated with the ticket. </param> <param name="issueDate"> The local date and time at which the ticket was issued. </param> <param name="expiration"> The local date and time at which the ticket expires. </param> <param name="isPersistent">true if the ticket will be stored in a persistent cookie (saved across browser sessions); otherwise, false. If the ticket is stored in the URL, this value is ignored. </param> <param name="userData"> The user-specific data to be stored with the ticket. </param> <param name="cookiePath"> The path for the ticket when stored in a cookie. </param> </member> <member name="M:System.Web.Security.FormsAuthenticationTicket.#ctor(System.String,System.Boolean,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> class using a cookie name and expiration information. </summary> <param name="name"> The user name associated with the ticket. </param> <param name="isPersistent">true if the ticket will be stored in a persistent cookie (saved across browser sessions); otherwise, false. If the ticket is stored in the URL, this value is ignored. </param> <param name="timeout"> The time, in minutes, for which the authentication ticket is valid. </param> </member> <member name="P:System.Web.Security.FormsAuthenticationTicket.CookiePath"> <summary> Gets the cookie path for the forms-authentication ticket. </summary> <returns> The cookie path for the forms-authentication ticket. </returns> </member> <member name="P:System.Web.Security.FormsAuthenticationTicket.Expiration"> <summary> Gets the local date and time at which the forms-authentication ticket expires. </summary> <returns> The <see cref="T:System.DateTime" /> at which the forms-authentication ticket expires. </returns> </member> <member name="P:System.Web.Security.FormsAuthenticationTicket.Expired"> <summary> Gets a value indicating whether the forms-authentication ticket has expired. </summary> <returns>true if the forms-authentication ticket has expired; otherwise, false. </returns> </member> <member name="P:System.Web.Security.FormsAuthenticationTicket.IsPersistent"> <summary> Gets a value indicating whether the cookie that contains the forms-authentication ticket information is persistent. </summary> <returns>true if a durable cookie (a cookie that is saved across browser sessions) was issued; otherwise, false. </returns> </member> <member name="P:System.Web.Security.FormsAuthenticationTicket.IssueDate"> <summary> Gets the local date and time at which the forms-authentication ticket was originally issued. </summary> <returns> The <see cref="T:System.DateTime" /> when the forms-authentication ticket was originally issued. </returns> </member> <member name="P:System.Web.Security.FormsAuthenticationTicket.Name"> <summary> Gets the user name associated with the forms-authentication ticket. </summary> <returns> The user name associated with the forms-authentication ticket. </returns> </member> <member name="P:System.Web.Security.FormsAuthenticationTicket.UserData"> <summary> Gets a user-specific string stored with the ticket. </summary> <returns> A user-specific string stored with the ticket. The default is an empty string (""). </returns> </member> <member name="P:System.Web.Security.FormsAuthenticationTicket.Version"> <summary> Gets the version number of the ticket. </summary> <returns> The version number of the ticket. The default is 2. </returns> </member> <member name="T:System.Web.Security.FormsIdentity"> <summary> Represents a user identity authenticated using forms authentication. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.FormsIdentity.#ctor(System.Web.Security.FormsAuthenticationTicket)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.FormsIdentity" /> class. </summary> <param name="ticket"> The authentication ticket upon which this identity is based. </param> </member> <member name="P:System.Web.Security.FormsIdentity.AuthenticationType"> <summary> Gets the type of authenticated identity. </summary> <returns> The type of authenticated identity. This property always returns "Forms". </returns> </member> <member name="P:System.Web.Security.FormsIdentity.IsAuthenticated"> <summary> Gets a value that indicates whether authentication took place. </summary> <returns> This property always returns true. </returns> </member> <member name="P:System.Web.Security.FormsIdentity.Name"> <summary> Gets the user name of the forms identity. </summary> <returns> The user name of the forms identity. </returns> </member> <member name="P:System.Web.Security.FormsIdentity.Ticket"> <summary> Gets the <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> for the forms-authentication user identity. </summary> <returns> The <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> supplied to the <see cref="M:System.Web.Security.FormsIdentity.#ctor(System.Web.Security.FormsAuthenticationTicket)" /> constructor for the current object. </returns> </member> <member name="T:System.Web.Security.Membership"> <summary> Validates user credentials and manages user settings. This class cannot be inherited. </summary> </member> <member name="P:System.Web.Security.Membership.ApplicationName"> <summary> Gets or sets the name of the application. </summary> <returns> The name of the application. </returns> </member> <member name="M:System.Web.Security.Membership.CreateUser(System.String,System.String)"> <summary> Adds a new user to the data store. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object for the newly created user. </returns> <param name="username"> The user name for the new user. </param> <param name="password"> The password for the new user. </param> <exception cref="T:System.Web.Security.MembershipCreateUserException"> The user was not created. Check the <see cref="P:System.Web.Security.MembershipCreateUserException.StatusCode" /> property for a <see cref="T:System.Web.Security.MembershipCreateStatus" /> value. </exception> </member> <member name="M:System.Web.Security.Membership.CreateUser(System.String,System.String,System.String)"> <summary> Adds a new user with a specified e-mail address to the data store. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object for the newly created user. </returns> <param name="username"> The user name for the new user. </param> <param name="password"> The password for the new user. </param> <param name="email"> The e-mail address for the new user. </param> <exception cref="T:System.Web.Security.MembershipCreateUserException"> The user was not created. Check the <see cref="P:System.Web.Security.MembershipCreateUserException.StatusCode" /> property for a <see cref="T:System.Web.Security.MembershipCreateStatus" /> value. </exception> </member> <member name="M:System.Web.Security.Membership.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"> <summary> Adds a new user with specified property values and a unique identifier to the data store and returns a status parameter indicating that the user was successfully created or the reason the user creation failed. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object for the newly created user. If no user was created, this method returns null. </returns> <param name="username"> The user name for the new user. </param> <param name="password"> The password for the new user. </param> <param name="email"> The e-mail address for the new user. </param> <param name="passwordQuestion"> The password-question value for the membership user. </param> <param name="passwordAnswer"> The password-answer value for the membership user. </param> <param name="isApproved"> A Boolean that indicates whether the new user is approved to log on. </param> <param name="providerUserKey"> The user identifier for the user that should be stored in the membership data store. </param> <param name="status"> A <see cref="T:System.Web.Security.MembershipCreateStatus" /> indicating that the user was created successfully or the reason creation failed. </param> </member> <member name="M:System.Web.Security.Membership.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Web.Security.MembershipCreateStatus@)"> <summary> Adds a new user with specified property values to the data store and returns a status parameter indicating that the user was successfully created or the reason the user creation failed. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object for the newly created user. If no user was created, this method returns null. </returns> <param name="username"> The user name for the new user. </param> <param name="password"> The password for the new user. </param> <param name="email"> The e-mail address for the new user. </param> <param name="passwordQuestion"> The password-question value for the membership user. </param> <param name="passwordAnswer"> The password-answer value for the membership user. </param> <param name="isApproved"> A Boolean that indicates whether the new user is approved to log on. </param> <param name="status"> A <see cref="T:System.Web.Security.MembershipCreateStatus" /> indicating that the user was created successfully or the reason that creation failed. </param> </member> <member name="M:System.Web.Security.Membership.DeleteUser(System.String)"> <summary> Deletes a user and any related user data from the database. </summary> <returns>true if the user was deleted; otherwise, false. </returns> <param name="username"> The name of the user to delete. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is an empty string or contains a comma (,). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null.</exception> </member> <member name="M:System.Web.Security.Membership.DeleteUser(System.String,System.Boolean)"> <summary> Deletes a user from the database. </summary> <returns>true if the user was deleted; otherwise, false. </returns> <param name="username"> The name of the user to delete. </param> <param name="deleteAllRelatedData">true to delete data related to the user from the database; false to leave data related to the user in the database. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is an empty string or contains a comma (,). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> </member> <member name="P:System.Web.Security.Membership.EnablePasswordReset"> <summary> Gets a value indicating whether the current membership provider is configured to allow users to reset their passwords. </summary> <returns>true if the membership provider supports password reset; otherwise, false. </returns> </member> <member name="P:System.Web.Security.Membership.EnablePasswordRetrieval"> <summary> Gets a value indicating whether the current membership provider is configured to allow users to retrieve their passwords. </summary> <returns>true if the membership provider supports password retrieval; otherwise, false. </returns> </member> <member name="M:System.Web.Security.Membership.FindUsersByEmail(System.String)"> <summary> Gets a collection of membership users where the e-mail address contains the specified e-mail address to match. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> that contains all users that match the <paramref name="emailToMatch" /> parameter. Leading and trailing spaces are trimmed from the <paramref name="emailToMatch" /> parameter value. </returns> <param name="emailToMatch"> The e-mail address to search for. </param> </member> <member name="M:System.Web.Security.Membership.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of membership users, in a page of data, where the e-mail address contains the specified e-mail address to match. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="emailToMatch"> The e-mail address to search for. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> The total number of matched users. </param> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than zero. -or- <paramref name="pageSize" /> is less than 1. </exception> </member> <member name="M:System.Web.Security.Membership.FindUsersByName(System.String)"> <summary> Gets a collection of membership users where the user name contains the specified user name to match. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> that contains all users that match the <paramref name="usernameToMatch" /> parameter. Leading and trailing spaces are trimmed from the <paramref name="usernameToMatch" /> parameter value. </returns> <param name="usernameToMatch"> The user name to search for. </param> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> </member> <member name="M:System.Web.Security.Membership.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of membership users, in a page of data, where the user name contains the specified user name to match. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />. Leading and trailing spaces are trimmed from the <paramref name="usernameToMatch" /> parameter value. </returns> <param name="usernameToMatch"> The user name to search for. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> The total number of matched users. </param> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string. -or- <paramref name="pageIndex" /> is less than zero. -or- <paramref name="pageSize" /> is less than 1. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> </member> <member name="M:System.Web.Security.Membership.GeneratePassword(System.Int32,System.Int32)"> <summary> Generates a random password of the specified length. </summary> <returns> A random password of the specified length. </returns> <param name="length"> The number of characters in the generated password. The length must be between 1 and 128 characters. </param> <param name="numberOfNonAlphanumericCharacters"> The minimum number of punctuation characters in the generated password. </param> <exception cref="T:System.ArgumentException"> <paramref name="length" /> is less than 1 or greater than 128 -or- <paramref name="numberOfNonAlphanumericCharacters" /> is less than 0 or greater than <paramref name="length" />. </exception> </member> <member name="M:System.Web.Security.Membership.GetAllUsers"> <summary> Gets a collection of all the users in the database. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> of <see cref="T:System.Web.Security.MembershipUser" /> objects representing all of the users in the database. </returns> </member> <member name="M:System.Web.Security.Membership.GetAllUsers(System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of all the users in the database in pages of data. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> of <see cref="T:System.Web.Security.MembershipUser" /> objects representing all the users in the database for the configured applicationName. </returns> <param name="pageIndex"> The index of the page of results to return. Use 0 to indicate the first page. </param> <param name="pageSize"> The size of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="totalRecords"> The total number of users. </param> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than zero. -or- <paramref name="pageSize" /> is less than 1. </exception> </member> <member name="M:System.Web.Security.Membership.GetNumberOfUsersOnline"> <summary> Gets the number of users currently accessing an application. </summary> <returns> The number of users currently accessing an application. </returns> </member> <member name="M:System.Web.Security.Membership.GetUser"> <summary> Gets the information from the data source and updates the last-activity date/time stamp for the current logged-on membership user. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the current logged-on user. </returns> </member> <member name="M:System.Web.Security.Membership.GetUser(System.Boolean)"> <summary> Gets the information from the data source for the current logged-on membership user. Updates the last-activity date/time stamp for the current logged-on membership user, if specified. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the current logged-on user. </returns> <param name="userIsOnline"> If true, updates the last-activity date/time stamp for the specified user. </param> </member> <member name="M:System.Web.Security.Membership.GetUser(System.Object)"> <summary> Gets the information from the data source for the membership user associated with the specified unique identifier. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the user associated with the specified unique identifier. </returns> <param name="providerUserKey"> The unique user identifier from the membership data source for the user. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="providerUserKey" /> is null. </exception> </member> <member name="M:System.Web.Security.Membership.GetUser(System.Object,System.Boolean)"> <summary> Gets the information from the data source for the membership user associated with the specified unique identifier. Updates the last-activity date/time stamp for the user, if specified. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the user associated with the specified unique identifier. </returns> <param name="providerUserKey"> The unique user identifier from the membership data source for the user. </param> <param name="userIsOnline"> If true, updates the last-activity date/time stamp for the specified user. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="providerUserKey" /> is null. </exception> </member> <member name="M:System.Web.Security.Membership.GetUser(System.String)"> <summary> Gets the information from the data source for the specified membership user. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the specified user. </returns> <param name="username"> The name of the user to retrieve. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> contains a comma (,). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> </member> <member name="M:System.Web.Security.Membership.GetUser(System.String,System.Boolean)"> <summary> Gets the information from the data source for the specified membership user. Updates the last-activity date/time stamp for the user, if specified. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the specified user. </returns> <param name="username"> The name of the user to retrieve. </param> <param name="userIsOnline"> If true, updates the last-activity date/time stamp for the specified user. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> contains a comma (,). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> </member> <member name="M:System.Web.Security.Membership.GetUserNameByEmail(System.String)"> <summary> Gets a user name where the e-mail address for the user matches the specified e-mail address. </summary> <returns> The user name where the e-mail address for the user matches the specified e-mail address. If no match is found, null is returned. </returns> <param name="emailToMatch"> The e-mail address to search for. </param> </member> <member name="P:System.Web.Security.Membership.HashAlgorithmType"> <summary> The identifier of the algorithm used to hash passwords. </summary> <returns> The identifier of the algorithm used to hash passwords, or blank to use the default hash algorithm. </returns> </member> <member name="P:System.Web.Security.Membership.MaxInvalidPasswordAttempts"> <summary> Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. </summary> <returns> The number of invalid password or password-answer attempts allowed before the membership user is locked out. </returns> </member> <member name="P:System.Web.Security.Membership.MinRequiredNonAlphanumericCharacters"> <summary> Gets the minimum number of special characters that must be present in a valid password. </summary> <returns> The minimum number of special characters that must be present in a valid password. </returns> </member> <member name="P:System.Web.Security.Membership.MinRequiredPasswordLength"> <summary> Gets the minimum length required for a password. </summary> <returns> The minimum length required for a password. </returns> </member> <member name="P:System.Web.Security.Membership.PasswordAttemptWindow"> <summary> Gets the time window between which consecutive failed attempts to provide a valid password or password answer are tracked. </summary> <returns> The time window, in minutes, during which consecutive failed attempts to provide a valid password or password answer are tracked. The default is 10 minutes. If the interval between the current failed attempt and the last failed attempt is greater than the <see cref="P:System.Web.Security.Membership.PasswordAttemptWindow" /> property setting, each failed attempt is treated as if it were the first failed attempt. </returns> </member> <member name="P:System.Web.Security.Membership.PasswordStrengthRegularExpression"> <summary> Gets the regular expression used to evaluate a password. </summary> <returns> A regular expression used to evaluate a password. </returns> </member> <member name="P:System.Web.Security.Membership.Provider"> <summary> Gets a reference to the default membership provider for the application. </summary> <returns> The default membership provider for the application exposed using the <see cref="T:System.Web.Security.MembershipProvider" /> abstract base class. </returns> </member> <member name="P:System.Web.Security.Membership.Providers"> <summary> Gets a collection of the membership providers for the ASP.NET application. </summary> <returns> A <see cref="T:System.Web.Security.MembershipProviderCollection" /> of the membership providers configured for the ASP.NET application. </returns> </member> <member name="P:System.Web.Security.Membership.RequiresQuestionAndAnswer"> <summary> Gets a value indicating whether the default membership provider requires the user to answer a password question for password reset and retrieval. </summary> <returns>true if a password answer is required for password reset and retrieval; otherwise, false. </returns> </member> <member name="M:System.Web.Security.Membership.UpdateUser(System.Web.Security.MembershipUser)"> <summary> Updates the database with the information for the specified user. </summary> <param name="user"> A <see cref="T:System.Web.Security.MembershipUser" /> object that represents the user to be updated and the updated information for the user. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="user" /> is null. </exception> </member> <member name="P:System.Web.Security.Membership.UserIsOnlineTimeWindow"> <summary> Specifies the number of minutes after the last-activity date/time stamp for a user during which the user is considered online. </summary> <returns> The number of minutes after the last-activity date/time stamp for a user during which the user is considered online. </returns> </member> <member name="M:System.Web.Security.Membership.ValidateUser(System.String,System.String)"> <summary> Verifies that the supplied user name and password are valid. </summary> <returns>true if the supplied user name and password are valid; otherwise, false. </returns> <param name="username"> The name of the user to be validated. </param> <param name="password"> The password for the specified user. </param> </member> <member name="E:System.Web.Security.Membership.ValidatingPassword"> <summary> Occurs when a user is created, a password is changed, or a password is reset. </summary> </member> <member name="T:System.Web.Security.MembershipCreateStatus"> <summary> Describes the result of a <see cref="M:System.Web.Security.Membership.CreateUser(System.String,System.String)" /> operation. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.Success"> <summary> The user was successfully created. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.InvalidUserName"> <summary> The user name was not found in the database. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.InvalidPassword"> <summary> The password is not formatted correctly. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.InvalidQuestion"> <summary> The password question is not formatted correctly. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.InvalidAnswer"> <summary> The password answer is not formatted correctly. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.InvalidEmail"> <summary> The e-mail address is not formatted correctly. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.DuplicateUserName"> <summary> The user name already exists in the database for the application. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.DuplicateEmail"> <summary> The e-mail address already exists in the database for the application. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.UserRejected"> <summary> The user was not created, for a reason defined by the provider. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.InvalidProviderUserKey"> <summary> The provider user key is of an invalid type or format. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.DuplicateProviderUserKey"> <summary> The provider user key already exists in the database for the application. </summary> </member> <member name="F:System.Web.Security.MembershipCreateStatus.ProviderError"> <summary> The provider returned an error that is not described by other <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration values. </summary> </member> <member name="T:System.Web.Security.MembershipCreateUserException"> <summary> The exception that is thrown when a user is not successfully created by a membership provider. </summary> </member> <member name="M:System.Web.Security.MembershipCreateUserException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class. </summary> </member> <member name="M:System.Web.Security.MembershipCreateUserException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class with the supplied serialization information and context. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param> <param name="context"> The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param> </member> <member name="M:System.Web.Security.MembershipCreateUserException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class and sets the <see cref="P:System.Exception.Message" /> property to the supplied <paramref name="message" /> parameter value </summary> <param name="message"> A description of the reason for the exception. </param> </member> <member name="M:System.Web.Security.MembershipCreateUserException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class and sets the <see cref="P:System.Exception.Message" /> property to the supplied <paramref name="message" /> and the <see cref="P:System.Exception.InnerException" /> property to the supplied <paramref name="innerException" />. </summary> <param name="message"> A description of the reason for the exception. </param> <param name="innerException"> The exception that caused the <see cref="T:System.Web.Security.MembershipCreateUserException" />. </param> </member> <member name="M:System.Web.Security.MembershipCreateUserException.#ctor(System.Web.Security.MembershipCreateStatus)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class with the specified <see cref="P:System.Web.Security.MembershipCreateUserException.StatusCode" /> value. </summary> <param name="statusCode"> A <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration value that describes the reason for the exception. </param> </member> <member name="M:System.Web.Security.MembershipCreateUserException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data needed to serialize the target object. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data. </param> <param name="context"> A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that specifies the destination for this serialization. </param> </member> <member name="P:System.Web.Security.MembershipCreateUserException.StatusCode"> <summary> Gets a description of the reason for the exception. </summary> <returns> A <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration value that describes the reason for the exception. </returns> </member> <member name="T:System.Web.Security.MembershipPasswordException"> <summary> The exception that is thrown when a password cannot be retrieved from the password store. </summary> </member> <member name="M:System.Web.Security.MembershipPasswordException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipPasswordException" /> class. </summary> </member> <member name="M:System.Web.Security.MembershipPasswordException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipPasswordException" /> class with the supplied serialization information and context. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param> <param name="context"> The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param> </member> <member name="M:System.Web.Security.MembershipPasswordException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipPasswordException" /> class and sets the <see cref="P:System.Exception.Message" /> property to the supplied <paramref name="message" />. </summary> <param name="message"> A description of the reason for the exception. </param> </member> <member name="M:System.Web.Security.MembershipPasswordException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipPasswordException" /> class and sets the <see cref="P:System.Exception.Message" /> property to the supplied <paramref name="message" /> and the <see cref="P:System.Exception.InnerException" /> property to the supplied <paramref name="innerException" />. </summary> <param name="message"> A description of the reason for the exception. </param> <param name="innerException"> The exception that caused the <see cref="T:System.Web.Security.MembershipPasswordException" />. </param> </member> <member name="T:System.Web.Security.MembershipPasswordFormat"> <summary> Describes the encryption format for storing passwords for membership users. </summary> </member> <member name="F:System.Web.Security.MembershipPasswordFormat.Clear"> <summary> Passwords are not encrypted. </summary> </member> <member name="F:System.Web.Security.MembershipPasswordFormat.Hashed"> <summary> Passwords are encrypted one-way using the SHA1 hashing algorithm. </summary> </member> <member name="F:System.Web.Security.MembershipPasswordFormat.Encrypted"> <summary> Passwords are encrypted using the encryption settings determined by the machineKey Element (ASP.NET Settings Schema) element configuration. </summary> </member> <member name="T:System.Web.Security.MembershipProvider"> <summary> Defines the contract that ASP.NET implements to provide membership services using custom membership providers. </summary> </member> <member name="M:System.Web.Security.MembershipProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.MembershipProvider" /> class. </summary> </member> <member name="P:System.Web.Security.MembershipProvider.ApplicationName"> <summary> The name of the application using the custom membership provider. </summary> <returns> The name of the application using the custom membership provider. </returns> </member> <member name="M:System.Web.Security.MembershipProvider.ChangePassword(System.String,System.String,System.String)"> <summary> Processes a request to update the password for a membership user. </summary> <returns>true if the password was updated successfully; otherwise, false. </returns> <param name="username"> The user to update the password for. </param> <param name="oldPassword"> The current password for the specified user. </param> <param name="newPassword"> The new password for the specified user. </param> </member> <member name="M:System.Web.Security.MembershipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)"> <summary> Processes a request to update the password question and answer for a membership user. </summary> <returns>true if the password question and answer are updated successfully; otherwise, false. </returns> <param name="username"> The user to change the password question and answer for. </param> <param name="password"> The password for the specified user. </param> <param name="newPasswordQuestion"> The new password question for the specified user. </param> <param name="newPasswordAnswer"> The new password answer for the specified user. </param> </member> <member name="M:System.Web.Security.MembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"> <summary> Adds a new membership user to the data source. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object populated with the information for the newly created user. </returns> <param name="username"> The user name for the new user. </param> <param name="password"> The password for the new user. </param> <param name="email"> The e-mail address for the new user. </param> <param name="passwordQuestion"> The password question for the new user. </param> <param name="passwordAnswer"> The password answer for the new user </param> <param name="isApproved"> Whether or not the new user is approved to be validated. </param> <param name="providerUserKey"> The unique identifier from the membership data source for the user. </param> <param name="status"> A <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration value indicating whether the user was created successfully. </param> </member> <member name="M:System.Web.Security.MembershipProvider.DecryptPassword(System.Byte[])"> <summary> Decrypts an encrypted password. </summary> <returns> A byte array that contains the decrypted password. </returns> <param name="encodedPassword"> A byte array that contains the encrypted password to decrypt. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> The <see cref="P:System.Web.Configuration.MachineKeySection.ValidationKey" /> property or <see cref="P:System.Web.Configuration.MachineKeySection.DecryptionKey" /> property is set to AutoGenerate. </exception> </member> <member name="M:System.Web.Security.MembershipProvider.DeleteUser(System.String,System.Boolean)"> <summary> Removes a user from the membership data source. </summary> <returns>true if the user was successfully deleted; otherwise, false. </returns> <param name="username"> The name of the user to delete. </param> <param name="deleteAllRelatedData">true to delete data related to the user from the database; false to leave data related to the user in the database. </param> </member> <member name="P:System.Web.Security.MembershipProvider.EnablePasswordReset"> <summary> Indicates whether the membership provider is configured to allow users to reset their passwords. </summary> <returns>true if the membership provider supports password reset; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Security.MembershipProvider.EnablePasswordRetrieval"> <summary> Indicates whether the membership provider is configured to allow users to retrieve their passwords. </summary> <returns>true if the membership provider is configured to support password retrieval; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Security.MembershipProvider.EncryptPassword(System.Byte[])"> <summary> Encrypts a password. </summary> <returns> A byte array that contains the encrypted password. </returns> <param name="password"> A byte array that contains the password to encrypt. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> The <see cref="P:System.Web.Configuration.MachineKeySection.ValidationKey" /> property or <see cref="P:System.Web.Configuration.MachineKeySection.DecryptionKey" /> property is set to AutoGenerate. </exception> </member> <member name="M:System.Web.Security.MembershipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of membership users where the e-mail address contains the specified e-mail address to match. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> collection that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="emailToMatch"> The e-mail address to search for. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> The total number of matched users. </param> </member> <member name="M:System.Web.Security.MembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of membership users where the user name contains the specified user name to match. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> collection that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="usernameToMatch"> The user name to search for. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> The total number of matched users. </param> </member> <member name="M:System.Web.Security.MembershipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of all the users in the data source in pages of data. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> collection that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> The total number of matched users. </param> </member> <member name="M:System.Web.Security.MembershipProvider.GetNumberOfUsersOnline"> <summary> Gets the number of users currently accessing the application. </summary> <returns> The number of users currently accessing the application. </returns> </member> <member name="M:System.Web.Security.MembershipProvider.GetPassword(System.String,System.String)"> <summary> Gets the password for the specified user name from the data source. </summary> <returns> The password for the specified user name. </returns> <param name="username"> The user to retrieve the password for. </param> <param name="answer"> The password answer for the user. </param> </member> <member name="M:System.Web.Security.MembershipProvider.GetUser(System.Object,System.Boolean)"> <summary> Gets user information from the data source based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object populated with the specified user's information from the data source. </returns> <param name="providerUserKey"> The unique identifier for the membership user to get information for. </param> <param name="userIsOnline">true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user. </param> </member> <member name="M:System.Web.Security.MembershipProvider.GetUser(System.String,System.Boolean)"> <summary> Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object populated with the specified user's information from the data source. </returns> <param name="username"> The name of the user to get information for. </param> <param name="userIsOnline">true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user. </param> </member> <member name="M:System.Web.Security.MembershipProvider.GetUserNameByEmail(System.String)"> <summary> Gets the user name associated with the specified e-mail address. </summary> <returns> The user name associated with the specified e-mail address. If no match is found, return null. </returns> <param name="email"> The e-mail address to search for. </param> </member> <member name="P:System.Web.Security.MembershipProvider.MaxInvalidPasswordAttempts"> <summary> Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. </summary> <returns> The number of invalid password or password-answer attempts allowed before the membership user is locked out. </returns> </member> <member name="P:System.Web.Security.MembershipProvider.MinRequiredNonAlphanumericCharacters"> <summary> Gets the minimum number of special characters that must be present in a valid password. </summary> <returns> The minimum number of special characters that must be present in a valid password. </returns> </member> <member name="P:System.Web.Security.MembershipProvider.MinRequiredPasswordLength"> <summary> Gets the minimum length required for a password. </summary> <returns> The minimum length required for a password. </returns> </member> <member name="M:System.Web.Security.MembershipProvider.OnValidatingPassword(System.Web.Security.ValidatePasswordEventArgs)"> <summary> Raises the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event if an event handler has been defined. </summary> <param name="e"> The <see cref="T:System.Web.Security.ValidatePasswordEventArgs" /> to pass to the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event handler. </param> </member> <member name="P:System.Web.Security.MembershipProvider.PasswordAttemptWindow"> <summary> Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out. </summary> <returns> The number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out. </returns> </member> <member name="P:System.Web.Security.MembershipProvider.PasswordFormat"> <summary> Gets a value indicating the format for storing passwords in the membership data store. </summary> <returns> One of the <see cref="T:System.Web.Security.MembershipPasswordFormat" /> values indicating the format for storing passwords in the data store. </returns> </member> <member name="P:System.Web.Security.MembershipProvider.PasswordStrengthRegularExpression"> <summary> Gets the regular expression used to evaluate a password. </summary> <returns> A regular expression used to evaluate a password. </returns> </member> <member name="P:System.Web.Security.MembershipProvider.RequiresQuestionAndAnswer"> <summary> Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval. </summary> <returns>true if a password answer is required for password reset and retrieval; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Security.MembershipProvider.RequiresUniqueEmail"> <summary> Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name. </summary> <returns>true if the membership provider requires a unique e-mail address; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.Security.MembershipProvider.ResetPassword(System.String,System.String)"> <summary> Resets a user's password to a new, automatically generated password. </summary> <returns> The new password for the specified user. </returns> <param name="username"> The user to reset the password for. </param> <param name="answer"> The password answer for the specified user. </param> </member> <member name="M:System.Web.Security.MembershipProvider.UnlockUser(System.String)"> <summary> Clears a lock so that the membership user can be validated. </summary> <returns>true if the membership user was successfully unlocked; otherwise, false. </returns> <param name="userName"> The membership user whose lock status you want to clear. </param> </member> <member name="M:System.Web.Security.MembershipProvider.UpdateUser(System.Web.Security.MembershipUser)"> <summary> Updates information about a user in the data source. </summary> <param name="user"> A <see cref="T:System.Web.Security.MembershipUser" /> object that represents the user to update and the updated information for the user. </param> </member> <member name="M:System.Web.Security.MembershipProvider.ValidateUser(System.String,System.String)"> <summary> Verifies that the specified user name and password exist in the data source. </summary> <returns>true if the specified username and password are valid; otherwise, false. </returns> <param name="username"> The name of the user to validate. </param> <param name="password"> The password for the specified user. </param> </member> <member name="E:System.Web.Security.MembershipProvider.ValidatingPassword"> <summary> Occurs when a user is created, a password is changed, or a password is reset. </summary> </member> <member name="T:System.Web.Security.MembershipProviderCollection"> <summary> A collection of objects that inherit the <see cref="T:System.Web.Security.MembershipProvider" /> abstract class. </summary> </member> <member name="M:System.Web.Security.MembershipProviderCollection.#ctor"> <summary> Creates a new, empty membership provider collection. </summary> </member> <member name="M:System.Web.Security.MembershipProviderCollection.Add(System.Configuration.Provider.ProviderBase)"> <summary> Adds a membership provider to the collection. </summary> <param name="provider"> The membership provider to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="provider" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="provider" /> is not of a type that inherits the <see cref="T:System.Web.Security.MembershipProvider" /> abstract class. </exception> </member> <member name="M:System.Web.Security.MembershipProviderCollection.CopyTo(System.Web.Security.MembershipProvider[],System.Int32)"> <summary> Copies the membership provider collection to a one-dimensional array. </summary> <param name="array"> A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Web.Security.MembershipProviderCollection" />. The array must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. </exception> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is multidimensional. -or- <paramref name="index" /> is equal to or greater than the length of <paramref name="array" />. -or- The number of elements in the source array is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />. </exception> <exception cref="T:System.InvalidCastException"> The type of the source array cannot be cast automatically to the type of the destination <paramref name="array" />. </exception> </member> <member name="P:System.Web.Security.MembershipProviderCollection.Item(System.String)"> <summary> Gets the membership provider in the collection referenced by the specified provider name. </summary> <returns> An object that inherits the <see cref="T:System.Web.Security.MembershipProvider" /> abstract class. </returns> <param name="name"> The name of the membership provider. </param> </member> <member name="T:System.Web.Security.MembershipUser"> <summary> Exposes and updates membership user information in the membership data store. </summary> </member> <member name="M:System.Web.Security.MembershipUser.#ctor"> <summary> Creates a new instance of a <see cref="T:System.Web.Security.MembershipUser" /> object for a class that inherits the <see cref="T:System.Web.Security.MembershipUser" /> class. </summary> </member> <member name="M:System.Web.Security.MembershipUser.#ctor(System.String,System.String,System.Object,System.String,System.String,System.String,System.Boolean,System.Boolean,System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime)"> <summary> Creates a new membership user object with the specified property values. </summary> <param name="providerName"> The <see cref="P:System.Web.Security.MembershipUser.ProviderName" /> string for the membership user. </param> <param name="name"> The <see cref="P:System.Web.Security.MembershipUser.UserName" /> string for the membership user. </param> <param name="providerUserKey"> The <see cref="P:System.Web.Security.MembershipUser.ProviderUserKey" /> identifier for the membership user. </param> <param name="email"> The <see cref="P:System.Web.Security.MembershipUser.Email" /> string for the membership user. </param> <param name="passwordQuestion"> The <see cref="P:System.Web.Security.MembershipUser.PasswordQuestion" /> string for the membership user. </param> <param name="comment"> The <see cref="P:System.Web.Security.MembershipUser.Comment" /> string for the membership user. </param> <param name="isApproved"> The <see cref="P:System.Web.Security.MembershipUser.IsApproved" /> value for the membership user. </param> <param name="isLockedOut">true to lock out the membership user; otherwise, false. </param> <param name="creationDate"> The <see cref="P:System.Web.Security.MembershipUser.CreationDate" /><see cref="T:System.DateTime" /> object for the membership user. </param> <param name="lastLoginDate"> The <see cref="P:System.Web.Security.MembershipUser.LastLoginDate" /><see cref="T:System.DateTime" /> object for the membership user. </param> <param name="lastActivityDate"> The <see cref="P:System.Web.Security.MembershipUser.LastActivityDate" /><see cref="T:System.DateTime" /> object for the membership user. </param> <param name="lastPasswordChangedDate"> The <see cref="P:System.Web.Security.MembershipUser.LastPasswordChangedDate" /><see cref="T:System.DateTime" /> object for the membership user. </param> <param name="lastLockoutDate"> The <see cref="P:System.Web.Security.MembershipUser.LastLockoutDate" /><see cref="T:System.DateTime" /> object for the membership user. </param> <exception cref="T:System.ArgumentException"> <paramref name="providerName" /> is null. -or- <paramref name="providerName" /> is not found in the <see cref="P:System.Web.Security.Membership.Providers" /> collection. </exception> </member> <member name="M:System.Web.Security.MembershipUser.ChangePassword(System.String,System.String)"> <summary> Updates the password for the membership user in the membership data store. </summary> <returns>true if the update was successful; otherwise, false. </returns> <param name="oldPassword"> The current password for the membership user. </param> <param name="newPassword"> The new password for the membership user. </param> <exception cref="T:System.ArgumentException"> <paramref name="oldPassword" /> is an empty string. -or- <paramref name="newPassword" /> is an empty string. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="oldPassword" /> is null. -or- <paramref name="newPassword" /> is null. </exception> </member> <member name="M:System.Web.Security.MembershipUser.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String)"> <summary> Updates the password question and answer for the membership user in the membership data store. </summary> <returns>true if the update was successful; otherwise, false. </returns> <param name="password"> The current password for the membership user. </param> <param name="newPasswordQuestion"> The new password question value for the membership user. </param> <param name="newPasswordAnswer"> The new password answer value for the membership user. </param> <exception cref="T:System.ArgumentException"> <paramref name="password" /> is an empty string. -or- <paramref name="newPasswordQuestion" /> is an empty string. -or- <paramref name="newPasswordAnswer" /> is an empty string. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="password" /> is null. </exception> </member> <member name="P:System.Web.Security.MembershipUser.Comment"> <summary> Gets or sets application-specific information for the membership user. </summary> <returns> Application-specific information for the membership user. </returns> </member> <member name="P:System.Web.Security.MembershipUser.CreationDate"> <summary> Gets the date and time when the user was added to the membership data store. </summary> <returns> The date and time when the user was added to the membership data store. </returns> </member> <member name="P:System.Web.Security.MembershipUser.Email"> <summary> Gets or sets the e-mail address for the membership user. </summary> <returns> The e-mail address for the membership user. </returns> </member> <member name="M:System.Web.Security.MembershipUser.GetPassword"> <summary> Gets the password for the membership user from the membership data store. </summary> <returns> The password for the membership user. </returns> </member> <member name="M:System.Web.Security.MembershipUser.GetPassword(System.String)"> <summary> Gets the password for the membership user from the membership data store. </summary> <returns> The password for the membership user. </returns> <param name="passwordAnswer"> The password answer for the membership user. </param> </member> <member name="P:System.Web.Security.MembershipUser.IsApproved"> <summary> Gets or sets whether the membership user can be authenticated. </summary> <returns>true if the user can be authenticated; otherwise, false. </returns> </member> <member name="P:System.Web.Security.MembershipUser.IsLockedOut"> <summary> Gets a value indicating whether the membership user is locked out and unable to be validated. </summary> <returns>true if the membership user is locked out and unable to be validated; otherwise, false. </returns> </member> <member name="P:System.Web.Security.MembershipUser.IsOnline"> <summary> Gets whether the user is currently online. </summary> <returns>true if the user is online; otherwise, false. </returns> </member> <member name="P:System.Web.Security.MembershipUser.LastActivityDate"> <summary> Gets or sets the date and time when the membership user was last authenticated or accessed the application. </summary> <returns> The date and time when the membership user was last authenticated or accessed the application. </returns> </member> <member name="P:System.Web.Security.MembershipUser.LastLockoutDate"> <summary> Gets the most recent date and time that the membership user was locked out. </summary> <returns> A <see cref="T:System.DateTime" /> object that represents the most recent date and time that the membership user was locked out. </returns> </member> <member name="P:System.Web.Security.MembershipUser.LastLoginDate"> <summary> Gets or sets the date and time when the user was last authenticated. </summary> <returns> The date and time when the user was last authenticated. </returns> </member> <member name="P:System.Web.Security.MembershipUser.LastPasswordChangedDate"> <summary> Gets the date and time when the membership user's password was last updated. </summary> <returns> The date and time when the membership user's password was last updated. </returns> </member> <member name="P:System.Web.Security.MembershipUser.PasswordQuestion"> <summary> Gets the password question for the membership user. </summary> <returns> The password question for the membership user. </returns> </member> <member name="P:System.Web.Security.MembershipUser.ProviderName"> <summary> Gets the name of the membership provider that stores and retrieves user information for the membership user. </summary> <returns> The name of the membership provider that stores and retrieves user information for the membership user. </returns> </member> <member name="P:System.Web.Security.MembershipUser.ProviderUserKey"> <summary> Gets the user identifier from the membership data source for the user. </summary> <returns> The user identifier from the membership data source for the user. </returns> </member> <member name="M:System.Web.Security.MembershipUser.ResetPassword"> <summary> Resets a user's password to a new, automatically generated password. </summary> <returns> The new password for the membership user. </returns> </member> <member name="M:System.Web.Security.MembershipUser.ResetPassword(System.String)"> <summary> Resets a user's password to a new, automatically generated password. </summary> <returns> The new password for the membership user. </returns> <param name="passwordAnswer"> The password answer for the membership user. </param> </member> <member name="M:System.Web.Security.MembershipUser.ToString"> <summary> Returns the user name for the membership user. </summary> <returns> The <see cref="P:System.Web.Security.MembershipUser.UserName" /> for the membership user. </returns> </member> <member name="M:System.Web.Security.MembershipUser.UnlockUser"> <summary> Clears the locked-out state of the user so that the membership user can be validated. </summary> <returns>true if the membership user was successfully unlocked; otherwise, false. </returns> </member> <member name="P:System.Web.Security.MembershipUser.UserName"> <summary> Gets the logon name of the membership user. </summary> <returns> The logon name of the membership user. </returns> </member> <member name="T:System.Web.Security.MembershipUserCollection"> <summary> A collection of <see cref="T:System.Web.Security.MembershipUser" /> objects. </summary> </member> <member name="M:System.Web.Security.MembershipUserCollection.#ctor"> <summary> Creates a new, empty membership user collection. </summary> </member> <member name="M:System.Web.Security.MembershipUserCollection.Add(System.Web.Security.MembershipUser)"> <summary> Adds the specified membership user to the collection. </summary> <param name="user"> A <see cref="T:System.Web.Security.MembershipUser" /> object to add to the collection. </param> <exception cref="T:System.NotSupportedException"> The collection is read-only. </exception> <exception cref="T:System.ArgumentNullException"> The <see cref="P:System.Web.Security.MembershipUser.UserName" /> of the <paramref name="user" /> is null. </exception> <exception cref="T:System.ArgumentException"> A <see cref="T:System.Web.Security.MembershipUser" /> object with the same <see cref="P:System.Web.Security.MembershipUser.UserName" /> value as <paramref name="user" /> already exists in the collection. </exception> </member> <member name="M:System.Web.Security.MembershipUserCollection.Clear"> <summary> Removes all membership user objects from the collection. </summary> </member> <member name="M:System.Web.Security.MembershipUserCollection.CopyTo(System.Web.Security.MembershipUser[],System.Int32)"> <summary> Copies the membership user collection to a one-dimensional array. </summary> <param name="array"> A one-dimensional array of type <see cref="T:System.Web.Security.MembershipUser" /> that is the destination of the elements copied from the <see cref="T:System.Web.Security.MembershipUserCollection" />. The array must have zero-based indexing. </param> <param name="index"> The zero-based index in the array at which copying begins. </param> </member> <member name="P:System.Web.Security.MembershipUserCollection.Count"> <summary> Gets the number of membership user objects in the collection. </summary> <returns> The number of <see cref="T:System.Web.Security.MembershipUser" /> objects in the collection. </returns> </member> <member name="M:System.Web.Security.MembershipUserCollection.GetEnumerator"> <summary> Gets an enumerator that can iterate through the membership user collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> for the entire <see cref="T:System.Web.Security.MembershipUserCollection" />. </returns> </member> <member name="P:System.Web.Security.MembershipUserCollection.IsSynchronized"> <summary> Gets a value indicating whether the membership user collection is thread safe. </summary> <returns> Always false because thread-safe membership user collections are not supported. </returns> </member> <member name="P:System.Web.Security.MembershipUserCollection.Item(System.String)"> <summary> Gets the membership user in the collection referenced by the specified user name. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the user specified by <paramref name="name" />. </returns> <param name="name"> The <see cref="P:System.Web.Security.MembershipUser.UserName" /> of the <see cref="T:System.Web.Security.MembershipUser" /> to retrieve from the collection. </param> </member> <member name="M:System.Web.Security.MembershipUserCollection.Remove(System.String)"> <summary> Removes the membership user object with the specified user name from the collection. </summary> <param name="name"> The user name of the <see cref="T:System.Web.Security.MembershipUser" /> object to remove from the collection. </param> <exception cref="T:System.NotSupportedException"> The collection is read-only. </exception> </member> <member name="M:System.Web.Security.MembershipUserCollection.SetReadOnly"> <summary> Makes the contents of the membership user collection read-only. </summary> </member> <member name="P:System.Web.Security.MembershipUserCollection.SyncRoot"> <summary> Gets the synchronization root. </summary> <returns> Always this, because synchronization of membership user collections is not supported. </returns> </member> <member name="M:System.Web.Security.MembershipUserCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> Copies the contents of the <see cref="T:System.Web.Security.MembershipUserCollection" /> object to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index. </summary> <param name="array"> The one-dimensional <see cref="T:System.Array" /> that is the destination for the objects copied from the <see cref="T:System.Web.Security.MembershipUserCollection" /> object. The <see cref="T:System.Array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than 0. </exception> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is multidimensional. -or- <paramref name="index" /> is greater than or equal to the length of <paramref name="array" />. -or- The number of elements in the source <see cref="T:System.Web.Security.MembershipUserCollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination array. </exception> <exception cref="T:System.InvalidCastException"> The type of the source <see cref="T:System.Web.Security.MembershipUserCollection" /> cannot be cast automatically to the type of the destination array. </exception> </member> <member name="T:System.Web.Security.MembershipValidatePasswordEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event of the <see cref="T:System.Web.Security.MembershipProvider" /> class. </summary> <param name="sender"> The <see cref="T:System.Web.Security.MembershipProvider" /> that raised the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event. </param> <param name="e"> A <see cref="T:System.Web.Security.ValidatePasswordEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.Security.PassportAuthenticationEventArgs"> <summary> The event argument passed to the <see cref="E:System.Web.Security.PassportAuthenticationModule.Authenticate" /> event by a <see cref="T:System.Web.Security.PassportAuthenticationModule" />. Since there is already an identity at this point, this is useful mainly for attaching a custom <see cref="T:System.Security.Principal.IPrincipal" /> object to the context using the supplied identity. This class is deprecated. </summary> </member> <member name="M:System.Web.Security.PassportAuthenticationEventArgs.#ctor(System.Web.Security.PassportIdentity,System.Web.HttpContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.PassportAuthenticationEventArgs" /> class. This class is deprecated. </summary> <param name="identity"> The identity object </param> <param name="context"> The context for the event. </param> </member> <member name="P:System.Web.Security.PassportAuthenticationEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. This class is deprecated. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </returns> </member> <member name="P:System.Web.Security.PassportAuthenticationEventArgs.Identity"> <summary> Gets an authenticated Passport identity. This class is deprecated. </summary> <returns> An authenticated Passport identity. </returns> </member> <member name="P:System.Web.Security.PassportAuthenticationEventArgs.User"> <summary> Gets or sets the <see cref="T:System.Security.Principal.IPrincipal" /> object to be associated with the request. This class is deprecated. </summary> <returns> The <see cref="T:System.Security.Principal.IPrincipal" /> object to be associated with the request. </returns> </member> <member name="T:System.Web.Security.PassportAuthenticationEventHandler"> <summary> Represents the method that handles the PassportAuthentication_OnAuthenticate event of a <see cref="T:System.Web.Security.PassportAuthenticationModule" />. This class is deprecated. </summary> <param name="sender"> The object that raised the event. </param> <param name="e"> A <see cref="T:System.Web.Security.PassportAuthenticationEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.Security.PassportAuthenticationModule"> <summary> Provides a wrapper around Passport Authentication services. This class cannot be inherited. This class is deprecated. </summary> </member> <member name="M:System.Web.Security.PassportAuthenticationModule.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Security.PassportAuthenticationModule" /> class. This class is deprecated. </summary> </member> <member name="E:System.Web.Security.PassportAuthenticationModule.Authenticate"> <summary> Raised during authentication. This is a Global.asax event that must be named PassportAuthentication_OnAuthenticate. This class is deprecated </summary> </member> <member name="M:System.Web.Security.PassportAuthenticationModule.Dispose"> <summary> Disposes of the module derived from <see cref="T:System.Web.IHttpModule" /> when called by the <see cref="T:System.Web.HttpRuntime" />. This class is deprecated. </summary> </member> <member name="M:System.Web.Security.PassportAuthenticationModule.Init(System.Web.HttpApplication)"> <summary> Initializes the module derived from <see cref="T:System.Web.IHttpModule" /> when called by the <see cref="T:System.Web.HttpRuntime" />. This class is deprecated </summary> <param name="app"> The <see cref="T:System.Web.HttpApplication" /> module </param> </member> <member name="T:System.Web.Security.PassportIdentity"> <summary> Provides a class to be used by <see cref="T:System.Web.Security.PassportAuthenticationModule" />. It provides a way for an application to access the <see cref="M:System.Web.Security.PassportIdentity.Ticket(System.String)" /> method. This class cannot be inherited. This class is deprecated. </summary> </member> <member name="M:System.Web.Security.PassportIdentity.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.PassportIdentity" /> class. This class is deprecated. </summary> </member> <member name="P:System.Web.Security.PassportIdentity.AuthenticationType"> <summary> Gets the type of authentication used to identify the user. This class is deprecated. </summary> <returns> The string "Passport". </returns> </member> <member name="M:System.Web.Security.PassportIdentity.AuthUrl"> <summary> Returns a string containing the Login server URL for a member, as well as with optional information sent to the Login server in the query string. This class is deprecated. </summary> <returns> The Login server URL for a member, as well as optional information sent to the Login server in the query string. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.AuthUrl(System.String)"> <summary> Returns a string containing the Login server URL for a member, along with optional information sent to the Login server in the query string. This class is deprecated. </summary> <returns> The Login server URL for a member, as well as the optional information sent to the Login server in the query string. </returns> <param name="strReturnUrl"> The URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.AuthUrl(System.String,System.Int32,System.Boolean,System.String,System.Int32,System.String,System.Int32,System.Boolean)"> <summary> Returns the authentication server URL for a member. This class is deprecated. </summary> <returns> The Login server URL for a member, as well as the optional information sent to the Login server in the query string. </returns> <param name="strReturnUrl"> Sets the URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param> <param name="fForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter will be used. Pass -1 to indicate that Passport should use the default value. </param> <param name="strCoBrandedArgs"> Specifies variables to be appended to the URL of the Cobranding Template script page that was specified at initial participant registration. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> Specifies the language in which the required domain authority page should be displayed. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param> <param name="bUseSecureAuth"> Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.AuthUrl(System.String,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.Int32)"> <summary> Returns a string containing the Login server URL for a member, along with the optional information sent to the Login server in the query string. This class is deprecated. </summary> <returns> The Login server URL for a member, as well as the optional information sent to the Login server in the query string. </returns> <param name="strReturnUrl"> Sets the URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param> <param name="iForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter will be used. Pass -1 to indicate that Passport should use the default value. </param> <param name="strCoBrandedArgs"> Specifies variables to be appended to the URL of the Cobranding Template script page that was specified at initial participant registration. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> Specifies the language in which the required domain authority page should be displayed. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param> <param name="iUseSecureAuth"> Declares whether the actual Login UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.AuthUrl2"> <summary> Returns a string containing the Login server URL for a member, as well as optional information sent to the Login server in the query string. This class is deprecated. </summary> <returns> The Login server URL for a member, as well as optional information sent to the Login server in the query string. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.AuthUrl2(System.String)"> <summary> Returns a string containing the Login server URL for a member, as well as optional information sent to the Login server in the query string. This class is deprecated. </summary> <returns> The Login server URL for a member, as well as the optional information sent to the Login server in the query string. </returns> <param name="strReturnUrl"> The URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.AuthUrl2(System.String,System.Int32,System.Boolean,System.String,System.Int32,System.String,System.Int32,System.Boolean)"> <summary> Returns a string containing the Login server URL for a member, as well as the optional information sent to the Login server in the query string. This class is deprecated. </summary> <returns> The Login server URL for a member, as well as the optional information sent to the Login server in the query string. </returns> <param name="strReturnUrl"> Sets the URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param> <param name="fForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter will be used. Pass -1 to indicate that Passport should use the default value. </param> <param name="strCoBrandedArgs"> Specifies variables to be appended to the URL of the Cobranding Template script page that was specified at initial participant registration. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> Specifies the language in which the required domain authority page should be displayed. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param> <param name="bUseSecureAuth"> Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.AuthUrl2(System.String,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.Int32)"> <summary> Retrieves a string containing the Login server URL for a member, as well as the optional information sent to the Login server in the query string. This class is deprecated. </summary> <returns> The Login server URL for a member, as well as the optional information sent to the Login server in the query string. </returns> <param name="strReturnUrl"> Sets the URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param> <param name="iForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter will be used. Pass -1 to indicate that Passport should use the default value. </param> <param name="strCoBrandedArgs"> Specifies variables to be appended to the URL of the Cobranding Template script page that was specified at initial participant registration. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> Specifies the language in which the required domain authority page should be displayed. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param> <param name="iUseSecureAuth"> Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.Compress(System.String)"> <summary> Compresses data. This class is deprecated. </summary> <returns> The compressed data. </returns> <param name="strData"> The data to be compressed. </param> </member> <member name="M:System.Web.Security.PassportIdentity.CryptIsValid"> <summary> Gets the state of a flag indicating if the Passport Manager is in a valid state for encryption. This class is deprecated. </summary> <returns>true if the key used for encryption and decryption is valid and if the Passport Manager is in a valid state for encryption; otherwise, false. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.CryptPutHost(System.String)"> <summary> Sets the key being used for Passport encryption and decryption. This class is deprecated. </summary> <returns> An integer result code. </returns> <param name="strHost"> The host name or IP address. </param> </member> <member name="M:System.Web.Security.PassportIdentity.CryptPutSite(System.String)"> <summary> Sets the key being used for Passport encryption and decryption by referring to the site-name label assigned to that key when the key was first installed. This class is deprecated. </summary> <returns> An integer result code. </returns> <param name="strSite"> The site label. </param> </member> <member name="M:System.Web.Security.PassportIdentity.Decompress(System.String)"> <summary> Decompresses data that has been compressed by the <see cref="M:System.Web.Security.PassportIdentity.Compress(System.String)" /> method. This class is deprecated. </summary> <returns> The decompressed data. </returns> <param name="strData"> The data to be decompressed. </param> </member> <member name="M:System.Web.Security.PassportIdentity.Decrypt(System.String)"> <summary> Decrypts data using the Passport participant key for the current site. This class is deprecated. </summary> <returns> Data decrypted using the Passport participant key for the current site. </returns> <param name="strData"> The data to be decrypted. </param> </member> <member name="M:System.Web.Security.PassportIdentity.Encrypt(System.String)"> <summary> Encrypts data using the Passport participant key for the current site. This class is deprecated. </summary> <returns> Data encrypted using the Passport participant key for the current site. </returns> <param name="strData"> The data to be encrypted. </param> </member> <member name="P:System.Web.Security.PassportIdentity.Error"> <summary> Gets a value indicating the error state associated with the current Passport ticket. This class is deprecated. </summary> <returns> A 32-bit signed integer indicating the current error state. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.GetCurrentConfig(System.String)"> <summary> Gets the contents of a registry key under the HKLM\SW\Microsoft\Passport hive. This class is deprecated. </summary> <returns> The contents of the registry key. </returns> <param name="strAttribute"> The name of the registry key. </param> </member> <member name="M:System.Web.Security.PassportIdentity.GetDomainAttribute(System.String,System.Int32,System.String)"> <summary> Provides information for a Passport domain by querying the Passport manager for the requested domain attribute. This class is deprecated. </summary> <returns> A string representing the requested attribute. </returns> <param name="strAttribute"> The name of the attribute value to retrieve. </param> <param name="iLCID"> The language in which various Passport network pages should be displayed to the member. </param> <param name="strDomain"> The domain authority name to query for an attribute. </param> </member> <member name="M:System.Web.Security.PassportIdentity.GetDomainFromMemberName(System.String)"> <summary> Returns the Passport domain from the member name string. This class is deprecated. </summary> <returns> The Passport domain for the specified member. </returns> <param name="strMemberName"> The name of the Passport member </param> </member> <member name="P:System.Web.Security.PassportIdentity.GetFromNetworkServer"> <summary> Gets information on a Passport server connection and query string. This class is deprecated. </summary> <returns>true if a connection is coming back from the Passport server (logon, update, or registration) and if the Passport data contained on the query string is valid; otherwise, false. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.GetIsAuthenticated(System.Int32,System.Boolean,System.Boolean)"> <summary> Indicates whether the user is authenticated by a central site responsible for Passport authentication. This class is deprecated. </summary> <returns>true if the user is authenticated by a Passport authority; otherwise, false. </returns> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on to the calling domain. Pass -1 to indicate that Passport should use the default value. </param> <param name="bForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter is used. </param> <param name="bCheckSecure"> Enables checking for an encrypted logon. SSL sign-in is not available as an option in the current version Login servers, so the value passed in is ignored at the server. </param> </member> <member name="M:System.Web.Security.PassportIdentity.GetIsAuthenticated(System.Int32,System.Int32,System.Int32)"> <summary> Indicates whether the user is authenticated by a Passport authority. This class is deprecated. </summary> <returns>true if the user is authenticated by a central site responsible for Passport authentication; otherwise, false. </returns> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on to the calling domain. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true. </param> <param name="iForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter is used. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true. </param> <param name="iCheckSecure"> Enables checking for an encrypted logon. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true. A value of 10 or 100 for Passport version 2.1 Login servers specify SecureLevel 10 or 100 for the Passport Manager IsAuthenticated method. See the Passport version 2.1 SDK documentation for more information. SSL sign-in is not available as an option for Passport version 1.4 Login servers. The value of <paramref name="iCheckSecure" /> is ignored at the server. </param> </member> <member name="M:System.Web.Security.PassportIdentity.GetLoginChallenge"> <summary> Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated. </summary> <returns> A string representing the Passport Login Challenge. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.GetLoginChallenge(System.String)"> <summary> Logs the user on by outputting the appropriate headers to either a 302 redirect URL or the initiation of a Passport-aware client authentication exchange. This class is deprecated. </summary> <returns> A string representing the Passport Login Challenge. </returns> <param name="strReturnUrl"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.GetLoginChallenge(System.String,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.Int32,System.Object)"> <summary> Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated. </summary> <returns> A string representing the Passport Login Challenge. </returns> <param name="szRetURL"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param> <param name="fForceLogin"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param> <param name="szCOBrandArgs"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param> <param name="iUseSecureAuth"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param> <param name="oExtraParams"> See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.GetOption(System.String)"> <summary> Gets a specific Passport logon option. This class is deprecated. </summary> <returns> The Passport logon option <paramref name="strOpt" />. </returns> <param name="strOpt"> Logon option to query. </param> </member> <member name="M:System.Web.Security.PassportIdentity.GetProfileObject(System.String)"> <summary> Returns Passport profile information for the specified profile attribute. This class is deprecated. </summary> <returns> The value of the Passport profile attribute specified by the <paramref name="strProfileName" /> parameter. </returns> <param name="strProfileName"> The Passport profile attribute to return. </param> </member> <member name="M:System.Web.Security.PassportIdentity.HasFlag(System.Int32)"> <summary> Indicates whether a given flag is set in this user's profile. This class is deprecated. </summary> <returns>true if the Passport profile flag <paramref name="iFlagMask" /> is set in this user's profile; otherwise, false. </returns> <param name="iFlagMask"> The Passport profile flag to query. </param> </member> <member name="M:System.Web.Security.PassportIdentity.HasProfile(System.String)"> <summary> Indicates whether a given profile attribute exists in this user's profile. This class is deprecated. </summary> <returns>true if the profile attribute <paramref name="strProfile" /> exists in this user's profile; otherwise, false. </returns> <param name="strProfile"> The Passport profile attribute to query. </param> </member> <member name="P:System.Web.Security.PassportIdentity.HasSavedPassword"> <summary> Gets information on whether the Passport member's password was saved. This class is deprecated. </summary> <returns>true if the Passport member's ticket indicates that the password was saved on the Passport logon page the last time the ticket was refreshed; otherwise, false. </returns> </member> <member name="P:System.Web.Security.PassportIdentity.HasTicket"> <summary> Gets a value indicating whether the query string includes a Passport ticket as a cookie. This class is deprecated. </summary> <returns>true if the query string includes a Passport ticket as a cookie; otherwise, false. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.HaveConsent(System.Boolean,System.Boolean)"> <summary> Indicates whether full consent is granted in this user's profile. This class is deprecated. </summary> <returns>true if full consent is granted in this user's profile. </returns> <param name="bNeedFullConsent">true to indicate full consent is required for Passport Authentication; otherwise, false. </param> <param name="bNeedBirthdate">true to indicate the user's birthdate is required for Passport Authentication; otherwise, false. </param> </member> <member name="P:System.Web.Security.PassportIdentity.HexPUID"> <summary> Gets the Passport Unique Identifier (PUID) for the currently authenticated user, in hexadecimal form. This class is deprecated. </summary> <returns> The PUID for the currently authenticated user, in hexadecimal form. </returns> </member> <member name="P:System.Web.Security.PassportIdentity.IsAuthenticated"> <summary> Gets a value indicating whether the user is authenticated against a Passport authority. This class is deprecated. </summary> <returns>true if the user is authenticated against a central site responsible for Passport authentication; otherwise, false. </returns> </member> <member name="P:System.Web.Security.PassportIdentity.Item(System.String)"> <summary> Gets Passport profile attributes. This class is deprecated. </summary> <returns> The Passport profile attribute. </returns> <param name="strProfileName"> The Passport profile attribute to return. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LoginUser"> <summary> Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated. </summary> <returns> An integer result code. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.LoginUser(System.String)"> <summary> Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated. </summary> <returns> An integer result code. </returns> <param name="strReturnUrl"> The URL to which the Login server should redirect users after sign in is complete. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LoginUser(System.String,System.Int32,System.Boolean,System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Object)"> <summary> Logs the user on, either by generating a 302 redirect URL or by initiating a Passport-aware client authentication exchange. This class is deprecated. </summary> <returns> An integer result code. </returns> <param name="szRetURL"> The URL to which the Login server should redirect users after sign in is complete. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> The time value, in seconds. Pass -1 to indicate that Passport should use the default value. </param> <param name="fForceLogin">true to have the Login server compare the <paramref name="iTimeWindow" /> parameter against the time since the user last signed in; false to have the Login server compare <paramref name="iTimeWindow" /> against the last time the Ticket was refreshed. Pass -1 to indicate that Passport should use the default value. </param> <param name="szCOBrandArgs"> A string specifying variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> A locale identifier (LCID) specifying the language in which the Login page should be displayed. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> A domain name space to which you want to direct users without Passports to register. The specified name space must appear as a "domain name" entry in the Partner.xml Component Configuration Document (CCD). The typical default name space is "passport.com". Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Pass -1 to indicate that Passport should use the default value. This parameter is only relevant when implementing Kids Passport service; however, Kids Passport service cannot currently support use of this method. </param> <param name="fUseSecureAuth"> SSL sign-in is not available as an option in the current version Login servers. Passport Manager methods include SSL sign-in parameters and they may be required for syntax, but they are currently ignored at the server. Check the Passport Web site for updates on the status of SSL sign-in. Pass -1 to indicate that Passport should use the default value. </param> <param name="oExtraParams"> Name-value pairs to be inserted directly into the challenge authentication header, specifically for Passport-aware authentication interaction. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LoginUser(System.String,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.Int32,System.Object)"> <summary> Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated. </summary> <returns> An integer result code. </returns> <param name="szRetURL"> The URL to which the Login server should redirect users after sign in is complete. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> The time value, in seconds. Pass -1 to indicate that Passport should use the default value. </param> <param name="fForceLogin"> Indicates whether the Login server should compare the <paramref name="iTimeWindow" /> parameter against the time since the user last signed in or against the last time the Ticket was refreshed. Pass -1 to indicate that Passport should use the default value. </param> <param name="szCOBrandArgs"> A string specifying variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> A locale identifier (LCID) specifying the language in which the Login page should be displayed. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> A domain name space to which you want to direct users without Passports to register. The specified name space must appear as a "domain name" entry in the Partner.xml Component Configuration Document (CCD). The typical default name space is "passport.com". Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Pass -1 to indicate that Passport should use the default value. This parameter is only relevant when implementing Kids Passport service; however, Kids Passport service cannot currently support use of this method. </param> <param name="iUseSecureAuth"> SSL sign-in is not available as an option in the current version Login servers. Passport Manager methods include SSL sign-in parameters and they may be required for syntax, but they are currently ignored at the server. Check the Passport Web site for updates on the status of SSL sign-in. Pass -1 to indicate that Passport should use the default value. </param> <param name="oExtraParams"> Name-value pairs to be inserted directly into the challenge authentication header, specifically for Passport-aware authentication interaction. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LogoTag"> <summary> Returns an HTML fragment containing an image tag for a Passport link. This class is deprecated. </summary> <returns> An HTML fragment containing an image tag for a Passport link. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.LogoTag(System.String)"> <summary> Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated. </summary> <returns> An HTML fragment containing an image tag for a Passport link. </returns> <param name="strReturnUrl"> Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LogoTag(System.String,System.Int32,System.Boolean,System.String,System.Int32,System.Boolean,System.String,System.Int32,System.Boolean)"> <summary> Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated. </summary> <returns> An HTML fragment containing an image tag for a Passport link. </returns> <param name="strReturnUrl"> Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param> <param name="fForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter gets used. Pass -1 to indicate that Passport should use the default value. </param> <param name="strCoBrandedArgs"> Specifies variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> Specifies the language to be used for the logon page that is displayed to the member. Pass -1 to indicate that Passport should use the default value. </param> <param name="fSecure"> Declares whether this method is being called from an HTTPS (SSL) page. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param> <param name="bUseSecureAuth"> Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LogoTag(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"> <summary> Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated. </summary> <returns> An HTML fragment containing an image tag for a Passport link. </returns> <param name="strReturnUrl"> Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param> <param name="iForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter gets used. Pass -1 to indicate that Passport should use the default value. </param> <param name="strCoBrandedArgs"> Specifies variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> Specifies the language to be used for the logon page that is displayed to the member. Pass -1 to indicate that Passport should use the default value. </param> <param name="iSecure"> Declares whether this method is being called from an HTTPS (SSL) page. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param> <param name="iUseSecureAuth"> Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LogoTag2"> <summary> Returns an HTML fragment containing an image tag for a Passport link. This class is deprecated. </summary> <returns> An HTML fragment containing an image tag for a Passport link. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.LogoTag2(System.String)"> <summary> Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated. </summary> <returns> An HTML fragment containing an image tag for a Passport link. </returns> <param name="strReturnUrl"> Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LogoTag2(System.String,System.Int32,System.Boolean,System.String,System.Int32,System.Boolean,System.String,System.Int32,System.Boolean)"> <summary> Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated. </summary> <returns> An HTML fragment containing an image tag for a Passport link. </returns> <param name="strReturnUrl"> Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param> <param name="fForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter gets used. Pass -1 to indicate that Passport should use the default value. </param> <param name="strCoBrandedArgs"> Specifies variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> Specifies the language to be used for the logon page that is displayed to the member. Pass -1 to indicate that Passport should use the default value. </param> <param name="fSecure"> Declares whether this method is being called from an HTTPS (SSL) page. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param> <param name="bUseSecureAuth"> Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LogoTag2(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"> <summary> Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated. </summary> <returns> An HTML fragment containing an image tag for a Passport link. </returns> <param name="strReturnUrl"> Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param> <param name="iTimeWindow"> Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param> <param name="iForceLogin"> Determines how the <paramref name="iTimeWindow" /> parameter gets used. Pass -1 to indicate that Passport should use the default value. </param> <param name="strCoBrandedArgs"> Specifies variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> Specifies the language to be used for the logon page that is displayed to the member. Pass -1 to indicate that Passport should use the default value. </param> <param name="iSecure"> Declares whether this method is being called from an HTTPS (SSL) page. Pass -1 to indicate that Passport should use the default value. </param> <param name="strNameSpace"> Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param> <param name="iKPP"> Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param> <param name="iUseSecureAuth"> Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="M:System.Web.Security.PassportIdentity.LogoutURL"> <summary> Returns the Passport logout URL string. This class is deprecated. </summary> <returns> The Passport logout URL string. </returns> </member> <member name="M:System.Web.Security.PassportIdentity.LogoutURL(System.String,System.String,System.Int32,System.String,System.Int32)"> <summary> Returns the Passport logout URL string using the specified parameters. This class is deprecated. </summary> <returns> The Passport logout URL string. </returns> <param name="szReturnURL"> See IPassportManager3.LogoutUrl for more details. Pass null to indicate that Passport should use the default value. </param> <param name="szCOBrandArgs"> See IPassportManager3.LogoutUrl for more details. Pass null to indicate that Passport should use the default value. </param> <param name="iLangID"> See IPassportManager3.LogoutUrl for more details. Pass -1 to indicate that Passport should use the default value. </param> <param name="strDomain"> See IPassportManager3.LogoutUrl for more details. Pass null to indicate that Passport should use the default value. </param> <param name="iUseSecureAuth"> See IPassportManager3.LogoutUrl for more details. Pass -1 to indicate that Passport should use the default value. </param> </member> <member name="P:System.Web.Security.PassportIdentity.Name"> <summary> Gets the name of the current user. This class is deprecated. </summary> <returns> The name of the current user, which is the Passport Unique Identifier (PUID). </returns> </member> <member name="M:System.Web.Security.PassportIdentity.SetOption(System.String,System.Object)"> <summary> Sets a specific Passport logon option. This class is deprecated. </summary> <param name="strOpt"> The option to set. </param> <param name="vOpt"> The value to set. </param> </member> <member name="M:System.Web.Security.PassportIdentity.SignOut(System.String)"> <summary> Logs off the given Passport member from the current session. This class is deprecated. </summary> <param name="strSignOutDotGifFileName"> An HTML fragment containing an image for the user to click on to sign out. </param> </member> <member name="M:System.Web.Security.PassportIdentity.System#IDisposable#Dispose"> <summary> Releases all resources used by the <see cref="T:System.Web.Security.PassportIdentity" /> class. This class is deprecated. </summary> </member> <member name="M:System.Web.Security.PassportIdentity.Ticket(System.String)"> <summary> Gets information on a specific attribute of the Passport authentication ticket. This class is deprecated. </summary> <returns> An object representing an attribute of the Passport authentication ticket. </returns> <param name="strAttribute"> A string identifying the Passport authentication ticket to return. </param> </member> <member name="P:System.Web.Security.PassportIdentity.TicketAge"> <summary> Gets the time, in seconds, since the last ticket was issued or refreshed. This class is deprecated. </summary> <returns> The time, in seconds, since the last ticket was issued or refreshed. </returns> </member> <member name="P:System.Web.Security.PassportIdentity.TimeSinceSignIn"> <summary> Gets the time, in seconds, since a member's logon to the Passport logon server. This class is deprecated. </summary> <returns> The time, in seconds, since a member's logon to the Passport logon server. </returns> </member> <member name="T:System.Web.Security.PassportPrincipal"> <summary> Represents a Passport-authenticated principal. This class is deprecated. </summary> </member> <member name="M:System.Web.Security.PassportPrincipal.#ctor(System.Web.Security.PassportIdentity,System.String[])"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.PassportPrincipal" /> class from a <see cref="T:System.Web.Security.PassportIdentity" /> instance and an array of role names to which the user represented by that <see cref="T:System.Web.Security.PassportIdentity" /> belongs. This class is deprecated. </summary> <param name="identity"> An implementation of the <see cref="T:System.Security.Principal.IIdentity" /> interface that represents the user. </param> <param name="roles"> An array of role names to which the user represented by the <paramref name="identity" /> parameter belongs. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="identity" /> is null. </exception> </member> <member name="T:System.Web.Security.RoleManagerEventArgs"> <summary> Provides event data for the <see cref="E:System.Web.Security.RoleManagerModule.GetRoles" /> event of the <see cref="T:System.Web.Security.RoleManagerModule" /> class. </summary> </member> <member name="M:System.Web.Security.RoleManagerEventArgs.#ctor(System.Web.HttpContext)"> <summary> Creates an instance of the <see cref="T:System.Web.Security.RoleManagerEventArgs" /> class and sets the <see cref="P:System.Web.Security.RoleManagerEventArgs.Context" /> property to the specified <see cref="T:System.Web.HttpContext" />. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> of the current request. </param> </member> <member name="P:System.Web.Security.RoleManagerEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> for the current request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> for the current request </returns> </member> <member name="P:System.Web.Security.RoleManagerEventArgs.RolesPopulated"> <summary> Gets or sets a value indicating whether role information has been applied to the current user. </summary> <returns>true if role information has been applied to the current user; otherwise, false. </returns> </member> <member name="T:System.Web.Security.RoleManagerEventHandler"> <summary> Defines the delegate for the <see cref="E:System.Web.Security.RoleManagerModule.GetRoles" /> event of the <see cref="T:System.Web.Security.RoleManagerModule" /> class. </summary> <param name="sender"> The <see cref="T:System.Web.Security.RoleManagerModule" /> that raised the <see cref="E:System.Web.Security.RoleManagerModule.GetRoles" /> event. </param> <param name="e"> A <see cref="T:System.Web.Security.RoleManagerEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.Security.RoleManagerModule"> <summary> Manages a <see cref="T:System.Web.Security.RolePrincipal" /> instance for the current user. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.RoleManagerModule.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.Security.RoleManagerModule" /> class. </summary> </member> <member name="M:System.Web.Security.RoleManagerModule.Dispose"> <summary> Called by the HTTP runtime to dispose of the role-manager module. </summary> </member> <member name="E:System.Web.Security.RoleManagerModule.GetRoles"> <summary> A global application event that is raised when the <see cref="T:System.Web.Security.RoleManagerModule" /> is ready to create a <see cref="T:System.Web.Security.RolePrincipal" /> that represents the current user. </summary> </member> <member name="M:System.Web.Security.RoleManagerModule.Init(System.Web.HttpApplication)"> <summary> Associates the role manager with the specified application. </summary> <param name="app"> The <see cref="T:System.Web.HttpApplication" /> to associate the <see cref="T:System.Web.Security.RoleManagerModule" /> with. </param> </member> <member name="T:System.Web.Security.RolePrincipal"> <summary> Represents security information for the current HTTP request, including role membership. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.RolePrincipal.#ctor(System.Security.Principal.IIdentity)"> <summary> Instantiates a <see cref="T:System.Web.Security.RolePrincipal" /> object for the specified <paramref name="identity" />. </summary> <param name="identity"> The user identity to create the <see cref="T:System.Web.Security.RolePrincipal" /> for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="identity" /> is null. </exception> </member> <member name="M:System.Web.Security.RolePrincipal.#ctor(System.Security.Principal.IIdentity,System.String)"> <summary> Instantiates a <see cref="T:System.Web.Security.RolePrincipal" /> object for the specified <paramref name="identity" /> with role information from the specified <paramref name="encryptedTicket" />. </summary> <param name="identity"> The user identity to create the <see cref="T:System.Web.Security.RolePrincipal" /> for. </param> <param name="encryptedTicket"> A string that contains encrypted role information. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="identity" /> is null. -or- <paramref name="encryptedTicket" /> is null. </exception> </member> <member name="M:System.Web.Security.RolePrincipal.#ctor(System.String,System.Security.Principal.IIdentity)"> <summary> Instantiates a <see cref="T:System.Web.Security.RolePrincipal" /> object for the specified <paramref name="identity" /> using the specified <paramref name="providerName" />. </summary> <param name="providerName"> The name of the role provider for the user. </param> <param name="identity"> The user identity to create the <see cref="T:System.Web.Security.RolePrincipal" /> for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="identity" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="providerName" /> is null. -or- <paramref name="providerName" /> refers to a role provider that does not exist in the configuration for the application. </exception> </member> <member name="M:System.Web.Security.RolePrincipal.#ctor(System.String,System.Security.Principal.IIdentity,System.String)"> <summary> Instantiates a <see cref="T:System.Web.Security.RolePrincipal" /> object for the specified <paramref name="identity" /> using the specified <paramref name="providerName" /> and role information from the specified <paramref name="encryptedTicket" />. </summary> <param name="providerName"> The name of the role provider for the user. </param> <param name="identity"> The user identity to create the <see cref="T:System.Web.Security.RolePrincipal" /> for. </param> <param name="encryptedTicket"> A string that contains encrypted role information. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="identity" /> is null. -or- <paramref name="encryptedTicket" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="providerName" /> is null. -or- <paramref name="providerName" /> refers to a role provider that does not exist in the configuration for the application. </exception> </member> <member name="P:System.Web.Security.RolePrincipal.CachedListChanged"> <summary> Gets a value indicating whether the list of role names cached with the <see cref="T:System.Web.Security.RolePrincipal" /> object has been modified. </summary> <returns>true if the list of role names cached with the <see cref="T:System.Web.Security.RolePrincipal" /> object has been modified; otherwise, false. </returns> </member> <member name="P:System.Web.Security.RolePrincipal.CookiePath"> <summary> Gets the path for the cached role names cookie. </summary> <returns> The path of the cookie where role names are cached. The default is /. </returns> </member> <member name="P:System.Web.Security.RolePrincipal.Expired"> <summary> Gets a value indicating whether the roles cookie has expired. </summary> <returns>true if the roles cookie has expired; otherwise, false. </returns> </member> <member name="P:System.Web.Security.RolePrincipal.ExpireDate"> <summary> Gets the date and time when the roles cookie will expire. </summary> <returns> The <see cref="T:System.DateTime" /> value when the roles cookie will expire. </returns> </member> <member name="M:System.Web.Security.RolePrincipal.GetRoles"> <summary> Gets a list of roles that the <see cref="T:System.Web.Security.RolePrincipal" /> is a member of. </summary> <returns> The list of roles that the <see cref="T:System.Web.Security.RolePrincipal" /> is a member of. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> The <see cref="P:System.Web.Security.RolePrincipal.Identity" /> property is null. </exception> </member> <member name="P:System.Web.Security.RolePrincipal.Identity"> <summary> Gets the security identity for the current HTTP request. </summary> <returns> The security identity for the current HTTP request. </returns> </member> <member name="M:System.Web.Security.RolePrincipal.IsInRole(System.String)"> <summary> Gets a value indicating whether the user represented by the <see cref="T:System.Web.Security.RolePrincipal" /> is in the specified role. </summary> <returns>true if user represented by the <see cref="T:System.Web.Security.RolePrincipal" /> is in the specified role; otherwise, false. </returns> <param name="role"> The role to search for. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> The <see cref="P:System.Web.Security.RolePrincipal.Identity" /> property is null. </exception> </member> <member name="P:System.Web.Security.RolePrincipal.IsRoleListCached"> <summary> Gets a value indicating whether the list of roles for the user has been cached in a cookie. </summary> <returns>true if role names are cached in a cookie; otherwise, false. </returns> </member> <member name="P:System.Web.Security.RolePrincipal.IssueDate"> <summary> Gets the date and time that the roles cookie was issued. </summary> <returns> The <see cref="T:System.DateTime" /> that the roles cookie was issued. </returns> </member> <member name="P:System.Web.Security.RolePrincipal.ProviderName"> <summary> Gets the name of the role provider that stores and retrieves role information for the user. </summary> <returns> The name of the role provider that stores and retrieves role information for the user. </returns> </member> <member name="M:System.Web.Security.RolePrincipal.SetDirty"> <summary> Marks the cached role list as having been changed. </summary> </member> <member name="M:System.Web.Security.RolePrincipal.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> For a description of this member, see <see cref="M:System.Runtime.Serialization.ISerializationSurrogate.GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />. </summary> <param name="info"> The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data. </param> <param name="context"> The destination for this serialization. </param> </member> <member name="M:System.Web.Security.RolePrincipal.ToEncryptedTicket"> <summary> Returns the role information cached with the <see cref="T:System.Web.Security.RolePrincipal" /> object encrypted based on the <see cref="P:System.Web.Security.Roles.CookieProtectionValue" />. </summary> <returns> The role information cached with the <see cref="T:System.Web.Security.RolePrincipal" /> object encrypted based on the <see cref="P:System.Web.Security.Roles.CookieProtectionValue" />. </returns> </member> <member name="P:System.Web.Security.RolePrincipal.Version"> <summary> Gets the version number of the roles cookie. </summary> <returns> The version number of the roles cookie. </returns> </member> <member name="T:System.Web.Security.RoleProvider"> <summary> Defines the contract that ASP.NET implements to provide role-management services using custom role providers. </summary> </member> <member name="M:System.Web.Security.RoleProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.RoleProvider" /> class. </summary> </member> <member name="M:System.Web.Security.RoleProvider.AddUsersToRoles(System.String[],System.String[])"> <summary> Adds the specified user names to the specified roles for the configured applicationName. </summary> <param name="usernames"> A string array of user names to be added to the specified roles. </param> <param name="roleNames"> A string array of the role names to add the specified user names to. </param> </member> <member name="P:System.Web.Security.RoleProvider.ApplicationName"> <summary> Gets or sets the name of the application to store and retrieve role information for. </summary> <returns> The name of the application to store and retrieve role information for. </returns> </member> <member name="M:System.Web.Security.RoleProvider.CreateRole(System.String)"> <summary> Adds a new role to the data source for the configured applicationName. </summary> <param name="roleName"> The name of the role to create. </param> </member> <member name="M:System.Web.Security.RoleProvider.DeleteRole(System.String,System.Boolean)"> <summary> Removes a role from the data source for the configured applicationName. </summary> <returns>true if the role was successfully deleted; otherwise, false. </returns> <param name="roleName"> The name of the role to delete. </param> <param name="throwOnPopulatedRole"> If true, throw an exception if <paramref name="roleName" /> has one or more members and do not delete <paramref name="roleName" />. </param> </member> <member name="M:System.Web.Security.RoleProvider.FindUsersInRole(System.String,System.String)"> <summary> Gets an array of user names in a role where the user name contains the specified user name to match. </summary> <returns> A string array containing the names of all the users where the user name matches <paramref name="usernameToMatch" /> and the user is a member of the specified role. </returns> <param name="roleName"> The role to search in. </param> <param name="usernameToMatch"> The user name to search for. </param> </member> <member name="M:System.Web.Security.RoleProvider.GetAllRoles"> <summary> Gets a list of all the roles for the configured applicationName. </summary> <returns> A string array containing the names of all the roles stored in the data source for the configured applicationName. </returns> </member> <member name="M:System.Web.Security.RoleProvider.GetRolesForUser(System.String)"> <summary> Gets a list of the roles that a specified user is in for the configured applicationName. </summary> <returns> A string array containing the names of all the roles that the specified user is in for the configured applicationName. </returns> <param name="username"> The user to return a list of roles for. </param> </member> <member name="M:System.Web.Security.RoleProvider.GetUsersInRole(System.String)"> <summary> Gets a list of users in the specified role for the configured applicationName. </summary> <returns> A string array containing the names of all the users who are members of the specified role for the configured applicationName. </returns> <param name="roleName"> The name of the role to get the list of users for. </param> </member> <member name="M:System.Web.Security.RoleProvider.IsUserInRole(System.String,System.String)"> <summary> Gets a value indicating whether the specified user is in the specified role for the configured applicationName. </summary> <returns>true if the specified user is in the specified role for the configured applicationName; otherwise, false. </returns> <param name="username"> The user name to search for. </param> <param name="roleName"> The role to search in. </param> </member> <member name="M:System.Web.Security.RoleProvider.RemoveUsersFromRoles(System.String[],System.String[])"> <summary> Removes the specified user names from the specified roles for the configured applicationName. </summary> <param name="usernames"> A string array of user names to be removed from the specified roles. </param> <param name="roleNames"> A string array of role names to remove the specified user names from. </param> </member> <member name="M:System.Web.Security.RoleProvider.RoleExists(System.String)"> <summary> Gets a value indicating whether the specified role name already exists in the role data source for the configured applicationName. </summary> <returns>true if the role name already exists in the data source for the configured applicationName; otherwise, false. </returns> <param name="roleName"> The name of the role to search for in the data source. </param> </member> <member name="T:System.Web.Security.RoleProviderCollection"> <summary> A collection of objects that inherit the <see cref="T:System.Web.Security.RoleProvider" /> abstract class. </summary> </member> <member name="M:System.Web.Security.RoleProviderCollection.#ctor"> <summary> Creates a new, empty role-provider collection. </summary> </member> <member name="M:System.Web.Security.RoleProviderCollection.Add(System.Configuration.Provider.ProviderBase)"> <summary> Adds a role provider to the collection. </summary> <param name="provider"> The role provider to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="provider" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="provider" /> is not of a type that inherits the <see cref="T:System.Web.Security.RoleProvider" /> abstract class. </exception> </member> <member name="M:System.Web.Security.RoleProviderCollection.CopyTo(System.Web.Security.RoleProvider[],System.Int32)"> <summary> Copies the role provider collection to a one-dimensional array. </summary> <param name="array"> A one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the <see cref="T:System.Web.Security.RoleProviderCollection" />. The array must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> </member> <member name="P:System.Web.Security.RoleProviderCollection.Item(System.String)"> <summary> Gets the role provider in the collection referenced by the specified provider name. </summary> <returns> An object that inherits the <see cref="T:System.Web.Security.RoleProvider" /> abstract class. </returns> <param name="name"> The name of the role provider. </param> </member> <member name="T:System.Web.Security.Roles"> <summary> Manages user membership in roles for authorization checking in an ASP.NET application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.Roles.AddUsersToRole(System.String[],System.String)"> <summary> Adds the specified users to the specified role. </summary> <param name="usernames"> A string array of user names to add to the specified role. </param> <param name="roleName"> The role to add the specified user names to. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. -or- One of the elements in <paramref name="usernames" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). -or- One of the elements in <paramref name="usernames" /> is an empty string or contains a comma (,). -or- <paramref name="usernames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.AddUsersToRoles(System.String[],System.String[])"> <summary> Adds the specified users to the specified roles. </summary> <param name="usernames"> A string array of user names to add to the specified roles. </param> <param name="roleNames"> A string array of role names to add the specified user names to. </param> <exception cref="T:System.ArgumentNullException"> One of the roles in <paramref name="roleNames" /> is null. -or- One of the users in <paramref name="usernames" /> is null. </exception> <exception cref="T:System.ArgumentException"> One of the roles in <paramref name="roleNames" /> is an empty string or contains a comma (,). -or- One of the users in <paramref name="usernames" /> is an empty string or contains a comma (,). -or- <paramref name="roleNames" /> contains a duplicate element. -or- <paramref name="usernames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.AddUserToRole(System.String,System.String)"> <summary> Adds the specified user to the specified role. </summary> <param name="username"> The user name to add to the specified role. </param> <param name="roleName"> The role to add the specified user name to. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. -or- <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). -or- <paramref name="username" /> is an empty string or contains a comma (,). </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.AddUserToRoles(System.String,System.String[])"> <summary> Adds the specified user to the specified roles. </summary> <param name="username"> The user name to add to the specified roles. </param> <param name="roleNames"> A string array of roles to add the specified user name to. </param> <exception cref="T:System.ArgumentNullException"> One of the roles in <paramref name="roleNames" /> is null. -or- <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> One of the roles in <paramref name="roleNames" /> is an empty string or contains a comma (,). -or- <paramref name="username" /> is an empty string or contains a comma (,). -or- <paramref name="roleNames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="P:System.Web.Security.Roles.ApplicationName"> <summary> Gets or sets the name of the application to store and retrieve role information for. </summary> <returns> The name of the application to store and retrieve role information for. </returns> </member> <member name="P:System.Web.Security.Roles.CacheRolesInCookie"> <summary> Gets a value indicating whether the current user's roles are cached in a cookie. </summary> <returns>true if the current user's roles are cached in a cookie; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Security.Roles.CookieName"> <summary> Gets the name of the cookie where role names are cached. </summary> <returns> The name of the cookie where role names are cached. The default is .ASPXROLES. </returns> </member> <member name="P:System.Web.Security.Roles.CookiePath"> <summary> Gets the path for the cached role names cookie. </summary> <returns> The path of the cookie where role names are cached. The default is /. </returns> </member> <member name="P:System.Web.Security.Roles.CookieProtectionValue"> <summary> Gets a value that indicates how role names cached in a cookie are protected. </summary> <returns> One of the <see cref="T:System.Web.Security.CookieProtection" /> enumeration values indicating how role names that are cached in a cookie are protected. The default is All. </returns> </member> <member name="P:System.Web.Security.Roles.CookieRequireSSL"> <summary> Gets a value indicating whether the role names cookie requires SSL in order to be returned to the server. </summary> <returns>true if SSL is required to return the role names cookie to the server; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Security.Roles.CookieSlidingExpiration"> <summary> Indicates whether the role names cookie expiration date and time will be reset periodically. </summary> <returns>true if the role names cookie expiration date and time will be reset periodically; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Security.Roles.CookieTimeout"> <summary> Gets the number of minutes before the roles cookie expires. </summary> <returns> An integer specifying the number of minutes before the roles cookie expires. The default is 30 minutes. </returns> </member> <member name="P:System.Web.Security.Roles.CreatePersistentCookie"> <summary> Gets a value indicating whether the role-names cookie is session-based or persistent. </summary> <returns>true if the role-names cookie is a persistent cookie; otherwise false. The default is false. </returns> </member> <member name="M:System.Web.Security.Roles.CreateRole(System.String)"> <summary> Adds a new role to the data source. </summary> <param name="roleName"> The name of the role to create. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string. -or- <paramref name="roleName" /> contains a comma. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.DeleteCookie"> <summary> Deletes the cookie where role names are cached. </summary> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.DeleteRole(System.String)"> <summary> Removes a role from the data source. </summary> <returns>true if <paramref name="roleName" /> was deleted from the data source; otherwise, false. </returns> <param name="roleName"> The name of the role to delete. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="roleName" /> has one or more members. -or- Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.DeleteRole(System.String,System.Boolean)"> <summary> Removes a role from the data source. </summary> <returns>true if <paramref name="roleName" /> was deleted from the data source; otherwise; false. </returns> <param name="roleName"> The name of the role to delete. </param> <param name="throwOnPopulatedRole"> If true, throws an exception if <paramref name="roleName" /> has one or more members. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="roleName" /> has one or more members and <paramref name="throwOnPopulatedRole" /> is true. -or- Role management is not enabled. </exception> </member> <member name="P:System.Web.Security.Roles.Domain"> <summary> Gets the value of the domain of the role-names cookie. </summary> <returns> The <see cref="P:System.Web.HttpCookie.Domain" /> of the role names cookie. </returns> </member> <member name="P:System.Web.Security.Roles.Enabled"> <summary> Gets or sets a value indicating whether role management is enabled for the current Web application. </summary> <returns>true if role management is enabled; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Security.Roles.FindUsersInRole(System.String,System.String)"> <summary> Gets a list of users in a specified role where the user name contains the specified user name to match. </summary> <returns> A string array containing the names of all the users whose user name matches <paramref name="usernameToMatch" /> and who are members of the specified role. </returns> <param name="roleName"> The role to search in. </param> <param name="usernameToMatch"> The user name to search for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null (Nothing in Visual Basic). -or- <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). -or- <paramref name="usernameToMatch" /> is an empty string. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.GetAllRoles"> <summary> Gets a list of all the roles for the application. </summary> <returns> A string array containing the names of all the roles stored in the data source for the application. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.GetRolesForUser"> <summary> Gets a list of the roles that the currently logged-on user is in. </summary> <returns> A string array containing the names of all the roles that the currently logged-on user is in. </returns> <exception cref="T:System.ArgumentNullException"> There is no current logged-on user. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.GetRolesForUser(System.String)"> <summary> Gets a list of the roles that a user is in. </summary> <returns> A string array containing the names of all the roles that the specified user is in. </returns> <param name="username"> The user to return a list of roles for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="username" /> contains a comma (,). </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.GetUsersInRole(System.String)"> <summary> Gets a list of users in the specified role. </summary> <returns> A string array containing the names of all the users who are members of the specified role. </returns> <param name="roleName"> The role to get the list of users for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.IsUserInRole(System.String)"> <summary> Gets a value indicating whether the currently logged-on user is in the specified role. </summary> <returns>true if the currently logged-on user is in the specified role; otherwise, false. </returns> <param name="roleName"> The name of the role to search in. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. -or- There is no current logged-on user. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.IsUserInRole(System.String,System.String)"> <summary> Gets a value indicating whether the specified user is in the specified role. </summary> <returns>true if the specified user is in the specified role; otherwise, false. </returns> <param name="username"> The name of the user to search for. </param> <param name="roleName"> The name of the role to search in. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. -or- <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). -or- <paramref name="username" /> contains a comma (,). </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="P:System.Web.Security.Roles.MaxCachedResults"> <summary> Gets the maximum number of role names to be cached for a user. </summary> <returns> The maximum number of role names to be cached for a user. The default is 25. </returns> </member> <member name="P:System.Web.Security.Roles.Provider"> <summary> Gets the default role provider for the application. </summary> <returns> The default role provider for the application, which is exposed as a class that inherits the <see cref="T:System.Web.Security.RoleProvider" /> abstract class. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="P:System.Web.Security.Roles.Providers"> <summary> Gets a collection of the role providers for the ASP.NET application. </summary> <returns> A <see cref="T:System.Web.Security.RoleProviderCollection" /> that contains the role providers configured for the ASP.NET application. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.RemoveUserFromRole(System.String,System.String)"> <summary> Removes the specified user from the specified role. </summary> <param name="username"> The user to remove from the specified role. </param> <param name="roleName"> The role to remove the specified user from. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. -or- <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,) <paramref name="username" /> is an empty string or contains a comma (,). </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.RemoveUserFromRoles(System.String,System.String[])"> <summary> Removes the specified user from the specified roles. </summary> <param name="username"> The user to remove from the specified roles. </param> <param name="roleNames"> A string array of role names to remove the specified user from. </param> <exception cref="T:System.ArgumentNullException"> One of the roles in <paramref name="roleNames" /> is null. -or- <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> One of the roles in <paramref name="roleNames" /> is an empty string or contains a comma (,). -or- <paramref name="username" /> is an empty string or contains a comma (,). -or- <paramref name="roleNames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.RemoveUsersFromRole(System.String[],System.String)"> <summary> Removes the specified users from the specified role. </summary> <param name="usernames"> A string array of user names to remove from the specified roles. </param> <param name="roleName"> The name of the role to remove the specified users from. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. -or- One of the user names in <paramref name="usernames" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). -or- One of the user names in <paramref name="usernames" /> is an empty string or contains a comma (,). -or- <paramref name="usernames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.RemoveUsersFromRoles(System.String[],System.String[])"> <summary> Removes the specified user names from the specified roles. </summary> <param name="usernames"> A string array of user names to remove from the specified roles. </param> <param name="roleNames"> A string array of role names to remove the specified users from. </param> <exception cref="T:System.ArgumentNullException"> One of the roles specified in <paramref name="roleNames" /> is null. -or- One of the users specified in <paramref name="usernames" /> is null. </exception> <exception cref="T:System.ArgumentException"> One of the roles specified in <paramref name="roleNames" /> is an empty string or contains a comma (,). -or- One of the users specified in <paramref name="usernames" /> is an empty string or contains a comma (,). -or- <paramref name="roleNames" /> contains a duplicate element. -or- <paramref name="usernames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="M:System.Web.Security.Roles.RoleExists(System.String)"> <summary> Gets a value indicating whether the specified role name already exists in the role data source. </summary> <returns>true if the role name already exists in the data source; otherwise, false. </returns> <param name="roleName"> The name of the role to search for in the data source. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null (Nothing in Visual Basic). </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma (,). </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> Role management is not enabled. </exception> </member> <member name="T:System.Web.Security.SqlMembershipProvider"> <summary> Manages storage of membership information for an ASP.NET application in a SQL Server database. </summary> </member> <member name="M:System.Web.Security.SqlMembershipProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Security.SqlMembershipProvider" /> class. </summary> </member> <member name="P:System.Web.Security.SqlMembershipProvider.ApplicationName"> <summary> Gets or sets the name of the application to store and retrieve membership information for. </summary> <returns> The name of the application to store and retrieve membership information for. The default is the <see cref="P:System.Web.HttpRequest.ApplicationPath" /> property value for the current <see cref="P:System.Web.HttpContext.Request" />. </returns> <exception cref="T:System.ArgumentException"> An attempt was made to set the <see cref="P:System.Web.Security.SqlMembershipProvider.ApplicationName" /> property to an empty string or null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An attempt was made to set the <see cref="P:System.Web.Security.SqlMembershipProvider.ApplicationName" /> property to a string that is longer than 256 characters. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.ChangePassword(System.String,System.String,System.String)"> <summary> Modifies a user's password. </summary> <returns>true if the password was updated successfully. false if the supplied old password is invalid, the user is locked out, or the user does not exist in the database. </returns> <param name="username"> The user to update the password for. </param> <param name="oldPassword"> The current password for the specified user. </param> <param name="newPassword"> The new password for the specified user. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is an empty string (""), contains a comma, or is longer than 256 characters. - or - <paramref name="oldPassword" /> is an empty string or longer than 128 characters. - or - <paramref name="newPassword" /> is an empty string or longer than 128 characters. - or - The encoded version of <paramref name="newPassword" /> is greater than 128 characters. - or - The change-password action was canceled by a subscriber to the <see cref="E:System.Web.Security.Membership.ValidatingPassword" /> event, and the <see cref="P:System.Web.Security.ValidatePasswordEventArgs.FailureInformation" /> property was null. - or - The length of <paramref name="newPassword" /> is less than the minimum length specified in the <see cref="P:System.Web.Security.SqlMembershipProvider.MinRequiredPasswordLength" /> property. - or - The number of non-alphabetic characters in <paramref name="newPassword" /> is less than the required number of non-alphabetic characters specified in the <see cref="P:System.Web.Security.SqlMembershipProvider.MinRequiredNonAlphanumericCharacters" /> property. - or - <paramref name="newPassword" /> does not pass the regular expression defined in the <see cref="P:System.Web.Security.SqlMembershipProvider.PasswordStrengthRegularExpression" /> property. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. - or - <paramref name="oldPassword" /> is null. - or - <paramref name="newPassword" /> is null. </exception> <exception cref="T:System.Web.Security.MembershipPasswordException"> <paramref name="username" /> was not found in the database. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An error occurred while setting the new password value at the database. </exception> <exception cref="T:System.Exception"> An unhandled exception occurred. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)"> <summary> Updates the password question and answer for a user in the SQL Server membership database. </summary> <returns>true if the update was successful; otherwise, false. A value of false is also returned if the <paramref name="password" /> is incorrect, the user is locked out, or the user does not exist in the database. </returns> <param name="username"> The user to change the password question and answer for. </param> <param name="password"> The password for the specified user. </param> <param name="newPasswordQuestion"> The new password question for the specified user. </param> <param name="newPasswordAnswer"> The new password answer for the specified user. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is an empty string (""), contains a comma, or is longer than 256 characters. - or - <paramref name="password" /> is an empty string or is longer than 128 characters. - or - <paramref name="newPasswordQuestion" /> is an empty string or is longer than 256 characters. - or - <paramref name="newPasswordAnswer" /> is an empty string or is longer than 128 characters. - or - The encoded version of <paramref name="newPasswordAnswer" /> is longer than 128 characters. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. - or - <paramref name="password" /> is null. - or - <paramref name="newPasswordQuestion" /> is null and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresQuestionAndAnswer" /> is true. - or - <paramref name="newPasswordAnswer" /> is null and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresQuestionAndAnswer" /> is true. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An error occurred when changing the password question and answer in the database. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"> <summary> Adds a new user to the SQL Server membership database. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object for the newly created user. If no user was created, this method returns null. </returns> <param name="username"> The user name for the new user. </param> <param name="password"> The password for the new user. </param> <param name="email"> The e-mail address for the new user. </param> <param name="passwordQuestion"> The password question for the new user. </param> <param name="passwordAnswer"> The password answer for the new user. </param> <param name="isApproved"> Whether or not the new user is approved to be validated. </param> <param name="providerUserKey"> A <see cref="T:System.Guid" /> that uniquely identifies the membership user in the SQL Server database. </param> <param name="status"> One of the <see cref="T:System.Web.Security.MembershipCreateStatus" /> values, indicating whether the user was created successfully. </param> </member> <member name="M:System.Web.Security.SqlMembershipProvider.DeleteUser(System.String,System.Boolean)"> <summary> Removes a user's membership information from the SQL Server membership database. </summary> <returns>true if the user was deleted; otherwise, false. A value of false is also returned if the user does not exist in the database. </returns> <param name="username"> The name of the user to delete. </param> <param name="deleteAllRelatedData">true to delete data related to the user from the database; false to leave data related to the user in the database. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is an empty string (""), contains a comma, or is longer than 256 characters. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> </member> <member name="P:System.Web.Security.SqlMembershipProvider.EnablePasswordReset"> <summary> Gets a value indicating whether the SQL Server membership provider is configured to allow users to reset their passwords. </summary> <returns>true if the membership provider supports password reset; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Security.SqlMembershipProvider.EnablePasswordRetrieval"> <summary> Gets a value indicating whether the SQL Server membership provider is configured to allow users to retrieve their passwords. </summary> <returns>true if the membership provider supports password retrieval; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Security.SqlMembershipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a collection of membership users for which the e-mail address field contains the specified e-mail address. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="emailToMatch"> The e-mail address to search for. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> The total number of matched users. </param> <exception cref="T:System.ArgumentException"> <paramref name="emailToMatch" /> is longer than 256 characters. - or - <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than one. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> plus <paramref name="pageSize" /> minus one exceeds <see cref="F:System.Int32.MaxValue" />. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of membership users where the user name contains the specified user name to match. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />. </returns> <param name="usernameToMatch"> The user name to search for. </param> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> When this method returns, contains the total number of matched users. </param> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string ("") or is longer than 256 characters. - or - <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than 1. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> plus <paramref name="pageSize" /> minus one exceeds <see cref="F:System.Int32.MaxValue" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="usernameToMatch" /> is null. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.GeneratePassword"> <summary> Generates a random password that is at least 14 characters long. </summary> <returns> A random password that is at least 14 characters long. </returns> </member> <member name="M:System.Web.Security.SqlMembershipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)"> <summary> Gets a collection of all the users in the SQL Server membership database. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUserCollection" /> of <see cref="T:System.Web.Security.MembershipUser" /> objects representing all the users in the database for the configured <see cref="P:System.Web.Security.SqlMembershipProvider.ApplicationName" />. </returns> <param name="pageIndex"> The index of the page of results to return. <paramref name="pageIndex" /> is zero-based. </param> <param name="pageSize"> The size of the page of results to return. </param> <param name="totalRecords"> The total number of users. </param> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than one. - or - <paramref name="pageIndex" /> multiplied by <paramref name="pageSize" /> plus <paramref name="pageSize" /> minus one exceeds <see cref="F:System.Int32.MaxValue" />. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.GetNumberOfUsersOnline"> <summary> Returns the number of users currently accessing the application. </summary> <returns> The number of users currently accessing the application. </returns> </member> <member name="M:System.Web.Security.SqlMembershipProvider.GetPassword(System.String,System.String)"> <summary> Returns the password for the specified user name from the SQL Server membership database. </summary> <returns> The password for the specified user name. </returns> <param name="username"> The user to retrieve the password for. </param> <param name="passwordAnswer"> The password answer for the user. </param> <exception cref="T:System.Web.Security.MembershipPasswordException"> <paramref name="passwordAnswer" /> is invalid. - or - The membership user identified by <paramref name="username" /> is locked out. </exception> <exception cref="T:System.NotSupportedException"> <see cref="P:System.Web.Security.SqlMembershipProvider.EnablePasswordRetrieval" /> is set to false. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="username" /> is not found in the membership database. - or - An error occurred while retrieving the password from the database. </exception> <exception cref="T:System.ArgumentException"> One of the parameter values exceeds the maximum allowed length. - or - <paramref name="username" /> is an empty string (""), contains a comma, or is longer than 256 characters. - or - <paramref name="passwordAnswer" /> is an empty string and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresQuestionAndAnswer" /> is true. - or - <paramref name="passwordAnswer" /> is greater than 128 characters. - or - The encoded version of <paramref name="passwordAnswer" /> is greater than 128 characters. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. - or - <paramref name="passwordAnswer" /> is null and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresQuestionAndAnswer" /> is true. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.GetUser(System.Object,System.Boolean)"> <summary> Gets the information from the data source for the membership user associated with the specified unique identifier and updates the last activity date/time stamp for the user, if specified. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the user associated with the specified unique identifier. If no user is found in the database for the specified <paramref name="providerUserKey" /> value, null is returned. </returns> <param name="providerUserKey"> The unique identifier for the user. </param> <param name="userIsOnline">true to update the last-activity date/time stamp for the specified user; otherwise, false. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="providerUserKey" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="providerUserKey" /> is not of type <see cref="T:System.Guid" />. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.GetUser(System.String,System.Boolean)"> <summary> Returns information from the SQL Server membership database for a user and provides an option to update the last activity date/time stamp for the user. </summary> <returns> A <see cref="T:System.Web.Security.MembershipUser" /> object representing the specified user. If no user is found in the database for the specified <paramref name="username" /> value, null is returned. </returns> <param name="username"> The name of the user to get information for. </param> <param name="userIsOnline">true to update the last activity date/time stamp for the user; false to return user information without updating the last activity date/time stamp for the user. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> exceeds 256 characters. - or - <paramref name="username" /> contains a comma. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.GetUserNameByEmail(System.String)"> <summary> Gets the user name associated with the specified e-mail address. </summary> <returns> The user name associated with the specified e-mail address. If no match is found, this method returns null. </returns> <param name="email"> The e-mail address to search for. </param> <exception cref="T:System.ArgumentException"> <paramref name="email" /> exceeds 256 characters. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> More than one user with the same e-mail address exists in the database and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresUniqueEmail" /> is true. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes the SQL Server membership provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code. </summary> <param name="name"> The name of the <see cref="T:System.Web.Security.SqlMembershipProvider" /> instance to initialize. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains the names and values of configuration options for the membership provider. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="config" /> is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The enablePasswordRetrieval, enablePasswordReset, requiresQuestionAndAnswer, or requiresUniqueEmail attribute is set to a value other than a Boolean. - or - The maxInvalidPasswordAttempts or the passwordAttemptWindow attribute is set to a value other than a positive integer. - or - The minRequiredPasswordLength attribute is set to a value other than a positive integer, or the value is greater than 128. - or - The minRequiredNonalphanumericCharacters attribute is set to a value other than zero or a positive integer, or the value is greater than 128. - or - The value for the passwordStrengthRegularExpression attribute is not a valid regular expression. - or - The applicationName attribute is set to a value that is greater than 256 characters. - or - The passwordFormat attribute specified in the application configuration file is an invalid <see cref="T:System.Web.Security.MembershipPasswordFormat" /> enumeration. - or - The passwordFormat attribute is set to <see cref="F:System.Web.Security.MembershipPasswordFormat.Hashed" /> and the enablePasswordRetrieval attribute is set to true in the application configuration. - or - The passwordFormat attribute is set to Encrypted and the machineKey configuration element specifies AutoGenerate for the decryptionKey attribute. - or - The connectionStringName attribute is empty or does not exist in the application configuration. - or - The value of the connection string for the connectionStringName attribute value is empty, or the specified connectionStringName does not exist in the application configuration file. - or - The value for the commandTimeout attribute is set to a value other than zero or a positive integer. - or - The application configuration file for this <see cref="T:System.Web.Security.SqlMembershipProvider" /> instance contains an unrecognized attribute. </exception> <exception cref="T:System.Web.HttpException"> The current trust level is less than Low. </exception> <exception cref="T:System.InvalidOperationException"> The provider has already been initialized prior to the current call to the <see cref="M:System.Web.Security.SqlMembershipProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)" /> method. </exception> </member> <member name="P:System.Web.Security.SqlMembershipProvider.MaxInvalidPasswordAttempts"> <summary> Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. </summary> <returns> The number of invalid password or password-answer attempts allowed before the membership user is locked out. </returns> </member> <member name="P:System.Web.Security.SqlMembershipProvider.MinRequiredNonAlphanumericCharacters"> <summary> Gets the minimum number of special characters that must be present in a valid password. </summary> <returns> The minimum number of special characters that must be present in a valid password. </returns> </member> <member name="P:System.Web.Security.SqlMembershipProvider.MinRequiredPasswordLength"> <summary> Gets the minimum length required for a password. </summary> <returns> The minimum length required for a password. </returns> </member> <member name="P:System.Web.Security.SqlMembershipProvider.PasswordAttemptWindow"> <summary> Gets the time window between which consecutive failed attempts to provide a valid password or password answers are tracked. </summary> <returns> The time window, in minutes, during which consecutive failed attempts to provide a valid password or password answers are tracked. The default is 10 minutes. If the interval between the current failed attempt and the last failed attempt is greater than the <see cref="P:System.Web.Security.SqlMembershipProvider.PasswordAttemptWindow" /> property setting, each failed attempt is treated as if it were the first failed attempt. </returns> </member> <member name="P:System.Web.Security.SqlMembershipProvider.PasswordFormat"> <summary> Gets a value indicating the format for storing passwords in the SQL Server membership database. </summary> <returns> One of the <see cref="T:System.Web.Security.MembershipPasswordFormat" /> values, indicating the format for storing passwords in the SQL Server database. </returns> </member> <member name="P:System.Web.Security.SqlMembershipProvider.PasswordStrengthRegularExpression"> <summary> Gets the regular expression used to evaluate a password. </summary> <returns> A regular expression used to evaluate a password. </returns> </member> <member name="P:System.Web.Security.SqlMembershipProvider.RequiresQuestionAndAnswer"> <summary> Gets a value indicating whether the SQL Server membership provider is configured to require the user to answer a password question for password reset and retrieval. </summary> <returns>true if a password answer is required for password reset and retrieval; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.Security.SqlMembershipProvider.RequiresUniqueEmail"> <summary> Gets a value indicating whether the SQL Server membership provider is configured to require a unique e-mail address for each user name. </summary> <returns>true if the membership provider requires a unique e-mail address; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.Security.SqlMembershipProvider.ResetPassword(System.String,System.String)"> <summary> Resets a user's password to a new, automatically generated password. </summary> <returns> The new password for the specified user. </returns> <param name="username"> The user to reset the password for. </param> <param name="passwordAnswer"> The password answer for the specified user. </param> <exception cref="T:System.Web.Security.MembershipPasswordException"> <paramref name="passwordAnswer" /> is invalid. - or - The user account is currently locked. </exception> <exception cref="T:System.NotSupportedException"> <see cref="P:System.Web.Security.SqlMembershipProvider.EnablePasswordReset" /> is set to false. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="username" /> is not found in the membership database. - or - The change password action was canceled by a subscriber to the <see cref="E:System.Web.Security.Membership.ValidatingPassword" /> event and the <see cref="P:System.Web.Security.ValidatePasswordEventArgs.FailureInformation" /> property was null. - or - An error occurred while retrieving the password from the database. </exception> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is an empty string (""), contains a comma, or is longer than 256 characters. - or - <paramref name="passwordAnswer" /> is an empty string, or is longer than 128 characters, and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresQuestionAndAnswer" /> is true. - or - <paramref name="passwordAnswer" /> is longer than 128 characters after encoding. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. - or - <paramref name="passwordAnswer" /> is null and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresQuestionAndAnswer" /> is true. </exception> <exception cref="T:System.Exception"> An unhandled exception occurred. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.UnlockUser(System.String)"> <summary> Clears the user's locked-out status so that the membership user can be validated. </summary> <returns>true if the membership user was successfully unlocked; otherwise, false. A value of false is also returned if the user does not exist in the database. </returns> <param name="username"> The name of the membership user to clear the locked-out status for. </param> <exception cref="T:System.ArgumentException"> <paramref name="username" /> is an empty string, is longer than 256 characters, or contains a comma. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.UpdateUser(System.Web.Security.MembershipUser)"> <summary> Updates information about a user in the SQL Server membership database. </summary> <param name="user"> A <see cref="T:System.Web.Security.MembershipUser" /> object that represents the user to update and the updated information for the user. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="user" /> is null. - or - The <see cref="P:System.Web.Security.MembershipUser.UserName" /> property of <paramref name="user" /> is null. - or - The <see cref="P:System.Web.Security.MembershipUser.Email" /> property of <paramref name="user" /> is null and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresUniqueEmail" /> is set to true. </exception> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.Security.MembershipUser.UserName" /> property of <paramref name="user" /> is an empty string (""), contains a comma, or is longer than 256 characters. - or - The <see cref="P:System.Web.Security.MembershipUser.Email" /> property of <paramref name="user" /> is longer than 256 characters. - or - The <see cref="P:System.Web.Security.MembershipUser.Email" /> property of <paramref name="user" /> is an empty string and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresUniqueEmail" /> is set to true. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The <see cref="P:System.Web.Security.MembershipUser.UserName" /> property of <paramref name="user" /> was not found in the database. - or - The <see cref="P:System.Web.Security.MembershipUser.Email" /> property of <paramref name="user" /> was equal to an existing e-mail address in the database and <see cref="P:System.Web.Security.SqlMembershipProvider.RequiresUniqueEmail" /> is set to true. - or - The user update failed. </exception> </member> <member name="M:System.Web.Security.SqlMembershipProvider.ValidateUser(System.String,System.String)"> <summary> Verifies that the specified user name and password exist in the SQL Server membership database. </summary> <returns>true if the specified username and password are valid; otherwise, false. A value of false is also returned if the user does not exist in the database. </returns> <param name="username"> The name of the user to validate. </param> <param name="password"> The password for the specified user. </param> </member> <member name="T:System.Web.Security.SqlRoleProvider"> <summary> Manages storage of role membership information for an ASP.NET application in a SQL Server database. </summary> </member> <member name="M:System.Web.Security.SqlRoleProvider.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Security.SqlRoleProvider" /> class. </summary> </member> <member name="M:System.Web.Security.SqlRoleProvider.AddUsersToRoles(System.String[],System.String[])"> <summary> Adds the specified user names to each of the specified roles. </summary> <param name="usernames"> A string array of user names to be added to the specified roles. </param> <param name="roleNames"> A string array of role names to add the specified user names to. </param> <exception cref="T:System.ArgumentNullException"> One of the roles in <paramref name="roleNames" /> is null. -or- One of the users in <paramref name="usernames" /> is null. </exception> <exception cref="T:System.ArgumentException"> One of the roles in <paramref name="roleNames" /> is an empty string or contains a comma. -or- One of the users in <paramref name="usernames" /> is an empty string or contains a comma. -or- One of the roles in <paramref name="roleNames" /> is longer than 256 characters. -or- One of the users in <paramref name="usernames" /> is longer than 256 characters. -or- <paramref name="roleNames" /> contains a duplicate element. -or- <paramref name="usernames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> One or more of the specified role names was not found. -or- One or more of the specified user names was not found. -or- One or more of the specified user names is already associated with one or more of the specified role names. -or- An unknown error occurred while communicating with the database. </exception> </member> <member name="P:System.Web.Security.SqlRoleProvider.ApplicationName"> <summary> Gets or sets the name of the application for which to store and retrieve role information. </summary> <returns> The name of the application for which to store and retrieve role information. The default is the <see cref="P:System.Web.HttpRequest.ApplicationPath" /> property value for the current <see cref="P:System.Web.HttpContext.Request" />. </returns> <exception cref="T:System.Web.HttpException"> An attempt was made to set the <see cref="P:System.Web.Security.SqlRoleProvider.ApplicationName" /> property by a caller that does not have <see cref="F:System.Web.AspNetHostingPermissionLevel.High" /> ASP.NET hosting permission. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An attempt was made to set the <see cref="P:System.Web.Security.SqlRoleProvider.ApplicationName" /> to a string that is longer than 256 characters. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.CreateRole(System.String)"> <summary> Adds a new role to the role database. </summary> <param name="roleName"> The name of the role to create. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma. -or- <paramref name="roleName" /> is longer than 256 characters. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="roleName" /> already exists in the database. -or- An unknown error occurred while communicating with the database. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.DeleteRole(System.String,System.Boolean)"> <summary> Removes a role from the role database. </summary> <returns>true if the role was successfully deleted; otherwise, false. </returns> <param name="roleName"> The name of the role to delete. </param> <param name="throwOnPopulatedRole"> If true, throws an exception if <paramref name="roleName" /> has one or more members. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null (Nothing in Visual Basic). </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma. -or- <paramref name="roleName" /> is longer than 256 characters. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="roleName" /> has one or more members and <paramref name="throwOnPopulatedRole" /> is true. -or- An unknown error occurred while communicating with the database. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.FindUsersInRole(System.String,System.String)"> <summary> Gets an array of user names in a role where the user name contains the specified user name to match. </summary> <returns> A string array containing the names of all the users where the user name matches <paramref name="usernameToMatch" /> and the user is a member of the specified role. </returns> <param name="roleName"> The role to search in. </param> <param name="usernameToMatch"> The user name to search for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null (Nothing in Visual Basic). -or- <paramref name="usernameToMatch" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma. -or- <paramref name="usernameToMatch" /> is an empty string. -or- <paramref name="roleName" /> is longer than 256 characters. -or- <paramref name="usernameToMatch" /> is longer than 256 characters. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="roleName" /> was not found in the database. -or- An unknown error occurred while communicating with the database. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.GetAllRoles"> <summary> Gets a list of all the roles for the application. </summary> <returns> A string array containing the names of all the roles stored in the database for a particular application. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> An unknown error occurred while communicating with the database. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.GetRolesForUser(System.String)"> <summary> Gets a list of the roles that a user is in. </summary> <returns> A string array containing the names of all the roles that the specified user is in. </returns> <param name="username"> The user to return a list of roles for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="username" /> contains a comma. -or- <paramref name="username" /> is longer than 256 characters. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An unknown error occurred while communicating with the database. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.GetUsersInRole(System.String)"> <summary> Gets a list of users in the specified role. </summary> <returns> A string array containing the names of all the users who are members of the specified role. </returns> <param name="roleName"> The name of the role to get the list of users for. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma. -or- <paramref name="roleName" /> is longer than 256 characters. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> <paramref name="rolename" /> was not found in the database. -or- An unknown error occurred while communicating with the database. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes the SQL Server role provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code. </summary> <param name="name"> The name of the <see cref="T:System.Web.Security.SqlRoleProvider" /> instance to initialize. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains the names and values of configuration options for the role provider. </param> <exception cref="T:System.Web.HttpException"> The ASP.NET application is not running at <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium" /> trust or higher. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="config" /> is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The connectionStringName attribute is empty or does not exist in the application configuration file for this <see cref="T:System.Web.Security.SqlRoleProvider" /> instance. -or- The applicationName attribute exceeds 256 characters. -or- The application configuration file for this <see cref="T:System.Web.Security.SqlRoleProvider" /> instance contains an unrecognized attribute. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.IsUserInRole(System.String,System.String)"> <summary> Gets a value indicating whether the specified user is in the specified role. </summary> <returns>true if the specified user name is in the specified role; otherwise, false. </returns> <param name="username"> The user name to search for. </param> <param name="roleName"> The role to search in. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. -or- <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma. -or- <paramref name="username" /> is contains a comma. -or- <paramref name="roleName" /> is longer than 256 characters. -or- <paramref name="username" /> is longer than 256 characters. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An unknown error occurred while communicating with the database. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.RemoveUsersFromRoles(System.String[],System.String[])"> <summary> Removes the specified user names from the specified roles. </summary> <param name="usernames"> A string array of user names to be removed from the specified roles. </param> <param name="roleNames"> A string array of role names to remove the specified user names from. </param> <exception cref="T:System.ArgumentNullException"> One of the roles in <paramref name="roleNames" /> is null. -or- One of the users in <paramref name="usernames" /> is null. </exception> <exception cref="T:System.ArgumentException"> One of the roles in <paramref name="roleNames" /> is an empty string or contains a comma. -or- One of the users in <paramref name="usernames" /> is an empty string or contains a comma. -or- One of the roles in <paramref name="roleNames" /> is longer than 256 characters. -or- One of the users in <paramref name="usernames" /> is longer than 256 characters. -or- <paramref name="roleNames" /> contains a duplicate element. -or- <paramref name="usernames" /> contains a duplicate element. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> One or more of the specified user names was not found. -or- One or more of the specified role names was not found. -or- One or more of the specified user names is not associated with one or more of the specified role names. -or- An unknown error occurred while communicating with the database. </exception> </member> <member name="M:System.Web.Security.SqlRoleProvider.RoleExists(System.String)"> <summary> Gets a value indicating whether the specified role name already exists in the role database. </summary> <returns>true if the role name already exists in the database; otherwise, false. </returns> <param name="roleName"> The name of the role to search for in the database. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="roleName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="roleName" /> is an empty string or contains a comma. -or- <paramref name="roleName" /> is longer than 256 characters. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An unknown error occurred while communicating with the database. </exception> </member> <member name="T:System.Web.Security.UrlAuthorizationModule"> <summary> Verifies that the user has permission to access the URL requested. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.UrlAuthorizationModule.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Security.UrlAuthorizationModule" /> class. </summary> </member> <member name="M:System.Web.Security.UrlAuthorizationModule.CheckUrlAccessForPrincipal(System.String,System.Security.Principal.IPrincipal,System.String)"> <summary> Determines whether the user has access to the requested file. </summary> <returns>true if the current user can access the file; otherwise, false. </returns> <param name="virtualPath"> The virtual path to the file. </param> <param name="user"> An <see cref="T:System.Security.Principal.IPrincipal" /> object representing the current user. </param> <param name="verb"> The HTTP verb used to make the request. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null. - or - <paramref name="user" /> is null. - or - <paramref name="verb" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="virtualPath" /> is outside of the application root path. </exception> </member> <member name="M:System.Web.Security.UrlAuthorizationModule.Dispose"> <summary> Releases all resources, other than memory, used by the <see cref="T:System.Web.Security.UrlAuthorizationModule" />. </summary> </member> <member name="M:System.Web.Security.UrlAuthorizationModule.Init(System.Web.HttpApplication)"> <summary> Initializes the <see cref="T:System.Web.Security.UrlAuthorizationModule" /> object. </summary> <param name="app"> The current <see cref="T:System.Web.HttpApplication" /> instance. </param> </member> <member name="T:System.Web.Security.ValidatePasswordEventArgs"> <summary> Provides event data for the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event of the <see cref="T:System.Web.Security.MembershipProvider" /> class. </summary> </member> <member name="M:System.Web.Security.ValidatePasswordEventArgs.#ctor(System.String,System.String,System.Boolean)"> <summary> Creates a new instance of the <see cref="T:System.Web.Security.ValidatePasswordEventArgs" /> class. </summary> <param name="userName"> The membership user name for the current create-user, change-password, or reset-password action. </param> <param name="password"> The new password for the specified membership user. </param> <param name="isNewUser">true if the event is occurring while a new user is being created; otherwise, false. </param> </member> <member name="P:System.Web.Security.ValidatePasswordEventArgs.Cancel"> <summary> Gets or sets a value that indicates whether the current create-user, change-password, or reset-password action will be canceled. </summary> <returns>true if the current create-user, change-password, or reset-password action will be canceled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.Security.ValidatePasswordEventArgs.FailureInformation"> <summary> Gets or sets an exception that describes the reason for the password-validation failure. </summary> <returns> An <see cref="T:System.Exception" /> that describes the reason for the password-validation failure. </returns> </member> <member name="P:System.Web.Security.ValidatePasswordEventArgs.IsNewUser"> <summary> Gets a value that indicates whether the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event is being raised during a call to the <see cref="M:System.Web.Security.MembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)" /> method. </summary> <returns>true if the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event is being raised during a call to the <see cref="M:System.Web.Security.MembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)" /> method; otherwise, false. </returns> </member> <member name="P:System.Web.Security.ValidatePasswordEventArgs.Password"> <summary> Gets the password for the current create-user, change-password, or reset-password action. </summary> <returns> The password for the current create-user, change-password, or reset-password action. </returns> </member> <member name="P:System.Web.Security.ValidatePasswordEventArgs.UserName"> <summary> Gets the name of the membership user for the current create-user, change-password, or reset-password action. </summary> <returns> The name of the membership user for the current create-user, change-password, or reset-password action. </returns> </member> <member name="T:System.Web.Security.WindowsAuthenticationEventArgs"> <summary> Provides data for the WindowsAuthentication_OnAuthenticate event. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.WindowsAuthenticationEventArgs.#ctor(System.Security.Principal.WindowsIdentity,System.Web.HttpContext)"> <summary> Initializes a newly created instance of the <see cref="T:System.Web.Security.WindowsAuthenticationEventArgs" /> class. </summary> <param name="identity"> The Windows identity object. </param> <param name="context"> The context for the event. </param> </member> <member name="P:System.Web.Security.WindowsAuthenticationEventArgs.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </summary> <returns> The <see cref="T:System.Web.HttpContext" /> object for the current HTTP request. </returns> </member> <member name="P:System.Web.Security.WindowsAuthenticationEventArgs.Identity"> <summary> Gets the Windows identity passed to the <see cref="T:System.Web.Security.WindowsAuthenticationEventArgs" /> constructor. </summary> <returns> The Windows identity passed to the <see cref="T:System.Web.Security.WindowsAuthenticationEventArgs" /> constructor. </returns> </member> <member name="P:System.Web.Security.WindowsAuthenticationEventArgs.User"> <summary> Gets or sets the <see cref="T:System.Security.Principal.IPrincipal" /> object to be associated with the current request. </summary> <returns> The <see cref="T:System.Security.Principal.IPrincipal" /> object to be associated with the current request. </returns> </member> <member name="T:System.Web.Security.WindowsAuthenticationEventHandler"> <summary> Represents the method that handles the WindowsAuthentication_OnAuthenticate event of a <see cref="T:System.Web.Security.WindowsAuthenticationModule" />. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.Security.WindowsAuthenticationEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.Security.WindowsAuthenticationModule"> <summary> Sets the identity of the user for an ASP.NET application when Windows authentication is enabled. This class cannot be inherited. </summary> </member> <member name="M:System.Web.Security.WindowsAuthenticationModule.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Security.WindowsAuthenticationModule" /> class. </summary> </member> <member name="E:System.Web.Security.WindowsAuthenticationModule.Authenticate"> <summary> Occurs when the application authenticates the current request. </summary> </member> <member name="M:System.Web.Security.WindowsAuthenticationModule.Dispose"> <summary> Releases all resources, other than memory, used by the <see cref="T:System.Web.Security.WindowsAuthenticationModule" />. </summary> </member> <member name="M:System.Web.Security.WindowsAuthenticationModule.Init(System.Web.HttpApplication)"> <summary> Initializes the <see cref="T:System.Web.Security.WindowsAuthenticationModule" /> object. </summary> <param name="app"> The current <see cref="T:System.Web.HttpApplication" /> instance. </param> </member> <member name="T:System.Web.Security.WindowsTokenRoleProvider"> <summary> Gets role information for an ASP.NET application from Windows group membership. </summary> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> class. </summary> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.AddUsersToRoles(System.String[],System.String[])"> <summary> This method is not supported by the Windows token role provider. </summary> <param name="usernames"> A string array of user names to be added to the specified roles. </param> <param name="roleNames"> A string array of role names to add the specified user names to. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An unsupported method was called. </exception> </member> <member name="P:System.Web.Security.WindowsTokenRoleProvider.ApplicationName"> <summary> Gets or sets the name of the application. </summary> <returns> The name of the application. </returns> <exception cref="T:System.Web.HttpException"> An attempt was made to set the <see cref="P:System.Web.Security.WindowsTokenRoleProvider.ApplicationName" /> property by a caller that does not have <see cref="F:System.Web.AspNetHostingPermissionLevel.High" /> ASP.NET hosting permission. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> An attempt was made to set the <see cref="P:System.Web.Security.WindowsTokenRoleProvider.ApplicationName" /> to a string that is longer than 256 characters. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.CreateRole(System.String)"> <summary> This method is not supported by the Windows token role provider. </summary> <param name="roleName"> The name of the role to create. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An unsupported method was called. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.DeleteRole(System.String,System.Boolean)"> <summary> This method is not supported by the Windows token role provider. </summary> <returns> None. The method is not supported by the <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> class and always throws a <see cref="T:System.Configuration.Provider.ProviderException" />. </returns> <param name="roleName"> The name of the role to delete. </param> <param name="throwOnPopulatedRole"> If true, an exception will be thrown on an attempt to delete a role that contains one or more members. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An unsupported method was called. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.FindUsersInRole(System.String,System.String)"> <summary> This method is not supported by the Windows token role provider. </summary> <returns> None. The method is not supported by the <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> class and always throws a <see cref="T:System.Configuration.Provider.ProviderException" />. </returns> <param name="roleName"> The role to search in. </param> <param name="usernameToMatch"> The user name to find in the role. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An unsupported method was called. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.GetAllRoles"> <summary> This method is not supported by the Windows token role provider. </summary> <returns> None. The method is not supported by the <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> class and always throws a <see cref="T:System.Configuration.Provider.ProviderException" />. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> An unsupported method was called. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.GetRolesForUser(System.String)"> <summary> Gets a list of the Windows groups that a user is in. </summary> <returns> A string array containing the names of all the Windows groups that the specified user is in. </returns> <param name="username"> The user to return the list of Windows groups for in the form DOMAIN\username. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> The currently executing user does not have an authenticated <see cref="T:System.Security.Principal.WindowsIdentity" /> attached to <see cref="P:System.Web.UI.Page.User" />. For non-HTTP scenarios, the currently executing user does not have an authenticated <see cref="T:System.Security.Principal.WindowsIdentity" /> attached to <see cref="P:System.Threading.Thread.CurrentPrincipal" />. -or- <paramref name="username" /> does not match the <see cref="P:System.Security.Principal.WindowsIdentity.Name" /> of the current <see cref="T:System.Security.Principal.WindowsIdentity" />. -or- A failure occurred while retrieving the user's Windows group information. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> <exception cref="T:System.Web.HttpException"> The trust level is less than <see cref="F:System.Web.AspNetHostingPermissionLevel.Low" />. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.GetUsersInRole(System.String)"> <summary> This method is not supported by the Windows token role provider. </summary> <returns> None. The method is not supported by the <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> class and always throws a <see cref="T:System.Configuration.Provider.ProviderException" />. </returns> <param name="roleName"> The name of the role to get the list of users for. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An unsupported method was called. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Initializes the Windows token role provider with the property values specified in the configuration file for the ASP.NET application. This method is not intended to be used directly from your code. </summary> <param name="name"> The name of the <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> instance to initialize. </param> <param name="config"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> constructor that contains the names and values of configuration options for the <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> class. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="config" /> is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The applicationName attribute in the configuration is longer than 256 characters. -or- The application configuration file for this <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> instance contains an unrecognized attribute. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.IsUserInRole(System.String,System.Security.Principal.WindowsBuiltInRole)"> <summary> Gets a value indicating whether the specified user is in the specified built-in Windows role. </summary> <returns>true if the specified user is in the specified Windows role; otherwise, false. </returns> <param name="username"> The user name to search for in the form DOMAIN\username. </param> <param name="role"> The Windows role to search in. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The currently executing user does not have an authenticated <see cref="T:System.Security.Principal.WindowsIdentity" /> attached to <see cref="P:System.Web.UI.Page.User" />. For non-HTTP scenarios, the currently executing user does not have an authenticated <see cref="T:System.Security.Principal.WindowsIdentity" /> attached to <see cref="P:System.Threading.Thread.CurrentPrincipal" />. -or- <paramref name="username" /> does not match the <see cref="P:System.Security.Principal.WindowsIdentity.Name" /> of the current <see cref="T:System.Security.Principal.WindowsIdentity" />. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.IsUserInRole(System.String,System.String)"> <summary> Gets a value indicating whether the specified user is in the specified Windows group. </summary> <returns>true if the specified user name is in the specified Windows group; otherwise, false. </returns> <param name="username"> The user name to search for in the form DOMAIN\username. </param> <param name="roleName"> The Windows group to search in the form DOMAIN\rolename. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="username" /> is null. -or- <paramref name="roleName" /> is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> The currently executing user does not have an authenticated <see cref="T:System.Security.Principal.WindowsIdentity" /> attached to <see cref="P:System.Web.UI.Page.User" />. For non-HTTP scenarios, the currently executing user does not have an authenticated <see cref="T:System.Security.Principal.WindowsIdentity" /> attached to <see cref="P:System.Threading.Thread.CurrentPrincipal" />. -or- <paramref name="username" /> does not match the <see cref="P:System.Security.Principal.WindowsIdentity.Name" /> of the current <see cref="T:System.Security.Principal.WindowsIdentity" />. -or- A failure occurred while retrieving the user's Windows group information. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.RemoveUsersFromRoles(System.String[],System.String[])"> <summary> This method is not supported by the Windows token role provider. </summary> <param name="usernames"> A string array of user names to be added to the specified roles. </param> <param name="roleNames"> A string array of role names to add the specified user names to. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An unsupported method was called. </exception> </member> <member name="M:System.Web.Security.WindowsTokenRoleProvider.RoleExists(System.String)"> <summary> This method is not supported by the Windows token role provider. </summary> <returns> None. The method is not supported by the <see cref="T:System.Web.Security.WindowsTokenRoleProvider" /> class and always throws a <see cref="T:System.Configuration.Provider.ProviderException" />. </returns> <param name="roleName"> The name of the role to search for in the data source. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> An unsupported method was called. </exception> </member> <member name="T:System.Web.SessionState.HttpSessionState"> <summary> Provides access to session-state values as well as session-level settings and lifetime management methods. </summary> </member> <member name="M:System.Web.SessionState.HttpSessionState.Abandon"> <summary> Cancels the current session. </summary> </member> <member name="M:System.Web.SessionState.HttpSessionState.Add(System.String,System.Object)"> <summary> Adds a new item to the session-state collection. </summary> <param name="name"> The name of the item to add to the session-state collection. </param> <param name="value"> The value of the item to add to the session-state collection. </param> </member> <member name="M:System.Web.SessionState.HttpSessionState.Clear"> <summary> Removes all keys and values from the session-state collection. </summary> </member> <member name="P:System.Web.SessionState.HttpSessionState.CodePage"> <summary> Gets or sets the character-set identifier for the current session. </summary> <returns> The character-set identifier for the current session. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.Contents"> <summary> Gets a reference to the current session-state object. </summary> <returns> The current <see cref="T:System.Web.SessionState.HttpSessionState" />. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.CookieMode"> <summary> Gets a value that indicates whether the application is configured for cookieless sessions. </summary> <returns> One of the <see cref="T:System.Web.HttpCookieMode" /> values that indicate whether the application is configured for cookieless sessions. The default is <see cref="F:System.Web.HttpCookieMode.UseCookies" />. </returns> </member> <member name="M:System.Web.SessionState.HttpSessionState.CopyTo(System.Array,System.Int32)"> <summary> Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array. </summary> <param name="array"> The <see cref="T:System.Array" /> that receives the session values. </param> <param name="index"> The zero-based index in <paramref name="array" /> from which copying starts. </param> </member> <member name="P:System.Web.SessionState.HttpSessionState.Count"> <summary> Gets the number of items in the session-state collection. </summary> <returns> The number of items in the collection. </returns> </member> <member name="M:System.Web.SessionState.HttpSessionState.GetEnumerator"> <summary> Returns an enumerator that can be used to read all the session-state variable names in the current session. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can iterate through the variable names in the session-state collection. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.IsCookieless"> <summary> Gets a value indicating whether the session ID is embedded in the URL or stored in an HTTP cookie. </summary> <returns>true if the session is embedded in the URL; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.IsNewSession"> <summary> Gets a value indicating whether the session was created with the current request. </summary> <returns>true if the session was created with the current request; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.IsReadOnly"> <summary> Gets a value indicating whether the session is read-only. </summary> <returns>true if the session is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.IsSynchronized"> <summary> Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe). </summary> <returns>true if access to the collection is synchronized (thread safe); otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.Item(System.Int32)"> <summary> Gets or sets a session value by numerical index. </summary> <returns> The session-state value stored at the specified index, or null if the item does not exist. </returns> <param name="index"> The numerical index of the session value. </param> </member> <member name="P:System.Web.SessionState.HttpSessionState.Item(System.String)"> <summary> Gets or sets a session value by name. </summary> <returns> The session-state value with the specified name, or null if the item does not exist. </returns> <param name="name"> The key name of the session value. </param> </member> <member name="P:System.Web.SessionState.HttpSessionState.Keys"> <summary> Gets a collection of the keys for all values stored in the session-state collection. </summary> <returns> The <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> that contains all the session keys. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.LCID"> <summary> Gets or sets the locale identifier (LCID) of the current session. </summary> <returns> A <see cref="T:System.Globalization.CultureInfo" /> instance that specifies the culture of the current session. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.Mode"> <summary> Gets the current session-state mode. </summary> <returns> One of the <see cref="T:System.Web.SessionState.SessionStateMode" /> values. </returns> </member> <member name="M:System.Web.SessionState.HttpSessionState.Remove(System.String)"> <summary> Deletes an item from the session-state collection. </summary> <param name="name"> The name of the item to delete from the session-state collection. </param> </member> <member name="M:System.Web.SessionState.HttpSessionState.RemoveAll"> <summary> Removes all keys and values from the session-state collection. </summary> </member> <member name="M:System.Web.SessionState.HttpSessionState.RemoveAt(System.Int32)"> <summary> Deletes an item at a specified index from the session-state collection. </summary> <param name="index"> The index of the item to remove from the session-state collection. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. - or - <paramref name="index" /> is equal to or greater than <see cref="P:System.Web.SessionState.HttpSessionState.Count" />. </exception> </member> <member name="P:System.Web.SessionState.HttpSessionState.SessionID"> <summary> Gets the unique identifier for the session. </summary> <returns> The unique session identifier. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.StaticObjects"> <summary> Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. </summary> <returns> An <see cref="T:System.Web.HttpStaticObjectsCollection" /> containing objects declared in the Global.asax file. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the collection of session-state values. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionState.Timeout"> <summary> Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session. </summary> <returns> The time-out period, in minutes. </returns> </member> <member name="T:System.Web.SessionState.HttpSessionStateContainer"> <summary> Contains session-state values as well as session-level settings for the current request. </summary> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.#ctor(System.String,System.Web.SessionState.ISessionStateItemCollection,System.Web.HttpStaticObjectsCollection,System.Int32,System.Boolean,System.Web.HttpCookieMode,System.Web.SessionState.SessionStateMode,System.Boolean)"> <summary> Creates a new <see cref="T:System.Web.SessionState.HttpSessionStateContainer" /> object and initializes it with the specified settings and values. </summary> <param name="id"> A session identifier for the new session. If null, an <see cref="T:System.ArgumentException" /> is thrown. </param> <param name="sessionItems"> An <see cref="T:System.Web.SessionState.ISessionStateItemCollection" /> that contains the session values for the new session-state provider. </param> <param name="staticObjects"> An <see cref="T:System.Web.HttpStaticObjectsCollection" /> that specifies the objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. </param> <param name="timeout"> The amount of time, in minutes, allowed between requests before the session-state provider terminates the session. </param> <param name="newSession">true to indicate the session was created with the current request; otherwise, false. </param> <param name="cookieMode"> The <see cref="P:System.Web.SessionState.HttpSessionStateContainer.CookieMode" /> for the new session-state provider. </param> <param name="mode"> One of the <see cref="T:System.Web.SessionState.SessionStateMode" /> values that specifies the current session-state mode. </param> <param name="isReadonly">true to indicate the session is read-only; otherwise, false. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="id" /> is null. </exception> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.Abandon"> <summary> Marks the current session as abandoned. </summary> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.Add(System.String,System.Object)"> <summary> Adds a new item to the session-state collection. </summary> <param name="name"> The name of the item to add to the session-state collection. </param> <param name="value"> The value of the item to add to the session-state collection. </param> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.Clear"> <summary> Removes all values and keys from the session-state collection. </summary> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.CodePage"> <summary> Gets or sets the character-set identifier for the current session. </summary> <returns> The character-set identifier for the current session. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.CookieMode"> <summary> Gets a value that indicates whether the application is configured for cookieless sessions. </summary> <returns> One of the <see cref="T:System.Web.HttpCookieMode" /> values that indicates whether the application is configured for cookieless sessions. The default is <see cref="F:System.Web.HttpCookieMode.UseCookies" />. </returns> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.CopyTo(System.Array,System.Int32)"> <summary> Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array. </summary> <param name="array"> The <see cref="T:System.Array" /> that receives the session values. </param> <param name="index"> The zero-based index in <paramref name="array" /> from which copying starts. </param> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.Count"> <summary> Gets the number of items in the session-state collection. </summary> <returns> The number of items in the collection. </returns> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.GetEnumerator"> <summary> Returns an enumerator that can be used to read all the session-state variable names in the current session. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can iterate through the variable names in the session-state collection. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.IsAbandoned"> <summary> Gets a value indicating whether the current session has been abandoned. </summary> <returns>true if the current session has been abandoned; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.IsCookieless"> <summary> Gets a value indicating whether the session ID is embedded in the URL or stored in an HTTP cookie. </summary> <returns>true if the session is embedded in the URL; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.IsNewSession"> <summary> Gets a value indicating whether the session was created with the current request. </summary> <returns>true if the session was created with the current request; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.IsReadOnly"> <summary> Gets a value indicating whether the session is read-only. </summary> <returns>true if the session is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.IsSynchronized"> <summary> Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe). </summary> <returns> Always false, because thread-safe <see cref="T:System.Web.SessionState.HttpSessionStateContainer" /> objects are not supported. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.Item(System.Int32)"> <summary> Gets or sets a session value by numerical index. </summary> <returns> The session-state value stored at the specified index. </returns> <param name="index"> The numerical index of the session value. </param> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.Item(System.String)"> <summary> Gets or sets a session value by name. </summary> <returns> The session-state value with the specified name. </returns> <param name="name"> The key name of the session value. </param> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.Keys"> <summary> Gets a collection of the keys for all values stored in the session-state collection. </summary> <returns> The <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> that contains all the session keys. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.LCID"> <summary> Gets or sets the locale identifier (LCID) of the current session. </summary> <returns> A <see cref="T:System.Globalization.CultureInfo" /> instance that specifies the culture of the current session. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.Mode"> <summary> Gets the current session-state mode. </summary> <returns> One of the <see cref="T:System.Web.SessionState.SessionStateMode" /> values. </returns> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.Remove(System.String)"> <summary> Deletes an item from the session-state collection. </summary> <param name="name"> The name of the item to delete from the session-state collection. </param> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.RemoveAll"> <summary> Clears all session-state values. </summary> </member> <member name="M:System.Web.SessionState.HttpSessionStateContainer.RemoveAt(System.Int32)"> <summary> Deletes an item at a specified index from the session-state collection. </summary> <param name="index"> The index of the item to remove from the session-state collection. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. - or - <paramref name="index" /> is equal to or greater than <see cref="P:System.Web.SessionState.HttpSessionStateContainer.Count" />. </exception> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.SessionID"> <summary> Gets the unique identifier for the session. </summary> <returns> The unique session identifier. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.StaticObjects"> <summary> Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. </summary> <returns> An <see cref="T:System.Web.HttpStaticObjectsCollection" /> containing objects declared in the Global.asax file. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the collection of session-state values. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="P:System.Web.SessionState.HttpSessionStateContainer.Timeout"> <summary> Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session. </summary> <returns> The time-out period, in minutes. </returns> <exception cref="T:System.ArgumentException"> An attempt was made to set the <see cref="P:System.Web.SessionState.HttpSessionStateContainer.Timeout" /> value to an integer value less than 1. - or - An attempt was made to set the <see cref="P:System.Web.SessionState.HttpSessionStateContainer.Timeout" /> value to an integer value greater than the maximum allowed when <see cref="P:System.Web.SessionState.HttpSessionState.Mode" /> is set to <see cref="F:System.Web.SessionState.SessionStateMode.InProc" /> or <see cref="F:System.Web.SessionState.SessionStateMode.StateServer" />. The maximum allowed is 525,600 (one year). </exception> </member> <member name="T:System.Web.SessionState.IHttpSessionState"> <summary> Defines the contract to implement a custom session-state container. </summary> </member> <member name="M:System.Web.SessionState.IHttpSessionState.Abandon"> <summary> Ends the current session. </summary> </member> <member name="M:System.Web.SessionState.IHttpSessionState.Add(System.String,System.Object)"> <summary> Adds a new item to the session-state collection. </summary> <param name="name"> The name of the item to add to the session-state collection. </param> <param name="value"> The value of the item to add to the session-state collection. </param> </member> <member name="M:System.Web.SessionState.IHttpSessionState.Clear"> <summary> Clears all values from the session-state item collection. </summary> </member> <member name="P:System.Web.SessionState.IHttpSessionState.CodePage"> <summary> Gets or sets the code-page identifier for the current session. </summary> <returns> The code-page identifier for the current session. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.CookieMode"> <summary> Gets a value that indicates whether the application is configured for cookieless sessions. </summary> <returns> One of the <see cref="T:System.Web.HttpCookieMode" /> values that indicate whether the application is configured for cookieless sessions. The default is <see cref="F:System.Web.HttpCookieMode.UseCookies" />. </returns> </member> <member name="M:System.Web.SessionState.IHttpSessionState.CopyTo(System.Array,System.Int32)"> <summary> Copies the collection of session-state item values to a one-dimensional array, starting at the specified index in the array. </summary> <param name="array"> The <see cref="T:System.Array" /> that receives the session values. </param> <param name="index"> The index in <paramref name="array" /> where copying starts. </param> </member> <member name="P:System.Web.SessionState.IHttpSessionState.Count"> <summary> Gets the number of items in the session-state item collection. </summary> <returns> The number of items in the session-state item collection. </returns> </member> <member name="M:System.Web.SessionState.IHttpSessionState.GetEnumerator"> <summary> Returns an enumerator that can be used to read all the session-state item values in the current session. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can iterate through the values in the session-state item collection. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.IsCookieless"> <summary> Gets a value indicating whether the session ID is embedded in the URL or stored in an HTTP cookie. </summary> <returns>true if the session is embedded in the URL; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.IsNewSession"> <summary> Gets a value indicating whether the session was created with the current request. </summary> <returns>true if the session was created with the current request; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.IsReadOnly"> <summary> Gets a value indicating whether the session is read-only. </summary> <returns>true if the session is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.IsSynchronized"> <summary> Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe). </summary> <returns>true if access to the collection is synchronized (thread safe); otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.Item(System.Int32)"> <summary> Gets or sets a session-state item value by numerical index. </summary> <returns> The session-state item value specified in the <paramref name="index" /> parameter. </returns> <param name="index"> The numerical index of the session-state item value. </param> </member> <member name="P:System.Web.SessionState.IHttpSessionState.Item(System.String)"> <summary> Gets or sets a session-state item value by name. </summary> <returns> The session-state item value specified in the <paramref name="name" /> parameter. </returns> <param name="name"> The key name of the session-state item value. </param> </member> <member name="P:System.Web.SessionState.IHttpSessionState.Keys"> <summary> Gets a collection of the keys for all values stored in the session-state item collection. </summary> <returns> The <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> that contains all the session-item keys. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.LCID"> <summary> Gets or sets the locale identifier (LCID) of the current session. </summary> <returns> A <see cref="T:System.Globalization.CultureInfo" /> instance that specifies the culture of the current session. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.Mode"> <summary> Gets the current session-state mode. </summary> <returns> One of the <see cref="T:System.Web.SessionState.SessionStateMode" /> values. </returns> </member> <member name="M:System.Web.SessionState.IHttpSessionState.Remove(System.String)"> <summary> Deletes an item from the session-state item collection. </summary> <param name="name"> The name of the item to delete from the session-state item collection. </param> </member> <member name="M:System.Web.SessionState.IHttpSessionState.RemoveAll"> <summary> Clears all values from the session-state item collection. </summary> </member> <member name="M:System.Web.SessionState.IHttpSessionState.RemoveAt(System.Int32)"> <summary> Deletes an item at a specified index from the session-state item collection. </summary> <param name="index"> The index of the item to remove from the session-state collection. </param> </member> <member name="P:System.Web.SessionState.IHttpSessionState.SessionID"> <summary> Gets the unique session identifier for the session. </summary> <returns> The session ID. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.StaticObjects"> <summary> Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. </summary> <returns> An <see cref="T:System.Web.HttpStaticObjectsCollection" /> containing objects declared in the Global.asax file. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the collection of session-state values. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="P:System.Web.SessionState.IHttpSessionState.Timeout"> <summary> Gets and sets the time-out period (in minutes) allowed between requests before the session-state provider terminates the session. </summary> <returns> The time-out period, in minutes. </returns> </member> <member name="T:System.Web.SessionState.IReadOnlySessionState"> <summary> Specifies that the target HTTP handler requires only read access to session-state values. This is a marker interface and has no methods. </summary> </member> <member name="T:System.Web.SessionState.IRequiresSessionState"> <summary> Specifies that the target HTTP handler requires read and write access to session-state values. This is a marker interface and has no methods. </summary> </member> <member name="T:System.Web.SessionState.ISessionIDManager"> <summary> Defines the contract that a custom session-state identifier manager must implement. </summary> </member> <member name="M:System.Web.SessionState.ISessionIDManager.CreateSessionID(System.Web.HttpContext)"> <summary> Creates a unique session identifier. </summary> <returns> A unique session identifier. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties). </param> </member> <member name="M:System.Web.SessionState.ISessionIDManager.GetSessionID(System.Web.HttpContext)"> <summary> Gets the session identifier from the context of the current HTTP request. </summary> <returns> The current session identifier sent with the HTTP request. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties). </param> </member> <member name="M:System.Web.SessionState.ISessionIDManager.Initialize"> <summary> Initializes the <see cref="T:System.Web.SessionState.SessionIDManager" /> object. </summary> </member> <member name="M:System.Web.SessionState.ISessionIDManager.InitializeRequest(System.Web.HttpContext,System.Boolean,System.Boolean@)"> <summary> Performs per-request initialization of the <see cref="T:System.Web.SessionState.SessionIDManager" /> object. </summary> <returns>true to indicate that the initialization performed a redirect; otherwise, false. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> object that contains information about the current request. </param> <param name="suppressAutoDetectRedirect">true if the session-ID manager should redirect to determine cookie support; otherwise, false to suppress automatic redirection to determine cookie support. </param> <param name="supportSessionIDReissue"> When this method returns, contains a Boolean that indicates whether the <see cref="T:System.Web.SessionState.ISessionIDManager" /> object supports issuing new session IDs when the original ID is out of date. This parameter is passed uninitialized. Session ID reuse is appropriate when the session-state ID is encoded on a URL and the potential exists for the URL to be shared or emailed. If a custom session-state implementation partitions cookies by virtual path, session state should also be supported. </param> </member> <member name="M:System.Web.SessionState.ISessionIDManager.RemoveSessionID(System.Web.HttpContext)"> <summary> Deletes the session identifier from the cookie or from the URL. </summary> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties). </param> </member> <member name="M:System.Web.SessionState.ISessionIDManager.SaveSessionID(System.Web.HttpContext,System.String,System.Boolean@,System.Boolean@)"> <summary> Saves a newly created session identifier to the HTTP response. </summary> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties). </param> <param name="id"> The session identifier. </param> <param name="redirected"> When this method returns, contains a Boolean value that is true if the response is redirected to the current URL with the session identifier added to the URL; otherwise, false. </param> <param name="cookieAdded"> When this method returns, contains a Boolean value that is true if a cookie has been added to the HTTP response; otherwise, false. </param> </member> <member name="M:System.Web.SessionState.ISessionIDManager.Validate(System.String)"> <summary> Confirms that the supplied session identifier is valid. </summary> <returns>true if the session identifier is valid; otherwise, false. </returns> <param name="id"> The session identifier to validate. </param> </member> <member name="T:System.Web.SessionState.ISessionStateItemCollection"> <summary> Defines the contract for the collection used by ASP.NET session state to manage session. </summary> </member> <member name="M:System.Web.SessionState.ISessionStateItemCollection.Clear"> <summary> Removes all values and keys from the session-state collection. </summary> </member> <member name="P:System.Web.SessionState.ISessionStateItemCollection.Dirty"> <summary> Gets or sets a value indicating whether the collection has been marked as changed. </summary> <returns>true if the <see cref="T:System.Web.SessionState.SessionStateItemCollection" /> contents have been changed; otherwise, false. </returns> </member> <member name="P:System.Web.SessionState.ISessionStateItemCollection.Item(System.Int32)"> <summary> Gets or sets a value in the collection by numerical index. </summary> <returns> The value in the collection stored at the specified index. </returns> <param name="index"> The numerical index of the value in the collection. </param> </member> <member name="P:System.Web.SessionState.ISessionStateItemCollection.Item(System.String)"> <summary> Gets or sets a value in the collection by name. </summary> <returns> The value in the collection with the specified name. </returns> <param name="name"> The key name of the value in the collection. </param> </member> <member name="P:System.Web.SessionState.ISessionStateItemCollection.Keys"> <summary> Gets a collection of the variable names for all values stored in the collection. </summary> <returns> The <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> that contains all the collection keys. </returns> </member> <member name="M:System.Web.SessionState.ISessionStateItemCollection.Remove(System.String)"> <summary> Deletes an item from the collection. </summary> <param name="name"> The name of the item to delete from the collection. </param> </member> <member name="M:System.Web.SessionState.ISessionStateItemCollection.RemoveAt(System.Int32)"> <summary> Deletes an item at a specified index from the collection. </summary> <param name="index"> The index of the item to remove from the collection. </param> </member> <member name="T:System.Web.SessionState.IStateRuntime"> <summary> Defines the interface used by the ASP.NET state service to manage session data. </summary> </member> <member name="M:System.Web.SessionState.IStateRuntime.ProcessRequest(System.IntPtr,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"> <summary> Used by the ASP.NET state server to process session data. </summary> <param name="tracker"> An <see cref="T:System.IntPtr" /> pointer to an object stored in the unmanaged ASP.NET state server. </param> <param name="verb"> The action to take on the object. </param> <param name="uri"> An identifier for the session. </param> <param name="exclusive"> The type of access to objects in the store. </param> <param name="extraFlags"> A value that indicates whether the current session is an uninitialized, cookieless session. </param> <param name="timeout"> The number of minutes the session data is stored. </param> <param name="lockCookieExists"> A value that indicates whether the lock cookie exists in the original request from the ASP.NET Web server to the ASP.NET state server. </param> <param name="lockCookie"> The owner of the lock on the session state. </param> <param name="contentLength"> The length, in bytes, of the data stored for the session. </param> <param name="content"> An <see cref="T:System.IntPtr" /> pointer to the content stored for the session in the unmanaged ASP.NET state server. </param> </member> <member name="M:System.Web.SessionState.IStateRuntime.ProcessRequest(System.IntPtr,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"> <summary> Used by the ASP.NET state server to process session data. </summary> <param name="tracker"> An <see cref="T:System.IntPtr" /> pointer to an object stored in the unmanaged ASP.NET state server. </param> <param name="verb"> The action to take on the object. </param> <param name="uri"> An identifier for the session. </param> <param name="exclusive"> The type of access to objects in the store. </param> <param name="timeout"> The number of minutes the session data is stored. </param> <param name="lockCookieExists"> A value that indicates whether the lock cookie exists in the original request from the ASP.NET Web server to the ASP.NET state server. </param> <param name="lockCookie"> The owner of the lock on the session state. </param> <param name="contentLength"> The length, in bytes, of the data stored for the session. </param> <param name="content"> An <see cref="T:System.IntPtr" /> pointer to the content stored for the session in the unmanaged ASP.NET state server. </param> </member> <member name="M:System.Web.SessionState.IStateRuntime.StopProcessing"> <summary> Stops the processing of session data stored in ASP.NET state server. </summary> </member> <member name="T:System.Web.SessionState.SessionIDManager"> <summary> Manages unique identifiers for ASP.NET session state. </summary> </member> <member name="M:System.Web.SessionState.SessionIDManager.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.SessionState.SessionIDManager" /> class. </summary> </member> <member name="M:System.Web.SessionState.SessionIDManager.CreateSessionID(System.Web.HttpContext)"> <summary> Creates a unique session identifier for the session. </summary> <returns> A unique session identifier. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties). </param> </member> <member name="M:System.Web.SessionState.SessionIDManager.Decode(System.String)"> <summary> Decodes a URL-encoded session identifier obtained from a cookie or the URL. </summary> <returns> The decoded session identifier. </returns> <param name="id"> The session identifier to decode. </param> </member> <member name="M:System.Web.SessionState.SessionIDManager.Encode(System.String)"> <summary> Encodes the session identifier for saving to either a cookie or the URL. </summary> <returns> The encoded session identifier. </returns> <param name="id"> The session identifier to encode. </param> </member> <member name="M:System.Web.SessionState.SessionIDManager.GetSessionID(System.Web.HttpContext)"> <summary> Gets the session-identifier value from the current Web request. </summary> <returns> The current <see cref="P:System.Web.SessionState.HttpSessionState.SessionID" />. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties). </param> <exception cref="T:System.Web.HttpException"> The length of the session-identifier value retrieved from the HTTP request exceeds the <see cref="P:System.Web.SessionState.SessionIDManager.SessionIDMaxLength" /> value. </exception> </member> <member name="M:System.Web.SessionState.SessionIDManager.Initialize"> <summary> Initializes the <see cref="T:System.Web.SessionState.SessionIDManager" /> object with information from configuration files. </summary> </member> <member name="M:System.Web.SessionState.SessionIDManager.InitializeRequest(System.Web.HttpContext,System.Boolean,System.Boolean@)"> <summary> Performs per-request initialization of the <see cref="T:System.Web.SessionState.SessionIDManager" /> object. </summary> <returns>true to indicate the <see cref="T:System.Web.SessionState.SessionIDManager" /> object has done a redirect to determine cookie support; otherwise, false. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> object that contains information about the current request. </param> <param name="suppressAutoDetectRedirect">true to redirect to determine cookie support; otherwise, false to suppress automatic redirection to determine cookie support. </param> <param name="supportSessionIDReissue"> When this method returns, contains a Boolean that indicates whether the <see cref="T:System.Web.SessionState.SessionIDManager" /> object supports issuing new session IDs when the original ID is out of date. This parameter is passed uninitialized. </param> </member> <member name="M:System.Web.SessionState.SessionIDManager.RemoveSessionID(System.Web.HttpContext)"> <summary> Deletes the session-identifier cookie from the HTTP response. </summary> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties). </param> </member> <member name="M:System.Web.SessionState.SessionIDManager.SaveSessionID(System.Web.HttpContext,System.String,System.Boolean@,System.Boolean@)"> <summary> Saves a newly created session identifier to the HTTP response. </summary> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties). </param> <param name="id"> The session identifier. </param> <param name="redirected"> When this method returns, contains a Boolean value that is true if the response is redirected to the current URL with the session identifier added to the URL; otherwise, false. </param> <param name="cookieAdded"> When this method returns, contains a Boolean value that is true if a cookie has been added to the HTTP response; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> The response has already been sent. -or- The session ID passed to this method failed validation. </exception> </member> <member name="P:System.Web.SessionState.SessionIDManager.SessionIDMaxLength"> <summary> Gets the maximum length of a valid session identifier. </summary> <returns> The maximum length of a valid session identifier. </returns> </member> <member name="M:System.Web.SessionState.SessionIDManager.Validate(System.String)"> <summary> Gets a value indicating whether a session identifier is valid. </summary> <returns>true if the session identifier is valid; otherwise, false. </returns> <param name="id"> The session identifier to validate. </param> </member> <member name="T:System.Web.SessionState.SessionStateActions"> <summary> Identifies whether a session item from a data store is for a session that requires initialization. </summary> </member> <member name="F:System.Web.SessionState.SessionStateActions.None"> <summary> No initialization actions need to be performed by the calling code. </summary> </member> <member name="F:System.Web.SessionState.SessionStateActions.InitializeItem"> <summary> The session item from the data store is for a session that requires initialization. </summary> </member> <member name="T:System.Web.SessionState.SessionStateItemCollection"> <summary> A collection of objects stored in session state. This class cannot be inherited. </summary> </member> <member name="M:System.Web.SessionState.SessionStateItemCollection.#ctor"> <summary> Creates a new, empty <see cref="T:System.Web.SessionState.SessionStateItemCollection" /> object. </summary> </member> <member name="M:System.Web.SessionState.SessionStateItemCollection.Clear"> <summary> Removes all values and keys from the session-state collection. </summary> </member> <member name="M:System.Web.SessionState.SessionStateItemCollection.Deserialize(System.IO.BinaryReader)"> <summary> Creates a <see cref="T:System.Web.SessionState.SessionStateItemCollection" /> collection from a storage location that is written to using the <see cref="M:System.Web.SessionState.SessionStateItemCollection.Serialize(System.IO.BinaryWriter)" /> method. </summary> <returns> A <see cref="T:System.Web.SessionState.SessionStateItemCollection" /> collection populated with the contents from a storage location that is written to using the <see cref="M:System.Web.SessionState.SessionStateItemCollection.Serialize(System.IO.BinaryWriter)" /> method. </returns> <param name="reader"> The <see cref="T:System.IO.BinaryReader" /> used to read the serialized collection from a stream or encoded string. </param> <exception cref="T:System.Web.HttpException"> The session state information is invalid or corrupted </exception> </member> <member name="P:System.Web.SessionState.SessionStateItemCollection.Dirty"> <summary> Gets or sets a value indicating whether the collection has been marked as changed. </summary> <returns>true if the <see cref="T:System.Web.SessionState.SessionStateItemCollection" /> contents have been changed; otherwise, false. </returns> </member> <member name="M:System.Web.SessionState.SessionStateItemCollection.GetEnumerator"> <summary> Returns an enumerator that can be used to read all the key names in the collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can iterate through the variable names in the session-state collection. </returns> </member> <member name="P:System.Web.SessionState.SessionStateItemCollection.Item(System.Int32)"> <summary> Gets or sets a value in the collection by numerical index. </summary> <returns> The value in the collection stored at the specified index. If the specified key is not found, attempting to get it returns null, and attempting to set it creates a new element using the specified key. </returns> <param name="index"> The numerical index of the value in the collection. </param> </member> <member name="P:System.Web.SessionState.SessionStateItemCollection.Item(System.String)"> <summary> Gets or sets a value in the collection by name. </summary> <returns> The value in the collection with the specified name. If the specified key is not found, attempting to get it returns null, and attempting to set it creates a new element using the specified key. </returns> <param name="name"> The key name of the value in the collection. </param> </member> <member name="P:System.Web.SessionState.SessionStateItemCollection.Keys"> <summary> Gets a collection of the variable names for all values stored in the collection. </summary> <returns> The <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> collection that contains all the collection keys. </returns> </member> <member name="M:System.Web.SessionState.SessionStateItemCollection.Remove(System.String)"> <summary> Deletes an item from the collection. </summary> <param name="name"> The name of the item to delete from the collection. </param> </member> <member name="M:System.Web.SessionState.SessionStateItemCollection.RemoveAt(System.Int32)"> <summary> Deletes an item at a specified index from the collection. </summary> <param name="index"> The index of the item to remove from the collection. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. - or - <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ICollection.Count" />. </exception> </member> <member name="M:System.Web.SessionState.SessionStateItemCollection.Serialize(System.IO.BinaryWriter)"> <summary> Writes the contents of the collection to a <see cref="T:System.IO.BinaryWriter" />. </summary> <param name="writer"> The <see cref="T:System.IO.BinaryWriter" /> used to write the serialized collection to a stream or encoded string. </param> </member> <member name="T:System.Web.SessionState.SessionStateItemExpireCallback"> <summary> Represents the method that handles the <see cref="E:System.Web.SessionState.SessionStateModule.End" /> event of a session-state module. </summary> <param name="id"> The <see cref="P:System.Web.SessionState.HttpSessionState.SessionID" /> parameter of the session that is ending. </param> <param name="item"> A <see cref="T:System.Web.SessionState.SessionStateStoreData" /> object containing the session-state data for the session that is ending. </param> </member> <member name="T:System.Web.SessionState.SessionStateMode"> <summary> Specifies the session-state mode. </summary> </member> <member name="F:System.Web.SessionState.SessionStateMode.Off"> <summary> Session state is disabled. </summary> </member> <member name="F:System.Web.SessionState.SessionStateMode.InProc"> <summary> Session state is in process with an ASP.NET worker process. </summary> </member> <member name="F:System.Web.SessionState.SessionStateMode.StateServer"> <summary> Session state is using the out-of-process ASP.NET State Service to store state information. </summary> </member> <member name="F:System.Web.SessionState.SessionStateMode.SQLServer"> <summary> Session state is using an out-of-process SQL Server database to store state information. </summary> </member> <member name="F:System.Web.SessionState.SessionStateMode.Custom"> <summary> Session state is using a custom data store to store session-state information. </summary> </member> <member name="T:System.Web.SessionState.SessionStateModule"> <summary> Provides session-state services for an application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.SessionState.SessionStateModule.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.SessionState.SessionStateModule" /> class. </summary> </member> <member name="M:System.Web.SessionState.SessionStateModule.Dispose"> <summary> Executes final cleanup code before the <see cref="T:System.Web.SessionState.SessionStateModule" /> object is released from memory. </summary> </member> <member name="E:System.Web.SessionState.SessionStateModule.End"> <summary> Occurs when a session ends. </summary> </member> <member name="M:System.Web.SessionState.SessionStateModule.Init(System.Web.HttpApplication)"> <summary> Calls initialization code when a <see cref="T:System.Web.SessionState.SessionStateModule" /> object is created. </summary> <param name="app"> The current application. </param> <exception cref="T:System.Web.HttpException"> The mode attribute in the sessionState Element (ASP.NET Settings Schema) configuration element is set to <see cref="F:System.Web.SessionState.SessionStateMode.StateServer" /> or <see cref="F:System.Web.SessionState.SessionStateMode.SQLServer" />, and the ASP.NET application has less than <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium" /> trust. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The mode attribute in the sessionState Element (ASP.NET Settings Schema) configuration element is set to <see cref="F:System.Web.SessionState.SessionStateMode.Custom" /> and the customProvider attribute is empty or does not exist. -or- The mode attribute in the sessionState Element (ASP.NET Settings Schema) configuration element is set to <see cref="F:System.Web.SessionState.SessionStateMode.Custom" /> and the provider identified by name in the customProvider attribute has not been added to the providers Element for sessionState (ASP.NET Settings Schema) sub-element. </exception> </member> <member name="E:System.Web.SessionState.SessionStateModule.Start"> <summary> The event that occurs when a session is created. </summary> </member> <member name="T:System.Web.SessionState.SessionStateStoreData"> <summary> Represents session-state data for a session store. </summary> </member> <member name="M:System.Web.SessionState.SessionStateStoreData.#ctor(System.Web.SessionState.ISessionStateItemCollection,System.Web.HttpStaticObjectsCollection,System.Int32)"> <summary> Creates a new instance of the <see cref="T:System.Web.SessionState.SessionStateStoreData" /> class. </summary> <param name="sessionItems"> The session variables and values for the current session. </param> <param name="staticObjects"> The <see cref="T:System.Web.HttpStaticObjectsCollection" /> for the current session. </param> <param name="timeout"> The <see cref="P:System.Web.SessionState.SessionStateStoreData.Timeout" /> for the current session. </param> </member> <member name="P:System.Web.SessionState.SessionStateStoreData.Items"> <summary> The session variables and values for the current session. </summary> <returns> An <see cref="T:System.Web.SessionState.ISessionStateItemCollection" /> object that contains variables and values for the current session. </returns> </member> <member name="P:System.Web.SessionState.SessionStateStoreData.StaticObjects"> <summary> Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. </summary> <returns> An <see cref="T:System.Web.HttpStaticObjectsCollection" /> containing objects declared in the Global.asax file. </returns> </member> <member name="P:System.Web.SessionState.SessionStateStoreData.Timeout"> <summary> Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session. </summary> <returns> The time-out period in minutes. </returns> </member> <member name="T:System.Web.SessionState.SessionStateStoreProviderBase"> <summary> Defines the required members of a session-state provider for a data store. </summary> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.SessionState.SessionStateStoreProviderBase" /> class. </summary> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.CreateNewStoreData(System.Web.HttpContext,System.Int32)"> <summary> Creates a new <see cref="T:System.Web.SessionState.SessionStateStoreData" /> object to be used for the current request. </summary> <returns> A new <see cref="T:System.Web.SessionState.SessionStateStoreData" /> for the current request. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> <param name="timeout"> The session-state <see cref="P:System.Web.SessionState.HttpSessionState.Timeout" /> value for the new <see cref="T:System.Web.SessionState.SessionStateStoreData" />. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.CreateUninitializedItem(System.Web.HttpContext,System.String,System.Int32)"> <summary> Adds a new session-state item to the data store. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> <param name="id"> The <see cref="P:System.Web.SessionState.HttpSessionState.SessionID" /> for the current request. </param> <param name="timeout"> The session <see cref="P:System.Web.SessionState.HttpSessionState.Timeout" /> for the current request. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.Dispose"> <summary> Releases all resources used by the <see cref="T:System.Web.SessionState.SessionStateStoreProviderBase" /> implementation. </summary> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.EndRequest(System.Web.HttpContext)"> <summary> Called by the <see cref="T:System.Web.SessionState.SessionStateModule" /> object at the end of a request. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.GetItem(System.Web.HttpContext,System.String,System.Boolean@,System.TimeSpan@,System.Object@,System.Web.SessionState.SessionStateActions@)"> <summary> Returns read-only session-state data from the session data store. </summary> <returns> A <see cref="T:System.Web.SessionState.SessionStateStoreData" /> populated with session values and information from the session data store. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> <param name="id"> The <see cref="P:System.Web.SessionState.HttpSessionState.SessionID" /> for the current request. </param> <param name="locked"> When this method returns, contains a Boolean value that is set to true if the requested session item is locked at the session data store; otherwise, false. </param> <param name="lockAge"> When this method returns, contains a <see cref="T:System.TimeSpan" /> object that is set to the amount of time that an item in the session data store has been locked. </param> <param name="lockId"> When this method returns, contains an object that is set to the lock identifier for the current request. For details on the lock identifier, see "Locking Session-Store Data" in the <see cref="T:System.Web.SessionState.SessionStateStoreProviderBase" /> class summary. </param> <param name="actions"> When this method returns, contains one of the <see cref="T:System.Web.SessionState.SessionStateActions" /> values, indicating whether the current session is an uninitialized, cookieless session. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.GetItemExclusive(System.Web.HttpContext,System.String,System.Boolean@,System.TimeSpan@,System.Object@,System.Web.SessionState.SessionStateActions@)"> <summary> Returns read-only session-state data from the session data store. </summary> <returns> A <see cref="T:System.Web.SessionState.SessionStateStoreData" /> populated with session values and information from the session data store. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> <param name="id"> The <see cref="P:System.Web.SessionState.HttpSessionState.SessionID" /> for the current request. </param> <param name="locked"> When this method returns, contains a Boolean value that is set to true if a lock is successfully obtained; otherwise, false. </param> <param name="lockAge"> When this method returns, contains a <see cref="T:System.TimeSpan" /> object that is set to the amount of time that an item in the session data store has been locked. </param> <param name="lockId"> When this method returns, contains an object that is set to the lock identifier for the current request. For details on the lock identifier, see "Locking Session-Store Data" in the <see cref="T:System.Web.SessionState.SessionStateStoreProviderBase" /> class summary. </param> <param name="actions"> When this method returns, contains one of the <see cref="T:System.Web.SessionState.SessionStateActions" /> values, indicating whether the current session is an uninitialized, cookieless session. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.InitializeRequest(System.Web.HttpContext)"> <summary> Called by the <see cref="T:System.Web.SessionState.SessionStateModule" /> object for per-request initialization. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.ReleaseItemExclusive(System.Web.HttpContext,System.String,System.Object)"> <summary> Releases a lock on an item in the session data store. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> <param name="id"> The session identifier for the current request. </param> <param name="lockId"> The lock identifier for the current request. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.RemoveItem(System.Web.HttpContext,System.String,System.Object,System.Web.SessionState.SessionStateStoreData)"> <summary> Deletes item data from the session data store. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> <param name="id"> The session identifier for the current request. </param> <param name="lockId"> The lock identifier for the current request. </param> <param name="item"> The <see cref="T:System.Web.SessionState.SessionStateStoreData" /> that represents the item to delete from the data store. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.ResetItemTimeout(System.Web.HttpContext,System.String)"> <summary> Updates the expiration date and time of an item in the session data store. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> <param name="id"> The session identifier for the current request. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.SetAndReleaseItemExclusive(System.Web.HttpContext,System.String,System.Web.SessionState.SessionStateStoreData,System.Object,System.Boolean)"> <summary> Updates the session-item information in the session-state data store with values from the current request, and clears the lock on the data. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the current request. </param> <param name="id"> The session identifier for the current request. </param> <param name="item"> The <see cref="T:System.Web.SessionState.SessionStateStoreData" /> object that contains the current session values to be stored. </param> <param name="lockId"> The lock identifier for the current request. </param> <param name="newItem">true to identify the session item as a new item; false to identify the session item as an existing item. </param> </member> <member name="M:System.Web.SessionState.SessionStateStoreProviderBase.SetItemExpireCallback(System.Web.SessionState.SessionStateItemExpireCallback)"> <summary> Sets a reference to the <see cref="T:System.Web.SessionState.SessionStateItemExpireCallback" /> delegate for the Session_OnEnd event defined in the Global.asax file. </summary> <returns>true if the session-state store provider supports calling the Session_OnEnd event; otherwise, false. </returns> <param name="expireCallback"> The <see cref="T:System.Web.SessionState.SessionStateItemExpireCallback" /> delegate for the Session_OnEnd event defined in the Global.asax file. </param> </member> <member name="T:System.Web.SessionState.SessionStateUtility"> <summary> Provides helper methods used by session-state modules and session-state store providers to manage session information for an ASP.NET application. This class cannot be inherited. </summary> </member> <member name="M:System.Web.SessionState.SessionStateUtility.AddHttpSessionStateToContext(System.Web.HttpContext,System.Web.SessionState.IHttpSessionState)"> <summary> Applies the session data to the context for the current request. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> object to which to add the <see cref="T:System.Web.SessionState.HttpSessionState" /> object. </param> <param name="container"> The <see cref="T:System.Web.SessionState.IHttpSessionState" /> implementation instance to add to the specified HTTP context. </param> <exception cref="T:System.Web.HttpException"> An <see cref="T:System.Web.SessionState.HttpSessionState" /> object for the current session has already been added to the specified <paramref name="context" />. </exception> </member> <member name="M:System.Web.SessionState.SessionStateUtility.GetHttpSessionStateFromContext(System.Web.HttpContext)"> <summary> Retrieves session data from the context for the current request. </summary> <returns> An <see cref="T:System.Web.SessionState.IHttpSessionState" /> implementation instance populated with session data from the current request. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> from which to retrieve session data. </param> </member> <member name="M:System.Web.SessionState.SessionStateUtility.GetSessionStaticObjects(System.Web.HttpContext)"> <summary> Gets a reference to the static objects collection for the specified context. </summary> <returns> An <see cref="T:System.Web.HttpStaticObjectsCollection" /> collection populated with the <see cref="P:System.Web.SessionState.HttpSessionState.StaticObjects" /> property value for the specified <see cref="T:System.Web.HttpContext" />. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> from which to get the static objects collection. </param> </member> <member name="M:System.Web.SessionState.SessionStateUtility.RaiseSessionEnd(System.Web.SessionState.IHttpSessionState,System.Object,System.EventArgs)"> <summary> Executes the Session_OnEnd event defined in the Global.asax file for the ASP.NET application. </summary> <param name="session"> The <see cref="T:System.Web.SessionState.IHttpSessionState" /> implementation instance for the session that has ended. </param> <param name="eventSource"> The event source object to supply to the Session_OnEnd event. </param> <param name="eventArgs"> The <see cref="T:System.EventArgs" /> object to supply to the Session_OnEnd event. </param> </member> <member name="M:System.Web.SessionState.SessionStateUtility.RemoveHttpSessionStateFromContext(System.Web.HttpContext)"> <summary> Removes session data from the specified context. </summary> <param name="context"> The <see cref="T:System.Web.HttpContext" /> from which to remove session data. </param> </member> <member name="T:System.Web.SessionState.StateRuntime"> <summary> Manages session data stored in the ASP.NET state service. This class cannot be inherited. </summary> </member> <member name="M:System.Web.SessionState.StateRuntime.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.SessionState.StateRuntime" /> class. </summary> </member> <member name="M:System.Web.SessionState.StateRuntime.ProcessRequest(System.IntPtr,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"> <summary> Used by the ASP.NET state server to process session data. </summary> <param name="tracker"> An <see cref="T:System.IntPtr" /> pointer to an object stored in the unmanaged ASP.NET state server. </param> <param name="verb"> The action to take on the object. </param> <param name="uri"> An identifier for the session. </param> <param name="exclusive"> The type of access to objects in the store. </param> <param name="extraFlags"> A value that indicates whether the current session is an uninitialized, cookieless session. </param> <param name="timeout"> The number of minutes the session data is stored. </param> <param name="lockCookieExists"> A value that indicates whether the lock cookie exists in the original request from the ASP.NET Web server to the ASP.NET state server. </param> <param name="lockCookie"> The owner of the lock on the session state. </param> <param name="contentLength"> The length, in bytes, of the data stored for the session. </param> <param name="content"> An <see cref="T:System.IntPtr" /> pointer to the content stored for the session in the unmanaged ASP.NET state server. </param> </member> <member name="M:System.Web.SessionState.StateRuntime.ProcessRequest(System.IntPtr,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"> <summary> Used by the ASP.NET state server to process session data. </summary> <param name="tracker"> An <see cref="T:System.IntPtr" /> pointer to an object stored in the unmanaged ASP.NET state server. </param> <param name="verb"> The action to take on the object. </param> <param name="uri"> An identifier for the session. </param> <param name="exclusive"> The type of access to objects in the store. </param> <param name="timeout"> The number of minutes the session data is stored. </param> <param name="lockCookieExists"> A value that indicates whether the lock cookie exists in the original request from the ASP.NET Web server to the ASP.NET state server. </param> <param name="lockCookie"> The owner of the lock on the session state. </param> <param name="contentLength"> The length, in bytes, of the data stored for the session. </param> <param name="content"> An <see cref="T:System.IntPtr" /> pointer to the content stored for the session in the unmanaged ASP.NET state server. </param> </member> <member name="M:System.Web.SessionState.StateRuntime.StopProcessing"> <summary> Stops the processing of session data stored in the ASP.NET state server. </summary> </member> <member name="T:System.Web.UI.AttributeCollection"> <summary> Provides object-model access to all attributes declared in the opening tag of an ASP.NET server control element. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.AttributeCollection.#ctor(System.Web.UI.StateBag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.AttributeCollection" /> class. </summary> <param name="bag"> An object that contains the attribute keys and their values from the opening tag of the server control. </param> </member> <member name="M:System.Web.UI.AttributeCollection.Add(System.String,System.String)"> <summary> Adds an attribute to a server control's <see cref="T:System.Web.UI.AttributeCollection" /> object. </summary> <param name="key"> The attribute name. </param> <param name="value"> The attribute value. </param> </member> <member name="M:System.Web.UI.AttributeCollection.AddAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Adds attributes from the <see cref="T:System.Web.UI.AttributeCollection" /> class to the <see cref="T:System.Web.UI.HtmlTextWriter" /> object that is responsible for rendering the attributes as markup. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> instance that writes the attribute to the opening tag of an ASP.NET server control. </param> </member> <member name="M:System.Web.UI.AttributeCollection.Clear"> <summary> Removes all attributes from a server control's <see cref="T:System.Web.UI.AttributeCollection" /> object. </summary> </member> <member name="P:System.Web.UI.AttributeCollection.Count"> <summary> Gets the number of attributes in the <see cref="T:System.Web.UI.AttributeCollection" /> object. </summary> <returns> The number of items in the collection. </returns> </member> <member name="P:System.Web.UI.AttributeCollection.CssStyle"> <summary> Gets a collection of styles for the ASP.NET server control to which the current <see cref="T:System.Web.UI.AttributeCollection" /> object belongs. </summary> <returns> A collection that contains the styles for the current server control. </returns> </member> <member name="M:System.Web.UI.AttributeCollection.Equals(System.Object)"> <summary> Determines whether the current instance of the <see cref="T:System.Web.UI.AttributeCollection" /> object is equal to the specified object. </summary> <returns>true if the object that is contained in the <paramref name="o" /> parameter is equal to the current instance of <see cref="T:System.Web.UI.AttributeCollection" />; otherwise, false. </returns> <param name="o"> The object instance to compare with this instance. </param> </member> <member name="M:System.Web.UI.AttributeCollection.GetHashCode"> <summary> Returns the hash code for this instance. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="P:System.Web.UI.AttributeCollection.Item(System.String)"> <summary> Gets or sets a specified attribute value for a server control. </summary> <returns> The attribute value. </returns> <param name="key"> The location of the attribute in the collection. </param> </member> <member name="P:System.Web.UI.AttributeCollection.Keys"> <summary> Gets a collection of keys to all attributes in the server control's <see cref="T:System.Web.UI.AttributeCollection" /> object. </summary> <returns> The collection of keys. </returns> </member> <member name="M:System.Web.UI.AttributeCollection.Remove(System.String)"> <summary> Removes an attribute from a server control's <see cref="T:System.Web.UI.AttributeCollection" /> object. </summary> <param name="key"> The name of the attribute to remove. </param> </member> <member name="M:System.Web.UI.AttributeCollection.Render(System.Web.UI.HtmlTextWriter)"> <summary> Writes the collection of attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> output stream for the control to which the collection belongs. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> instance that writes the attribute collection to the current output stream. </param> </member> <member name="T:System.Web.UI.BaseParser"> <summary> Provides a base set of functionality for classes involved in parsing ASP.NET page requests and server controls. </summary> </member> <member name="M:System.Web.UI.BaseParser.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.BaseParser" /> class. </summary> </member> <member name="T:System.Web.UI.BasePartialCachingControl"> <summary> Provides the base functionality for the <see cref="T:System.Web.UI.StaticPartialCachingControl" /> and <see cref="T:System.Web.UI.PartialCachingControl" /> classes. </summary> </member> <member name="M:System.Web.UI.BasePartialCachingControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.BasePartialCachingControl" /> class. </summary> </member> <member name="P:System.Web.UI.BasePartialCachingControl.CachePolicy"> <summary> Gets the <see cref="T:System.Web.UI.ControlCachePolicy" /> object that is associated with the wrapped user control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCachePolicy" /> that stores output caching-related properties of the wrapped user control. </returns> </member> <member name="P:System.Web.UI.BasePartialCachingControl.Dependency"> <summary> Gets or sets an instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class associated with the cached user control output. </summary> <returns> The <see cref="T:System.Web.Caching.CacheDependency" /> associated with the server control. </returns> </member> <member name="M:System.Web.UI.BasePartialCachingControl.Dispose"> <summary> Releases all resources used by the <see cref="T:System.Web.UI.BasePartialCachingControl" /> class. </summary> </member> <member name="M:System.Web.UI.BasePartialCachingControl.Render(System.Web.UI.HtmlTextWriter)"> <summary> Outputs the user control's content to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> output stream. </summary> <param name="output"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that writes the cached control to the page. </param> </member> <member name="T:System.Web.UI.BaseTemplateParser"> <summary> Implements ASP.NET template parsing for template files. </summary> </member> <member name="M:System.Web.UI.BaseTemplateParser.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.BaseTemplateParser" /> class. </summary> </member> <member name="M:System.Web.UI.BaseTemplateParser.GetReferencedType(System.String)"> <summary> Compiles and returns the type of the <see cref="T:System.Web.UI.Page" /> or <see cref="T:System.Web.UI.UserControl" /> control that is specified by the virtual path. </summary> <returns> The type of the page or user control. </returns> <param name="virtualPath"> The virtual path of the <see cref="T:System.Web.UI.Page" /> or <see cref="T:System.Web.UI.UserControl" />. </param> <exception cref="T:System.Web.HttpException"> The parser does not permit a virtual reference to the resource specified by <paramref name="virtualPath" />. </exception> </member> <member name="M:System.Web.UI.BaseTemplateParser.GetUserControlType(System.String)"> <summary> Compiles and returns the type of the <see cref="T:System.Web.UI.UserControl" /> object that is specified by the virtual path. </summary> <returns> The type of the user control. </returns> <param name="virtualPath"> The virtual path of the <see cref="T:System.Web.UI.UserControl" />. </param> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.UserControl" /> specified by <paramref name="virtualPath" /> is marked as no compile. - or - The parser does not permit a virtual reference to the <see cref="T:System.Web.UI.UserControl" />. </exception> </member> <member name="T:System.Web.UI.BindableTemplateBuilder"> <summary> Supports page parsing of data-bound controls that automatically bind to an ASP.NET data source control within templated content sections. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.BindableTemplateBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.BindableTemplateBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.BindableTemplateBuilder.ExtractValues(System.Web.UI.Control)"> <summary> Retrieves a set of name/value pairs for values that are bound using two-way ASP.NET data-binding syntax within the templated content at design-time and in no-compile pages. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of name/value pairs, where the name represents the data item field specified as the first parameter to bind within the templated content and the value is the current value of a property value bound using two-way ASP.NET data-binding syntax. </returns> <param name="container"> The <see cref="T:System.Web.UI.Control" /> from which to extract name/value pairs, which are passed by the data-bound control to an associated data source control in two-way data-binding scenarios. </param> </member> <member name="M:System.Web.UI.BindableTemplateBuilder.OnAppendToParentBuilder(System.Web.UI.ControlBuilder)"> <summary> Notifies the <see cref="T:System.Web.UI.BindableTemplateBuilder" /> object that it is being added to a parent control builder. </summary> <param name="parentBuilder"> The <see cref="T:System.Web.UI.BindableTemplateBuilder" /> to which to add the current builder. </param> </member> <member name="T:System.Web.UI.BoundPropertyEntry"> <summary> Represents a control property that is data-bound to an expression. </summary> </member> <member name="P:System.Web.UI.BoundPropertyEntry.ControlID"> <summary> Gets or sets the ID of the control that contains this binding. </summary> <returns> A <see cref="T:System.String" /> with the <see cref="P:System.Web.UI.Control.ID" /> of the control that contains this binding. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.ControlType"> <summary> Gets or sets the type of the control that is being bound to at run time. </summary> <returns> The <see cref="T:System.Type" /> of the control bound by the expression. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.Expression"> <summary> Gets or sets the value representing an expression during page parsing. </summary> <returns> A <see cref="T:System.String" /> that contains the expression. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.ExpressionBuilder"> <summary> Gets or sets the object used for evaluating the expression during page parsing. </summary> <returns> An <see cref="T:System.Web.Compilation.ExpressionBuilder" /> for evaluating this expression. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.ExpressionPrefix"> <summary> Gets or sets the prefix for this expression. </summary> <returns> A <see cref="T:System.String" /> containing the prefix. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.FieldName"> <summary> Gets or sets the name of the data field bound to by the expression. </summary> <returns> A <see cref="T:System.String" /> containing the data field name. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.FormatString"> <summary> Gets or sets the format specifier characters that indicate how a value is to be displayed. </summary> <returns> A <see cref="T:System.String" /> containing the format specifier characters that indicate how a value is to be displayed. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.Generated"> <summary> Gets or sets a value indicating whether the expression was generated by the parser. </summary> <returns>true if the expression was generated by the parser; otherwise, false. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.ParsedExpressionData"> <summary> Gets or sets the data retrieved from an expression builder object during page parsing. </summary> <returns> An <see cref="T:System.Object" /> containing the data retrieved from an <see cref="T:System.Web.Compilation.ExpressionBuilder" /> after it has called <see cref="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" />. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.ReadOnlyProperty"> <summary> Gets or sets a value indicating whether the property contains a set accessor. </summary> <returns>true if the property does not contain a set accessor, which indicates that the property is ReadOnly; otherwise, false. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.TwoWayBound"> <summary> Gets or sets a value indicating whether the expression is bound to a control that allows for inserting, updating, or deleting data. </summary> <returns>true if the expression is bound to a control that allows for inserting, updating, or deleting data; otherwise, false. </returns> </member> <member name="P:System.Web.UI.BoundPropertyEntry.UseSetAttribute"> <summary> Gets or sets a value indicating whether a control's SetAttribute method can be called. </summary> <returns>true if the SetAttribute method can be called; otherwise, false. </returns> </member> <member name="T:System.Web.UI.BuilderPropertyEntry"> <summary> Serves as the base class for all property entries that require a control builder. </summary> </member> <member name="P:System.Web.UI.BuilderPropertyEntry.Builder"> <summary> Gets or sets the control builder for the property entry. </summary> <returns> A <see cref="T:System.Web.UI.ControlBuilder" /> for this property entry. </returns> </member> <member name="T:System.Web.UI.BuildMethod"> <summary> Represents the method that is used to build a control. </summary> <returns> The built control. </returns> </member> <member name="T:System.Web.UI.BuildTemplateMethod"> <summary> Supports ASP.NET during the creation of a template for a templated control from generated class code. The <see cref="T:System.Web.UI.BuildTemplateMethod" /> delegate handles the <see cref="M:System.Web.UI.CompiledTemplateBuilder.InstantiateIn(System.Web.UI.Control)" /> method. </summary> <param name="control"> A <see cref="T:System.Web.UI.Control" /> that represents the container used to store the child controls in the template. </param> </member> <member name="T:System.Web.UI.ChtmlTextWriter"> <summary> Writes a series of cHTML-specific characters and text to the output stream of an ASP.NET server control. The <see cref="T:System.Web.UI.ChtmlTextWriter" /> class provides formatting capabilities that ASP.NET server controls use when rendering cHTML content to clients. </summary> </member> <member name="M:System.Web.UI.ChtmlTextWriter.#ctor(System.IO.TextWriter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ChtmlTextWriter" /> class that uses the <see cref="F:System.Web.UI.HtmlTextWriter.DefaultTabString" /> constant to indent lines. </summary> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> that renders the markup content. </param> </member> <member name="M:System.Web.UI.ChtmlTextWriter.#ctor(System.IO.TextWriter,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ChtmlTextWriter" /> class with the specified line indentation. </summary> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> that renders the markup content. </param> <param name="tabString"> The number of spaces defined in the <see cref="P:System.Web.UI.HtmlTextWriter.Indent" />. </param> </member> <member name="M:System.Web.UI.ChtmlTextWriter.AddRecognizedAttribute(System.String,System.String)"> <summary> Adds an attribute to a cHTML element of the <see cref="T:System.Web.UI.ChtmlTextWriter" /> object. </summary> <param name="elementName"> The cHTML element to add the attribute to. </param> <param name="attributeName"> The attribute to add to <paramref name="elementName" />. </param> </member> <member name="P:System.Web.UI.ChtmlTextWriter.GlobalSuppressedAttributes"> <summary> Gets a <see cref="T:System.Collections.Hashtable" /> object of globally suppressed attributes that cannot be rendered on cHTML elements. </summary> <returns> A <see cref="T:System.Collections.Hashtable" /> of globally suppressed cHTML attributes. </returns> </member> <member name="M:System.Web.UI.ChtmlTextWriter.OnAttributeRender(System.String,System.String,System.Web.UI.HtmlTextWriterAttribute)"> <summary> Determines whether the specified cHTML attribute and its value are rendered to the requesting page. You can override the <see cref="M:System.Web.UI.ChtmlTextWriter.OnAttributeRender(System.String,System.String,System.Web.UI.HtmlTextWriterAttribute)" /> method in classes that derive from the <see cref="T:System.Web.UI.ChtmlTextWriter" /> class to filter out attributes that you do not want to render on devices that support cHTML. </summary> <returns>true to write the attribute and its value to the <see cref="T:System.Web.UI.ChtmlTextWriter" /> output stream; otherwise, false. </returns> <param name="name"> The cHTML attribute to render. </param> <param name="value"> The value assigned to <paramref name="name" />. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> associated with <paramref name="name" />. </param> </member> <member name="M:System.Web.UI.ChtmlTextWriter.OnStyleAttributeRender(System.String,System.String,System.Web.UI.HtmlTextWriterStyle)"> <summary> Determines whether the specified cHTML markup style attribute and its value can be rendered to the current markup element. </summary> <returns>true if the style can be rendered; otherwise, false. </returns> <param name="name"> A string containing the name of the style attribute to render. </param> <param name="value"> A string containing the value that is assigned to <paramref name="name" />. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> associated with <paramref name="name" />. </param> </member> <member name="M:System.Web.UI.ChtmlTextWriter.OnTagRender(System.String,System.Web.UI.HtmlTextWriterTag)"> <summary> Determines whether the specified cHTML markup element is rendered to the requesting page. </summary> <returns>true if the specified cHTML markup element can be rendered; otherwise, false. </returns> <param name="name"> A string containing the name of the cHTML element to render. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> associated with <paramref name="name" />. </param> </member> <member name="P:System.Web.UI.ChtmlTextWriter.RecognizedAttributes"> <summary> Gets a <see cref="T:System.Collections.Hashtable" /> object of recognized attributes that could be rendered on cHTML elements. </summary> <returns> A <see cref="T:System.Collections.Hashtable" /> of recognized cHTML attributes. </returns> </member> <member name="M:System.Web.UI.ChtmlTextWriter.RemoveRecognizedAttribute(System.String,System.String)"> <summary> Removes an attribute of a cHTML element of the <see cref="T:System.Web.UI.ChtmlTextWriter" /> object. </summary> <param name="elementName"> The cHTML element to remove an attribute from. </param> <param name="attributeName"> The attribute to remove from <paramref name="elementName" />. </param> </member> <member name="P:System.Web.UI.ChtmlTextWriter.SuppressedAttributes"> <summary> Gets a <see cref="T:System.Collections.Hashtable" /> object of user-specified suppressed attributes that are not rendered on cHTML elements. </summary> <returns> A <see cref="T:System.Collections.Hashtable" /> of suppressed cHTML attributes. </returns> </member> <member name="M:System.Web.UI.ChtmlTextWriter.WriteBreak"> <summary> Writes a br element to the cHTML output stream. </summary> </member> <member name="M:System.Web.UI.ChtmlTextWriter.WriteEncodedText(System.String)"> <summary> Encodes the specified text for the requesting device, and then writes it to the output stream. </summary> <param name="text"> The text string to encode and write to the output stream. </param> </member> <member name="T:System.Web.UI.ClientScriptManager"> <summary> Defines methods for managing client scripts in Web applications. </summary> </member> <member name="M:System.Web.UI.ClientScriptManager.GetCallbackEventReference(System.String,System.String,System.String,System.String,System.String,System.Boolean)"> <summary> Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified target, argument, client script, context, error handler, and Boolean value. </summary> <returns> The name of a client function that invokes the client callback. </returns> <param name="target"> The name of a server <see cref="T:System.Web.UI.Control" /> that handles the client callback. The control must implement the <see cref="T:System.Web.UI.ICallbackEventHandler" /> interface and provide a <see cref="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)" /> method. </param> <param name="argument"> An argument passed from the client script to the server <see cref="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)" /> method. </param> <param name="clientCallback"> The name of the client event handler that receives the result of the successful server event. </param> <param name="context"> Client script that is evaluated on the client prior to initiating the callback. The result of the script is passed back to the client event handler. </param> <param name="clientErrorCallback"> The name of the client event handler that receives the result when an error occurs in the server event handler. </param> <param name="useAsync">true to perform the callback asynchronously; false to perform the callback synchronously. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String)"> <summary> Obtains a reference to a client function that, when invoked, initiates a client call back to a server event. The client function for this overloaded method includes a specified control, argument, client script, and context. </summary> <returns> The name of a client function that invokes the client callback. </returns> <param name="control"> The server <see cref="T:System.Web.UI.Control" /> that handles the client callback. The control must implement the <see cref="T:System.Web.UI.ICallbackEventHandler" /> interface and provide a <see cref="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)" /> method. </param> <param name="argument"> An argument passed from the client script to the server <see cref="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)" /> method. </param> <param name="clientCallback"> The name of the client event handler that receives the result of the successful server event. </param> <param name="context"> Client script that is evaluated on the client prior to initiating the callback. The result of the script is passed back to the client event handler. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.Control" /> specified is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.Control" /> specified does not implement the <see cref="T:System.Web.UI.ICallbackEventHandler" /> interface. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.Boolean)"> <summary> Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified control, argument, client script, context, and Boolean value. </summary> <returns> The name of a client function that invokes the client callback. </returns> <param name="control"> The server <see cref="T:System.Web.UI.Control" /> that handles the client callback. The control must implement the <see cref="T:System.Web.UI.ICallbackEventHandler" /> interface and provide a <see cref="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)" /> method. </param> <param name="argument"> An argument passed from the client script to the server <see cref="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)" /> method. </param> <param name="clientCallback"> The name of the client event handler that receives the result of the successful server event. </param> <param name="context"> Client script that is evaluated on the client prior to initiating the callback. The result of the script is passed back to the client event handler. </param> <param name="useAsync">true to perform the callback asynchronously; false to perform the callback synchronously. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.Control" /> specified is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.Control" /> specified does not implement the <see cref="T:System.Web.UI.ICallbackEventHandler" /> interface. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.Boolean)"> <summary> Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified control, argument, client script, context, error handler, and Boolean value. </summary> <returns> The name of a client function that invokes the client callback. </returns> <param name="control"> The server <see cref="T:System.Web.UI.Control" /> that handles the client callback. The control must implement the <see cref="T:System.Web.UI.ICallbackEventHandler" /> interface and provide a <see cref="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)" /> method. </param> <param name="argument"> An argument passed from the client script to the server <see cref="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)" /> method. </param> <param name="clientCallback"> The name of the client event handler that receives the result of the successful server event. </param> <param name="context"> Client script that is evaluated on the client prior to initiating the callback. The result of the script is passed back to the client event handler. </param> <param name="clientErrorCallback"> The name of the client event handler that receives the result when an error occurs in the server event handler. </param> <param name="useAsync">true to perform the callback asynchronously; false to perform the callback synchronously. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.Control" /> specified is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.Control" /> specified does not implement the <see cref="T:System.Web.UI.ICallbackEventHandler" /> interface. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.GetPostBackClientHyperlink(System.Web.UI.Control,System.String)"> <summary> Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control and with the specified event arguments. </summary> <returns> A string representing a JavaScript call to the postback function that includes the target control's ID and event arguments. </returns> <param name="control"> The server control to process the postback . </param> <param name="argument"> The parameter passed to the server control. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.GetPostBackClientHyperlink(System.Web.UI.Control,System.String,System.Boolean)"> <summary> Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control with the specified event arguments and Boolean indication whether to register the post back for event validation. </summary> <returns> A string representing a JavaScript call to the postback function that includes the target control's ID and event arguments. </returns> <param name="control"> The server control to process the postback </param> <param name="argument"> The parameter passed to the server control. </param> <param name="registerForEventValidation">true to register the post back event for validation; false to not register the post back event for validation. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.GetPostBackEventReference(System.Web.UI.Control,System.String)"> <summary> Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information. </summary> <returns> A string that, when treated as script on the client, initiates the postback. </returns> <param name="control"> The server <see cref="T:System.Web.UI.Control" /> that processes the postback on the server. </param> <param name="argument"> A string of optional arguments to pass to the control that processes the postback. </param> <exception cref="T:System.ArgumentNullException"> The specified <see cref="T:System.Web.UI.Control" /> is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.GetPostBackEventReference(System.Web.UI.Control,System.String,System.Boolean)"> <summary> Returns a string to use in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information. Optionally, registers the event reference for validation. </summary> <returns> A string that, when treated as script on the client, initiates the postback. </returns> <param name="control"> The server <see cref="T:System.Web.UI.Control" /> that processes the postback on the server. </param> <param name="argument"> A string of optional arguments to pass to <paramref name="control" />. </param> <param name="registerForEventValidation">true to register the event reference for validation; otherwise, false. </param> <exception cref="T:System.ArgumentNullException"> The specified <see cref="T:System.Web.UI.Control" /> is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.GetPostBackEventReference(System.Web.UI.PostBackOptions)"> <summary> Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified <see cref="T:System.Web.UI.PostBackOptions" /> instance. </summary> <returns> A string that, when treated as script on the client, initiates the client postback. </returns> <param name="options"> A <see cref="T:System.Web.UI.PostBackOptions" /> that defines the postback. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.PostBackOptions" /> parameter is null</exception> </member> <member name="M:System.Web.UI.ClientScriptManager.GetPostBackEventReference(System.Web.UI.PostBackOptions,System.Boolean)"> <summary> Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified <see cref="T:System.Web.UI.PostBackOptions" /> object. Optionally, registers the event reference for validation. </summary> <returns> A string that, when treated as script on the client, initiates the client postback. </returns> <param name="options"> A <see cref="T:System.Web.UI.PostBackOptions" /> that defines the postback. </param> <param name="registerForEventValidation">true to register the event reference for validation; otherwise, false. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.PostBackOptions" /> is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.GetWebResourceUrl(System.Type,System.String)"> <summary> Gets a URL reference to a resource in an assembly. </summary> <returns> The URL reference to the resource. </returns> <param name="type"> The type of the resource. </param> <param name="resourceName"> The fully qualified name of the resource in the assembly. </param> <exception cref="T:System.ArgumentNullException"> The web resource type is null. </exception> <exception cref="T:System.ArgumentNullException"> The web resource name is null. - or - The web resource name has a length of zero. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.IsClientScriptBlockRegistered(System.String)"> <summary> Determines whether the client script block is registered with the <see cref="T:System.Web.UI.Page" /> object using the specified key. </summary> <returns>true if the client script block is registered; otherwise, false. </returns> <param name="key"> The key of the client script block to search for. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.IsClientScriptBlockRegistered(System.Type,System.String)"> <summary> Determines whether the client script block is registered with the <see cref="T:System.Web.UI.Page" /> object using a key and type. </summary> <returns>true if the client script block is registered; otherwise, false. </returns> <param name="type"> The type of the client script block to search for. </param> <param name="key"> The key of the client script block to search for. </param> <exception cref="T:System.ArgumentNullException"> The client script type is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.IsClientScriptIncludeRegistered(System.String)"> <summary> Determines whether the client script include is registered with the <see cref="T:System.Web.UI.Page" /> object using the specified key. </summary> <returns>true if the client script include is registered; otherwise, false. </returns> <param name="key"> The key of the client script include to search for. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.IsClientScriptIncludeRegistered(System.Type,System.String)"> <summary> Determines whether the client script include is registered with the <see cref="T:System.Web.UI.Page" /> object using a key and type. </summary> <returns>true if the client script include is registered; otherwise, false. </returns> <param name="type"> The type of the client script include to search for. </param> <param name="key"> The key of the client script include to search for. </param> <exception cref="T:System.ArgumentNullException"> The client script include type is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.IsOnSubmitStatementRegistered(System.String)"> <summary> Determines whether the OnSubmit statement is registered with the <see cref="T:System.Web.UI.Page" /> object using the specified key. </summary> <returns>true if the OnSubmit statement is registered; otherwise, false. </returns> <param name="key"> The key of the OnSubmit statement to search for. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.IsOnSubmitStatementRegistered(System.Type,System.String)"> <summary> Determines whether the OnSubmit statement is registered with the <see cref="T:System.Web.UI.Page" /> object using the specified key and type. </summary> <returns>true if the OnSubmit statement is registered; otherwise, false. </returns> <param name="type"> The type of the OnSubmit statement to search for. </param> <param name="key"> The key of the OnSubmit statement to search for. </param> <exception cref="T:System.ArgumentNullException"> The OnSubmit statement type is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.IsStartupScriptRegistered(System.String)"> <summary> Determines whether the startup script is registered with the <see cref="T:System.Web.UI.Page" /> object using the specified key. </summary> <returns>true if the startup script is registered; otherwise, false. </returns> <param name="key"> The key of the startup script to search for. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.IsStartupScriptRegistered(System.Type,System.String)"> <summary> Determines whether the startup script is registered with the <see cref="T:System.Web.UI.Page" /> object using the specified key and type. </summary> <returns>true if the startup script is registered; otherwise, false. </returns> <param name="type"> The type of the startup script to search for. </param> <param name="key"> The key of the startup script to search for. </param> <exception cref="T:System.ArgumentNullException"> The startup script type is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterArrayDeclaration(System.String,System.String)"> <summary> Registers a JavaScript array declaration with the <see cref="T:System.Web.UI.Page" /> object using an array name and array value. </summary> <param name="arrayName"> The array name to register. </param> <param name="arrayValue"> The array value or values to register. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="arrayName" /> is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterClientScriptBlock(System.Type,System.String,System.String)"> <summary> Registers the client script with the <see cref="T:System.Web.UI.Page" /> object using a type, key, and script literal. </summary> <param name="type"> The type of the client script to register. </param> <param name="key"> The key of the client script to register. </param> <param name="script"> The client script literal to register. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterClientScriptBlock(System.Type,System.String,System.String,System.Boolean)"> <summary> Registers the client script with the <see cref="T:System.Web.UI.Page" /> object using a type, key, script literal, and Boolean value indicating whether to add script tags. </summary> <param name="type"> The type of the client script to register. </param> <param name="key"> The key of the client script to register. </param> <param name="script"> The client script literal to register. </param> <param name="addScriptTags"> A Boolean value indicating whether to add script tags. </param> <exception cref="T:System.ArgumentNullException"> The client script block type is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterClientScriptInclude(System.String,System.String)"> <summary> Registers the client script with the <see cref="T:System.Web.UI.Page" /> object using a key and a URL. </summary> <param name="key"> The key of the client script include to register. </param> <param name="url"> The URL of the client script include to register. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterClientScriptInclude(System.Type,System.String,System.String)"> <summary> Registers the client script include with the <see cref="T:System.Web.UI.Page" /> object using a type, a key, and a URL. </summary> <param name="type"> The type of the client script include to register. </param> <param name="key"> The key of the client script include to register. </param> <param name="url"> The URL of the client script include to register. </param> <exception cref="T:System.ArgumentNullException"> The client script include type is null. </exception> <exception cref="T:System.ArgumentException"> The URL is null. - or - The URL is empty. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterClientScriptResource(System.Type,System.String)"> <summary> Registers the client script resource with the <see cref="T:System.Web.UI.Page" /> object using a type and a resource name. </summary> <param name="type"> The type of the client script resource to register. </param> <param name="resourceName"> The name of the client script resource to register. </param> <exception cref="T:System.ArgumentNullException"> The client resource type is null. </exception> <exception cref="T:System.ArgumentNullException"> The client resource name is null. - or - The client resource name has a length of zero. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterExpandoAttribute(System.String,System.String,System.String)"> <summary> Registers a name/value pair as a custom (expando) attribute of the specified control given a control ID, attribute name, and attribute value. </summary> <param name="controlId"> The <see cref="T:System.Web.UI.Control" /> on the page that contains the custom attribute. </param> <param name="attributeName"> The name of the custom attribute to register. </param> <param name="attributeValue"> The value of the custom attribute. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterExpandoAttribute(System.String,System.String,System.String,System.Boolean)"> <summary> Registers a name/value pair as a custom (expando) attribute of the specified control given a control ID, an attribute name, an attribute value, and a Boolean value indicating whether to encode the attribute value. </summary> <param name="controlId"> The <see cref="T:System.Web.UI.Control" /> on the page that contains the custom attribute. </param> <param name="attributeName"> The name of the custom attribute to register. </param> <param name="attributeValue"> The value of the custom attribute. </param> <param name="encode"> A Boolean value indicating whether to encode the custom attribute to register. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterForEventValidation(System.String)"> <summary> Registers an event reference for validation with a unique control ID representing the client control generating the event. </summary> <param name="uniqueId"> A unique ID representing the client control generating the event. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterForEventValidation(System.String,System.String)"> <summary> Registers an event reference for validation with a unique control ID and event arguments representing the client control generating the event. </summary> <param name="uniqueId"> A unique ID representing the client control generating the event. </param> <param name="argument"> Event arguments passed with the client event. </param> <exception cref="T:System.InvalidOperationException"> The method is called prior to the <see cref="M:System.Web.UI.Page.Render(System.Web.UI.HtmlTextWriter)" /> method. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterForEventValidation(System.Web.UI.PostBackOptions)"> <summary> Registers an event reference for validation with <see cref="T:System.Web.UI.PostBackOptions" />. </summary> <param name="options"> A <see cref="T:System.Web.UI.PostBackOptions" /> object that specifies how client JavaScript is generated to initiate a postback event. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterHiddenField(System.String,System.String)"> <summary> Registers a hidden value with the <see cref="T:System.Web.UI.Page" /> object. </summary> <param name="hiddenFieldName"> The name of the hidden field to register. </param> <param name="hiddenFieldInitialValue"> The initial value of the field to register. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="hiddenFieldName" /> is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterOnSubmitStatement(System.Type,System.String,System.String)"> <summary> Registers an OnSubmit statement with the <see cref="T:System.Web.UI.Page" /> object using a type, a key, and a script literal. The statement executes when the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> is submitted. </summary> <param name="type"> The type of the OnSubmit statement to register. </param> <param name="key"> The key of the OnSubmit statement to register. </param> <param name="script"> The script literal of the OnSubmit statement to register. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="type" /> is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterStartupScript(System.Type,System.String,System.String)"> <summary> Registers the startup script with the <see cref="T:System.Web.UI.Page" /> object using a type, a key, and a script literal. </summary> <param name="type"> The type of the startup script to register. </param> <param name="key"> The key of the startup script to register. </param> <param name="script"> The startup script literal to register. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.RegisterStartupScript(System.Type,System.String,System.String,System.Boolean)"> <summary> Registers the startup script with the <see cref="T:System.Web.UI.Page" /> object using a type, a key, a script literal, and a Boolean value indicating whether to add script tags. </summary> <param name="type"> The type of the startup script to register. </param> <param name="key"> The key of the startup script to register. </param> <param name="script"> The startup script literal to register. </param> <param name="addScriptTags"> A Boolean value indicating whether to add script tags. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="type" /> is null. </exception> </member> <member name="M:System.Web.UI.ClientScriptManager.ValidateEvent(System.String)"> <summary> Validates a client event that was registered for event validation using the <see cref="M:System.Web.UI.ClientScriptManager.RegisterForEventValidation(System.String)" /> method. </summary> <param name="uniqueId"> A unique ID representing the client control generating the event. </param> </member> <member name="M:System.Web.UI.ClientScriptManager.ValidateEvent(System.String,System.String)"> <summary> Validates a client event that was registered for event validation using the <see cref="M:System.Web.UI.ClientScriptManager.RegisterForEventValidation(System.String,System.String)" /> method. </summary> <param name="uniqueId"> A unique ID representing the client control generating the event. </param> <param name="argument"> Event arguments passed with the client event. </param> <exception cref="T:System.ArgumentException"> <paramref name="uniqueId" /> is null or an empty string (""). </exception> </member> <member name="T:System.Web.UI.CompilationMode"> <summary> Defines constants that specify how ASP.NET should compile .aspx pages and .ascx controls. </summary> </member> <member name="F:System.Web.UI.CompilationMode.Auto"> <summary> ASP.NET will not compile the page, if possible. </summary> </member> <member name="F:System.Web.UI.CompilationMode.Never"> <summary> The page or control should never be dynamically compiled. </summary> </member> <member name="F:System.Web.UI.CompilationMode.Always"> <summary> The page should always be compiled. </summary> </member> <member name="T:System.Web.UI.CompiledBindableTemplateBuilder"> <summary> Provides the default implementation of an <see cref="T:System.Web.UI.IBindableTemplate" /> object, which ASP.NET uses whenever it parses two-way data-binding within the templated content of an ASP.NET control such as <see cref="T:System.Web.UI.WebControls.FormView" />. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.CompiledBindableTemplateBuilder.#ctor(System.Web.UI.BuildTemplateMethod,System.Web.UI.ExtractTemplateValuesMethod)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.CompiledBindableTemplateBuilder" /> class. </summary> <param name="buildTemplateMethod"> A delegate used to handle the <see cref="M:System.Web.UI.CompiledBindableTemplateBuilder.InstantiateIn(System.Web.UI.Control)" /> method call. </param> <param name="extractTemplateValuesMethod"> A delegate used to handle the <see cref="M:System.Web.UI.CompiledBindableTemplateBuilder.ExtractValues(System.Web.UI.Control)" /> method call. </param> </member> <member name="M:System.Web.UI.CompiledBindableTemplateBuilder.ExtractValues(System.Web.UI.Control)"> <summary> Retrieves a set of name/value pairs for values bound using two-way ASP.NET data-binding syntax within the templated content. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of name/value pairs. The name represents the name of the data item field specified as the first parameter to bind within templated content. The value is the current value of a property value bound using two-way ASP.NET data-binding syntax. </returns> <param name="container"> The <see cref="T:System.Web.UI.Control" /> from which to extract name/value pairs, which are passed by the data-bound control to an associated data source control in two-way data-binding scenarios. </param> </member> <member name="M:System.Web.UI.CompiledBindableTemplateBuilder.InstantiateIn(System.Web.UI.Control)"> <summary> Defines the <see cref="T:System.Web.UI.Control" /> object that child controls and templates belong to. These child controls are in turn defined within an inline template. </summary> <param name="container"> The <see cref="T:System.Web.UI.Control" /> to contain the controls that are created from the inline template. </param> </member> <member name="T:System.Web.UI.CompiledTemplateBuilder"> <summary> An <see cref="T:System.Web.UI.ITemplate" /> implementation that is called from the generated page class code. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.CompiledTemplateBuilder.#ctor(System.Web.UI.BuildTemplateMethod)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.CompiledTemplateBuilder" /> class. </summary> <param name="buildTemplateMethod"> A delegate used to handle the <see cref="M:System.Web.UI.CompiledTemplateBuilder.InstantiateIn(System.Web.UI.Control)" /> method call. </param> </member> <member name="M:System.Web.UI.CompiledTemplateBuilder.InstantiateIn(System.Web.UI.Control)"> <summary> Populates the <see cref="T:System.Web.UI.Control" /> object with the child controls contained in the template. </summary> <param name="container"> A <see cref="T:System.Web.UI.Control" /> that represents the container used to store the child controls in the template. </param> </member> <member name="T:System.Web.UI.ComplexPropertyEntry"> <summary> Serves as the property entry for read/write and read-only properties such as templates. </summary> </member> <member name="P:System.Web.UI.ComplexPropertyEntry.IsCollectionItem"> <summary> Gets a value indicating whether the property is a collection object. </summary> <returns>true if the property entry represents an item that contains a collection of values; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ComplexPropertyEntry.ReadOnly"> <summary> Gets or sets a value indicating whether the item represented in the property entry contains a method for setting its value. </summary> <returns>true if the item represented by the property entry does not contain a set method; otherwise, false. </returns> </member> <member name="T:System.Web.UI.ConflictOptions"> <summary> Determines how ASP.NET data source controls handle data conflicts when updating or deleting data. </summary> </member> <member name="F:System.Web.UI.ConflictOptions.OverwriteChanges"> <summary> A data source control overwrites all values in a data row with its own values for the row. </summary> </member> <member name="F:System.Web.UI.ConflictOptions.CompareAllValues"> <summary> A data source control uses the <paramref name="oldValues" /> collection of the Update and Delete methods to determine whether the data has been changed by another process. </summary> </member> <member name="T:System.Web.UI.ConstructorNeedsTagAttribute"> <summary> Specifies that a server control needs a tag name in its constructor. </summary> </member> <member name="M:System.Web.UI.ConstructorNeedsTagAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ConstructorNeedsTagAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.ConstructorNeedsTagAttribute.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ConstructorNeedsTagAttribute" /> class. </summary> <param name="needsTag">true to add a tag to a control; otherwise, false. </param> </member> <member name="P:System.Web.UI.ConstructorNeedsTagAttribute.NeedsTag"> <summary> Indicates whether a control needs a tag name in its constructor. This property is read-only. </summary> <returns>true if the control needs a tag in its constructor. The default is false. </returns> </member> <member name="T:System.Web.UI.Control"> <summary> Defines the properties, methods, and events that are shared by all ASP.NET server controls. </summary> </member> <member name="M:System.Web.UI.Control.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Control" /> class. </summary> </member> <member name="P:System.Web.UI.Control.Adapter"> <summary> Gets the browser-specific adapter for the control. </summary> <returns> A <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> for this control. If the target browser does not require an adapter, returns null. </returns> </member> <member name="M:System.Web.UI.Control.AddedControl(System.Web.UI.Control,System.Int32)"> <summary> Called after a child control is added to the <see cref="P:System.Web.UI.Control.Controls" /> collection of the <see cref="T:System.Web.UI.Control" /> object. </summary> <param name="control"> The <see cref="T:System.Web.UI.Control" /> that has been added. </param> <param name="index"> The index of the control in the <see cref="P:System.Web.UI.Control.Controls" /> collection. </param> <exception cref="T:System.InvalidOperationException"> <paramref name="control" /> is a <see cref="T:System.Web.UI.WebControls.Substitution" /> control. </exception> </member> <member name="M:System.Web.UI.Control.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> </member> <member name="M:System.Web.UI.Control.ApplyStyleSheetSkin(System.Web.UI.Page)"> <summary> Applies the style properties defined in the page style sheet to the control. </summary> <param name="page"> The <see cref="T:System.Web.UI.Page" /> containing the control. </param> <exception cref="T:System.InvalidOperationException"> The style sheet is already applied. </exception> </member> <member name="P:System.Web.UI.Control.AppRelativeTemplateSourceDirectory"> <summary> Gets or sets the application-relative virtual directory of the <see cref="T:System.Web.UI.Page" /> or <see cref="T:System.Web.UI.UserControl" /> object that contains this control. </summary> <returns> The application-relative virtual directory of the page or user control that contains this control. </returns> </member> <member name="P:System.Web.UI.Control.BindingContainer"> <summary> Gets the control that contains this control's data binding. </summary> <returns> The <see cref="T:System.Web.UI.Control" /> that contains this control's data binding. </returns> </member> <member name="M:System.Web.UI.Control.BuildProfileTree(System.String,System.Boolean)"> <summary> Gathers information about the server control and delivers it to the <see cref="P:System.Web.UI.Page.Trace" /> property to be displayed when tracing is enabled for the page. </summary> <param name="parentId"> The identifier of the control's parent. </param> <param name="calcViewState"> A Boolean that indicates whether the view-state size is calculated. </param> </member> <member name="P:System.Web.UI.Control.ChildControlsCreated"> <summary> Gets a value that indicates whether the server control's child controls have been created. </summary> <returns>true if child controls have been created; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Control.ClearChildControlState"> <summary> Deletes the control-state information for the server control's child controls. </summary> </member> <member name="M:System.Web.UI.Control.ClearChildState"> <summary> Deletes the view-state and control-state information for all the server control's child controls. </summary> </member> <member name="M:System.Web.UI.Control.ClearChildViewState"> <summary> Deletes the view-state information for all the server control's child controls. </summary> </member> <member name="P:System.Web.UI.Control.ClientID"> <summary> Gets the server control identifier generated by ASP.NET. </summary> <returns> The server control identifier generated by ASP.NET. </returns> </member> <member name="P:System.Web.UI.Control.ClientIDSeparator"> <summary> Gets a character value representing the separator character used in the <see cref="P:System.Web.UI.Control.ClientID" /> property. </summary> <returns> Always returns the underscore character (_). </returns> </member> <member name="P:System.Web.UI.Control.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> object associated with the server control for the current Web request. </summary> <returns> The specified <see cref="T:System.Web.HttpContext" /> object associated with the current request. </returns> </member> <member name="P:System.Web.UI.Control.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> object that represents the child controls for a specified server control in the UI hierarchy. </summary> <returns> The collection of child controls for the specified server control. </returns> </member> <member name="M:System.Web.UI.Control.CreateChildControls"> <summary> Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. </summary> </member> <member name="M:System.Web.UI.Control.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.ControlCollection" /> object to hold the child controls (both literal and server) of the server control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> object to contain the current server control's child server controls. </returns> </member> <member name="M:System.Web.UI.Control.DataBind"> <summary> Binds a data source to the invoked server control and all its child controls. </summary> </member> <member name="M:System.Web.UI.Control.DataBind(System.Boolean)"> <summary> Binds a data source to the invoked server control and all its child controls with an option to raise the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> <param name="raiseOnDataBinding">true if the <see cref="E:System.Web.UI.Control.DataBinding" /> event is raised; otherwise, false. The default is false. </param> </member> <member name="M:System.Web.UI.Control.DataBindChildren"> <summary> Binds a data source to the server control's child controls. </summary> </member> <member name="E:System.Web.UI.Control.DataBinding"> <summary> Occurs when the server control binds to a data source. </summary> </member> <member name="P:System.Web.UI.Control.DesignMode"> <summary> Gets a value indicating whether a control is being used on a design surface. </summary> <returns>true if the control is being used in a designer; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Control.Dispose"> <summary> Enables a server control to perform final clean up before it is released from memory. </summary> </member> <member name="E:System.Web.UI.Control.Disposed"> <summary> Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. </summary> </member> <member name="P:System.Web.UI.Control.EnableTheming"> <summary> Gets or sets a value indicating whether themes apply to this control. </summary> <returns>true to use themes; otherwise, false. The default is true. </returns> <exception cref="T:System.InvalidOperationException"> The Page_PreInit event has already occurred. - or - The control has already been added to the Controls collection. </exception> </member> <member name="P:System.Web.UI.Control.EnableViewState"> <summary> Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. </summary> <returns>true if the server control maintains its view state; otherwise false. The default is true. </returns> </member> <member name="M:System.Web.UI.Control.EnsureChildControls"> <summary> Determines whether the server control contains child controls. If it does not, it creates child controls. </summary> </member> <member name="M:System.Web.UI.Control.EnsureID"> <summary> Creates an identifier for controls that do not have an identifier assigned. </summary> </member> <member name="P:System.Web.UI.Control.Events"> <summary> Gets a list of event handler delegates for the control. This property is read-only. </summary> <returns> The list of event handler delegates. </returns> </member> <member name="M:System.Web.UI.Control.FindControl(System.String)"> <summary> Searches the current naming container for a server control with the specified <paramref name="id" /> parameter. </summary> <returns> The specified control, or null if the specified control does not exist. </returns> <param name="id"> The identifier for the control to be found. </param> </member> <member name="M:System.Web.UI.Control.FindControl(System.String,System.Int32)"> <summary> Searches the current naming container for a server control with the specified <paramref name="id" /> and an integer, specified in the <paramref name="pathOffset" /> parameter, which aids in the search. You should not override this version of the <see cref="Overload:System.Web.UI.Control.FindControl" /> method. </summary> <returns> The specified control, or null if the specified control does not exist. </returns> <param name="id"> The identifier for the control to be found. </param> <param name="pathOffset"> The number of controls up the page control hierarchy needed to reach a naming container. </param> </member> <member name="M:System.Web.UI.Control.Focus"> <summary> Sets input focus to a control. </summary> </member> <member name="M:System.Web.UI.Control.GetDesignModeState"> <summary> Gets design-time data for a control. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing the design-time data for the control. </returns> </member> <member name="P:System.Web.UI.Control.HasChildViewState"> <summary> Gets a value indicating whether the current server control's child controls have any saved view-state settings. </summary> <returns>true if any child controls have saved view state information; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Control.HasControls"> <summary> Determines if the server control contains any child controls. </summary> <returns>true if the control contains other controls; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Control.HasEvents"> <summary> Returns a value indicating whether events are registered for the control or any child controls. </summary> <returns>true if events are registered; otherwise, false. </returns> </member> <member name="P:System.Web.UI.Control.ID"> <summary> Gets or sets the programmatic identifier assigned to the server control. </summary> <returns> The programmatic identifier assigned to the control. </returns> </member> <member name="P:System.Web.UI.Control.IdSeparator"> <summary> Gets the character used to separate control identifiers. </summary> <returns> The separator character. The default is "$". </returns> </member> <member name="E:System.Web.UI.Control.Init"> <summary> Occurs when the server control is initialized, which is the first step in its lifecycle. </summary> </member> <member name="P:System.Web.UI.Control.IsChildControlStateCleared"> <summary> Gets a value indicating whether controls contained within this control have control state. </summary> <returns>true if children of this control do not use control state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Control.IsLiteralContent"> <summary> Determines if the server control holds only literal content. </summary> <returns>true if the server control contains solely literal content; otherwise false. </returns> </member> <member name="P:System.Web.UI.Control.IsTrackingViewState"> <summary> Gets a value that indicates whether the server control is saving changes to its view state. </summary> <returns>true if the control is marked to save its state; otherwise, false. </returns> </member> <member name="P:System.Web.UI.Control.IsViewStateEnabled"> <summary> Gets a value indicating whether view state is enabled for this control. </summary> <returns>true if view state is enabled for the control; otherwise, false. </returns> </member> <member name="E:System.Web.UI.Control.Load"> <summary> Occurs when the server control is loaded into the <see cref="T:System.Web.UI.Page" /> object. </summary> </member> <member name="M:System.Web.UI.Control.LoadControlState(System.Object)"> <summary> Restores control-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.Control.SaveControlState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="M:System.Web.UI.Control.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.Control.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="P:System.Web.UI.Control.LoadViewStateByID"> <summary> Gets a value indicating whether the control participates in loading its view state by <see cref="P:System.Web.UI.Control.ID" /> instead of index. </summary> <returns>true if the control loads its view state by <see cref="P:System.Web.UI.Control.ID" />; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.Control.MapPathSecure(System.String)"> <summary> Retrieves the physical path that a virtual path, either absolute or relative, maps to. </summary> <returns> The physical path to the requested file. </returns> <param name="virtualPath"> A relative or root relative URL. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="virtualPath" /> is null or an empty string (""). </exception> </member> <member name="P:System.Web.UI.Control.NamingContainer"> <summary> Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same <see cref="P:System.Web.UI.Control.ID" /> property value. </summary> <returns> The server control's naming container. </returns> </member> <member name="M:System.Web.UI.Control.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the server control is passed up the page's UI server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. The default is false. </returns> <param name="source"> The source of the event. </param> <param name="args"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.Control.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.Control.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.Control.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"> The <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.Control.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.Control.OnUnload(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Unload" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.Control.OpenFile(System.String)"> <summary> Gets a <see cref="T:System.IO.Stream" /> used to read a file. </summary> <returns> A <see cref="T:System.IO.Stream" /> that references the desired file. </returns> <param name="path"> The path to the desired file. </param> <exception cref="T:System.Web.HttpException"> Access to the specified file was denied. </exception> </member> <member name="P:System.Web.UI.Control.Page"> <summary> Gets a reference to the <see cref="T:System.Web.UI.Page" /> instance that contains the server control. </summary> <returns> The <see cref="T:System.Web.UI.Page" /> instance that contains the server control. </returns> <exception cref="T:System.InvalidOperationException"> The control is a <see cref="T:System.Web.UI.WebControls.Substitution" /> control. </exception> </member> <member name="P:System.Web.UI.Control.Parent"> <summary> Gets a reference to the server control's parent control in the page control hierarchy. </summary> <returns> A reference to the server control's parent control. </returns> </member> <member name="E:System.Web.UI.Control.PreRender"> <summary> Occurs after the <see cref="T:System.Web.UI.Control" /> object is loaded but prior to rendering. </summary> </member> <member name="M:System.Web.UI.Control.RaiseBubbleEvent(System.Object,System.EventArgs)"> <summary> Assigns any sources of the event and its information to the control's parent. </summary> <param name="source"> The source of the event. </param> <param name="args"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.Control.RemovedControl(System.Web.UI.Control)"> <summary> Called after a child control is removed from the <see cref="P:System.Web.UI.Control.Controls" /> collection of the <see cref="T:System.Web.UI.Control" /> object. </summary> <param name="control"> The <see cref="T:System.Web.UI.Control" /> that has been removed. </param> <exception cref="T:System.InvalidOperationException"> The control is a <see cref="T:System.Web.UI.WebControls.Substitution" /> control. </exception> </member> <member name="M:System.Web.UI.Control.Render(System.Web.UI.HtmlTextWriter)"> <summary> Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the server control content. </param> </member> <member name="M:System.Web.UI.Control.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Outputs the content of a server control's children to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the rendered content. </param> </member> <member name="M:System.Web.UI.Control.RenderControl(System.Web.UI.HtmlTextWriter)"> <summary> Outputs server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object and stores tracing information about the control if tracing is enabled. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HTmlTextWriter" /> object that receives the control content. </param> </member> <member name="M:System.Web.UI.Control.RenderControl(System.Web.UI.HtmlTextWriter,System.Web.UI.Adapters.ControlAdapter)"> <summary> Outputs server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object using a provided <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HTmlTextWriter" /> that receives the control content. </param> <param name="adapter"> The <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> that defines the rendering. </param> </member> <member name="M:System.Web.UI.Control.ResolveAdapter"> <summary> Gets the control adapter responsible for rendering the specified control. </summary> <returns> A <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> that will render the control. </returns> </member> <member name="M:System.Web.UI.Control.ResolveClientUrl(System.String)"> <summary> Gets a URL that can be used by the browser. </summary> <returns> A fully qualified URL to the specified resource suitable for use on the browser. </returns> <param name="relativeUrl"> A URL relative to the current page. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="relativeUrl" /> is null. </exception> </member> <member name="M:System.Web.UI.Control.ResolveUrl(System.String)"> <summary> Converts a URL into one that is usable on the requesting client. </summary> <returns> The converted URL. </returns> <param name="relativeUrl"> The URL associated with the <see cref="P:System.Web.UI.Control.TemplateSourceDirectory" /> property. </param> <exception cref="T:System.ArgumentNullException"> Occurs if the <paramref name="relativeUrl" /> parameter contains null. </exception> </member> <member name="M:System.Web.UI.Control.SaveControlState"> <summary> Saves any server control state changes that have occurred since the time the page was posted back to the server. </summary> <returns> Returns the server control's current state. If there is no state associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.Control.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns> Returns the server control's current view state. If there is no view state associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.Control.SetDesignModeState(System.Collections.IDictionary)"> <summary> Sets design-time data for a control. </summary> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> containing the design-time data for the control. </param> </member> <member name="M:System.Web.UI.Control.SetRenderMethodDelegate(System.Web.UI.RenderMethod)"> <summary> Assigns an event handler delegate to render the server control and its content into its parent control. </summary> <param name="renderMethod"> The information necessary to pass to the delegate so that it can render the server control. </param> </member> <member name="P:System.Web.UI.Control.Site"> <summary> Gets information about the container that hosts the current control when rendered on a design surface. </summary> <returns> An <see cref="T:System.ComponentModel.ISite" /> that contains information about the container that the control is hosted in. </returns> <exception cref="T:System.InvalidOperationException"> The control is a <see cref="T:System.Web.UI.WebControls.Substitution" /> control. </exception> </member> <member name="P:System.Web.UI.Control.SkinID"> <summary> Gets or sets the skin to apply to the control. </summary> <returns> The name of the skin to apply to the control. The default is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The style sheet has already been applied. - or - The Page_PreInit event has already occurred. - or - The control was already added to the Controls collection. </exception> </member> <member name="P:System.Web.UI.Control.System#Web#UI#IControlBuilderAccessor#ControlBuilder"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IControlBuilderAccessor.ControlBuilder" />. </summary> <returns> The <see cref="T:System.Web.UI.ControlBuilder" /> that built the control; otherwise, null if no builder was used. </returns> </member> <member name="M:System.Web.UI.Control.System#Web#UI#IControlDesignerAccessor#GetDesignModeState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IControlDesignerAccessor.GetDesignModeState" />. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> of the control state. </returns> </member> <member name="M:System.Web.UI.Control.System#Web#UI#IControlDesignerAccessor#SetDesignModeState(System.Collections.IDictionary)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IControlDesignerAccessor.SetDesignModeState(System.Collections.IDictionary)" />. </summary> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> containing the design-time data for the control. </param> </member> <member name="M:System.Web.UI.Control.System#Web#UI#IControlDesignerAccessor#SetOwnerControl(System.Web.UI.Control)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IControlDesignerAccessor.SetOwnerControl(System.Web.UI.Control)" />. </summary> <param name="owner"> The owner of the control. </param> <exception cref="T:System.ArgumentException"> <paramref name="owner" /> is set to the current control. </exception> </member> <member name="P:System.Web.UI.Control.System#Web#UI#IControlDesignerAccessor#UserData"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IControlDesignerAccessor.UserData" />. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing information about the control. </returns> </member> <member name="P:System.Web.UI.Control.System#Web#UI#IDataBindingsAccessor#DataBindings"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataBindingsAccessor.DataBindings" />. </summary> <returns> The collection of data bindings. </returns> </member> <member name="P:System.Web.UI.Control.System#Web#UI#IDataBindingsAccessor#HasDataBindings"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataBindingsAccessor.HasDataBindings" />. </summary> <returns>true if the control contains data-binding logic; otherwise, false. </returns> </member> <member name="P:System.Web.UI.Control.System#Web#UI#IExpressionsAccessor#Expressions"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IExpressionsAccessor.Expressions" />. </summary> <returns> An <see cref="T:System.Web.UI.ExpressionBindingCollection" /> containing <see cref="T:System.Web.UI.ExpressionBinding" /> objects that represent the properties and expressions for a control. </returns> </member> <member name="P:System.Web.UI.Control.System#Web#UI#IExpressionsAccessor#HasExpressions"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IExpressionsAccessor.HasExpressions" />. </summary> <returns>true if the control has properties set through expressions; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Control.System#Web#UI#IParserAccessor#AddParsedSubObject(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IParserAccessor.AddParsedSubObject(System.Object)" />. </summary> <param name="obj"> The object to add. </param> </member> <member name="P:System.Web.UI.Control.TemplateControl"> <summary> Gets or sets a reference to the template that contains this control. </summary> <returns> The <see cref="T:System.Web.UI.TemplateControl" /> instance that contains this control. </returns> </member> <member name="P:System.Web.UI.Control.TemplateSourceDirectory"> <summary> Gets the virtual directory of the <see cref="T:System.Web.UI.Page" /> or <see cref="T:System.Web.UI.UserControl" /> that contains the current server control. </summary> <returns> The virtual directory of the page or user control that contains the server control. </returns> </member> <member name="M:System.Web.UI.Control.TrackViewState"> <summary> Causes tracking of view-state changes to the server control so they can be stored in the server control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.Control.UniqueID"> <summary> Gets the unique, hierarchically qualified identifier for the server control. </summary> <returns> The fully qualified identifier for the server control. </returns> </member> <member name="E:System.Web.UI.Control.Unload"> <summary> Occurs when the server control is unloaded from memory. </summary> </member> <member name="P:System.Web.UI.Control.ViewState"> <summary> Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. </summary> <returns> An instance of the <see cref="T:System.Web.UI.StateBag" /> class that contains the server control's view-state information. </returns> </member> <member name="P:System.Web.UI.Control.ViewStateIgnoresCase"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.StateBag" /> object is case-insensitive. </summary> <returns>true if the <see cref="T:System.Web.UI.StateBag" /> instance is case-insensitive; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.Control.Visible"> <summary> Gets or sets a value that indicates whether a server control is rendered as UI on the page. </summary> <returns>true if the control is visible on the page; otherwise false. </returns> </member> <member name="T:System.Web.UI.ControlBuilder"> <summary> Supports the page parser in building a control and the child controls it contains. </summary> </member> <member name="M:System.Web.UI.ControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.ControlBuilder.AllowWhitespaceLiterals"> <summary> Determines whether white space literals are permitted in the content between a control's opening and closing tags. This method is called by the ASP.NET page framework. </summary> <returns> Always returns true. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.AppendLiteralString(System.String)"> <summary> Adds the specified literal content to a control. This method is called by the ASP.NET page framework. </summary> <param name="s"> The content to add to the control. </param> <exception cref="T:System.Web.HttpException"> The string literal is not well formed. </exception> </member> <member name="M:System.Web.UI.ControlBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Adds builders to the <see cref="T:System.Web.UI.ControlBuilder" /> object for any child controls that belong to the container control. </summary> <param name="subBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> object assigned to the child control. </param> </member> <member name="P:System.Web.UI.ControlBuilder.BindingContainerType"> <summary> Gets the type of the binding container for the control that this builder creates. </summary> <returns> A <see cref="T:System.Type" /> that represent the type of the binding container for the control that this builder creates. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.BuildObject"> <summary> Builds a design-time instance of the control that is referred to by this <see cref="T:System.Web.UI.ControlBuilder" /> object. </summary> <returns> The resulting built control. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.CloseControl"> <summary> Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. </summary> </member> <member name="P:System.Web.UI.ControlBuilder.ControlType"> <summary> Gets the <see cref="T:System.Type" /> for the control to be created. </summary> <returns> The <see cref="T:System.Type" /> for the control to be created. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.CreateBuilderFromType(System.Web.UI.TemplateParser,System.Web.UI.ControlBuilder,System.Type,System.String,System.String,System.Collections.IDictionary,System.Int32,System.String)"> <summary> Creates a <see cref="T:System.Web.UI.ControlBuilder" /> object from the specified tag name and object type, as well as other parameters defining the builder. </summary> <returns> The builder that is responsible for creating the control. </returns> <param name="parser"> The <see cref="T:System.Web.UI.TemplateParser" /> object responsible for parsing the control. </param> <param name="parentBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> object responsible for building the parent control. </param> <param name="type"> The <see cref="T:System.Type" /> of the object that the builder will create. </param> <param name="tagName"> The name of the tag to be built. This allows the builder to support multiple tag types. </param> <param name="id"> The <see cref="P:System.Web.UI.ControlBuilder.ID" /> attribute assigned to the control. </param> <param name="attribs"> The <see cref="T:System.Collections.IDictionary" /> object that holds all the specified tag attributes. </param> <param name="line"> The source file line number for the specified control. </param> <param name="sourceFileName"> The name of the source file from which the control is to be created. </param> </member> <member name="P:System.Web.UI.ControlBuilder.CurrentFilterResolutionService"> <summary> Gets an <see cref="T:System.Web.UI.IFilterResolutionService" /> object that is used to manage device-filter related services when parsing and persisting controls in the designer. </summary> <returns> An <see cref="T:System.Web.UI.IFilterResolutionService" />. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.DeclareType"> <summary> Gets the type that will be used by code generation to declare the control. </summary> <returns> The <see cref="T:System.Type" /> of the control used by code generation to declare the control. </returns> </member> <member name="F:System.Web.UI.ControlBuilder.DesignerFilter"> <summary> Represents the "__designer" literal string. </summary> </member> <member name="P:System.Web.UI.ControlBuilder.FChildrenAsProperties"> <summary> Determines whether the control has a <see cref="T:System.Web.UI.ParseChildrenAttribute" /> with <see cref="P:System.Web.UI.ParseChildrenAttribute.ChildrenAsProperties" /> set to true. </summary> <returns>true if the control has a <see cref="T:System.Web.UI.ParseChildrenAttribute" /> with <see cref="P:System.Web.UI.ParseChildrenAttribute.ChildrenAsProperties" /> set to true, otherwise false. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.FIsNonParserAccessor"> <summary> Determines whether the control implements the <see cref="T:System.Web.UI.IParserAccessor" /> interface. </summary> <returns>false if the control implements the <see cref="T:System.Web.UI.IParserAccessor" /> interface, otherwise true. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> of the control type corresponding to a child tag. This method is called by the ASP.NET page framework. </summary> <returns> The <see cref="T:System.Type" /> of the specified control's child. </returns> <param name="tagName"> The tag name of the child. </param> <param name="attribs"> An array of attributes contained in the child control. </param> </member> <member name="M:System.Web.UI.ControlBuilder.GetObjectPersistData"> <summary> Creates the <see cref="T:System.Web.UI.ObjectPersistData" /> object for this <see cref="T:System.Web.UI.ControlBuilder" /> object. </summary> <returns> The <see cref="T:System.Web.UI.ObjectPersistData" /> for this <see cref="T:System.Web.UI.ControlBuilder" />. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.GetResourceKey"> <summary> Retrieves the resource key for this <see cref="T:System.Web.UI.ControlBuilder" /> object. </summary> <returns> The resource key for this <see cref="T:System.Web.UI.ControlBuilder" />. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.HasAspCode"> <summary> Gets a value indicating whether the control contains any code blocks. </summary> <returns>true if the control contains at least one code block; otherwise, false. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.HasBody"> <summary> Determines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework. </summary> <returns>true if the control has an opening and closing tag; otherwise, false. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.HtmlDecodeLiterals"> <summary> Determines whether the literal string of an HTML control must be HTML decoded. This method is called by the ASP.NET page framework. </summary> <returns>true if the HTML control literal string is to be decoded; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.ID"> <summary> Gets or sets the identifier property for the control to be built. </summary> <returns> The identifier property for the control. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.InDesigner"> <summary> Returns whether the <see cref="T:System.Web.UI.ControlBuilder" /> is running in the designer. </summary> <returns>true if the <see cref="T:System.Web.UI.ControlBuilder" /> is running in the designer; otherwise, false. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.Init(System.Web.UI.TemplateParser,System.Web.UI.ControlBuilder,System.Type,System.String,System.String,System.Collections.IDictionary)"> <summary> Initializes the <see cref="T:System.Web.UI.ControlBuilder" /> for use after it is instantiated. This method is called by the ASP.NET page framework. </summary> <param name="parser"> The <see cref="T:System.Web.UI.TemplateParser" /> object responsible for parsing the control. </param> <param name="parentBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> object responsible for building the parent control. </param> <param name="type"> The <see cref="T:System.Type" /> assigned to the control that the builder will create. </param> <param name="tagName"> The name of the tag to be built. This allows the builder to support multiple tag types. </param> <param name="id"> The <see cref="P:System.Web.UI.ControlBuilder.ID" /> attribute assigned to the control. </param> <param name="attribs"> The <see cref="T:System.Collections.IDictionary" /> object that holds all the specified tag attributes. </param> </member> <member name="P:System.Web.UI.ControlBuilder.InPageTheme"> <summary> Gets a Boolean value indicating whether this <see cref="T:System.Web.UI.ControlBuilder" /> object is used to generate page themes. </summary> <returns>true to use this <see cref="T:System.Web.UI.ControlBuilder" /> to generate page themes; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.Localize"> <summary> Gets a Boolean value indicating whether the control that is created by this <see cref="T:System.Web.UI.ControlBuilder" /> object is localized. </summary> <returns>true to indicate that the control created by this <see cref="T:System.Web.UI.ControlBuilder" /> object is localized; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.NamingContainerType"> <summary> Gets the type of the naming container for the control that this builder creates. </summary> <returns> A <see cref="T:System.Type" /> that represent the type of the naming container for the control that this builder creates. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.NeedsTagInnerText"> <summary> Determines if the control builder needs to get its inner text. If so, the <see cref="M:System.Web.UI.ControlBuilder.SetTagInnerText(System.String)" /> method must be called. This method is called by the ASP.NET page framework. </summary> <returns>true if the control builder needs to get its inner text. The default is false. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.OnAppendToParentBuilder(System.Web.UI.ControlBuilder)"> <summary> Notifies the <see cref="T:System.Web.UI.ControlBuilder" /> that it is being added to a parent control builder. </summary> <param name="parentBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> object to which the current builder is added. </param> </member> <member name="P:System.Web.UI.ControlBuilder.Parser"> <summary> Gets the <see cref="T:System.Web.UI.TemplateParser" /> responsible for parsing the control. </summary> <returns> The <see cref="T:System.Web.UI.TemplateParser" /> used to parse the control. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.ServiceProvider"> <summary> Gets the service object for this <see cref="T:System.Web.UI.ControlBuilder" /> object. </summary> <returns> An <see cref="T:System.IServiceProvider" /> that represents the service object for this <see cref="T:System.Web.UI.ControlBuilder" />. </returns> </member> <member name="M:System.Web.UI.ControlBuilder.SetResourceKey(System.String)"> <summary> Sets the resource key for this <see cref="T:System.Web.UI.ControlBuilder" /> object. </summary> <param name="resourceKey"> The resource key for this <see cref="T:System.Web.UI.ControlBuilder" />. </param> </member> <member name="M:System.Web.UI.ControlBuilder.SetServiceProvider(System.IServiceProvider)"> <summary> Sets the service object for this <see cref="T:System.Web.UI.ControlBuilder" /> object. </summary> <param name="serviceProvider"> An <see cref="T:System.IServiceProvider" /> that represents the service object for the <see cref="T:System.Web.UI.ControlBuilder" />. </param> </member> <member name="M:System.Web.UI.ControlBuilder.SetTagInnerText(System.String)"> <summary> Provides the <see cref="T:System.Web.UI.ControlBuilder" /> with the inner text of the control tag. </summary> <param name="text"> The text to be provided. </param> </member> <member name="P:System.Web.UI.ControlBuilder.TagName"> <summary> Gets the tag name for the control to be built. </summary> <returns> The tag name for the control. </returns> </member> <member name="P:System.Web.UI.ControlBuilder.ThemeResolutionService"> <summary> Gets an <see cref="T:System.Web.UI.IThemeResolutionService" /> object that is used in design time to manage control themes and skins. </summary> <returns> An <see cref="T:System.Web.UI.IThemeResolutionService" />. </returns> </member> <member name="T:System.Web.UI.ControlBuilderAttribute"> <summary> Specifies a <see cref="T:System.Web.UI.ControlBuilder" /> class for building a custom control within the ASP.NET parser. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ControlBuilderAttribute.#ctor(System.Type)"> <summary> Specifies the control builder for a custom control. </summary> <param name="builderType"> The control builder type </param> </member> <member name="P:System.Web.UI.ControlBuilderAttribute.BuilderType"> <summary> Gets the <see cref="T:System.Type" /> of the control associated with the attribute. This property is read-only. </summary> <returns> The <see cref="T:System.Type" /> of the control associated with the attribute. </returns> </member> <member name="F:System.Web.UI.ControlBuilderAttribute.Default"> <summary> Specifies the new <see cref="T:System.Web.UI.ControlBuilderAttribute" /> object. By default, the new object is set to null. This field is read-only. </summary> </member> <member name="M:System.Web.UI.ControlBuilderAttribute.Equals(System.Object)"> <summary> Gets a value indicating whether the current <see cref="T:System.Web.UI.ControlBuilderAttribute" /> is identical to the specified object. </summary> <returns>true if <paramref name="obj" /> is a <see cref="T:System.Web.UI.ControlBuilderAttribute" /> and is identical to the current <see cref="T:System.Web.UI.ControlBuilderAttribute" />; otherwise, false. </returns> <param name="obj"> An object to compare to the current <see cref="T:System.Web.UI.ControlBuilderAttribute" />. </param> </member> <member name="M:System.Web.UI.ControlBuilderAttribute.GetHashCode"> <summary> Returns the hash code of the <see cref="T:System.Web.UI.ControlBuilderAttribute" /> object. </summary> <returns> A 32-bit signed integer representing the hash code; otherwise, 0, if the <see cref="P:System.Web.UI.ControlBuilderAttribute.BuilderType" /> is null. </returns> </member> <member name="M:System.Web.UI.ControlBuilderAttribute.IsDefaultAttribute"> <summary> Determines whether the current control builder is the default. </summary> <returns>true if the current control builder is the default. </returns> </member> <member name="T:System.Web.UI.ControlCachePolicy"> <summary> Provides programmatic access to an ASP.NET user control's output cache settings. </summary> </member> <member name="P:System.Web.UI.ControlCachePolicy.Cached"> <summary> Gets or sets a value indicating whether fragment caching is enabled for the user control. </summary> <returns>true if the user control's output is cached; otherwise, false. </returns> <exception cref="T:System.Web.HttpException"> The user control is not associated with a <see cref="T:System.Web.UI.BasePartialCachingControl" /> and is not cacheable. - or - The <see cref="P:System.Web.UI.ControlCachePolicy.Cached" /> property is set outside of the initialization and rendering stages of the control. </exception> </member> <member name="P:System.Web.UI.ControlCachePolicy.Dependency"> <summary> Gets or sets an instance of the <see cref="T:System.Web.Caching.CacheDependency" /> class associated with the cached user control output. </summary> <returns> The <see cref="T:System.Web.Caching.CacheDependency" /> associated with the control. The default is null. </returns> <exception cref="T:System.Web.HttpException"> The user control is not associated with a <see cref="T:System.Web.UI.BasePartialCachingControl" /> and is not cacheable. - or - The <see cref="P:System.Web.UI.ControlCachePolicy.Dependency" /> property is set outside of the initialization and rendering stages of the control. </exception> </member> <member name="P:System.Web.UI.ControlCachePolicy.Duration"> <summary> Gets or sets the amount of time that cached items are to remain in the output cache. </summary> <returns> A <see cref="T:System.TimeSpan" /> that represents the amount of time a user control is to remain in the output cache. The default is <see cref="F:System.TimeSpan.Zero" />. </returns> <exception cref="T:System.Web.HttpException"> The user control is not associated with a <see cref="T:System.Web.UI.BasePartialCachingControl" /> and is not cacheable. - or - The <see cref="P:System.Web.UI.ControlCachePolicy.Duration" /> property is set outside of the initialization and rendering stages of the control. </exception> </member> <member name="M:System.Web.UI.ControlCachePolicy.SetExpires(System.DateTime)"> <summary> Instructs the <see cref="T:System.Web.UI.BasePartialCachingControl" /> control that wraps the user control to expire the cache entry at the specified date and time. </summary> <param name="expirationTime"> A <see cref="T:System.DateTime" /> after which the cached entry expires. </param> <exception cref="T:System.Web.HttpException"> The user control is not associated with a <see cref="T:System.Web.UI.BasePartialCachingControl" /> and is not cacheable. </exception> </member> <member name="M:System.Web.UI.ControlCachePolicy.SetSlidingExpiration(System.Boolean)"> <summary> Instructs the <see cref="T:System.Web.UI.BasePartialCachingControl" /> control that wraps the user control to set the user control's cache entry to use sliding or absolute expiration. </summary> <param name="useSlidingExpiration">true to use sliding cache expiration instead of absolute expiration; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> The user control is not associated with a <see cref="T:System.Web.UI.BasePartialCachingControl" /> and is not cacheable. </exception> </member> <member name="M:System.Web.UI.ControlCachePolicy.SetVaryByCustom(System.String)"> <summary> Sets a list of custom strings that the output cache will use to vary the user control. </summary> <param name="varyByCustom"> The list of custom strings. </param> <exception cref="T:System.Web.HttpException"> The user control is not associated with a <see cref="T:System.Web.UI.BasePartialCachingControl" /> and is not cacheable. </exception> </member> <member name="P:System.Web.UI.ControlCachePolicy.SupportsCaching"> <summary> Gets a value indicating whether the user control supports caching. </summary> <returns>true if the user control supports caching; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ControlCachePolicy.VaryByControl"> <summary> Gets or sets a list of control identifiers to vary the cached output by. </summary> <returns> A semicolon-separated list of strings used to vary a user control's output cache. These strings represent the <see cref="P:System.Web.UI.Control.ID" /> property values of ASP.NET server controls declared in the user control. </returns> <exception cref="T:System.Web.HttpException"> The user control is not associated with a <see cref="T:System.Web.UI.BasePartialCachingControl" /> and is not cacheable. - or - The <see cref="P:System.Web.UI.ControlCachePolicy.VaryByControl" /> property is set outside of the initialization and rendering stages of the control. </exception> </member> <member name="P:System.Web.UI.ControlCachePolicy.VaryByParams"> <summary> Gets or sets a list of GET or POST parameter names to vary the cached output by. </summary> <returns> A semicolon-separated list of strings used to vary the output cache. </returns> <exception cref="T:System.Web.HttpException"> The user control is not associated with a <see cref="T:System.Web.UI.BasePartialCachingControl" /> and is not cacheable. </exception> </member> <member name="T:System.Web.UI.ControlCollection"> <summary> Provides a collection container that enables ASP.NET server controls to maintain a list of their child controls. </summary> </member> <member name="M:System.Web.UI.ControlCollection.#ctor(System.Web.UI.Control)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ControlCollection" /> class for the specified parent server control. </summary> <param name="owner"> The ASP.NET server control that the control collection is created for. </param> <exception cref="T:System.ArgumentNullException"> Occurs if the <paramref name="owner" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.ControlCollection.Add(System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the collection. </summary> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> Thrown if the <paramref name="child" /> parameter does not specify a control. </exception> <exception cref="T:System.Web.HttpException"> Thrown if the <see cref="T:System.Web.UI.ControlCollection" /> is read-only. </exception> </member> <member name="M:System.Web.UI.ControlCollection.AddAt(System.Int32,System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the collection at the specified index location. </summary> <param name="index"> The location in the array at which to add the child control. </param> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="child" /> parameter does not specify a control. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The <paramref name="index" /> parameter is less than zero or greater than the <see cref="P:System.Web.UI.ControlCollection.Count" /> property. </exception> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.ControlCollection" /> is read-only. </exception> </member> <member name="M:System.Web.UI.ControlCollection.Clear"> <summary> Removes all controls from the current server control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> </member> <member name="M:System.Web.UI.ControlCollection.Contains(System.Web.UI.Control)"> <summary> Determines whether the specified server control is in the parent server control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <returns>true if the specified server control exists in the collection; otherwise, false. </returns> <param name="c"> The server control to search for in the collection. </param> </member> <member name="M:System.Web.UI.ControlCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the child controls stored in the <see cref="T:System.Web.UI.ControlCollection" /> object to an <see cref="T:System.Array" /> object, beginning at the specified index location in the <see cref="T:System.Array" />. </summary> <param name="array"> The <see cref="T:System.Array" /> to copy the child controls to. </param> <param name="index"> The zero-based relative index in <paramref name="array" /> where copying begins. </param> <exception cref="T:System.Web.HttpException"> <paramref name="array" /> is not null and not one-dimensional. </exception> </member> <member name="P:System.Web.UI.ControlCollection.Count"> <summary> Gets the number of server controls in the <see cref="T:System.Web.UI.ControlCollection" /> object for the specified ASP.NET server control. </summary> <returns> The number of server controls in the <see cref="T:System.Web.UI.ControlCollection" />. </returns> </member> <member name="M:System.Web.UI.ControlCollection.GetEnumerator"> <summary> Retrieves an enumerator that can iterate through the <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <returns> The enumerator to iterate through the collection. </returns> </member> <member name="M:System.Web.UI.ControlCollection.IndexOf(System.Web.UI.Control)"> <summary> Retrieves the index of a specified <see cref="T:System.Web.UI.Control" /> object in the collection. </summary> <returns> The index of the specified server control. If the server control is not currently a member of the collection, it returns -1. </returns> <param name="value"> The <see cref="T:System.Web.UI.Control" /> for which the index is returned. </param> </member> <member name="P:System.Web.UI.ControlCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.ControlCollection" /> object is read-only. </summary> <returns>true if the control is read-only; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.ControlCollection.IsSynchronized"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.ControlCollection" /> object is synchronized. </summary> <returns> This property is always false. </returns> </member> <member name="P:System.Web.UI.ControlCollection.Item(System.Int32)"> <summary> Gets a reference to the server control at the specified index location in the <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <returns> The reference to the control. </returns> <param name="index"> The location of the server control in the <see cref="T:System.Web.UI.ControlCollection" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The <paramref name="index" /> parameter is less than zero or greater than or equal to <see cref="P:System.Web.UI.ControlCollection.Count" />. </exception> </member> <member name="P:System.Web.UI.ControlCollection.Owner"> <summary> Gets the ASP.NET server control to which the <see cref="T:System.Web.UI.ControlCollection" /> object belongs. </summary> <returns> The <see cref="T:System.Web.UI.Control" /> to which the <see cref="T:System.Web.UI.ControlCollection" /> belongs. </returns> </member> <member name="M:System.Web.UI.ControlCollection.Remove(System.Web.UI.Control)"> <summary> Removes the specified server control from the parent server control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <param name="value"> The server control to be removed. </param> </member> <member name="M:System.Web.UI.ControlCollection.RemoveAt(System.Int32)"> <summary> Removes a child control, at the specified index location, from the <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <param name="index"> The ordinal index of the server control to be removed from the collection. </param> <exception cref="T:System.Web.HttpException"> Thrown if the <see cref="T:System.Web.UI.ControlCollection" /> is read-only. </exception> </member> <member name="P:System.Web.UI.ControlCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the collection of controls. </summary> <returns> The <see cref="T:System.Object" /> used to synchronize the collection. </returns> </member> <member name="T:System.Web.UI.ControlSkin"> <summary> Represents a control skin, which is a means to define stylistic properties that are applied to an ASP.NET Web server control. </summary> </member> <member name="M:System.Web.UI.ControlSkin.#ctor(System.Type,System.Web.UI.ControlSkinDelegate)"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.ControlSkin" /> class using the passed <see cref="T:System.Web.UI.Control" /> type and delegate. </summary> <param name="controlType"> The <see cref="T:System.Type" /> of <see cref="T:System.Web.UI.Control" /> to which the skin is applied, used to enforce type consistency among named skins. </param> <param name="themeDelegate"> The <see cref="T:System.Web.UI.ControlSkinDelegate" /> that applies the style elements defined in a control skin file to the type identified by the <paramref name="controlType" /> parameter. </param> </member> <member name="M:System.Web.UI.ControlSkin.ApplySkin(System.Web.UI.Control)"> <summary> Applies the skin to the <see cref="T:System.Web.UI.Control" /> control contained by the <see cref="T:System.Web.UI.ControlSkin" /> object. </summary> <param name="control"> The control to which to apply the skin. </param> </member> <member name="P:System.Web.UI.ControlSkin.ControlType"> <summary> Gets the <see cref="T:System.Type" /> of the control that the <see cref="T:System.Web.UI.ControlSkin" /> object is associated with. </summary> <returns> The <see cref="T:System.Type" /> of the <see cref="T:System.Web.UI.Control" /> used in this instance. </returns> </member> <member name="T:System.Web.UI.ControlSkinDelegate"> <summary> Represents the method that applies the correct control skin to the specified control. </summary> <returns> The <see cref="T:System.Web.UI.Control" /> that was passed to the method, with a control skin applied. </returns> <param name="control"> The <see cref="T:System.Web.UI.Control" /> to which to apply the theme skin. </param> </member> <member name="T:System.Web.UI.ControlValuePropertyAttribute"> <summary> Specifies the default property of a control that a <see cref="T:System.Web.UI.WebControls.ControlParameter" /> object binds to at run time. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ControlValuePropertyAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ControlValuePropertyAttribute" /> class using the specified property name. </summary> <param name="name"> The default property for the control. </param> </member> <member name="M:System.Web.UI.ControlValuePropertyAttribute.#ctor(System.String,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ControlValuePropertyAttribute" /> class using the specified property name and default value. </summary> <param name="name"> The default property for the control. </param> <param name="defaultValue"> The default value for the default property. </param> </member> <member name="M:System.Web.UI.ControlValuePropertyAttribute.#ctor(System.String,System.Type,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ControlValuePropertyAttribute" /> class using the specified property name and default value. The default value is also converted to the specified data type. </summary> <param name="name"> The default property for the control. </param> <param name="type"> The <see cref="T:System.Type" /> to which the default value is converted. </param> <param name="defaultValue"> The default value for the default property. </param> </member> <member name="P:System.Web.UI.ControlValuePropertyAttribute.DefaultValue"> <summary> Gets the default value for the default property of a control. </summary> <returns> The default value for the default property of a control. </returns> </member> <member name="M:System.Web.UI.ControlValuePropertyAttribute.Equals(System.Object)"> <summary> Determines whether the current instance of the <see cref="T:System.Web.UI.ControlValuePropertyAttribute" /> object is equal to the specified object. </summary> <returns>true if the object contained in the <paramref name="obj" /> parameter is equal to the current instance of <see cref="T:System.Web.UI.ControlValuePropertyAttribute" />; otherwise, false. </returns> <param name="obj"> The <see cref="T:System.Object" /> to compare with this instance. </param> </member> <member name="M:System.Web.UI.ControlValuePropertyAttribute.GetHashCode"> <summary> Returns the hash code for this instance. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="P:System.Web.UI.ControlValuePropertyAttribute.Name"> <summary> Gets the default property for a control. </summary> <returns> The default property for a control. </returns> </member> <member name="T:System.Web.UI.CssStyleCollection"> <summary> Contains the HTML cascading-style sheets (CSS) inline style attributes for a specified HTML server control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.CssStyleCollection.Add(System.String,System.String)"> <summary> Adds a style item to the <see cref="T:System.Web.UI.CssStyleCollection" /> of a control using the specified name/value pair. </summary> <param name="key"> The name of the new style attribute to add to the collection. </param> <param name="value"> The value of the style attribute to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="key" /> is null. </exception> </member> <member name="M:System.Web.UI.CssStyleCollection.Add(System.Web.UI.HtmlTextWriterStyle,System.String)"> <summary> Adds a style item to the <see cref="T:System.Web.UI.CssStyleCollection" /> collection of a control using the specified <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value and corresponding value. </summary> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value to add to the collection. </param> <param name="value"> The value of the style attribute to add to the collection. </param> </member> <member name="M:System.Web.UI.CssStyleCollection.Clear"> <summary> Removes all style items from the <see cref="T:System.Web.UI.CssStyleCollection" /> object. </summary> </member> <member name="P:System.Web.UI.CssStyleCollection.Count"> <summary> Gets the number of items in the <see cref="T:System.Web.UI.CssStyleCollection" /> object. </summary> <returns> The number of items in the <see cref="T:System.Web.UI.CssStyleCollection" /> object. </returns> </member> <member name="P:System.Web.UI.CssStyleCollection.Item(System.String)"> <summary> Gets or sets the specified CSS value for the HTML server control. </summary> <returns> The value of <paramref name="key" />. </returns> <param name="key"> The index to the CSS attribute. </param> </member> <member name="P:System.Web.UI.CssStyleCollection.Item(System.Web.UI.HtmlTextWriterStyle)"> <summary> Gets or sets the specified <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> value for the HTML server control. </summary> <returns> The value <paramref name="key" />; otherwise, null, if <paramref name="key" /> is not in the server control's collection. </returns> <param name="key"> An <see cref="T:System.Web.UI.HtmlTextWriterStyle" />. </param> </member> <member name="P:System.Web.UI.CssStyleCollection.Keys"> <summary> Gets a collection of keys to all the styles in the <see cref="T:System.Web.UI.CssStyleCollection" /> object for a specific HTML server control. </summary> <returns> A collection of keys contained in the <see cref="T:System.Web.UI.CssStyleCollection" /> for the specified HTML server control. </returns> </member> <member name="M:System.Web.UI.CssStyleCollection.Remove(System.String)"> <summary> Removes a style item from the <see cref="T:System.Web.UI.CssStyleCollection" /> of a control using the specified style key. </summary> <param name="key"> The string literal of the style item to remove. </param> </member> <member name="M:System.Web.UI.CssStyleCollection.Remove(System.Web.UI.HtmlTextWriterStyle)"> <summary> Removes a style item from the <see cref="T:System.Web.UI.CssStyleCollection" /> collection of a control using the specified <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value. </summary> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value to remove. </param> </member> <member name="P:System.Web.UI.CssStyleCollection.Value"> <summary> Gets or sets the value of the style attribute of the HTML server control. </summary> <returns> The style string literal. </returns> </member> <member name="T:System.Web.UI.DataBinder"> <summary> Provides support for rapid application development (RAD) designers to generate and parse data-binding expression syntax. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.DataBinder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataBinder" /> class . </summary> </member> <member name="M:System.Web.UI.DataBinder.Eval(System.Object,System.String)"> <summary> Evaluates data-binding expressions at run time. </summary> <returns> An <see cref="T:System.Object" /> instance that results from the evaluation of the data-binding expression. </returns> <param name="container"> The object reference against which the expression is evaluated. This must be a valid object identifier in the page's specified language. </param> <param name="expression"> The navigation path from the <paramref name="container" /> object to the public property value to be placed in the bound control property. This must be a string of property or field names separated by periods, such as Tables[0].DefaultView.[0].Price in C# or Tables(0).DefaultView.(0).Price in Visual Basic. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="expression" /> is null or is an empty string after trimming. </exception> </member> <member name="M:System.Web.UI.DataBinder.Eval(System.Object,System.String,System.String)"> <summary> Evaluates data-binding expressions at run time and formats the result as a string. </summary> <returns> A <see cref="T:System.String" /> object that results from evaluating the data-binding expression and converting it to a string type. </returns> <param name="container"> The object reference against which the expression is evaluated. This must be a valid object identifier in the page's specified language. </param> <param name="expression"> The navigation path from the <paramref name="container" /> object to the public property value to be placed in the bound control property. This must be a string of property or field names separated by periods, such as Tables[0].DefaultView.[0].Price in C# or Tables(0).DefaultView.(0).Price in Visual Basic. </param> <param name="format"> A .NET Framework format string (like those used by <see cref="M:System.String.Format(System.String,System.Object)" />) that converts the <see cref="T:System.Object" /> instance returned by the data-binding expression to a <see cref="T:System.String" /> object. </param> </member> <member name="M:System.Web.UI.DataBinder.GetDataItem(System.Object)"> <summary> Retrieves an object's declared data item. </summary> <returns> An object that represents the container's declared data item. Returns null if no data item is found or if the container evaluates to null. </returns> <param name="container"> The object reference against which the expression is evaluated. This must be a valid object identifier in the page's specified language. </param> </member> <member name="M:System.Web.UI.DataBinder.GetDataItem(System.Object,System.Boolean@)"> <summary> Retrieves an object's declared data item, indicating success or failure. </summary> <returns> An object that represents the container's declared data item. Returns null if no data item is found or if the container evaluates to null. </returns> <param name="container"> The object reference against which the expression is evaluated. This must be a valid object identifier in the page's specified language. </param> <param name="foundDataItem"> A Boolean value that indicates whether the data item was successfully resolved and returned. This parameter is passed uninitialized. </param> </member> <member name="M:System.Web.UI.DataBinder.GetIndexedPropertyValue(System.Object,System.String)"> <summary> Retrieves the value of a property of the specified container and navigation path. </summary> <returns> An object that results from the evaluation of the data-binding expression. </returns> <param name="container"> The object reference against which <paramref name="expr" /> is evaluated. This must be a valid object identifier in the specified language for the page. </param> <param name="expr"> The navigation path from the <paramref name="container" /> object to the public property value to place in the bound control property. This must be a string of property or field names separated by periods, such as Tables[0].DefaultView.[0].Price in C# or Tables(0).DefaultView.(0).Price in Visual Basic. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="container" /> is null. - or - <paramref name="expr" /> is null or an empty string (""). </exception> <exception cref="T:System.ArgumentException"> <paramref name="expr" /> is not a valid indexed expression. - or - <paramref name="expr" /> does not allow indexed access. </exception> </member> <member name="M:System.Web.UI.DataBinder.GetIndexedPropertyValue(System.Object,System.String,System.String)"> <summary> Retrieves the value of the specified property for the specified container, and then formats the results. </summary> <returns> The value of the specified property in the format specified by <paramref name="format" />. </returns> <param name="container"> The object reference against which the expression is evaluated. This must be a valid object identifier in the specified language for the page. </param> <param name="propName"> The name of the property that contains the value to retrieve. </param> <param name="format"> A string that specifies the format in which to display the results. </param> </member> <member name="M:System.Web.UI.DataBinder.GetPropertyValue(System.Object,System.String)"> <summary> Retrieves the value of the specified property of the specified object. </summary> <returns> The value of the specified property. </returns> <param name="container"> The object that contains the property. </param> <param name="propName"> The name of the property that contains the value to retrieve. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="container" /> is null. -or- <paramref name="propName" /> is null or an empty string (""). </exception> <exception cref="T:System.Web.HttpException"> The object in <paramref name="container" /> does not have the property specified by <paramref name="propName" />. </exception> </member> <member name="M:System.Web.UI.DataBinder.GetPropertyValue(System.Object,System.String,System.String)"> <summary> Retrieves the value of the specified property of the specified object, and then formats the results. </summary> <returns> The value of the specified property in the format specified by <paramref name="format" />. </returns> <param name="container"> The object that contains the property. </param> <param name="propName"> The name of the property that contains the value to retrieve. </param> <param name="format"> A string that specifies the format in which to display the results. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="container" /> is null. - or - <paramref name="propName" /> is null or an empty string (""). </exception> <exception cref="T:System.Web.HttpException"> The object in <paramref name="container" /> does not have the property specified by <paramref name="propName" />. </exception> </member> <member name="T:System.Web.UI.DataBinding"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.DataBinding.#ctor(System.String,System.Type,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataBinding" /> class. </summary> <param name="propertyName"> The property to bind data to. </param> <param name="propertyType"> The .NET Framework type of the property to bind data to. </param> <param name="expression"> The data-binding expression to be evaluated. </param> </member> <member name="M:System.Web.UI.DataBinding.Equals(System.Object)"> <summary> Determines whether the specified object is the same instance of the <see cref="T:System.Web.UI.DataBinding" /> class as the current object. </summary> <returns>true if the data-binding property names match; otherwise, false. </returns> <param name="obj"> The object to compare against the current <see cref="T:System.Web.UI.DataBinding" />. </param> </member> <member name="P:System.Web.UI.DataBinding.Expression"> <summary> Gets or sets the data-binding expression to be evaluated. </summary> <returns> The data-binding expression to be evaluated. </returns> </member> <member name="M:System.Web.UI.DataBinding.GetHashCode"> <summary> Retrieves the hash code for an instance of the <see cref="T:System.Web.UI.DataBinding" /> object. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="P:System.Web.UI.DataBinding.PropertyName"> <summary> Gets the name of the ASP.NET server control property to bind data to. </summary> <returns> The property to bind data to. </returns> </member> <member name="P:System.Web.UI.DataBinding.PropertyType"> <summary> Gets the .NET Framework type of the data-bound ASP.NET server control property. </summary> <returns> The .NET Framework type of the data-bound property. </returns> </member> <member name="T:System.Web.UI.DataBindingCollection"> <summary> Provides a collection of <see cref="T:System.Web.UI.DataBinding" /> objects for an ASP.NET server control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.DataBindingCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataBindingCollection" /> class. </summary> </member> <member name="M:System.Web.UI.DataBindingCollection.Add(System.Web.UI.DataBinding)"> <summary> Adds the specified <see cref="T:System.Web.UI.DataBinding" /> object to the <see cref="T:System.Web.UI.DataBindingCollection" /> collection. </summary> <param name="binding"> The data-binding object to add to the collection. </param> </member> <member name="E:System.Web.UI.DataBindingCollection.Changed"> <summary> Occurs when the collection of <see cref="T:System.Web.UI.DataBinding" /> objects is changed. </summary> </member> <member name="M:System.Web.UI.DataBindingCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.DataBinding" /> objects from the <see cref="T:System.Web.UI.DataBindingCollection" /> collection. </summary> </member> <member name="M:System.Web.UI.DataBindingCollection.Contains(System.String)"> <summary> Determines whether the data-binding collection contains a specific <see cref="T:System.Web.UI.DataBinding" /> object. </summary> <returns>true if the <see cref="T:System.Web.UI.DataBindingCollection" /> contains an element with the specified name; otherwise, false. </returns> <param name="propertyName"> The name of the object to locate in the collection. </param> </member> <member name="M:System.Web.UI.DataBindingCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the <see cref="T:System.Web.UI.DataBindingCollection" /> values to a one-dimensional <see cref="T:System.Array" />, beginning at the <see cref="T:System.Array" /> object's specified index. </summary> <param name="array"> The one-dimensional <see cref="T:System.Array" /> that is the destination of the values copied from <see cref="T:System.Web.UI.DataBindingCollection" />. </param> <param name="index"> The index in the array, specified by the <paramref name="array" /> parameter, where copying begins. </param> </member> <member name="P:System.Web.UI.DataBindingCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.DataBinding" /> objects in the <see cref="T:System.Web.UI.DataBindingCollection" /> object. </summary> <returns> The number of <see cref="T:System.Web.UI.DataBinding" /> objects in the <see cref="T:System.Web.UI.DataBindingCollection" />. </returns> </member> <member name="M:System.Web.UI.DataBindingCollection.GetEnumerator"> <summary> Returns an enumerator to iterate through the <see cref="T:System.Web.UI.DataBindingCollection" /> object. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that contains the collection's members. </returns> </member> <member name="P:System.Web.UI.DataBindingCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.DataBindingCollection" /> collection is read-only. </summary> <returns>true if the collection is read-only; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.DataBindingCollection.IsSynchronized"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.DataBindingCollection" /> collection is synchronized (thread safe). </summary> <returns> Always false. </returns> </member> <member name="P:System.Web.UI.DataBindingCollection.Item(System.String)"> <summary> Gets the <see cref="T:System.Web.UI.DataBinding" /> object with the specified property name. </summary> <returns> The <see cref="T:System.Web.UI.DataBinding" /> with the specified property name. If no object with the specified name exists, this value is null. </returns> <param name="propertyName"> The name of the property to be found. </param> </member> <member name="M:System.Web.UI.DataBindingCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.UI.DataBinding" /> object associated with the specified property name from the <see cref="T:System.Web.UI.DataBindingCollection" /> collection and adds it to the <see cref="P:System.Web.UI.DataBindingCollection.RemovedBindings" /> collection. </summary> <param name="propertyName"> The property name associated with the <see cref="T:System.Web.UI.DataBinding" /> to be removed. </param> </member> <member name="M:System.Web.UI.DataBindingCollection.Remove(System.String,System.Boolean)"> <summary> Removes the <see cref="T:System.Web.UI.DataBinding" /> object, associated with the specified property name, from the <see cref="T:System.Web.UI.DataBindingCollection" /> collection and controls whether to add the binding to the <see cref="P:System.Web.UI.DataBindingCollection.RemovedBindings" /> list. </summary> <param name="propertyName"> The property associated with the <see cref="T:System.Web.UI.DataBinding" /> to be removed. </param> <param name="addToRemovedList"> A Boolean value that indicates whether to add the property name to the <see cref="P:System.Web.UI.DataBindingCollection.RemovedBindings" /> list. true indicates that the <paramref name="propertyName" /> parameter will be added to the <see cref="P:System.Web.UI.DataBindingCollection.RemovedBindings" /> property, and false indicates that <paramref name="propertyName" /> will not be added to the <see cref="P:System.Web.UI.DataBindingCollection.RemovedBindings" /> property. </param> </member> <member name="M:System.Web.UI.DataBindingCollection.Remove(System.Web.UI.DataBinding)"> <summary> Removes the specified <see cref="T:System.Web.UI.DataBinding" /> object from the <see cref="T:System.Web.UI.DataBindingCollection" /> collection and adds it to the <see cref="P:System.Web.UI.DataBindingCollection.RemovedBindings" /> collection. </summary> <param name="binding"> The <see cref="T:System.Web.UI.DataBinding" /> to be removed from the <see cref="T:System.Web.UI.DataBindingCollection" />. </param> </member> <member name="P:System.Web.UI.DataBindingCollection.RemovedBindings"> <summary> Gets an array of the names of the <see cref="T:System.Web.UI.DataBinding" /> objects removed from the collection. </summary> <returns> The array of names of the <see cref="T:System.Web.UI.DataBinding" /> objects removed from the collection. </returns> </member> <member name="P:System.Web.UI.DataBindingCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the <see cref="T:System.Web.UI.DataBindingCollection" /> collection. </summary> <returns> The <see cref="T:System.Object" /> to be used to synchronize access to the collection. </returns> </member> <member name="T:System.Web.UI.DataBindingHandlerAttribute"> <summary> Specifies a design-time class that performs data binding of controls within a designer. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.DataBindingHandlerAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataBindingHandlerAttribute" /> class using no parameters. This is the default constructor. </summary> </member> <member name="M:System.Web.UI.DataBindingHandlerAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataBindingHandlerAttribute" /> class with the specified type name. </summary> <param name="typeName"> The fully qualified name of the data-binding handler <see cref="T:System.Type" />. </param> </member> <member name="M:System.Web.UI.DataBindingHandlerAttribute.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataBindingHandlerAttribute" /> class of the specified <see cref="T:System.Type" />. </summary> <param name="type"> The <see cref="T:System.Type" /> for the data-binding handler. </param> </member> <member name="F:System.Web.UI.DataBindingHandlerAttribute.Default"> <summary> Defines the default attribute for the <see cref="T:System.Web.UI.DataBindingHandlerAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.DataBindingHandlerAttribute.Equals(System.Object)"> <summary> Determines whether two object instances are equal. </summary> <returns>true if the <paramref name="obj" /> parameter equals the <see cref="T:System.Web.UI.DataBindingHandlerAttribute" /> object; otherwise, false. </returns> <param name="obj"> The object to compare to the current <see cref="T:System.Web.UI.DataBindingHandlerAttribute" />. </param> </member> <member name="M:System.Web.UI.DataBindingHandlerAttribute.GetHashCode"> <summary> Returns the hash code for this instance. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="P:System.Web.UI.DataBindingHandlerAttribute.HandlerTypeName"> <summary> Gets the type name of the data-binding handler. </summary> <returns> The type name of the handler. If the type name is null, this property returns an empty string (""). </returns> </member> <member name="T:System.Web.UI.DataBoundLiteralControl"> <summary> Retains data-binding expressions and static literal text. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.DataBoundLiteralControl.#ctor(System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataBoundLiteralControl" /> class. </summary> <param name="staticLiteralsCount"> Defines the size of the array to create for storing static literal strings. </param> <param name="dataBoundLiteralCount"> Defines the size of the array to create for storing data-bound literal strings. </param> </member> <member name="M:System.Web.UI.DataBoundLiteralControl.SetDataBoundString(System.Int32,System.String)"> <summary> Assigns a string value to an array containing data-bound values. </summary> <param name="index"> The position in an array at which to retain the <paramref name="s" /> parameter value. </param> <param name="s"> A <see cref="T:System.String" /> containing the value for the data-bound expression. </param> </member> <member name="M:System.Web.UI.DataBoundLiteralControl.SetStaticString(System.Int32,System.String)"> <summary> Assigns a string value to an array containing static values. </summary> <param name="index"> The position in an array at which to retain the <paramref name="s" /> parameter value. </param> <param name="s"> A <see cref="T:System.String" /> containing the value for the data-bound expression. </param> </member> <member name="P:System.Web.UI.DataBoundLiteralControl.System#Web#UI#ITextControl#Text"> <summary> Gets or sets the text content of the <see cref="T:System.Web.UI.DataBoundLiteralControl" /> object. </summary> <returns> A <see cref="T:System.String" /> that represents the text content of the <see cref="T:System.Web.UI.DataBoundLiteralControl" />. </returns> <exception cref="T:System.NotSupportedException"> An attempt to set the value is made. </exception> </member> <member name="P:System.Web.UI.DataBoundLiteralControl.Text"> <summary> Gets the text content of the <see cref="T:System.Web.UI.DataBoundLiteralControl" /> object. </summary> <returns> A <see cref="T:System.String" /> that represents the text content of the <see cref="T:System.Web.UI.DataBoundLiteralControl" />. </returns> </member> <member name="T:System.Web.UI.DataSourceCacheDurationConverter"> <summary> Provides a type converter to convert 32-bit signed integer objects to and from data source control cache duration representations. </summary> </member> <member name="M:System.Web.UI.DataSourceCacheDurationConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataSourceCacheDurationConverter" /> class. </summary> </member> <member name="M:System.Web.UI.DataSourceCacheDurationConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Determines whether the <see cref="T:System.Web.UI.DataSourceCacheDurationConverter" /> can convert an object in the given source type to an <see cref="T:System.Int32" /> object. </summary> <returns>true if this converter can perform the operation; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> <param name="sourceType"> A <see cref="T:System.Type" /> that represents a type that the converter converts. </param> </member> <member name="M:System.Web.UI.DataSourceCacheDurationConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Returns a value indicating whether the <see cref="T:System.Web.UI.DataSourceCacheDurationConverter" /> instance can convert an object to the given destination type. </summary> <returns>true if this converter can perform the operation; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> <param name="destinationType"> A <see cref="T:System.Type" /> that represents the type to which you want to convert. </param> </member> <member name="M:System.Web.UI.DataSourceCacheDurationConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts the specified object to an <see cref="T:System.Int32" /> object. </summary> <returns> An object that represents the converted value. If null is passed in the value parameter, null is returned. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture in which to represent the number. </param> <param name="value"> The object to convert. </param> </member> <member name="M:System.Web.UI.DataSourceCacheDurationConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Converts the specified object to another type. </summary> <returns> An object that represents the converted value. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture in which to represent the number. </param> <param name="value"> The object to convert. </param> <param name="destinationType"> The type to convert the object to. </param> </member> <member name="M:System.Web.UI.DataSourceCacheDurationConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a collection of standard values for the data type the <see cref="T:System.Web.UI.DataSourceCacheDurationConverter" /> instance is designed for. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that contains 0 for cache duration, which represents "Infinite". </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> </member> <member name="M:System.Web.UI.DataSourceCacheDurationConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)"> <summary> Specifies whether the collection of standard values returned from the <see cref="Overload:System.Web.UI.DataSourceCacheDurationConverter.GetStandardValues" /> method is an exclusive list, using the specified context. </summary> <returns>false in all cases. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> </member> <member name="M:System.Web.UI.DataSourceCacheDurationConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)"> <summary> Specifies whether the <see cref="T:System.Web.UI.DataSourceCacheDurationConverter" /> object supports a standard set of values that can be picked from a list, using the specified context. </summary> <returns>true in all cases. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> </member> <member name="T:System.Web.UI.DataSourceCacheExpiry"> <summary> Describes the way data cached using ASP.NET caching mechanisms expires when a time-out is set. </summary> </member> <member name="F:System.Web.UI.DataSourceCacheExpiry.Absolute"> <summary> Cached data expires when the amount of time specified by the CacheDuration property has passed since the data was first cached. </summary> </member> <member name="F:System.Web.UI.DataSourceCacheExpiry.Sliding"> <summary> Cached data expires only when the cache entry has not been used for the amount of time specified by the CacheDuration property. </summary> </member> <member name="T:System.Web.UI.DataSourceCapabilities"> <summary> Provides a way to request processing beyond record retrieval for a data retrieval operation of a data source control. </summary> </member> <member name="F:System.Web.UI.DataSourceCapabilities.None"> <summary> Represents no paging, sorting, or total row count retrieval capabilities. </summary> </member> <member name="F:System.Web.UI.DataSourceCapabilities.Sort"> <summary> Represents the capability to sort through the rows returned by an <see cref="M:System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> operation. </summary> </member> <member name="F:System.Web.UI.DataSourceCapabilities.Page"> <summary> Represents the capability to page through the rows returned by an <see cref="M:System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> operation. </summary> </member> <member name="F:System.Web.UI.DataSourceCapabilities.RetrieveTotalRowCount"> <summary> Represents the capability to retrieve a total row count of data, which corresponds to using the <see cref="F:System.Web.UI.DataSourceOperation.SelectCount" /> value. </summary> </member> <member name="T:System.Web.UI.DataSourceControl"> <summary> Serves as the base class for controls that represent data sources to data-bound controls. </summary> </member> <member name="M:System.Web.UI.DataSourceControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataSourceControl" /> class. </summary> </member> <member name="M:System.Web.UI.DataSourceControl.ApplyStyleSheetSkin(System.Web.UI.Page)"> <summary> Applies the style properties that are defined in the page style sheet to the control. </summary> <param name="page"> The <see cref="T:System.Web.UI.Page" /> containing the control. </param> </member> <member name="P:System.Web.UI.DataSourceControl.ClientID"> <summary> Gets the server control identifier generated by ASP.NET. </summary> <returns> The server control identifier generated by ASP.NET. </returns> </member> <member name="P:System.Web.UI.DataSourceControl.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> object that represents the child controls for a specified server control in the UI hierarchy. </summary> <returns> The collection of child controls for the specified server control. </returns> </member> <member name="M:System.Web.UI.DataSourceControl.CreateControlCollection"> <summary> Creates a collection to store child controls. </summary> <returns> Returns a <see cref="T:System.Web.UI.EmptyControlCollection" />. </returns> </member> <member name="P:System.Web.UI.DataSourceControl.EnableTheming"> <summary> Gets a value indicating whether this control supports themes. </summary> <returns>false in all cases. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the value of the <see cref="P:System.Web.UI.DataSourceControl.EnableTheming" /> property. </exception> </member> <member name="M:System.Web.UI.DataSourceControl.FindControl(System.String)"> <summary> Searches the current naming container for a server control with the specified <paramref name="id" /> parameter. </summary> <returns> The specified control, or null if the specified control does not exist. </returns> <param name="id"> The identifier for the control to be found. </param> </member> <member name="M:System.Web.UI.DataSourceControl.Focus"> <summary> Sets input focus to the control. </summary> <exception cref="T:System.NotSupportedException"> An attempt was made to call the <see cref="M:System.Web.UI.DataSourceControl.Focus" /> method. </exception> </member> <member name="M:System.Web.UI.DataSourceControl.GetView(System.String)"> <summary> Gets the named data source view associated with the data source control. </summary> <returns> Returns the named <see cref="T:System.Web.UI.DataSourceView" /> associated with the <see cref="T:System.Web.UI.DataSourceControl" />. </returns> <param name="viewName"> The name of the <see cref="T:System.Web.UI.DataSourceView" /> to retrieve. In data source controls that support only one view, such as <see cref="T:System.Web.UI.WebControls.SqlDataSource" />, this parameter is ignored. </param> </member> <member name="M:System.Web.UI.DataSourceControl.GetViewNames"> <summary> Gets a collection of names, representing the list of <see cref="T:System.Web.UI.DataSourceView" /> objects associated with the <see cref="T:System.Web.UI.DataSourceControl" /> control. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> that contains the names of the <see cref="T:System.Web.UI.DataSourceView" /> objects associated with the <see cref="T:System.Web.UI.DataSourceControl" />. </returns> </member> <member name="M:System.Web.UI.DataSourceControl.HasControls"> <summary> Determines if the server control contains any child controls. </summary> <returns>true if the control contains other controls; otherwise, false. </returns> </member> <member name="M:System.Web.UI.DataSourceControl.RaiseDataSourceChangedEvent(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.IDataSource.DataSourceChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.DataSourceControl.RenderControl(System.Web.UI.HtmlTextWriter)"> <summary> Outputs server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object and stores tracing information about the control if tracing is enabled. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the control content. </param> </member> <member name="P:System.Web.UI.DataSourceControl.SkinID"> <summary> Gets the skin to apply to the <see cref="T:System.Web.UI.DataSourceControl" /> control. </summary> <returns> <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the value of the <see cref="P:System.Web.UI.DataSourceControl.SkinID" /> property. </exception> </member> <member name="P:System.Web.UI.DataSourceControl.System#ComponentModel#IListSource#ContainsListCollection"> <summary> Indicates whether the data source control is associated with one or more lists of data. </summary> <returns>true if the <see cref="T:System.Web.UI.DataSourceControl" /> is associated with one or more <see cref="T:System.Web.UI.DataSourceView" /> objects; otherwise, false. </returns> </member> <member name="M:System.Web.UI.DataSourceControl.System#ComponentModel#IListSource#GetList"> <summary> Gets a list of data source controls that can be used as sources of lists of data. </summary> <returns> An <see cref="T:System.Collections.IList" /> of data source controls that can be used as sources of lists of data. </returns> </member> <member name="E:System.Web.UI.DataSourceControl.System#Web#UI#IDataSource#DataSourceChanged"> <summary> Occurs when a data source control has changed in a way that affects data-bound controls. </summary> </member> <member name="M:System.Web.UI.DataSourceControl.System#Web#UI#IDataSource#GetView(System.String)"> <summary> Gets the named <see cref="T:System.Web.UI.DataSourceView" /> object associated with the <see cref="T:System.Web.UI.DataSourceControl" /> control. Some data source controls support only one view, while others support more than one. </summary> <returns> Returns the named <see cref="T:System.Web.UI.DataSourceView" /> associated with the <see cref="T:System.Web.UI.DataSourceControl" />. </returns> <param name="viewName"> The name of the <see cref="T:System.Web.UI.DataSourceView" /> to retrieve. In data source controls that support only one view, such as <see cref="T:System.Web.UI.WebControls.SqlDataSource" />, this parameter is ignored. </param> <exception cref="T:System.ArgumentException"> <paramref name="viewName" /> is null. </exception> </member> <member name="M:System.Web.UI.DataSourceControl.System#Web#UI#IDataSource#GetViewNames"> <summary> Gets a collection of names, representing the list of <see cref="T:System.Web.UI.DataSourceView" /> objects associated with the <see cref="T:System.Web.UI.DataSourceControl" /> control. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> that contains the names of the <see cref="T:System.Web.UI.DataSourceView" /> objects associated with the <see cref="T:System.Web.UI.DataSourceControl" />. </returns> </member> <member name="P:System.Web.UI.DataSourceControl.Visible"> <summary> Gets or sets a value indicating whether the control is visually displayed. </summary> <returns> Always false. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the value of the <see cref="P:System.Web.UI.DataSourceControl.Visible" /> property. </exception> </member> <member name="T:System.Web.UI.DataSourceControlBuilder"> <summary> Supports the page parser in building controls that are connected to a data provider. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.DataSourceControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataSourceControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.DataSourceControlBuilder.AllowWhitespaceLiterals"> <summary> Determines whether white-space literals are permitted in the content between a control's opening and closing tags. </summary> <returns> Always false. </returns> </member> <member name="T:System.Web.UI.DataSourceOperation"> <summary> Specifies a data operation performed by a data source control. </summary> </member> <member name="F:System.Web.UI.DataSourceOperation.Delete"> <summary> The operation deletes records from a data source. </summary> </member> <member name="F:System.Web.UI.DataSourceOperation.Insert"> <summary> The operation inserts one or more records into a data source. </summary> </member> <member name="F:System.Web.UI.DataSourceOperation.Select"> <summary> The operation retrieves records from a data source. </summary> </member> <member name="F:System.Web.UI.DataSourceOperation.Update"> <summary> The operation updates records in a data source. </summary> </member> <member name="F:System.Web.UI.DataSourceOperation.SelectCount"> <summary> The operation retrieves the total number of records for a query from the data source. </summary> </member> <member name="T:System.Web.UI.DataSourceSelectArguments"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.DataSourceSelectArguments.#ctor"> <summary> Initializes a new default instance of the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> class. </summary> </member> <member name="M:System.Web.UI.DataSourceSelectArguments.#ctor(System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> class with the specified starting position and number of rows to return for paging scenarios. </summary> <param name="startRowIndex"> The index of the data row that marks the beginning of data returned by a data retrieval operation. </param> <param name="maximumRows"> The maximum number of rows that a data retrieval operation returns. </param> </member> <member name="M:System.Web.UI.DataSourceSelectArguments.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> class with the specified sort expression. </summary> <param name="sortExpression"> A sort expression that data source controls use to sort the result of a data retrieval operation before the result is returned to a caller. </param> </member> <member name="M:System.Web.UI.DataSourceSelectArguments.#ctor(System.String,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> class with the specified sort expression, starting position, and number of rows to return for paging scenarios. </summary> <param name="sortExpression"> A sort expression that data source controls use to sort the result of a data retrieval operation before the result is returned to a caller. </param> <param name="startRowIndex"> The index of the data row that marks the beginning of data returned by a data retrieval operation. </param> <param name="maximumRows"> The maximum number of rows that a data retrieval operation returns. </param> </member> <member name="M:System.Web.UI.DataSourceSelectArguments.AddSupportedCapabilities(System.Web.UI.DataSourceCapabilities)"> <summary> Adds one capability to the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> instance, which is used to compare supported capabilities and requested capabilities. </summary> <param name="capabilities"> One of the <see cref="T:System.Web.UI.DataSourceCapabilities" /> values. </param> </member> <member name="P:System.Web.UI.DataSourceSelectArguments.Empty"> <summary> Gets a <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object with the sort expression set to <see cref="F:System.String.Empty" />. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" />. </returns> </member> <member name="M:System.Web.UI.DataSourceSelectArguments.Equals(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.DataSourceSelectArguments" /> instance is equal to the current instance. </summary> <returns>true if the specified <see cref="T:System.Web.UI.DataSourceSelectArguments" /> is equal to the current instance; otherwise, false. </returns> <param name="obj"> The <see cref="T:System.Web.UI.DataSourceSelectArguments" /> to compare with the current one. </param> </member> <member name="M:System.Web.UI.DataSourceSelectArguments.GetHashCode"> <returns> A hash code for the current <see cref="T:System.Object" />. </returns> </member> <member name="P:System.Web.UI.DataSourceSelectArguments.MaximumRows"> <summary> Gets or sets a value that represents the maximum number of data rows that a data source control returns for a data retrieval operation. </summary> <returns> The maximum number of data rows that a data source returns for a data retrieval operation. The default value is 0, which indicates that all possible data rows are returned. </returns> </member> <member name="M:System.Web.UI.DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError(System.Web.UI.DataSourceView)"> <summary> Compares the capabilities requested for an <see cref="M:System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> operation against those that the specified data source view supports. </summary> <param name="view"> The data source view that performs the data retrieval operation. </param> <exception cref="T:System.NotSupportedException"> The data source view does not support the data source capability specified. </exception> </member> <member name="P:System.Web.UI.DataSourceSelectArguments.RetrieveTotalRowCount"> <summary> Gets or sets a value indicating whether a data source control should retrieve a count of all the data rows during a data retrieval operation. </summary> <returns>true if the data source control should retrieve a total data row count; otherwise, false. </returns> </member> <member name="P:System.Web.UI.DataSourceSelectArguments.SortExpression"> <summary> Gets or sets an expression that the data source view uses to sort the data retrieved by the <see cref="M:System.Web.UI.DataSourceView.Select(System.Web.UI.DataSourceSelectArguments,System.Web.UI.DataSourceViewSelectCallback)" /> method. </summary> <returns> A string that the data source view uses to sort data retrieved by the <see cref="M:System.Web.UI.DataSourceView.Select(System.Web.UI.DataSourceSelectArguments,System.Web.UI.DataSourceViewSelectCallback)" /> method. <see cref="F:System.String.Empty" /> is returned if sort expression has not been set. </returns> </member> <member name="P:System.Web.UI.DataSourceSelectArguments.StartRowIndex"> <summary> Gets or sets a value that represents the starting position the data source control should use when retrieving data rows during a data retrieval operation. </summary> <returns> The starting row position from which a data source control retrieves data. The default value is 0, which indicates that the starting position is the beginning of the result set. </returns> </member> <member name="P:System.Web.UI.DataSourceSelectArguments.TotalRowCount"> <summary> Gets or sets the number of rows retrieved during a data retrieval operation. </summary> <returns> The total number of data rows retrieved by the data retrieval operation. </returns> </member> <member name="T:System.Web.UI.DataSourceView"> <summary> Serves as the base class for all data source view classes, which define the capabilities of data source controls. </summary> </member> <member name="M:System.Web.UI.DataSourceView.#ctor(System.Web.UI.IDataSource,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DataSourceView" /> class. </summary> <param name="owner"> The data source control that the <see cref="T:System.Web.UI.DataSourceView" /> is associated with. </param> <param name="viewName"> The name of the <see cref="T:System.Web.UI.DataSourceView" /> object. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="owner" /> is null. - or - <paramref name="viewName" /> is null. </exception> </member> <member name="P:System.Web.UI.DataSourceView.CanDelete"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.DataSourceView" /> object associated with the current <see cref="T:System.Web.UI.DataSourceControl" /> object supports the <see cref="M:System.Web.UI.DataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)" /> operation. </summary> <returns>true if the operation is supported; otherwise, false. The base class implementation returns false. </returns> </member> <member name="P:System.Web.UI.DataSourceView.CanInsert"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.DataSourceView" /> object associated with the current <see cref="T:System.Web.UI.DataSourceControl" /> object supports the <see cref="M:System.Web.UI.DataSourceView.ExecuteInsert(System.Collections.IDictionary)" /> operation. </summary> <returns>true if the operation is supported; otherwise, false. The base class implementation returns false. </returns> </member> <member name="P:System.Web.UI.DataSourceView.CanPage"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.DataSourceView" /> object associated with the current <see cref="T:System.Web.UI.DataSourceControl" /> object supports paging through the data retrieved by the <see cref="M:System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> method. </summary> <returns>true if the operation is supported; otherwise, false. The base class implementation returns false. </returns> </member> <member name="P:System.Web.UI.DataSourceView.CanRetrieveTotalRowCount"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.DataSourceView" /> object associated with the current <see cref="T:System.Web.UI.DataSourceControl" /> object supports retrieving the total number of data rows, instead of the data. </summary> <returns>true if the operation is supported; otherwise, false. The base class implementation returns false. </returns> </member> <member name="P:System.Web.UI.DataSourceView.CanSort"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.DataSourceView" /> object associated with the current <see cref="T:System.Web.UI.DataSourceControl" /> object supports a sorted view on the underlying data source. </summary> <returns>true if the operation is supported; otherwise, false. The default implementation returns false. </returns> </member> <member name="P:System.Web.UI.DataSourceView.CanUpdate"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.DataSourceView" /> object associated with the current <see cref="T:System.Web.UI.DataSourceControl" /> object supports the <see cref="M:System.Web.UI.DataSourceView.ExecuteUpdate(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)" /> operation. </summary> <returns>true if the operation is supported; otherwise, false. The default implementation returns false. </returns> </member> <member name="E:System.Web.UI.DataSourceView.DataSourceViewChanged"> <summary> Occurs when the data source view has changed. </summary> </member> <member name="M:System.Web.UI.DataSourceView.Delete(System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)"> <summary> Performs an asynchronous delete operation on the list of data that the <see cref="T:System.Web.UI.DataSourceView" /> object represents. </summary> <param name="keys"> An <see cref="T:System.Collections.IDictionary" /> of object or row keys to be deleted by the <see cref="M:System.Web.UI.DataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)" /> operation. </param> <param name="oldValues"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs that represent data elements and their original values. </param> <param name="callback"> A <see cref="T:System.Web.UI.DataSourceViewOperationCallback" /> delegate that is used to notify a data-bound control when the asynchronous operation is complete. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.DataSourceViewOperationCallback" /> supplied is null. </exception> </member> <member name="P:System.Web.UI.DataSourceView.Events"> <summary> Gets a list of event-handler delegates for the data source view. </summary> <returns> The list of event-handler delegates. </returns> </member> <member name="M:System.Web.UI.DataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs a delete operation on the list of data that the <see cref="T:System.Web.UI.DataSourceView" /> object represents. </summary> <returns> The number of items that were deleted from the underlying data storage. </returns> <param name="keys"> An <see cref="T:System.Collections.IDictionary" /> of object or row keys to be deleted by the <see cref="M:System.Web.UI.DataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)" /> operation. </param> <param name="oldValues"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs that represent data elements and their original values. </param> <exception cref="T:System.NotSupportedException"> The <see cref="M:System.Web.UI.DataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)" /> operation is not supported by the <see cref="T:System.Web.UI.DataSourceView" />. </exception> </member> <member name="M:System.Web.UI.DataSourceView.ExecuteInsert(System.Collections.IDictionary)"> <summary> Performs an insert operation on the list of data that the <see cref="T:System.Web.UI.DataSourceView" /> object represents. </summary> <returns> The number of items that were inserted into the underlying data storage. </returns> <param name="values"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs used during an insert operation. </param> <exception cref="T:System.NotSupportedException"> The <see cref="M:System.Web.UI.DataSourceView.ExecuteInsert(System.Collections.IDictionary)" /> operation is not supported by the <see cref="T:System.Web.UI.DataSourceView" />. </exception> </member> <member name="M:System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)"> <summary> Gets a list of data from the underlying data storage. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of data from the underlying data storage. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that is used to request operations on the data beyond basic data retrieval. </param> </member> <member name="M:System.Web.UI.DataSourceView.ExecuteUpdate(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs an update operation on the list of data that the <see cref="T:System.Web.UI.DataSourceView" /> object represents. </summary> <returns> The number of items that were updated in the underlying data storage. </returns> <param name="keys"> An <see cref="T:System.Collections.IDictionary" /> of object or row keys to be updated by the update operation. </param> <param name="values"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs that represent data elements and their new values. </param> <param name="oldValues"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs that represent data elements and their original values. </param> <exception cref="T:System.NotSupportedException"> The <see cref="M:System.Web.UI.DataSourceView.ExecuteUpdate(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)" /> operation is not supported by the <see cref="T:System.Web.UI.DataSourceView" />. </exception> </member> <member name="M:System.Web.UI.DataSourceView.Insert(System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)"> <summary> Performs an asynchronous insert operation on the list of data that the <see cref="T:System.Web.UI.DataSourceView" /> object represents. </summary> <param name="values"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs used during an insert operation. </param> <param name="callback"> A <see cref="T:System.Web.UI.DataSourceViewOperationCallback" /> delegate that is used to notify a data-bound control when the asynchronous operation is complete. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.DataSourceViewOperationCallback" /> supplied is null. </exception> </member> <member name="P:System.Web.UI.DataSourceView.Name"> <summary> Gets the name of the data source view. </summary> <returns> The name of the <see cref="T:System.Web.UI.DataSourceView" />, if it has one. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.DataSourceView.OnDataSourceViewChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.DataSourceView.DataSourceViewChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.DataSourceView.RaiseUnsupportedCapabilityError(System.Web.UI.DataSourceCapabilities)"> <summary> Called by the <see cref="M:System.Web.UI.DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError(System.Web.UI.DataSourceView)" /> method to compare the capabilities requested for an <see cref="M:System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> operation against those that the view supports. </summary> <param name="capability"> One of the <see cref="T:System.Web.UI.DataSourceCapabilities" /> values that is compared against the capabilities that the view supports. </param> <exception cref="T:System.NotSupportedException"> The data source view does not support the data source capability specified. </exception> </member> <member name="M:System.Web.UI.DataSourceView.Select(System.Web.UI.DataSourceSelectArguments,System.Web.UI.DataSourceViewSelectCallback)"> <summary> Gets a list of data asynchronously from the underlying data storage. </summary> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that is used to request operations on the data beyond basic data retrieval. </param> <param name="callback"> A <see cref="T:System.Web.UI.DataSourceViewSelectCallback" /> delegate that is used to notify a data-bound control when the asynchronous operation is complete. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.DataSourceViewSelectCallback" /> supplied is null. </exception> </member> <member name="M:System.Web.UI.DataSourceView.Update(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)"> <summary> Performs an asynchronous update operation on the list of data that the <see cref="T:System.Web.UI.DataSourceView" /> object represents. </summary> <param name="keys"> An <see cref="T:System.Collections.IDictionary" /> of object or row keys to be updated by the update operation. </param> <param name="values"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs that represent data elements and their new values. </param> <param name="oldValues"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs that represent data elements and their original values. </param> <param name="callback"> A <see cref="T:System.Web.UI.DataSourceViewOperationCallback" /> delegate that is used to notify a data-bound control when the asynchronous operation is complete. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.DataSourceViewOperationCallback" /> supplied is null. </exception> </member> <member name="T:System.Web.UI.DataSourceViewOperationCallback"> <summary> Represents the asynchronous callback method that a data-bound control supplies to a data source view for asynchronous insert, update, or delete data operations. </summary> <returns> A value indicating whether any exceptions thrown during the data operation were handled. </returns> <param name="affectedRecords"> The number of records that the data operation affected. </param> <param name="ex"> An <see cref="T:System.Exception" />, if one is thrown by the data operation during processing. </param> </member> <member name="T:System.Web.UI.DataSourceViewSelectCallback"> <summary> Represents the asynchronous callback method that a data-bound control supplies to a data source view for asynchronous data retrieval. </summary> <param name="data"> An <see cref="T:System.Collections.IEnumerable" /> collection of data records that the <see cref="M:System.Web.UI.DataSourceView.Select(System.Web.UI.DataSourceSelectArguments,System.Web.UI.DataSourceViewSelectCallback)" /> and <see cref="M:System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> methods return. </param> </member> <member name="T:System.Web.UI.DesignerDataBoundLiteralControl"> <summary> Represents the design-time version of the <see cref="T:System.Web.UI.DataBoundLiteralControl" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.DesignerDataBoundLiteralControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DesignerDataBoundLiteralControl" /> class. </summary> </member> <member name="P:System.Web.UI.DesignerDataBoundLiteralControl.Text"> <summary> Gets or sets the text content of the <see cref="T:System.Web.UI.DataBoundLiteralControl" /> control. </summary> <returns> A <see cref="T:System.String" /> that represents the text in the <%# … %> data-binding expression. </returns> </member> <member name="T:System.Web.UI.DesignTimeParseData"> <summary> Provides information to the parser during design time. </summary> </member> <member name="M:System.Web.UI.DesignTimeParseData.#ctor(System.ComponentModel.Design.IDesignerHost,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DesignTimeParseData" /> class without a specified filter. </summary> <param name="designerHost"> The object for managing designer transactions and components. </param> <param name="parseText"> The text to parse during design time. </param> </member> <member name="M:System.Web.UI.DesignTimeParseData.#ctor(System.ComponentModel.Design.IDesignerHost,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.DesignTimeParseData" /> class with the specified filter. </summary> <param name="designerHost"> The object for managing designer transactions and components. </param> <param name="parseText"> The text to parse during design time. </param> <param name="filter"> The filter to apply during design time. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="parseText" /> is null. </exception> </member> <member name="P:System.Web.UI.DesignTimeParseData.DataBindingHandler"> <summary> Gets or sets the delegate for data binding at design time. </summary> <returns> An <see cref="T:System.EventHandler" /> for data binding at design time. </returns> </member> <member name="P:System.Web.UI.DesignTimeParseData.DesignerHost"> <summary> Gets the object for managing designer transactions and components. </summary> <returns> An <see cref="T:System.ComponentModel.Design.IDesignerHost" />. </returns> </member> <member name="P:System.Web.UI.DesignTimeParseData.DocumentUrl"> <summary> Gets or sets the URL at which the document is located. </summary> <returns> A <see cref="T:System.String" /> containing the URL. </returns> </member> <member name="P:System.Web.UI.DesignTimeParseData.Filter"> <summary> Gets the filter used at design time. </summary> <returns> A <see cref="T:System.String" /> representing the filter. </returns> </member> <member name="P:System.Web.UI.DesignTimeParseData.ParseText"> <summary> Gets the text to parse. </summary> <returns> A <see cref="T:System.String" /> containing the text to parse. </returns> </member> <member name="P:System.Web.UI.DesignTimeParseData.ShouldApplyTheme"> <summary> Gets or sets a value that indicates whether a theme should be applied. </summary> <returns>true if a theme should be applied; otherwise, false. </returns> </member> <member name="P:System.Web.UI.DesignTimeParseData.UserControlRegisterEntries"> <summary> Gets a collection of information about user control registrations. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> containing the tag prefix, tag name, and location of the user control. The collection is populated automatically by the .NET Framework at parse time. </returns> </member> <member name="T:System.Web.UI.DesignTimeTemplateParser"> <summary> Provides parsing at design time. </summary> </member> <member name="M:System.Web.UI.DesignTimeTemplateParser.ParseControl(System.Web.UI.DesignTimeParseData)"> <summary> Parses and builds one control at design time. </summary> <returns> The built <see cref="T:System.Web.UI.Control" /> object. </returns> <param name="data"> Information used in creating the parser. </param> </member> <member name="M:System.Web.UI.DesignTimeTemplateParser.ParseControls(System.Web.UI.DesignTimeParseData)"> <summary> Parses and builds one or more controls at design time. </summary> <returns> An array of built <see cref="T:System.Web.UI.Control" /> objects. </returns> <param name="data"> Information used in creating the parser. </param> </member> <member name="M:System.Web.UI.DesignTimeTemplateParser.ParseTemplate(System.Web.UI.DesignTimeParseData)"> <summary> Parses a template at design time. </summary> <returns> The <see cref="T:System.Web.UI.RootBuilder" /> from the parser that parsed the template. </returns> <param name="data"> Information used in creating the parser. </param> </member> <member name="M:System.Web.UI.DesignTimeTemplateParser.ParseTheme(System.ComponentModel.Design.IDesignerHost,System.String,System.String)"> <summary> Parses a theme at design time. </summary> <returns> The <see cref="T:System.Web.UI.RootBuilder" /> from the parser that parsed the theme. </returns> <param name="host"> Manages designer components. </param> <param name="theme"> The content to parse. </param> <param name="themePath"> The path to the theme, which is used in creating the parser. </param> <exception cref="T:System.Exception"> An error occurred while parsing the theme. </exception> </member> <member name="T:System.Web.UI.EmptyControlCollection"> <summary> Provides standard support for a <see cref="T:System.Web.UI.ControlCollection" /> collection that is always empty. </summary> </member> <member name="M:System.Web.UI.EmptyControlCollection.#ctor(System.Web.UI.Control)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.EmptyControlCollection" /> class. </summary> <param name="owner"> The <see cref="T:System.Web.UI.Control" /> that owns this collection as its collection of child controls. </param> </member> <member name="M:System.Web.UI.EmptyControlCollection.Add(System.Web.UI.Control)"> <summary> Denies the addition of the specified <see cref="T:System.Web.UI.Control" /> object to the collection. </summary> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to be added. This parameter is always ignored. </param> <exception cref="T:System.Web.HttpException"> Always issued, because the control does not allow child controls. </exception> </member> <member name="M:System.Web.UI.EmptyControlCollection.AddAt(System.Int32,System.Web.UI.Control)"> <summary> Denies the addition of the specified <see cref="T:System.Web.UI.Control" /> object to the collection, at the specified index position. </summary> <param name="index"> The index at which to add the <see cref="T:System.Web.UI.Control" />. This parameter is always ignored. </param> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to be added. This parameter is always ignored. </param> <exception cref="T:System.Web.HttpException"> Always issued, because the control does not allow child controls. </exception> </member> <member name="T:System.Web.UI.EventEntry"> <summary> Acts as the property entry for event handlers. </summary> </member> <member name="M:System.Web.UI.EventEntry.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.EventEntry" /> class. </summary> </member> <member name="P:System.Web.UI.EventEntry.HandlerMethodName"> <summary> Gets or sets the name of the method that handles the event. </summary> <returns> A <see cref="T:System.String" /> containing the event handler method name. </returns> </member> <member name="P:System.Web.UI.EventEntry.HandlerType"> <summary> Gets or sets the type of delegate for the event. </summary> <returns> A <see cref="T:System.Type" /> that represents the type of delegate for the event. </returns> </member> <member name="P:System.Web.UI.EventEntry.Name"> <summary> Gets or sets the name of the property from the expression. </summary> <returns> A <see cref="T:System.String" /> that contains the name of the property. </returns> </member> <member name="T:System.Web.UI.ExpressionBinding"> <summary> Supports the parsing and persisting of an expression-binding instance. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ExpressionBinding.#ctor(System.String,System.Type,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ExpressionBinding" /> class. </summary> <param name="propertyName"> A string indicating the name of the property of the object to which the <paramref name="expression" /> parameter is applied. </param> <param name="propertyType"> A <see cref="T:System.Type" /> indicating the type of the property of the object to which the <paramref name="expression" /> parameter is applied. </param> <param name="expressionPrefix"> A string representing the expression's prefix value. </param> <param name="expression"> A string representing the value of the expression in its declarative syntax. </param> </member> <member name="M:System.Web.UI.ExpressionBinding.Equals(System.Object)"> <summary> Determines whether the specified object is the same instance as the current <see cref="T:System.Web.UI.ExpressionBinding" /> object. </summary> <returns>true if the specified object is the same instance as the current <see cref="T:System.Web.UI.ExpressionBinding" />; otherwise, false. </returns> <param name="obj"> The object to compare with the current <see cref="T:System.Web.UI.ExpressionBinding" />. </param> </member> <member name="P:System.Web.UI.ExpressionBinding.Expression"> <summary> Gets or sets a value of the expression in its declarative syntax. </summary> <returns> A string that is used with the <see cref="P:System.Web.UI.ExpressionBinding.ExpressionPrefix" /> property to perform an action. </returns> </member> <member name="P:System.Web.UI.ExpressionBinding.ExpressionPrefix"> <summary> Gets or sets a value for the prefix of an expression in its declarative syntax. </summary> <returns> A string that represents the expression prefix. </returns> </member> <member name="P:System.Web.UI.ExpressionBinding.Generated"> <summary> Gets a value indicating whether the expression was implicitly generated by the parser. </summary> <returns>true if the expression was implicitly generated by the parser; otherwise, false. </returns> </member> <member name="M:System.Web.UI.ExpressionBinding.GetHashCode"> <summary> Serves as a hash function for the current <see cref="T:System.Web.UI.ExpressionBinding" /> object; suitable for hashing algorithms and data structures, such as a hash table. </summary> <returns> A hash code for the current <see cref="T:System.Web.UI.ExpressionBinding" />. </returns> </member> <member name="P:System.Web.UI.ExpressionBinding.ParsedExpressionData"> <summary> Gets an object representing the data from an expression as created through the <see cref="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" /> method. </summary> <returns> The object representing the data from an expression as created by calling the <see cref="M:System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext)" /> method. </returns> </member> <member name="P:System.Web.UI.ExpressionBinding.PropertyName"> <summary> Gets a value indicating the name of the property of the object to which the expression is applied. </summary> <returns> A value that represents the name of the property of the object to which the expression is applied. </returns> </member> <member name="P:System.Web.UI.ExpressionBinding.PropertyType"> <summary> Gets a value indicating the <see cref="T:System.Type" /> of the property of the object to which the expression is applied. </summary> <returns> The <see cref="T:System.Type" /> of the property of the object to which the expression is applied. </returns> </member> <member name="T:System.Web.UI.ExpressionBindingCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.ExpressionBinding" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ExpressionBindingCollection" /> class. </summary> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.Add(System.Web.UI.ExpressionBinding)"> <summary> Appends the specified <see cref="T:System.Web.UI.ExpressionBinding" /> object to the end of the collection. </summary> <param name="binding"> The <see cref="T:System.Web.UI.ExpressionBinding" /> to append to the <see cref="T:System.Web.UI.ExpressionBindingCollection" />. </param> </member> <member name="E:System.Web.UI.ExpressionBindingCollection.Changed"> <summary> Occurs when the collection of <see cref="T:System.Web.UI.ExpressionBinding" /> objects is changed. </summary> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.Clear"> <summary> Removes all the <see cref="T:System.Web.UI.ExpressionBinding" /> objects from the collection. </summary> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.Contains(System.String)"> <summary> Determines whether the <see cref="T:System.Web.UI.ExpressionBindingCollection" /> collection contains a specific <see cref="T:System.Web.UI.ExpressionBinding" /> object. </summary> <returns>true if the <see cref="T:System.Web.UI.ExpressionBinding" /> is found in the <see cref="T:System.Web.UI.ExpressionBindingCollection" />; otherwise, false. </returns> <param name="propName"> The <see cref="P:System.Web.UI.ExpressionBinding.PropertyName" /> of the <see cref="T:System.Web.UI.ExpressionBinding" /> to locate in the collection. </param> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies all the <see cref="T:System.Web.UI.ExpressionBinding" /> objects from the <see cref="T:System.Web.UI.ExpressionBindingCollection" /> collection to a one-dimensional array, starting at the specified index in the target array. </summary> <param name="array"> The zero-based array that receives the <see cref="T:System.Web.UI.ExpressionBinding" /> objects copied from the collection. </param> <param name="index"> The position in the target array at which the array starts receiving the copied items. </param> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.CopyTo(System.Web.UI.ExpressionBinding[],System.Int32)"> <summary> Copies all the <see cref="T:System.Web.UI.ExpressionBinding" /> objects from the <see cref="T:System.Web.UI.ExpressionBindingCollection" /> collection to a one-dimensional array of <see cref="T:System.Web.UI.ExpressionBinding" /> objects, starting at the specified index in the target array. </summary> <param name="array"> The zero-based array of <see cref="T:System.Web.UI.ExpressionBinding" /> objects that receives the <see cref="T:System.Web.UI.ExpressionBinding" /> objects copied from the collection. </param> <param name="index"> The position in the target array at which the array starts receiving the copied items. </param> </member> <member name="P:System.Web.UI.ExpressionBindingCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.ExpressionBinding" /> objects in the <see cref="T:System.Web.UI.ExpressionBindingCollection" /> collection. </summary> <returns> The number of <see cref="T:System.Web.UI.ExpressionBinding" /> objects in the <see cref="T:System.Web.UI.ExpressionBindingCollection" />. </returns> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.GetEnumerator"> <summary> Returns an <see cref="T:System.Collections.IEnumerator" />-implemented object that can be used to iterate through the <see cref="T:System.Web.UI.ExpressionBinding" /> objects in the collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all the <see cref="T:System.Web.UI.ExpressionBinding" /> objects in the <see cref="T:System.Web.UI.ExpressionBindingCollection" />. </returns> </member> <member name="P:System.Web.UI.ExpressionBindingCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.ExpressionBinding" /> objects in the collection can be modified. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.ExpressionBindingCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the collection is synchronized (thread safe). </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.ExpressionBindingCollection.Item(System.String)"> <summary> Gets an <see cref="T:System.Web.UI.ExpressionBinding" /> object from the collection with the specified <see cref="P:System.Web.UI.ExpressionBinding.PropertyName" /> value. </summary> <returns> An <see cref="T:System.Web.UI.ExpressionBinding" /> in the <see cref="T:System.Web.UI.ExpressionBindingCollection" /> with the specified <see cref="P:System.Web.UI.ExpressionBinding.PropertyName" />. </returns> <param name="propertyName"> The <see cref="P:System.Web.UI.ExpressionBinding.PropertyName" /> of the <see cref="T:System.Web.UI.ExpressionBinding" /> to retrieve. </param> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.Remove(System.String)"> <summary> Removes the specified <see cref="T:System.Web.UI.ExpressionBinding" /> object from the collection. </summary> <param name="propertyName"> The <see cref="P:System.Web.UI.ExpressionBinding.PropertyName" /> of the <see cref="T:System.Web.UI.ExpressionBinding" /> to remove from the collection. </param> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.Remove(System.String,System.Boolean)"> <summary> Removes the specified <see cref="T:System.Web.UI.ExpressionBinding" /> object from the collection. </summary> <param name="propertyName"> The <see cref="P:System.Web.UI.ExpressionBinding.PropertyName" /> of the <see cref="T:System.Web.UI.ExpressionBinding" /> to remove from the collection. </param> <param name="addToRemovedList">true to add the <see cref="T:System.Web.UI.ExpressionBinding" /> to the <see cref="P:System.Web.UI.ExpressionBindingCollection.RemovedBindings" /> collection; otherwise, false. </param> </member> <member name="M:System.Web.UI.ExpressionBindingCollection.Remove(System.Web.UI.ExpressionBinding)"> <summary> Removes the specified <see cref="T:System.Web.UI.ExpressionBinding" /> object from the collection. </summary> <param name="binding"> The <see cref="T:System.Web.UI.ExpressionBinding" /> to remove from the collection. </param> </member> <member name="P:System.Web.UI.ExpressionBindingCollection.RemovedBindings"> <summary> Gets a collection of strings representing the names of bindings that have been removed. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> containing the names of bindings that have been removed. </returns> </member> <member name="P:System.Web.UI.ExpressionBindingCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the collection. </summary> <returns> An <see cref="T:System.Object" /> that can be used to synchronize access to the <see cref="T:System.Web.UI.ExpressionBindingCollection" />. </returns> </member> <member name="T:System.Web.UI.ExtractTemplateValuesMethod"> <summary> Provides a delegate with which ASP.NET extracts a set of name/value pairs from an <see cref="T:System.Web.UI.IBindableTemplate" /> object at run time. This class cannot be inherited. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of name/value pairs used in two-way, templated data-binding scenarios between ASP.NET data-bound controls and data source controls. </returns> <param name="control"> The <see cref="T:System.Web.UI.Control" /> from which to extract name/value pairs, which are passed by the data-bound control to an associated data source control in two-way data-binding scenarios. This parameter corresponds to the <paramref name="control" /> parameter passed by the <see cref="M:System.Web.UI.IBindableTemplate.ExtractValues(System.Web.UI.Control)" /> method. </param> </member> <member name="T:System.Web.UI.FileLevelControlBuilderAttribute"> <summary> Allows a <see cref="T:System.Web.UI.TemplateControl" />-derived class to specify the control builder used at the top level of the builder tree when parsing the file. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.FileLevelControlBuilderAttribute.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.FileLevelControlBuilderAttribute" /> class. </summary> <param name="builderType"> The <see cref="T:System.Type" /> of the control builder used when parsing the file. </param> </member> <member name="P:System.Web.UI.FileLevelControlBuilderAttribute.BuilderType"> <summary> Gets the <see cref="T:System.Type" /> of the control builder used when parsing the file. This property is read-only. </summary> <returns> The <see cref="T:System.Type" /> of the control builder used when parsing the file. </returns> </member> <member name="F:System.Web.UI.FileLevelControlBuilderAttribute.Default"> <summary> Specifies the new <see cref="T:System.Web.UI.FileLevelControlBuilderAttribute" /> object. By default, the new object is set to null. This field is read-only. </summary> </member> <member name="M:System.Web.UI.FileLevelControlBuilderAttribute.Equals(System.Object)"> <summary> Returns a value that indicates whether this instance is equal to a specified object. </summary> <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false. </returns> <param name="obj"> An <see cref="T:System.Object" /> to compare with this instance. </param> </member> <member name="M:System.Web.UI.FileLevelControlBuilderAttribute.GetHashCode"></member> <member name="M:System.Web.UI.FileLevelControlBuilderAttribute.IsDefaultAttribute"> <summary> Determines whether the current <see cref="T:System.Web.UI.FileLevelControlBuilderAttribute" /> object is the default. </summary> <returns>true if the current <see cref="T:System.Web.UI.FileLevelControlBuilderAttribute" /> is the default; otherwise, false. </returns> </member> <member name="T:System.Web.UI.FileLevelPageControlBuilder"> <summary> Parses page files and is the default <see cref="T:System.Web.UI.ControlBuilder" /> class for parsing page files. </summary> </member> <member name="M:System.Web.UI.FileLevelPageControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.FileLevelPageControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.FileLevelPageControlBuilder.AppendLiteralString(System.String)"> <summary> Adds the specified literal content to a control. </summary> <param name="text"> The content to add to the control. </param> <exception cref="T:System.Web.HttpException"> The <see cref="M:System.Web.UI.FileLevelPageControlBuilder.AppendLiteralString(System.String)" /> method cannot append the literal string to a content page. </exception> </member> <member name="M:System.Web.UI.FileLevelPageControlBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Adds a <see cref="T:System.Web.UI.ControlBuilder" /> object to the <see cref="T:System.Web.UI.FileLevelPageControlBuilder" /> object for any child controls that belong to the container control. </summary> <param name="subBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> assigned to the child control. </param> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.ControlBuilder" /> that was added is associated with a <see cref="T:System.Web.UI.WebControls.Content" /> control and is only allowed on pages that contain <see cref="T:System.Web.UI.WebControls.Content" /> controls. </exception> <exception cref="T:System.Web.HttpParseException"> The content page contained a literal other than a <see cref="T:System.Web.UI.WebControls.Content" /> control. </exception> </member> <member name="T:System.Web.UI.FileLevelUserControlBuilder"> <summary> Supports the page parser in building a user control by specifying the <see cref="T:System.Web.UI.FileLevelUserControlBuilder" /> class that is used to parse the user control file. </summary> </member> <member name="M:System.Web.UI.FileLevelUserControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.FileLevelUserControlBuilder" /> class. </summary> </member> <member name="T:System.Web.UI.FilterableAttribute"> <summary> Specifies whether the property to which the attribute is applied supports device filtering. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.FilterableAttribute.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.FilterableAttribute" /> class. </summary> <param name="filterable">true to indicate that the property to which the attribute is applied supports device filtering; otherwise, false. </param> </member> <member name="F:System.Web.UI.FilterableAttribute.Default"> <summary> Represents a predefined <see cref="T:System.Web.UI.FilterableAttribute" /> object with default property settings. This field is read-only. </summary> </member> <member name="M:System.Web.UI.FilterableAttribute.Equals(System.Object)"> <summary> Determines whether the current instance of the <see cref="T:System.Web.UI.FilterableAttribute" /> class is equal to the specified object. </summary> <returns>true if the object contained in the <paramref name="obj" /> parameter is equal to the current instance of the <see cref="T:System.Web.UI.FilterableAttribute" /> object; otherwise, false. </returns> <param name="obj"> The <see cref="T:System.Object" /> to compare with this instance. </param> </member> <member name="P:System.Web.UI.FilterableAttribute.Filterable"> <summary> Gets a value indicating whether the property to which the <see cref="T:System.Web.UI.FilterableAttribute" /> attribute is applied supports device filtering. </summary> <returns>true to indicate that the property to which the attribute is applied supports device filtering; otherwise, false. </returns> </member> <member name="M:System.Web.UI.FilterableAttribute.GetHashCode"> <summary> Returns the hash code for this instance. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="M:System.Web.UI.FilterableAttribute.IsDefaultAttribute"> <summary> Determines whether the current instance of the <see cref="T:System.Web.UI.FilterableAttribute" /> class is equal to the <see cref="F:System.Web.UI.FilterableAttribute.Default" /> attribute. </summary> <returns>true if the current instance of <see cref="T:System.Web.UI.FilterableAttribute" /> is equal to <see cref="F:System.Web.UI.FilterableAttribute.Default" />; otherwise, false. </returns> </member> <member name="M:System.Web.UI.FilterableAttribute.IsObjectFilterable(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Object" /> supports device filtering. </summary> <returns>true if the <see cref="T:System.Object" /> contained in the <paramref name="instance" /> parameter supports device filtering; otherwise, false. </returns> <param name="instance"> The <see cref="T:System.Object" /> to test. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="instance" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.FilterableAttribute.IsPropertyFilterable(System.ComponentModel.PropertyDescriptor)"> <summary> Determines whether a property supports device filtering. </summary> <returns>true if the property represented by the <see cref="T:System.ComponentModel.PropertyDescriptor" /> object contained in the <paramref name="propertyDescriptor" /> parameter supports device filtering; otherwise, false. </returns> <param name="propertyDescriptor"> A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that contains the properties of the property to test. </param> </member> <member name="M:System.Web.UI.FilterableAttribute.IsTypeFilterable(System.Type)"> <summary> Determines whether the specified data type supports device filtering. </summary> <returns>true if the data type contained in the <paramref name="type" /> parameter supports device filtering; otherwise, false. </returns> <param name="type"> A <see cref="T:System.Type" /> that represents the data type to test. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="type" /> parameter is null. </exception> </member> <member name="F:System.Web.UI.FilterableAttribute.No"> <summary> Represents a predefined <see cref="T:System.Web.UI.FilterableAttribute" /> object that indicates that a property does not support device filtering. This field is read-only. </summary> </member> <member name="F:System.Web.UI.FilterableAttribute.Yes"> <summary> Represents a predefined <see cref="T:System.Web.UI.FilterableAttribute" /> object that indicates that a property supports device filtering. This field is read-only. </summary> </member> <member name="T:System.Web.UI.HiddenFieldPageStatePersister"> <summary> Stores ASP.NET page view state on the Web client in a hidden HTML element. </summary> </member> <member name="M:System.Web.UI.HiddenFieldPageStatePersister.#ctor(System.Web.UI.Page)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HiddenFieldPageStatePersister" /> class. </summary> <param name="page"> The <see cref="T:System.Web.UI.Page" /> that the view state persistence mechanism is created for. </param> </member> <member name="M:System.Web.UI.HiddenFieldPageStatePersister.Load"> <summary> Deserializes and loads persisted state information from an <see cref="T:System.Web.HttpRequest" /> object when a <see cref="T:System.Web.UI.Page" /> object initializes its control hierarchy. </summary> <exception cref="T:System.Web.HttpException"> The <see cref="M:System.Web.UI.HiddenFieldPageStatePersister.Load" /> method could not successfully deserialize the state information contained in the request to the Web server. </exception> </member> <member name="M:System.Web.UI.HiddenFieldPageStatePersister.Save"> <summary> Serializes any object state contained in the <see cref="P:System.Web.UI.PageStatePersister.ViewState" /> or <see cref="P:System.Web.UI.PageStatePersister.ControlState" /> property and writes the state to the response stream. </summary> </member> <member name="T:System.Web.UI.HierarchicalDataSourceControl"> <summary> Provides a base class for data source controls that represent hierarchical data. </summary> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HierarchicalDataSourceControl" /> class. </summary> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.ApplyStyleSheetSkin(System.Web.UI.Page)"> <summary> Applies the style properties that are defined in the page style sheet to the control. </summary> <param name="page"> The <see cref="T:System.Web.UI.Page" /> containing the control. </param> </member> <member name="P:System.Web.UI.HierarchicalDataSourceControl.ClientID"> <summary> Gets the server control identifier generated by ASP.NET. </summary> <returns> The server control identifier generated by ASP.NET. </returns> </member> <member name="P:System.Web.UI.HierarchicalDataSourceControl.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> object that represents the child controls for a specified server control in the UI hierarchy. </summary> <returns> The collection of child controls for the specified server control. </returns> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.ControlCollection" /> object to hold the child controls (both literal and server) of the server control. </summary> <returns> An <see cref="T:System.Web.UI.EmptyControlCollection" /> that prevents any child controls from being added. </returns> </member> <member name="P:System.Web.UI.HierarchicalDataSourceControl.EnableTheming"> <summary> Gets a value indicating whether this control supports themes. </summary> <returns>false in all cases. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the value of the <see cref="P:System.Web.UI.HierarchicalDataSourceControl.EnableTheming" /> property. </exception> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.FindControl(System.String)"> <summary> Searches the current naming container for a server control with the specified <paramref name="id" /> parameter. </summary> <returns> The specified control, or null if the specified control does not exist. </returns> <param name="id"> The identifier for the control to be found. </param> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.Focus"> <summary> Sets input focus to the control. </summary> <exception cref="T:System.NotSupportedException"> An attempt was made to call the <see cref="M:System.Web.UI.HierarchicalDataSourceControl.Focus" /> method. </exception> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.GetHierarchicalView(System.String)"> <summary> Gets the view helper object for the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> interface for the specified path. </summary> <returns> A <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> that represents a single view of the data at the hierarchical level identified by the <paramref name="viewPath" /> parameter. </returns> <param name="viewPath"> The hierarchical path of the view to retrieve. </param> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.HasControls"> <summary> Determines if the server control contains any child controls. </summary> <returns>true if the control contains other controls; otherwise, false. </returns> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.OnDataSourceChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.IHierarchicalDataSource.DataSourceChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.RenderControl(System.Web.UI.HtmlTextWriter)"> <param name="writer"></param> </member> <member name="P:System.Web.UI.HierarchicalDataSourceControl.SkinID"> <summary> Gets or sets the skin to apply to the <see cref="T:System.Web.UI.HierarchicalDataSourceControl" /> control. </summary> <returns> <see cref="F:System.String.Empty" /> in all cases. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the value of the <see cref="P:System.Web.UI.HierarchicalDataSourceControl.SkinID" /> property. </exception> </member> <member name="E:System.Web.UI.HierarchicalDataSourceControl.System#Web#UI#IHierarchicalDataSource#DataSourceChanged"> <summary> Occurs when the <see cref="T:System.Web.UI.HierarchicalDataSourceControl" /> has changed in some way that affects data-bound controls. </summary> </member> <member name="M:System.Web.UI.HierarchicalDataSourceControl.System#Web#UI#IHierarchicalDataSource#GetHierarchicalView(System.String)"> <summary> Gets the view helper object for the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> interface for the specified path. </summary> <returns> Returns a <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> that represents a single view of the data at the hierarchical level identified by the <paramref name="viewPath" /> parameter. </returns> <param name="viewPath"> The hierarchical path of the view to retrieve. </param> </member> <member name="P:System.Web.UI.HierarchicalDataSourceControl.Visible"> <summary> Gets or sets a value indicating whether the control is visually displayed. </summary> <returns>false in all cases. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the value of the <see cref="P:System.Web.UI.HierarchicalDataSourceControl.Visible" /> property. </exception> </member> <member name="T:System.Web.UI.HierarchicalDataSourceView"> <summary> Represents a data view on a node or collection of nodes in a hierarchical data structure for a <see cref="T:System.Web.UI.HierarchicalDataSourceControl" /> control. </summary> </member> <member name="M:System.Web.UI.HierarchicalDataSourceView.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> class. </summary> </member> <member name="M:System.Web.UI.HierarchicalDataSourceView.Select"> <summary> Gets a list of all the data items in the view. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> collection of data items. </returns> </member> <member name="T:System.Web.UI.Html32TextWriter"> <summary> Writes a series of HTML 3.2–specific characters and text to the output stream for an ASP.NET server control. The <see cref="T:System.Web.UI.Html32TextWriter" /> class provides formatting capabilities that ASP.NET server controls use when rendering HTML 3.2 content to clients. </summary> </member> <member name="M:System.Web.UI.Html32TextWriter.#ctor(System.IO.TextWriter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Html32TextWriter" /> class that uses the line indentation that is specified in the <see cref="F:System.Web.UI.HtmlTextWriter.DefaultTabString" /> field when the requesting browser requires line indentation. </summary> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> that renders the HMTL content. </param> </member> <member name="M:System.Web.UI.Html32TextWriter.#ctor(System.IO.TextWriter,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Html32TextWriter" /> class that uses the specified line indentation. </summary> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> that renders the HMTL 3.2 content. </param> <param name="tabString"> A string that represents the number of spaces defined by the <see cref="P:System.Web.UI.HtmlTextWriter.Indent" />. </param> </member> <member name="P:System.Web.UI.Html32TextWriter.FontStack"> <summary> Gets a collection of font information for the HTML to render. </summary> <returns> The collection of font information. </returns> </member> <member name="M:System.Web.UI.Html32TextWriter.GetTagName(System.Web.UI.HtmlTextWriterTag)"> <summary> Returns the HTML element that is associated with the specified <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value. </summary> <returns> The HTML element. </returns> <param name="tagKey"> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value to obtain the HTML element for. </param> </member> <member name="M:System.Web.UI.Html32TextWriter.OnStyleAttributeRender(System.String,System.String,System.Web.UI.HtmlTextWriterStyle)"> <summary> Determines whether to write the specified HTML style attribute and its value to the output stream. </summary> <returns>true if the HTML style attribute and its value will be rendered to the output stream; otherwise, false. </returns> <param name="name"> The HTML style attribute to write to the output stream. </param> <param name="value"> The value associated with the HTML style attribute. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value associated with the HTML style attribute. </param> </member> <member name="M:System.Web.UI.Html32TextWriter.OnTagRender(System.String,System.Web.UI.HtmlTextWriterTag)"> <summary> Determines whether to write the specified HTML element to the output stream. </summary> <returns>true if the HTML element is written to the output stream; otherwise, false. </returns> <param name="name"> The HTML element to write to the output stream. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value associated with the HTML element. </param> </member> <member name="M:System.Web.UI.Html32TextWriter.RenderAfterContent"> <summary> Writes any text or spacing that appears after the content of the HTML element. </summary> <returns> The spacing or text to write after the content of the HTML element; otherwise, if there is no such information to render, null. </returns> </member> <member name="M:System.Web.UI.Html32TextWriter.RenderAfterTag"> <summary> Writes any spacing or text that occurs after an HTML element's closing tag. </summary> <returns> The spacing or text to write after the closing tag of the HTML element; otherwise, if there is no such information to render, null. </returns> </member> <member name="M:System.Web.UI.Html32TextWriter.RenderBeforeContent"> <summary> Writes any tab spacing or font information that appears before the content that is contained in an HTML element. </summary> <returns> The font information or spacing to write before rendering the content of the HTML element; otherwise, if there is no such information to render, null. </returns> </member> <member name="M:System.Web.UI.Html32TextWriter.RenderBeforeTag"> <summary> Writes any text or tab spacing that occurs before the opening tag of an HTML element to the HTML 3.2 output stream. </summary> <returns> The HTML font and spacing information to render before the tag; otherwise, if there is no such information to render, null. </returns> </member> <member name="M:System.Web.UI.Html32TextWriter.RenderBeginTag(System.Web.UI.HtmlTextWriterTag)"> <summary> Writes the opening tag of the specified element to the HTML 3.2 output stream. </summary> <param name="tagKey"> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value that indicates which HTML element to write. </param> </member> <member name="M:System.Web.UI.Html32TextWriter.RenderEndTag"> <summary> Writes the end tag of an HTML element to the <see cref="T:System.Web.UI.Html32TextWriter" /> output stream, along with any font information that is associated with the element. </summary> </member> <member name="P:System.Web.UI.Html32TextWriter.ShouldPerformDivTableSubstitution"> <summary> Gets or sets a Boolean value indicating whether to replace a Table element with a Div element to reduce the time that it takes to render a block of HTML. </summary> <returns>true to replace Table with Div; otherwise, false. </returns> </member> <member name="P:System.Web.UI.Html32TextWriter.SupportsBold"> <summary> Gets or sets a Boolean value indicating whether the requesting device supports bold HTML text. Use the <see cref="P:System.Web.UI.Html32TextWriter.SupportsBold" /> property to conditionally render bold text to the <see cref="T:System.Web.UI.Html32TextWriter" /> output stream. </summary> <returns>true if the requesting device supports bold text; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.Html32TextWriter.SupportsItalic"> <summary> Gets or sets a Boolean value indicating whether the requesting device supports italic HTML text. Use the <see cref="P:System.Web.UI.Html32TextWriter.SupportsItalic" /> property to conditionally render italicized text to the <see cref="T:System.Web.UI.Html32TextWriter" /> output stream. </summary> <returns>true if the requesting device supports italic text; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.HtmlTextWriter"> <summary> Writes markup characters and text to an ASP.NET server control output stream. This class provides formatting capabilities that ASP.NET server controls use when rendering markup to clients. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.#ctor(System.IO.TextWriter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlTextWriter" /> class that uses a default tab string. </summary> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> instance that renders the markup content. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.#ctor(System.IO.TextWriter,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlTextWriter" /> class with a specified tab string character. </summary> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> that renders the markup content. </param> <param name="tabString"> The string to use to render a line indentation. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.AddAttribute(System.String,System.String)"> <summary> Adds the specified markup attribute and value to the opening tag of the element that the <see cref="T:System.Web.UI.HtmlTextWriter" /> object creates with a subsequent call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <param name="name"> A string containing the name of the attribute to add. </param> <param name="value"> A string containing the value to assign to the attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.AddAttribute(System.String,System.String,System.Boolean)"> <summary> Adds the specified markup attribute and value to the opening tag of the element that the <see cref="T:System.Web.UI.HtmlTextWriter" /> object creates with a subsequent call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method, with optional encoding. </summary> <param name="name"> A string containing the name of the attribute to add. </param> <param name="value"> A string containing the value to assign to the attribute. </param> <param name="fEndode">true to encode the attribute and its value; otherwise, false. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.AddAttribute(System.String,System.String,System.Web.UI.HtmlTextWriterAttribute)"> <summary> Adds the specified markup attribute and value, along with an <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> enumeration value, to the opening tag of the element that the <see cref="T:System.Web.UI.HtmlTextWriter" /> object creates with a subsequent call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <param name="name"> A string containing the name of the attribute to add. </param> <param name="value"> A string containing the value to assign to the attribute. </param> <param name="key"> An <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> that represents the attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.AddAttribute(System.Web.UI.HtmlTextWriterAttribute,System.String)"> <summary> Adds the markup attribute and the attribute value to the opening tag of the element that the <see cref="T:System.Web.UI.HtmlTextWriter" /> object creates with a subsequent call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <param name="key"> An <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> that represents the markup attribute to add to the output stream. </param> <param name="value"> A string containing the value to assign to the attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.AddAttribute(System.Web.UI.HtmlTextWriterAttribute,System.String,System.Boolean)"> <summary> Adds the markup attribute and the attribute value to the opening tag of the element that the <see cref="T:System.Web.UI.HtmlTextWriter" /> object creates with a subsequent call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method, with optional encoding. </summary> <param name="key"> An <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> that represents the markup attribute to add to the output stream. </param> <param name="value"> A string containing the value to assign to the attribute. </param> <param name="fEncode">true to encode the attribute and its value; otherwise, false. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.AddStyleAttribute(System.String,System.String)"> <summary> Adds the specified markup style attribute and the attribute value to the opening markup tag created by a subsequent call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <param name="name"> A string that contains the style attribute to add. </param> <param name="value"> A string that contains the value to assign to the attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.AddStyleAttribute(System.String,System.String,System.Web.UI.HtmlTextWriterStyle)"> <summary> Adds the specified markup style attribute and the attribute value, along with an <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value, to the opening markup tag created by a subsequent call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <param name="name"> A string that contains the style attribute to be added. </param> <param name="value"> A string that contains the value to assign to the attribute. </param> <param name="key"> An <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> that represents the style attribute to add. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.AddStyleAttribute(System.Web.UI.HtmlTextWriterStyle,System.String)"> <summary> Adds the markup style attribute associated with the specified <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> value and the attribute value to the opening markup tag created by a subsequent call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <param name="key"> An <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> that represents the style attribute to add to the output stream. </param> <param name="value"> A string that contains the value to assign to the attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.BeginRender"> <summary> Notifies an <see cref="T:System.Web.UI.HtmlTextWriter" /> object, or an object of a derived class, that a control is about to be rendered. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.Close"> <summary> Closes the <see cref="T:System.Web.UI.HtmlTextWriter" /> object and releases any system resources associated with it. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.DefaultTabString"> <summary> Represents a single tab character. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.DoubleQuoteChar"> <summary> Represents the quotation mark (") character. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.EncodeAttributeValue(System.String,System.Boolean)"> <summary> Encodes the value of the specified markup attribute based on the requirements of the <see cref="T:System.Web.HttpRequest" /> object of the current context. </summary> <returns> A string containing the encoded attribute value, null if <paramref name="value" /> is empty, or the unencoded attribute value if <paramref name="fEncode" /> is false. </returns> <param name="value"> A string containing the attribute value to encode. </param> <param name="fEncode">true to encode the attribute value; otherwise, false. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.EncodeAttributeValue(System.Web.UI.HtmlTextWriterAttribute,System.String)"> <summary> Encodes the value of the specified markup attribute based on the requirements of the <see cref="T:System.Web.HttpRequest" /> object of the current context. </summary> <returns> A string containing the encoded attribute value. </returns> <param name="attrKey"> An <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> representing the markup attribute. </param> <param name="value"> A string containing the attribute value to encode. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.EncodeUrl(System.String)"> <summary> Performs minimal URL encoding by converting spaces in the specified URL to the string "%20". </summary> <returns> A string containing the encoded URL. </returns> <param name="url"> A string containing the URL to encode. </param> </member> <member name="P:System.Web.UI.HtmlTextWriter.Encoding"> <summary> Gets the encoding that the <see cref="T:System.Web.UI.HtmlTextWriter" /> object uses to write content to the page. </summary> <returns> The <see cref="T:System.Text.Encoding" /> in which the markup is written to the page. </returns> </member> <member name="M:System.Web.UI.HtmlTextWriter.EndRender"> <summary> Notifies an <see cref="T:System.Web.UI.HtmlTextWriter" /> object, or an object of a derived class, that a control has finished rendering. You can use this method to close any markup elements opened in the <see cref="M:System.Web.UI.HtmlTextWriter.BeginRender" /> method. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.EndTagLeftChars"> <summary> Represents the left angle bracket and slash mark (</) of the closing tag of a markup element. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.EnterStyle(System.Web.UI.WebControls.Style)"> <summary> Writes the opening tag of a <span> element that contains attributes that implement the layout and character formatting of the specified style. </summary> <param name="style"> A <see cref="T:System.Web.UI.WebControls.Style" /> that specifies the layout and formatting to begin applying to the block of markup. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.EnterStyle(System.Web.UI.WebControls.Style,System.Web.UI.HtmlTextWriterTag)"> <summary> Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style. </summary> <param name="style"> A <see cref="T:System.Web.UI.WebControls.Style" /> that specifies the layout and formatting to begin applying to the block of markup. </param> <param name="tag"> An <see cref="T:System.Web.UI.HtmlTextWriterTag" /> that specifies the opening tag of the markup element that will contain the style object specified in <paramref name="style" />. </param> </member> <member name="F:System.Web.UI.HtmlTextWriter.EqualsChar"> <summary> Represents the equal sign (=). </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.EqualsDoubleQuoteString"> <summary> Represents an equal sign (=) and a double quotation mark (") together in a string (="). </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.ExitStyle(System.Web.UI.WebControls.Style)"> <summary> Writes the closing tag of a <span> element to end the specified layout and character formatting. </summary> <param name="style"> A <see cref="T:System.Web.UI.WebControls.Style" /> that specifies the layout and formatting to close. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.ExitStyle(System.Web.UI.WebControls.Style,System.Web.UI.HtmlTextWriterTag)"> <summary> Writes the closing tag of the specified markup element to end the specified layout and character formatting. </summary> <param name="style"> A <see cref="T:System.Web.UI.WebControls.Style" /> that specifies the layout and formatting to stop applying to the output text. </param> <param name="tag"> An <see cref="T:System.Web.UI.HtmlTextWriterTag" /> that specifies the closing tag of the markup element that contained the attributes that applied the specified style. This must match the key passed in the corresponding <see cref="M:System.Web.UI.HtmlTextWriter.EnterStyle" /> call. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.FilterAttributes"> <summary> Removes all the markup and style attributes on all properties of the page or Web server control. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.Flush"> <summary> Clears all buffers for the current <see cref="T:System.Web.UI.HtmlTextWriter" /> object and causes any buffered data to be written to the output stream. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.GetAttributeKey(System.String)"> <summary> Obtains the corresponding <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> enumeration value for the specified attribute. </summary> <returns> The <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> enumeration value for the specified attribute; otherwise, an invalid <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> value if the attribute is not a member of the enumeration. </returns> <param name="attrName"> A string that contains the attribute for which to obtain the <see cref="T:System.Web.UI.HtmlTextWriterAttribute" />. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.GetAttributeName(System.Web.UI.HtmlTextWriterAttribute)"> <summary> Obtains the name of the markup attribute associated with the specified <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> value. </summary> <returns> A string containing the name of the markup attribute. </returns> <param name="attrKey"> The <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> to obtain the markup attribute name for. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.GetStyleKey(System.String)"> <summary> Obtains the <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value for the specified style. </summary> <returns> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value corresponding to <paramref name="styleName" />. </returns> <param name="styleName"> The style attribute for which to obtain the <see cref="T:System.Web.UI.HtmlTextWriterStyle" />. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.GetStyleName(System.Web.UI.HtmlTextWriterStyle)"> <summary> Obtains the markup style attribute name associated with the specified <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value. </summary> <returns> The style attribute name associated with the <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value specified in <paramref name="styleKey" />. </returns> <param name="styleKey"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> to obtain the style attribute name for. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.GetTagKey(System.String)"> <summary> Obtains the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value associated with the specified markup element. </summary> <returns> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value; otherwise, if <paramref name="tagName" /> is not associated with a specific <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value, <see cref="F:System.Web.UI.HtmlTextWriterTag.Unknown" />. </returns> <param name="tagName"> The markup element for which to obtain the <see cref="T:System.Web.UI.HtmlTextWriterTag" />. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.GetTagName(System.Web.UI.HtmlTextWriterTag)"> <summary> Obtains the markup element associated with the specified <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value. </summary> <returns> A string representing the markup element. </returns> <param name="tagKey"> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> to obtain the markup element for. </param> </member> <member name="P:System.Web.UI.HtmlTextWriter.Indent"> <summary> Gets or sets the number of tab positions to indent the beginning of each line of markup. </summary> <returns> The number of tab positions to indent each line. </returns> </member> <member name="P:System.Web.UI.HtmlTextWriter.InnerWriter"> <summary> Gets or sets the text writer that writes the inner content of the markup element. </summary> <returns> A <see cref="T:System.IO.TextWriter" /> that writes the inner markup content. </returns> </member> <member name="M:System.Web.UI.HtmlTextWriter.IsAttributeDefined(System.Web.UI.HtmlTextWriterAttribute)"> <summary> Determines whether the specified markup attribute and its value are rendered during the next call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <returns>true if the attribute is rendered during the next call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method; otherwise, false. </returns> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> associated with the markup attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.IsAttributeDefined(System.Web.UI.HtmlTextWriterAttribute,System.String@)"> <summary> Determines whether the specified markup attribute and its value are rendered during the next call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <returns>true if the attribute is rendered during the next call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method; otherwise, false. </returns> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> associated with the markup attribute. </param> <param name="value"> The value assigned to the attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.IsStyleAttributeDefined(System.Web.UI.HtmlTextWriterStyle)"> <summary> Determines whether the specified markup style attribute is rendered during the next call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <returns>true if the attribute will be rendered during the next call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method; otherwise, false. </returns> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> associated with the attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.IsStyleAttributeDefined(System.Web.UI.HtmlTextWriterStyle,System.String@)"> <summary> Determines whether the specified markup style attribute and its value are rendered during the next call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method. </summary> <returns>true if the attribute and its value will be rendered during the next call to the <see cref="Overload:System.Web.UI.HtmlTextWriter.RenderBeginTag" /> method; otherwise, false. </returns> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> associated with the attribute. </param> <param name="value"> The value assigned to the style attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.IsValidFormAttribute(System.String)"> <summary> Checks an attribute to ensure that it can be rendered in the opening tag of a <form> markup element. </summary> <returns> Always true. </returns> <param name="attribute"> A string that contains the name of the attribute to check. </param> </member> <member name="P:System.Web.UI.HtmlTextWriter.NewLine"> <summary> Gets or sets the line terminator string used by the <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <returns> The line terminator string used by the current <see cref="T:System.Web.UI.HtmlTextWriter" />. </returns> </member> <member name="M:System.Web.UI.HtmlTextWriter.OnAttributeRender(System.String,System.String,System.Web.UI.HtmlTextWriterAttribute)"> <summary> Determines whether the specified markup attribute and its value can be rendered to the current markup element. </summary> <returns> Always true. </returns> <param name="name"> A string containing the name of the attribute to render. </param> <param name="value"> A string containing the value that is assigned to the attribute. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> associated with the markup attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.OnStyleAttributeRender(System.String,System.String,System.Web.UI.HtmlTextWriterStyle)"> <summary> Determines whether the specified markup style attribute and its value can be rendered to the current markup element. </summary> <returns> Always true. </returns> <param name="name"> A string containing the name of the style attribute to render. </param> <param name="value"> A string containing the value that is assigned to the style attribute. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> associated with the style attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.OnTagRender(System.String,System.Web.UI.HtmlTextWriterTag)"> <summary> Determines whether the specified markup element will be rendered to the requesting page. </summary> <returns> Always true. </returns> <param name="name"> A string containing the name of the element to render. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> associated with the element. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.OutputTabs"> <summary> Writes a series of tab strings that represent the indentation level for a line of markup characters. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.PopEndTag"> <summary> Removes the most recently saved markup element from the list of rendered elements. </summary> <returns> A <see cref="T:System.String" /> containing the most recently rendered markup element. </returns> <exception cref="T:System.InvalidOperationException"> The list of rendered elements is empty. </exception> </member> <member name="M:System.Web.UI.HtmlTextWriter.PushEndTag(System.String)"> <summary> Saves the specified markup element for later use when generating the end tag for a markup element. </summary> <param name="endTag"> The closing tag of the markup element. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.RegisterAttribute(System.String,System.Web.UI.HtmlTextWriterAttribute)"> <summary> Registers markup attributes, whether literals or dynamically generated, from the source file so that they can be properly rendered to the requesting client. </summary> <param name="name"> A string containing the name of the markup attribute to register. </param> <param name="key"> An <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> that corresponds with the attribute name. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.RegisterStyle(System.String,System.Web.UI.HtmlTextWriterStyle)"> <summary> Registers markup style properties, whether literals or dynamically generated, from the source file so that they can be properly rendered to the requesting client. </summary> <param name="name"> The string passed from the source file specifying the style name. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> that corresponds with the specified style. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.RegisterTag(System.String,System.Web.UI.HtmlTextWriterTag)"> <summary> Registers markup tags, whether literals or dynamically generated, from the source file so that they can be properly rendered to the requesting client. </summary> <param name="name"> A string that contains the HTML tag. </param> <param name="key"> An <see cref="T:System.Web.UI.HtmlTextWriterTag" /> that specifies which element to render. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.RenderAfterContent"> <summary> Writes any text or spacing that occurs after the content and before the closing tag of the markup element to the markup output stream. </summary> <returns> A string that contains the spacing or text to write after the content of the element. </returns> </member> <member name="M:System.Web.UI.HtmlTextWriter.RenderAfterTag"> <summary> Writes any spacing or text that occurs after the closing tag for a markup element. </summary> <returns> The spacing or text to write after the closing tag of the element. </returns> </member> <member name="M:System.Web.UI.HtmlTextWriter.RenderBeforeContent"> <summary> Writes any text or spacing before the content and after the opening tag of a markup element. </summary> <returns> The text or spacing to write prior to the content of the element. If not overridden, <see cref="M:System.Web.UI.HtmlTextWriter.RenderBeforeContent" /> returns null. </returns> </member> <member name="M:System.Web.UI.HtmlTextWriter.RenderBeforeTag"> <summary> Writes any text or spacing that occurs before the opening tag of a markup element. </summary> <returns> The text or spacing to write before the markup element opening tag. If not overridden, null. </returns> </member> <member name="M:System.Web.UI.HtmlTextWriter.RenderBeginTag(System.String)"> <summary> Writes the opening tag of the specified markup element to the output stream. </summary> <param name="tagName"> A string containing the name of the markup element for which to render the opening tag. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.RenderBeginTag(System.Web.UI.HtmlTextWriterTag)"> <summary> Writes the opening tag of the markup element associated with the specified <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value to the output stream. </summary> <param name="tagKey"> One of the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> values that defines the opening tag of the markup element to render. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.RenderEndTag"> <summary> Writes the end tag of a markup element to the output stream. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.SelfClosingChars"> <summary> Represents a space and the self-closing slash mark (/) of a markup tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.SelfClosingTagEnd"> <summary> Represents the closing slash mark and right angle bracket (/>) of a self-closing markup element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.SemicolonChar"> <summary> Represents the semicolon (;). </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.SingleQuoteChar"> <summary> Represents an apostrophe ('). </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.SlashChar"> <summary> Represents the slash mark (/). </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.SpaceChar"> <summary> Represents a space ( ) character. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriter.StyleEqualsChar"> <summary> Represents the style equals (:) character used to set style attributes equal to values. </summary> </member> <member name="P:System.Web.UI.HtmlTextWriter.TagKey"> <summary> Gets or sets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the specified markup element. </summary> <returns> The markup element that is having its opening tag rendered. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The property value cannot be set. </exception> </member> <member name="F:System.Web.UI.HtmlTextWriter.TagLeftChar"> <summary> Represents the opening angle bracket (<) of a markup tag. </summary> </member> <member name="P:System.Web.UI.HtmlTextWriter.TagName"> <summary> Gets or sets the tag name of the markup element being rendered. </summary> <returns> The tag name of the markup element being rendered. </returns> </member> <member name="F:System.Web.UI.HtmlTextWriter.TagRightChar"> <summary> Represents the closing angle bracket (>) of a markup tag. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Boolean)"> <summary> Writes the text representation of a Boolean value to the output stream, along with any pending tab spacing. </summary> <param name="value"> The <see cref="T:System.Boolean" /> to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Char)"> <summary> Writes the text representation of a Unicode character to the output stream, along with any pending tab spacing. </summary> <param name="value"> The Unicode character to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Char[])"> <summary> Writes the text representation of an array of Unicode characters to the output stream, along with any pending tab spacing. </summary> <param name="buffer"> The array of Unicode characters to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Char[],System.Int32,System.Int32)"> <summary> Writes the text representation of a subarray of Unicode characters to the output stream, along with any pending tab spacing. </summary> <param name="buffer"> The array of characters from which to write text to the output stream. </param> <param name="index"> The index location in the array where writing begins. </param> <param name="count"> The number of characters to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Double)"> <summary> Writes the text representation of a double-precision floating-point number to the output stream, along with any pending tab spacing. </summary> <param name="value"> The double-precision floating-point number to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Int32)"> <summary> Writes the text representation of a 32-byte signed integer to the output stream, along with any pending tab spacing. </summary> <param name="value"> The 32-byte signed integer to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Int64)"> <summary> Writes the text representation of a 64-byte signed integer to the output stream, along with any pending tab spacing. </summary> <param name="value"> The 64-byte signed integer to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Object)"> <summary> Writes the text representation of an object to the output stream, along with any pending tab spacing. </summary> <param name="value"> The object to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.Single)"> <summary> Writes the text representation of a single-precision floating-point number to the output stream, along with any pending tab spacing. </summary> <param name="value"> The single-precision floating-point number to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.String)"> <summary> Writes the specified string to the output stream, along with any pending tab spacing. </summary> <param name="s"> The string to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.String,System.Object)"> <summary> Writes a tab string and a formatted string to the output stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object)" /> method, along with any pending tab spacing. </summary> <param name="format"> A string that contains zero or more format items. </param> <param name="arg0"> An object to format. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.String,System.Object,System.Object)"> <summary> Writes a formatted string that contains the text representation of two objects to the output stream, along with any pending tab spacing. This method uses the same semantics as the <see cref="M:System.String.Format(System.String,System.Object,System.Object)" /> method. </summary> <param name="format"> A string that contains zero or more format items. </param> <param name="arg0"> An object to format. </param> <param name="arg1"> An object to format. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.Write(System.String,System.Object[])"> <summary> Writes a formatted string that contains the text representation of an object array to the output stream, along with any pending tab spacing. This method uses the same semantics as the <see cref="M:System.String.Format(System.String,System.Object[])" /> method. </summary> <param name="format"> A string that contains zero or more format items. </param> <param name="arg"> An object array to format. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteAttribute(System.String,System.String)"> <summary> Writes the specified markup attribute and value to the output stream. </summary> <param name="name"> The attribute to write to the output stream. </param> <param name="value"> The value assigned to the attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteAttribute(System.String,System.String,System.Boolean)"> <summary> Writes the specified markup attribute and value to the output stream, and, if specified, writes the value encoded. </summary> <param name="name"> The markup attribute to write to the output stream. </param> <param name="value"> The value assigned to the attribute. </param> <param name="fEncode">true to encode the attribute and its assigned value; otherwise, false. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteBeginTag(System.String)"> <summary> Writes any tab spacing and the opening tag of the specified markup element to the output stream. </summary> <param name="tagName"> The markup element of which to write the opening tag. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteBreak"> <summary> Writes a <br /> markup element to the output stream. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteEncodedText(System.String)"> <summary> Encodes the specified text for the requesting device, and then writes it to the output stream. </summary> <param name="text"> The text string to encode and write to the output stream. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="text" /> is null. </exception> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteEncodedUrl(System.String)"> <summary> Encodes the specified URL, and then writes it to the output stream. The URL might include parameters. </summary> <param name="url"> The URL string to encode and write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteEncodedUrlParameter(System.String)"> <summary> Encodes the specified URL parameter for the requesting device, and then writes it to the output stream. </summary> <param name="urlText"> The URL parameter string to encode and write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteEndTag(System.String)"> <summary> Writes any tab spacing and the closing tag of the specified markup element. </summary> <param name="tagName"> The element to write the closing tag for. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteFullBeginTag(System.String)"> <summary> Writes any tab spacing and the opening tag of the specified markup element to the output stream. </summary> <param name="tagName"> The element to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine"> <summary> Writes a line terminator string to the output stream. </summary> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Boolean)"> <summary> Writes any pending tab spacing and the text representation of a Boolean value, followed by a line terminator string, to the output stream. </summary> <param name="value"> The Boolean to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Char)"> <summary> Writes any pending tab spacing and a Unicode character, followed by a line terminator string, to the output stream. </summary> <param name="value"> The character to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Char[])"> <summary> Writes any pending tab spacing and an array of Unicode characters, followed by a line terminator string, to the output stream. </summary> <param name="buffer"> The character array to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Char[],System.Int32,System.Int32)"> <summary> Writes any pending tab spacing and a subarray of Unicode characters, followed by a line terminator string, to the output stream. </summary> <param name="buffer"> The character array from which to write text to the output stream. </param> <param name="index"> The location in the character array where writing begins. </param> <param name="count"> The number of characters in the array to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Double)"> <summary> Writes any pending tab spacing and the text representation of a double-precision floating-point number, followed by a line terminator string, to the output stream. </summary> <param name="value"> The double-precision floating-point number to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Int32)"> <summary> Writes any pending tab spacing and the text representation of a 32-byte signed integer, followed by a line terminator string, to the output stream. </summary> <param name="value"> The 32-byte signed integer to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Int64)"> <summary> Writes any pending tab spacing and the text representation of a 64-byte signed integer, followed by a line terminator string, to the output stream. </summary> <param name="value"> The 64-byte signed integer to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Object)"> <summary> Writes any pending tab spacing and the text representation of an object, followed by a line terminator string, to the output stream. </summary> <param name="value"> The object to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.Single)"> <summary> Writes any pending tab spacing and the text representation of a single-precision floating-point number, followed by a line terminator string, to the output stream. </summary> <param name="value"> The single-precision floating point number to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.String)"> <summary> Writes any pending tab spacing and a text string, followed by a line terminator string, to the output stream. </summary> <param name="s"> The string to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.String,System.Object)"> <summary> Writes any pending tab spacing and a formatted string containing the text representation of an object, followed by a line terminator string, to the output stream. </summary> <param name="format"> A string containing zero or more format items. </param> <param name="arg0"> An object to format. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.String,System.Object,System.Object)"> <summary> Writes any pending tab spacing and a formatted string that contains the text representation of two objects, followed by a line terminator string, to the output stream. </summary> <param name="format"> A string containing zero or more format items. </param> <param name="arg0"> An object to format. </param> <param name="arg1"> An object to format. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.String,System.Object[])"> <summary> Writes any pending tab spacing and a formatted string that contains the text representation of an object array, followed by a line terminator string, to the output stream. </summary> <param name="format"> A string containing zero or more format items. </param> <param name="arg"> An object array to format. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLine(System.UInt32)"> <summary> Writes any pending tab spacing and the text representation of a 4-byte unsigned integer, followed by a line terminator string, to the output stream. </summary> <param name="value"> The 4-byte unsigned integer to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteLineNoTabs(System.String)"> <summary> Writes a string, followed by a line terminator string, to the output stream. This method ignores any specified tab spacing. </summary> <param name="s"> The string to write to the output stream. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteStyleAttribute(System.String,System.String)"> <summary> Writes the specified style attribute to the output stream. </summary> <param name="name"> The style attribute to write to the output stream. </param> <param name="value"> The value assigned to the style attribute. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteStyleAttribute(System.String,System.String,System.Boolean)"> <summary> Writes the specified style attribute and value to the output stream, and encodes the value, if specified. </summary> <param name="name"> The style attribute to write to the output stream. </param> <param name="value"> The value assigned to the style attribute. </param> <param name="fEncode">true to encode the style attribute and its assigned value; otherwise, false. </param> </member> <member name="M:System.Web.UI.HtmlTextWriter.WriteUrlEncodedString(System.String,System.Boolean)"> <summary> Writes the specified string, encoding it according to URL requirements. </summary> <param name="text"> The string to encode and write to the output stream. </param> <param name="argument">true to encode the string as a part of the parameter section of the URL; false to encode the string as part of the path section of the URL. </param> </member> <member name="T:System.Web.UI.HtmlTextWriterAttribute"> <summary> Specifies the HTML attributes that an <see cref="T:System.Web.UI.HtmlTextWriter" /> or <see cref="T:System.Web.UI.Html32TextWriter" /> object writes to the opening tag of an HTML element when a Web request is processed. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Accesskey"> <summary> Specifies that the HTML accesskey attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Align"> <summary> Specifies that the HTML align attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Alt"> <summary> Specifies that the HTML alt attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Background"> <summary> Specifies that the HTML background attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Bgcolor"> <summary> Specifies that the HTML bgcolor attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Border"> <summary> Specifies that the HTML border attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Bordercolor"> <summary> Specifies that the HTML bordercolor attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Cellpadding"> <summary> Specifies that the HTML cellpadding attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Cellspacing"> <summary> Specifies that the HTML cellspacing attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Checked"> <summary> Specifies that the HTML checked attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Class"> <summary> Specifies that the HTML class attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Cols"> <summary> Specifies that the HTML cols attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Colspan"> <summary> Specifies that the HTML colspan attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Disabled"> <summary> Specifies that the HTML disabled attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.For"> <summary> Specifies that the HTML for attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Height"> <summary> Specifies that the HTML height attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Href"> <summary> Specifies that the HTML href attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Id"> <summary> Specifies that the HTML id attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Maxlength"> <summary> Specifies that the HTML maxlength attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Multiple"> <summary> Specifies that the HTML multiple attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Name"> <summary> Specifies that the HTML name attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Nowrap"> <summary> Specifies that the HTML nowrap attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Onchange"> <summary> Specifies that the HTML onchange attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Onclick"> <summary> Specifies that the HTML onclick attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.ReadOnly"> <summary> Specifies that the HTML readonly attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Rows"> <summary> Specifies that the HTML rows attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Rowspan"> <summary> Specifies that the HTML rowspan attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Rules"> <summary> Specifies that the HTML rules attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Selected"> <summary> Specifies that the HTML selected attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Size"> <summary> Specifies that the HTML size attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Src"> <summary> Specifies that the HTML src attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Style"> <summary> Specifies that the HTML style attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Tabindex"> <summary> Specifies that the HTML tabindex attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Target"> <summary> Specifies that the HTML target attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Title"> <summary> Specifies that the HTML title attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Type"> <summary> Specifies that the HTML type attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Valign"> <summary> Specifies that the HTML valign attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Value"> <summary> Specifies that the HTML value attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Width"> <summary> Specifies that the HTML width attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Wrap"> <summary> Specifies that the HTML wrap attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Abbr"> <summary> Specifies that the HTML abbr attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.AutoComplete"> <summary> Specifies that the HTML autocomplete attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Axis"> <summary> Specifies that the HTML axis attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Content"> <summary> Specifies that the HTML content attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Coords"> <summary> Specifies that the HTML coords attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.DesignerRegion"> <summary> Specifies that the HTML designerregion attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Dir"> <summary> Specifies that the HTML dir attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Headers"> <summary> Specifies that the HTML headers attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Longdesc"> <summary> Specifies that the HTML longdesc attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Rel"> <summary> Specifies that the HTML rel attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Scope"> <summary> Specifies that the HTML scope attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Shape"> <summary> Specifies that the HTML shape attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.Usemap"> <summary> Specifies that the HTML usemap attribute be written to the tag. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterAttribute.VCardName"> <summary> Specifies that the HTML vcardname attribute be written to the tag. </summary> </member> <member name="T:System.Web.UI.HtmlTextWriterStyle"> <summary> Specifies the HTML styles available to an <see cref="T:System.Web.UI.HtmlTextWriter" /> or <see cref="T:System.Web.UI.Html32TextWriter" /> object output stream. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.BackgroundColor"> <summary> Specifies the HTML backgroundcolor style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.BackgroundImage"> <summary> Specifies the HTML backgroundimage style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.BorderCollapse"> <summary> Specifies the HTML bordercollapse style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.BorderColor"> <summary> Specifies the HTML bordercolor style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.BorderStyle"> <summary> Specifies the HTML borderstyle style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.BorderWidth"> <summary> Specifies the HTML borderwidth style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Color"> <summary> Specifies the HTML color style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.FontFamily"> <summary> Specifies the HTML fontfamily style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.FontSize"> <summary> Specifies the HTML fontsize style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.FontStyle"> <summary> Specifies the HTML fontstyle style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.FontWeight"> <summary> Specifies the HTML fontheight style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Height"> <summary> Specifies the HTML height style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.TextDecoration"> <summary> Specifies the HTML textdecoration style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Width"> <summary> Specifies the HTML width style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.ListStyleImage"> <summary> Specifies the HTML liststyleimage style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.ListStyleType"> <summary> Specifies the HTML liststyletype style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Cursor"> <summary> Specifies the HTML cursor style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Direction"> <summary> Specifies the HTML direction style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Display"> <summary> Specifies the HTML display style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Filter"> <summary> Specifies the HTML filter style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.FontVariant"> <summary> Specifies the HTML fontvariant style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Left"> <summary> Specifies the HTML left style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Margin"> <summary> Specifies the HTML margin style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.MarginBottom"> <summary> Specifies the HTML marginbottom style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.MarginLeft"> <summary> Specifies the HTML marginleft style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.MarginRight"> <summary> Specifies the HTML marginright style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.MarginTop"> <summary> Specifies the HTML margintop style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Overflow"> <summary> Specifies the HTML overflow style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.OverflowX"> <summary> Specifies the HTML overflowx style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.OverflowY"> <summary> Specifies the HTML overflowy style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Padding"> <summary> Specifies the HTML padding style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.PaddingBottom"> <summary> Specifies the HTML paddingbottom style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.PaddingLeft"> <summary> Specifies the HTML paddingleft style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.PaddingRight"> <summary> Specifies the HTML paddingright style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.PaddingTop"> <summary> Specifies the HTML paddingtop style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Position"> <summary> Specifies the HTML position style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.TextAlign"> <summary> Specifies the HTML textalign style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.VerticalAlign"> <summary> Specifies the HTML verticalalign style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.TextOverflow"> <summary> Specifies the HTML textoverflow style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Top"> <summary> Specifies the HTML top style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.Visibility"> <summary> Specifies the HTML visibility style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.WhiteSpace"> <summary> Specifies the HTML whitespace style. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterStyle.ZIndex"> <summary> Specifies the HTML zindex style. </summary> </member> <member name="T:System.Web.UI.HtmlTextWriterTag"> <summary> Specifies the HTML tags that can be passed to an <see cref="T:System.Web.UI.HtmlTextWriter" /> or <see cref="T:System.Web.UI.Html32TextWriter" /> object output stream. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Unknown"> <summary> The string passed as an HTML tag is not recognized. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.A"> <summary> The HTML a element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Acronym"> <summary> The HTML acronym element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Address"> <summary> The HTML address element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Area"> <summary> The HTML area element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.B"> <summary> The HTML b element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Base"> <summary> The HTML base element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Basefont"> <summary> The HTML basefont element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Bdo"> <summary> The HTML bdo element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Bgsound"> <summary> The HTML bgsound element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Big"> <summary> The HTML big element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Blockquote"> <summary> The HTML blockquote element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Body"> <summary> The HTML body element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Br"> <summary> The HTML br element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Button"> <summary> The HTML button element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Caption"> <summary> The HTML caption element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Center"> <summary> The HTML center element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Cite"> <summary> The HTML cite element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Code"> <summary> The HTML code element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Col"> <summary> The HTML col element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Colgroup"> <summary> The HTML colgroup element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Dd"> <summary> The HTML dd element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Del"> <summary> The HTML del element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Dfn"> <summary> The HTML dfn element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Dir"> <summary> The HTML dir element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Div"> <summary> The HTML div element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Dl"> <summary> The HTML dl element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Dt"> <summary> The HTML dt element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Em"> <summary> The HTML em element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Embed"> <summary> The HTML embed element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Fieldset"> <summary> The HTML fieldset element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Font"> <summary> The HTML font element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Form"> <summary> The HTML form element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Frame"> <summary> The HTML frame element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Frameset"> <summary> The HTML frameset element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.H1"> <summary> The HTML H1 element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.H2"> <summary> The HTML H2 element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.H3"> <summary> The HTML H3 element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.H4"> <summary> The HTML H4 element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.H5"> <summary> The HTML H5 element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.H6"> <summary> The HTML H6 element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Head"> <summary> The HTML head element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Hr"> <summary> The HTML hr element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Html"> <summary> The HTML html element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.I"> <summary> The HTML i element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Iframe"> <summary> The HTML iframe element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Img"> <summary> The HTML img element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Input"> <summary> The HTML input element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Ins"> <summary> The HTML ins element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Isindex"> <summary> The HTML isindex element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Kbd"> <summary> The HTML kbd element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Label"> <summary> The HTML label element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Legend"> <summary> The HTML legend element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Li"> <summary> The HTML li element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Link"> <summary> The HTML link element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Map"> <summary> The HTML map element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Marquee"> <summary> The HTML marquee element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Menu"> <summary> The HTML menu element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Meta"> <summary> The HTML meta element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Nobr"> <summary> The HTML nobr element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Noframes"> <summary> The HTML noframes element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Noscript"> <summary> The HTML noscript element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Object"> <summary> The HTML object element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Ol"> <summary> The HTML ol element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Option"> <summary> The HTML option element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.P"> <summary> The HTML p element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Param"> <summary> The HTML param element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Pre"> <summary> The HTML pre element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Q"> <summary> The HTML q element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Rt"> <summary> The DHTML rt element, which specifies text for the ruby element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Ruby"> <summary> The DHTML ruby element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.S"> <summary> The HTML s element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Samp"> <summary> The HTML samp element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Script"> <summary> The HTML script element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Select"> <summary> The HTML select element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Small"> <summary> The HTML small element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Span"> <summary> The HTML span element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Strike"> <summary> The HTML strike element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Strong"> <summary> The HTML strong element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Style"> <summary> The HTML style element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Sub"> <summary> The HTML sub element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Sup"> <summary> The HTML sup element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Table"> <summary> The HTML table element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Tbody"> <summary> The HTML tbody element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Td"> <summary> The HTML td element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Textarea"> <summary> The HTML textarea element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Tfoot"> <summary> The HTML tfoot element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Th"> <summary> The HTML th element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Thead"> <summary> The HTML thead element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Title"> <summary> The HTML title element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Tr"> <summary> The HTML tr element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Tt"> <summary> The HTML tt element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.U"> <summary> The HTML u element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Ul"> <summary> The HTML ul element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Var"> <summary> The HTML var element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Wbr"> <summary> The HTML wbr element. </summary> </member> <member name="F:System.Web.UI.HtmlTextWriterTag.Xml"> <summary> The HTML xml element. </summary> </member> <member name="T:System.Web.UI.IAttributeAccessor"> <summary> Defines methods used by ASP.NET server controls to provide programmatic access to any attribute declared in the opening tag of a server control. </summary> </member> <member name="M:System.Web.UI.IAttributeAccessor.GetAttribute(System.String)"> <summary> When implemented by a class, retrieves the specified attribute property from the server control. </summary> <returns> The value of the specified attribute. </returns> <param name="key"> A <see cref="T:System.String" /> that represents the name of the server control attribute. </param> </member> <member name="M:System.Web.UI.IAttributeAccessor.SetAttribute(System.String,System.String)"> <summary> When implemented by a class, designates an attribute and its value to assign to the ASP.NET server control. </summary> <param name="key"> The name of the attribute to be set. </param> <param name="value"> The value assigned to the attribute. </param> </member> <member name="T:System.Web.UI.IBindableTemplate"> <summary> Provides a way for ASP.NET data-bound controls, such as <see cref="T:System.Web.UI.WebControls.DetailsView" /> and <see cref="T:System.Web.UI.WebControls.FormView" />, to automatically bind to an ASP.NET data source control within templated content sections. </summary> </member> <member name="M:System.Web.UI.IBindableTemplate.ExtractValues(System.Web.UI.Control)"> <summary> When implemented by a class, retrieves a set of name/value pairs for values bound using two-way ASP.NET data-binding syntax within the templated content. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of name/value pairs. The name represents the name of a control within templated content, and the value is the current value of a property value bound using two-way ASP.NET data-binding syntax. </returns> <param name="container"> The <see cref="T:System.Web.UI.Control" /> from which to extract name/value pairs, which are passed by the data-bound control to an associated data source control in two-way data-binding scenarios. </param> </member> <member name="T:System.Web.UI.ICallbackEventHandler"> <summary> Used to indicate that a control can be the target of a callback event on the server. </summary> </member> <member name="M:System.Web.UI.ICallbackEventHandler.GetCallbackResult"> <summary> Returns the results of a callback event that targets a control. </summary> <returns> The result of the callback. </returns> </member> <member name="M:System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)"> <summary> Processes a callback event that targets a control. </summary> <param name="eventArgument"> A string that represents an event argument to pass to the event handler. </param> </member> <member name="T:System.Web.UI.ICheckBoxControl"> <summary> Defines the property and event a control implements to act as a check box. </summary> </member> <member name="P:System.Web.UI.ICheckBoxControl.Checked"> <summary> Gets or sets the value of an <see cref="T:System.Web.UI.ICheckBoxControl" /> control that indicates whether the control is selected. </summary> <returns>true if the check box is selected; otherwise, false. </returns> </member> <member name="E:System.Web.UI.ICheckBoxControl.CheckedChanged"> <summary> Occurs when the value of the <see cref="P:System.Web.UI.ICheckBoxControl.Checked" /> property changes between posts to the server. </summary> </member> <member name="T:System.Web.UI.IControlBuilderAccessor"> <summary> Allows the control serializer to get to the builder for a control. </summary> </member> <member name="P:System.Web.UI.IControlBuilderAccessor.ControlBuilder"> <summary> Gets the control builder for this control. </summary> <returns> The <see cref="T:System.Web.UI.ControlBuilder" /> that built the control; otherwise, null if no builder was used. </returns> </member> <member name="T:System.Web.UI.IControlDesignerAccessor"> <summary> Provides access to a control designer to store temporary design-time data associated with a control. </summary> </member> <member name="M:System.Web.UI.IControlDesignerAccessor.GetDesignModeState"> <summary> When implemented, gets the state from the control during use on the design surface. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> of the control state. </returns> </member> <member name="M:System.Web.UI.IControlDesignerAccessor.SetDesignModeState(System.Collections.IDictionary)"> <summary> When implemented, sets control state before rendering it on the design surface. </summary> <param name="data"> The <see cref="T:System.Collections.IDictionary" /> containing the control state. </param> </member> <member name="M:System.Web.UI.IControlDesignerAccessor.SetOwnerControl(System.Web.UI.Control)"> <summary> When implemented, specifies the control that acts as the owner to the control implementing this method. </summary> <param name="owner"> The control to act as owner. </param> </member> <member name="P:System.Web.UI.IControlDesignerAccessor.UserData"> <summary> When implemented, gets a collection of information that can be accessed by a control designer. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing information about the control. </returns> </member> <member name="T:System.Web.UI.IDataBindingsAccessor"> <summary> Allows access to the collection of data-binding expressions on a control at design time. </summary> </member> <member name="P:System.Web.UI.IDataBindingsAccessor.DataBindings"> <summary> Gets a collection of all data bindings on the control. This property is read-only. </summary> <returns> The collection of data bindings. </returns> </member> <member name="P:System.Web.UI.IDataBindingsAccessor.HasDataBindings"> <summary> Gets a value indicating whether the control contains any data-binding logic. </summary> <returns>true if the control contains data binding logic. </returns> </member> <member name="T:System.Web.UI.IDataItemContainer"> <summary> Enables data-bound control containers to identify a data item object for simplified data-binding operations. </summary> </member> <member name="P:System.Web.UI.IDataItemContainer.DataItem"> <summary> When implemented, gets an object that is used in simplified data-binding operations. </summary> <returns> An object that represents the value to use when data-binding operations are performed. </returns> </member> <member name="P:System.Web.UI.IDataItemContainer.DataItemIndex"> <summary> When implemented, gets the index of the data item bound to a control. </summary> <returns> An Integer representing the index of the data item in the data source. </returns> </member> <member name="P:System.Web.UI.IDataItemContainer.DisplayIndex"> <summary> When implemented, gets the position of the data item as displayed in a control. </summary> <returns> An Integer representing the position of the data item as displayed in a control. </returns> </member> <member name="T:System.Web.UI.IDataSource"> <summary> Represents an abstract data source that data-bound controls bind to. </summary> </member> <member name="E:System.Web.UI.IDataSource.DataSourceChanged"> <summary> Occurs when a data source control has changed in some way that affects data-bound controls. </summary> </member> <member name="M:System.Web.UI.IDataSource.GetView(System.String)"> <summary> Gets the named data source view associated with the data source control. </summary> <returns> Returns the named <see cref="T:System.Web.UI.DataSourceView" /> associated with the <see cref="T:System.Web.UI.IDataSource" />. </returns> <param name="viewName"> The name of the view to retrieve. </param> </member> <member name="M:System.Web.UI.IDataSource.GetViewNames"> <summary> Gets a collection of names representing the list of view objects associated with the <see cref="T:System.Web.UI.IDataSource" /> interface. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> that contains the names of the views associated with the <see cref="T:System.Web.UI.IDataSource" />. </returns> </member> <member name="T:System.Web.UI.IDataSourceViewSchemaAccessor"> <summary> Allows a type converter to access schema information stored on an object. </summary> </member> <member name="P:System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema"> <summary> When implemented, gets or sets the schema associated with the object. </summary> <returns> An <see cref="T:System.Object" /> that represents the schema. </returns> </member> <member name="T:System.Web.UI.IDReferencePropertyAttribute"> <summary> Defines an attribute applied to properties that contain ID references. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.IDReferencePropertyAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.IDReferencePropertyAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.IDReferencePropertyAttribute.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.IDReferencePropertyAttribute" /> class using the specified type. </summary> <param name="referencedControlType"> A <see cref="T:System.Type" /> that specifies the type of the control represented by the property to which the <see cref="T:System.Web.UI.IDReferencePropertyAttribute" /> is applied. </param> </member> <member name="M:System.Web.UI.IDReferencePropertyAttribute.Equals(System.Object)"> <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false. </returns> <param name="obj"> An <see cref="T:System.Object" /> to compare with this instance or null. </param> </member> <member name="M:System.Web.UI.IDReferencePropertyAttribute.GetHashCode"> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="P:System.Web.UI.IDReferencePropertyAttribute.ReferencedControlType"> <summary> Gets the type of the controls allowed by the property to which the <see cref="T:System.Web.UI.IDReferencePropertyAttribute" /> attribute is applied. </summary> <returns> A <see cref="T:System.Type" /> that represents the type of control allowed by the property to which the <see cref="T:System.Web.UI.IDReferencePropertyAttribute" /> is applied. The default is <see cref="T:System.Web.UI.Control" />. </returns> </member> <member name="T:System.Web.UI.IEditableTextControl"> <summary> Represents a control that renders text that can be changed by the user. </summary> </member> <member name="E:System.Web.UI.IEditableTextControl.TextChanged"> <summary> Occurs when the content of the text changes between posts to the server. </summary> </member> <member name="T:System.Web.UI.IExpressionsAccessor"> <summary> Defines the properties a class must implement to support collections of expressions. </summary> </member> <member name="P:System.Web.UI.IExpressionsAccessor.Expressions"> <summary> Gets a collection of <see cref="T:System.Web.UI.ExpressionBinding" /> objects. </summary> <returns> An <see cref="T:System.Web.UI.ExpressionBindingCollection" /> containing <see cref="T:System.Web.UI.ExpressionBinding" /> objects that represent the properties and expressions for a control. </returns> </member> <member name="P:System.Web.UI.IExpressionsAccessor.HasExpressions"> <summary> Gets a value indicating whether the instance of the class that implements this interface has any properties bound by an expression. </summary> <returns>true if the control has properties set through expressions; otherwise, false. </returns> </member> <member name="T:System.Web.UI.IFilterResolutionService"> <summary> Provides an interface that designer developers can use to evaluate device filters by name. </summary> </member> <member name="M:System.Web.UI.IFilterResolutionService.CompareFilters(System.String,System.String)"> <summary> Returns a value indicating whether a parent-child relationship exists between two specified device filters. </summary> <returns> 1 if the device filter identified by <paramref name="filter1" /> is a parent of the filter identified by <paramref name="filter2" />, -1 if the device filter identified by <paramref name="filter2" /> is a parent of the filter identified by <paramref name="filter1" />, and 0 if there is no parent-child relationship between the two filters. </returns> <param name="filter1"> A device filter name. </param> <param name="filter2"> A device filter name </param> </member> <member name="M:System.Web.UI.IFilterResolutionService.EvaluateFilter(System.String)"> <summary> Returns a value indicating whether the specified filter is a type of the current filter object. </summary> <returns>true if the specified filter is a type applicable to the current filter object; otherwise, false. </returns> <param name="filterName"> The name of a device filter. </param> </member> <member name="T:System.Web.UI.IHierarchicalDataSource"> <summary> Represents a hierarchical data source that hierarchical data-bound controls such as <see cref="T:System.Web.UI.WebControls.TreeView" /> can bind to. </summary> </member> <member name="E:System.Web.UI.IHierarchicalDataSource.DataSourceChanged"> <summary> Occurs when the data storage that the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> interface represents has changed. </summary> </member> <member name="M:System.Web.UI.IHierarchicalDataSource.GetHierarchicalView(System.String)"> <summary> Gets the view helper object for the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> interface for the specified path. </summary> <returns> Returns a <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> that represents a single view of the data at the hierarchical level identified by the <paramref name="viewPath" /> parameter. </returns> <param name="viewPath"> The hierarchical path of the view to retrieve. </param> </member> <member name="T:System.Web.UI.IHierarchicalEnumerable"> <summary> Represents a hierarchical collection that can be enumerated with an <see cref="T:System.Collections.IEnumerator" /> interface. Collections that implement the <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> interface are used by ASP.NET site navigation and data source controls. </summary> </member> <member name="M:System.Web.UI.IHierarchicalEnumerable.GetHierarchyData(System.Object)"> <summary> Returns a hierarchical data item for the specified enumerated item. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchyData" /> instance that represents the <see cref="T:System.Object" /> passed to the <see cref="M:System.Web.UI.IHierarchicalEnumerable.GetHierarchyData(System.Object)" /> method. </returns> <param name="enumeratedItem"> The <see cref="T:System.Object" /> for which to return an <see cref="T:System.Web.UI.IHierarchyData" />. </param> </member> <member name="T:System.Web.UI.IHierarchyData"> <summary> 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 <see cref="T:System.Web.UI.IHierarchyData" /> interface can be contained in <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> collections, and are used by ASP.NET site navigation and data source controls. </summary> </member> <member name="M:System.Web.UI.IHierarchyData.GetChildren"> <summary> Gets an enumeration object that represents all the child nodes of the current hierarchical node. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> collection of child nodes of the current hierarchical node. </returns> </member> <member name="M:System.Web.UI.IHierarchyData.GetParent"> <summary> Gets an <see cref="T:System.Web.UI.IHierarchyData" /> object that represents the parent node of the current hierarchical node. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchyData" /> object that represents the parent node of the current hierarchical node. </returns> </member> <member name="P:System.Web.UI.IHierarchyData.HasChildren"> <summary> Indicates whether the hierarchical data node that the <see cref="T:System.Web.UI.IHierarchyData" /> object represents has any child nodes. </summary> <returns>true if the current node has child nodes; otherwise, false. </returns> </member> <member name="P:System.Web.UI.IHierarchyData.Item"> <summary> Gets the hierarchical data node that the <see cref="T:System.Web.UI.IHierarchyData" /> object represents. </summary> <returns> An <see cref="T:System.Object" /> hierarchical data node object. </returns> </member> <member name="P:System.Web.UI.IHierarchyData.Path"> <summary> Gets the hierarchical path of the node. </summary> <returns> A <see cref="T:System.String" /> that identifies the hierarchical path relative to the current node. </returns> </member> <member name="P:System.Web.UI.IHierarchyData.Type"> <summary> Gets the name of the type of <see cref="T:System.Object" /> contained in the <see cref="P:System.Web.UI.IHierarchyData.Item" /> property. </summary> <returns> The name of the type of object that the <see cref="T:System.Web.UI.IHierarchyData" /> object represents. </returns> </member> <member name="T:System.Web.UI.ImageClickEventArgs"> <summary> Provides data for any events that occur when a user clicks an image-based ASP.NET server control, such as the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> or <see cref="T:System.Web.UI.WebControls.ImageButton" /> server controls. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ImageClickEventArgs.#ctor(System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ImageClickEventArgs" /> class. </summary> <param name="x"> The x-coordinate where the user clicked an image-based ASP.NET server control. </param> <param name="y"> The y-coordinate where the user clicked an image-based ASP.NET server control. </param> </member> <member name="F:System.Web.UI.ImageClickEventArgs.X"> <summary> An integer that represents the x-coordinate where a user clicked an image-based ASP.NET server control. </summary> </member> <member name="F:System.Web.UI.ImageClickEventArgs.Y"> <summary> An integer that represents the y-coordinate where a user clicked an image-based ASP.NET server control. </summary> </member> <member name="T:System.Web.UI.ImageClickEventHandler"> <summary> Represents the method that handles any events that are raised when a user clicks an image-based ASP.NET server control. </summary> <param name="sender"> The server control that is the source of the event. </param> <param name="e"> An <see cref="T:System.Web.UI.ImageClickEventArgs" /> that contains event data. </param> </member> <member name="T:System.Web.UI.INamingContainer"> <summary> Identifies a container control that creates a new ID namespace within a <see cref="T:System.Web.UI.Page" /> object's control hierarchy. This is a marker interface only. </summary> </member> <member name="T:System.Web.UI.INavigateUIData"> <summary> Provides an interface that classes implement to provide navigation user interface data and values to navigation controls. </summary> </member> <member name="P:System.Web.UI.INavigateUIData.Description"> <summary> Gets text that represents the description of a navigation node of a navigation control. </summary> <returns> Text that is the description of a node of a navigation control; otherwise, null. </returns> </member> <member name="P:System.Web.UI.INavigateUIData.Name"> <summary> Gets the text that represents the name of a navigation node of a navigation control. </summary> <returns> Text that represents the name of a node of a navigation control; otherwise, null. </returns> </member> <member name="P:System.Web.UI.INavigateUIData.NavigateUrl"> <summary> Gets the URL to navigate to when the navigation node is clicked. </summary> <returns> The URL to navigate to when the node is clicked; otherwise, null. </returns> </member> <member name="P:System.Web.UI.INavigateUIData.Value"> <summary> Gets a non-displayed value that is used to store any additional data about the navigation node. </summary> <returns> A value that is not displayed and is used to store additional data about the navigation node; otherwise, null. </returns> </member> <member name="T:System.Web.UI.IndexedString"> <summary> Provides a utility string class that is used by the <see cref="T:System.Web.UI.ObjectStateFormatter" /> class to optimize object graph serialization. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.IndexedString.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.IndexedString" /> class. </summary> <param name="s"> The string. </param> <exception cref="T:System.ArgumentNullException"> The string parameter passed to the constructor is null or <see cref="F:System.String.Empty" />. </exception> </member> <member name="P:System.Web.UI.IndexedString.Value"> <summary> Gets the string associated with the <see cref="T:System.Web.UI.IndexedString" /> object. </summary> <returns> An initialized string. </returns> </member> <member name="T:System.Web.UI.IParserAccessor"> <summary> Defines the method that ASP.NET server controls must implement to recognize when elements, either HTML or XML, are parsed. </summary> </member> <member name="M:System.Web.UI.IParserAccessor.AddParsedSubObject(System.Object)"> <summary> When implemented by an ASP.NET server control, notifies the server control that an element, either XML or HTML, was parsed. </summary> <param name="obj"> The <see cref="T:System.Object" /> that was parsed. </param> </member> <member name="T:System.Web.UI.IPostBackDataHandler"> <summary> Defines methods that ASP.NET server controls must implement to automatically load postback data. </summary> </member> <member name="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> When implemented by a class, processes postback data for an ASP.NET server control. </summary> <returns>true if the server control's state changes as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent"> <summary> When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed. </summary> </member> <member name="T:System.Web.UI.IPostBackEventHandler"> <summary> Defines the method ASP.NET server controls must implement to handle postback events. </summary> </member> <member name="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)"> <summary> When implemented by a class, enables a server control to process an event raised when a form is posted to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents an optional event argument to be passed to the event handler. </param> </member> <member name="T:System.Web.UI.IResourceUrlGenerator"> <summary> Defines the method that a designer-host must implement to provide URL reference look-up for embedded resources. </summary> </member> <member name="M:System.Web.UI.IResourceUrlGenerator.GetResourceUrl(System.Type,System.String)"> <summary> Returns a URL reference to an embedded resource in an assembly that is used at design time. </summary> <returns> The URL reference to the resource. </returns> <param name="type"> The type in the assembly that contains the embedded resource. </param> <param name="resourceName"> The name of the resource to retrieve. </param> </member> <member name="T:System.Web.UI.IStateFormatter"> <summary> Defines methods that a type implements to serialize and deserialize an object graph. </summary> </member> <member name="M:System.Web.UI.IStateFormatter.Deserialize(System.String)"> <summary> Deserializes an object state graph from its serialized string form. </summary> <returns> An object that represents the state of an ASP.NET server control. </returns> <param name="serializedState"> A string that the <see cref="T:System.Web.UI.IStateFormatter" /> deserializes into an initialized object. </param> </member> <member name="M:System.Web.UI.IStateFormatter.Serialize(System.Object)"> <summary> Serializes ASP.NET Web server control state to string form. </summary> <returns> A string that represents a Web server control's view state. </returns> <param name="state"> The object that represents the view state of the Web server control to serialize to string form. </param> </member> <member name="T:System.Web.UI.IStateManager"> <summary> Defines the properties and methods any class must implement to support view state management for a server control. </summary> </member> <member name="P:System.Web.UI.IStateManager.IsTrackingViewState"> <summary> When implemented by a class, gets a value indicating whether a server control is tracking its view state changes. </summary> <returns>true if a server control is tracking its view state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.IStateManager.LoadViewState(System.Object)"> <summary> When implemented by a class, loads the server control's previously saved view state to the control. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the saved view state values for the control. </param> </member> <member name="M:System.Web.UI.IStateManager.SaveViewState"> <summary> When implemented by a class, saves the changes to a server control's view state to an <see cref="T:System.Object" />. </summary> <returns> The <see cref="T:System.Object" /> that contains the view state changes. </returns> </member> <member name="M:System.Web.UI.IStateManager.TrackViewState"> <summary> When implemented by a class, instructs the server control to track changes to its view state. </summary> </member> <member name="T:System.Web.UI.IStyleSheet"> <summary> Defines the methods that a class must implement in order to support the creation of style rules. </summary> </member> <member name="M:System.Web.UI.IStyleSheet.CreateStyleRule(System.Web.UI.WebControls.Style,System.Web.UI.IUrlResolutionService,System.String)"> <summary> When implemented by a class, creates a style rule for the specified document language element type, or selector. </summary> <param name="style"> The style rule to be added to the embedded style sheet. </param> <param name="urlResolver"> An <see cref="T:System.Web.UI.IUrlResolutionService" />-implemented object that contains the context information for the current location (URL). </param> <param name="selector"> The part of the HTML page affected by the style. </param> </member> <member name="M:System.Web.UI.IStyleSheet.RegisterStyle(System.Web.UI.WebControls.Style,System.Web.UI.IUrlResolutionService)"> <summary> When implemented by a class, adds a new style rule to the embedded style sheet in the <head> section of a Web page. </summary> <param name="style"> The style rule to be added to the embedded style sheet. </param> <param name="urlResolver"> An <see cref="T:System.Web.UI.IUrlResolutionService" />-implemented object that contains the context information for the current location (URL). </param> </member> <member name="T:System.Web.UI.ITemplate"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.ITemplate.InstantiateIn(System.Web.UI.Control)"> <summary> When implemented by a class, defines the <see cref="T:System.Web.UI.Control" /> object that child controls and templates belong to. These child controls are in turn defined within an inline template. </summary> <param name="container"> The <see cref="T:System.Web.UI.Control" /> object to contain the instances of controls from the inline template. </param> </member> <member name="T:System.Web.UI.ITextControl"> <summary> Defines the interface a control implements to get or set its text content. </summary> </member> <member name="P:System.Web.UI.ITextControl.Text"> <summary> Gets or sets the text content of a control. </summary> <returns> The text content of a control. </returns> </member> <member name="T:System.Web.UI.IThemeResolutionService"> <summary> Provides an interface that designer tool developers can use to supply a set of <see cref="T:System.Web.UI.ThemeProvider" /> objects, which can be used to apply themes and control skins to controls in a design-time environment. </summary> </member> <member name="M:System.Web.UI.IThemeResolutionService.GetAllThemeProviders"> <summary> Gets an <see cref="T:System.Array" /> of <see cref="T:System.Web.UI.ThemeProvider" /> objects. </summary> <returns> An <see cref="T:System.Array" /> of <see cref="T:System.Web.UI.ThemeProvider" /> objects associated with the current <see cref="T:System.Web.UI.IThemeResolutionService" />. </returns> </member> <member name="M:System.Web.UI.IThemeResolutionService.GetStylesheetThemeProvider"> <summary> Gets a <see cref="T:System.Web.UI.ThemeProvider" /> object that represents the customization theme from a style sheet. </summary> <returns> A <see cref="T:System.Web.UI.ThemeProvider" /> that represents the page theme that is applied to a control built by the <see cref="T:System.Web.UI.ControlBuilder" />. </returns> </member> <member name="M:System.Web.UI.IThemeResolutionService.GetThemeProvider"> <summary> Gets a <see cref="T:System.Web.UI.ThemeProvider" /> object that represents the customization theme on an ASP.NET page. </summary> <returns> A <see cref="T:System.Web.UI.ThemeProvider" /> that represents the page theme that is applied to a control built by the <see cref="T:System.Web.UI.ControlBuilder" />. </returns> </member> <member name="T:System.Web.UI.IUrlResolutionService"> <summary> Defines a service implemented by objects to resolve relative URLs based on contextual information. </summary> </member> <member name="M:System.Web.UI.IUrlResolutionService.ResolveClientUrl(System.String)"> <summary> Returns a resolved URL that is suitable for use by the client. </summary> <returns> A <see cref="T:System.String" /> containing the resolved URL. </returns> <param name="relativeUrl"> A URL relative to the current page. </param> </member> <member name="T:System.Web.UI.IUserControlDesignerAccessor"> <summary> Defines the properties that allow the designer to access information about a user control at design time. </summary> </member> <member name="P:System.Web.UI.IUserControlDesignerAccessor.InnerText"> <summary> When implemented, gets or sets text between the opening and closing tags of a user control. </summary> <returns> The text placed between the opening and closing tags of a user control. </returns> </member> <member name="P:System.Web.UI.IUserControlDesignerAccessor.TagName"> <summary> When implemented, gets or sets the full tag name of the user control. </summary> <returns> The full tag name of the user control. </returns> </member> <member name="T:System.Web.UI.IUserControlTypeResolutionService"> <summary> Defines the method a class must implement to return a control's type for a specified tag prefix and tag name. </summary> </member> <member name="M:System.Web.UI.IUserControlTypeResolutionService.GetType(System.String,System.String)"> <summary> Retrieves a type based on a parsed ASP.NET tag prefix and the name of the tag. </summary> <returns> A <see cref="T:System.Type" /> that represents the type of control the prefix and tag identify. </returns> <param name="tagPrefix"> The parsed prefix of an ASP.NET tag. </param> <param name="tagName"> The name of the parsed ASP.NET tag. </param> </member> <member name="T:System.Web.UI.IValidator"> <summary> Defines the properties and methods that objects that participate in Web Forms validation must implement. </summary> </member> <member name="P:System.Web.UI.IValidator.ErrorMessage"> <summary> When implemented by a class, gets or sets the error message text generated when the condition being validated fails. </summary> <returns> The error message to generate. </returns> </member> <member name="P:System.Web.UI.IValidator.IsValid"> <summary> When implemented by a class, gets or sets a value indicating whether the user-entered content in the specified control passes validation. </summary> <returns>true if the content is valid; otherwise, false. </returns> </member> <member name="M:System.Web.UI.IValidator.Validate"> <summary> When implemented by a class, evaluates the condition it checks and updates the <see cref="P:System.Web.UI.IValidator.IsValid" /> property. </summary> </member> <member name="T:System.Web.UI.ListSourceHelper"> <summary> Used by data source controls when implementing the members defined by the <see cref="T:System.ComponentModel.IListSource" /> interface. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ListSourceHelper.ContainsListCollection(System.Web.UI.IDataSource)"> <summary> Indicates whether the specified data source control contains a collection of data source view objects. </summary> <returns>true if the data source control contains a collection of data source view objects; otherwise, false. </returns> <param name="dataSource"> An <see cref="T:System.Web.UI.IDataSource" /> that specifies the data source control to test for associated data source view objects. </param> </member> <member name="M:System.Web.UI.ListSourceHelper.GetList(System.Web.UI.IDataSource)"> <summary> Retrieves an <see cref="T:System.Collections.IList" /> collection of data source objects. </summary> <returns> An <see cref="T:System.Collections.IList" /> of one <see cref="T:System.Web.UI.IDataSource" />, if the <see cref="T:System.Web.UI.IDataSource" /> has one or more associated <see cref="T:System.Web.UI.DataSourceView" /> objects; otherwise, returns null. </returns> <param name="dataSource"> An <see cref="T:System.Web.UI.IDataSource" /> that contains one or more associated <see cref="T:System.Web.UI.DataSourceView" /> objects, which are retrieved by a call to <see cref="M:System.Web.UI.DataSourceControl.GetViewNames" />. </param> </member> <member name="T:System.Web.UI.LiteralControl"> <summary> Represents HTML elements, text, and any other strings in an ASP.NET page that do not require processing on the server. </summary> </member> <member name="M:System.Web.UI.LiteralControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.LiteralControl" /> class that contains a literal string to be rendered on the requested ASP.NET page. </summary> </member> <member name="M:System.Web.UI.LiteralControl.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.LiteralControl" /> class with the specified text. </summary> <param name="text"> The text to be rendered on the requested Web page. </param> </member> <member name="M:System.Web.UI.LiteralControl.CreateControlCollection"> <summary> Creates an <see cref="T:System.Web.UI.EmptyControlCollection" /> object for the current instance of the <see cref="T:System.Web.UI.LiteralControl" /> class. </summary> <returns> The <see cref="T:System.Web.UI.EmptyControlCollection" /> for the current control. </returns> </member> <member name="M:System.Web.UI.LiteralControl.Render(System.Web.UI.HtmlTextWriter)"> <summary> Writes the content of the <see cref="T:System.Web.UI.LiteralControl" /> object to the ASP.NET page. </summary> <param name="output"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that renders the content of the <see cref="T:System.Web.UI.LiteralControl" /> to the requesting client. </param> </member> <member name="P:System.Web.UI.LiteralControl.Text"> <summary> Gets or sets the text content of the <see cref="T:System.Web.UI.LiteralControl" /> object. </summary> <returns> A <see cref="T:System.String" /> that represents the text content of the literal control. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.LosFormatter"> <summary> Serializes the view state for a Web Forms page. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.LosFormatter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.LosFormatter" /> class using default values. </summary> </member> <member name="M:System.Web.UI.LosFormatter.#ctor(System.Boolean,System.Byte[])"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.LosFormatter" /> class using the specified enable flag and machine authentication code (MAC) key modifier. </summary> <param name="enableMac">true to enable view-state MAC; otherwise, false. </param> <param name="macKeyModifier"> The modifier for the MAC key. </param> </member> <member name="M:System.Web.UI.LosFormatter.#ctor(System.Boolean,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.LosFormatter" /> class using the specified enable flag and machine authentication code (MAC) key modifier. </summary> <param name="enableMac">true to enable view-state MAC; otherwise, false. </param> <param name="macKeyModifier"> The modifier for the MAC key. </param> </member> <member name="M:System.Web.UI.LosFormatter.Deserialize(System.IO.Stream)"> <summary> Transforms the view-state value contained in a <see cref="T:System.IO.Stream" /> object to a limited object serialization (LOS)-formatted object. </summary> <returns> A LOS-formatted object. </returns> <param name="stream"> A <see cref="T:System.IO.Stream" /> that contains the view-state value to transform. </param> </member> <member name="M:System.Web.UI.LosFormatter.Deserialize(System.IO.TextReader)"> <summary> Transforms the view-state value contained in a <see cref="T:System.IO.TextReader" /> object to a limited object serialization (LOS)-formatted object. </summary> <returns> A LOS-formatted object. </returns> <param name="input"> A <see cref="T:System.IO.TextReader" /> that contains the view-state value to transform. </param> </member> <member name="M:System.Web.UI.LosFormatter.Deserialize(System.String)"> <summary> Transforms the specified view-state value to a limited object serialization (LOS)-formatted object. </summary> <returns> A LOS-formatted object. </returns> <param name="input"> The view-state value to transform. </param> <exception cref="T:System.Web.HttpException"> The view state is invalid. </exception> </member> <member name="M:System.Web.UI.LosFormatter.Serialize(System.IO.Stream,System.Object)"> <summary> Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a <see cref="T:System.IO.Stream" /> object. </summary> <param name="stream"> The <see cref="T:System.IO.Stream" /> to receive the transformed value. </param> <param name="value"> The LOS-formatted object to transform into a view-state value. </param> </member> <member name="M:System.Web.UI.LosFormatter.Serialize(System.IO.TextWriter,System.Object)"> <summary> Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a <see cref="T:System.IO.TextWriter" /> object. </summary> <param name="output"> The <see cref="T:System.IO.TextWriter" /> to receive the transformed value. </param> <param name="value"> The LOS-formatted object to transform into a view-state value. </param> </member> <member name="T:System.Web.UI.MasterPage"> <summary> Acts as a template and merging container for pages that are composed only of <see cref="T:System.Web.UI.WebControls.Content" /> controls and their respective child controls. </summary> </member> <member name="M:System.Web.UI.MasterPage.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MasterPage" /> class. </summary> </member> <member name="M:System.Web.UI.MasterPage.AddContentTemplate(System.String,System.Web.UI.ITemplate)"> <summary> Adds a <see cref="T:System.Web.UI.WebControls.Content" /> control to the <see cref="P:System.Web.UI.MasterPage.ContentTemplates" /> dictionary. </summary> <param name="templateName"> A unique name for the <see cref="T:System.Web.UI.WebControls.Content" />. </param> <param name="template"> The <see cref="T:System.Web.UI.WebControls.Content" />. </param> <exception cref="T:System.Web.HttpException"> A <see cref="T:System.Web.UI.WebControls.Content" /> control with the same name already exists in the <see cref="P:System.Web.UI.MasterPage.ContentTemplates" /> dictionary. </exception> </member> <member name="P:System.Web.UI.MasterPage.ContentPlaceHolders"> <summary> Gets a list of <see cref="T:System.Web.UI.WebControls.ContentPlaceHolder" /> controls that the master page uses to define different content regions. </summary> <returns> An <see cref="T:System.Collections.IList" /> of <see cref="T:System.Web.UI.WebControls.ContentPlaceHolder" /> controls that the master page uses as placeholders for <see cref="T:System.Web.UI.WebControls.Content" /> controls found in content pages. </returns> </member> <member name="P:System.Web.UI.MasterPage.ContentTemplates"> <summary> Gets a list of content controls that are associated with the master page. </summary> <returns> An <see cref="T:System.Collections.IList" /> of content controls associated with the master page. </returns> </member> <member name="P:System.Web.UI.MasterPage.Master"> <summary> Gets the parent master page of the current master in nested master pages scenarios. </summary> <returns> The master page that is the parent of the current master page; otherwise, null, if the current master page has no parent. </returns> </member> <member name="P:System.Web.UI.MasterPage.MasterPageFile"> <summary> Gets or sets the name of the master page that contains the current content. </summary> <returns> The name of the master page that is the parent of the current master page; otherwise, null, if the current master page has no parent. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.MasterPage.MasterPageFile" /> property can only be set in or before the <see cref="E:System.Web.UI.Page.PreInit" /> event. </exception> </member> <member name="T:System.Web.UI.MasterPageControlBuilder"> <summary> Acts as a merging class and container for content pages that are composed only of <see cref="T:System.Web.UI.WebControls.Content" /> controls and their respective child controls. </summary> </member> <member name="M:System.Web.UI.MasterPageControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MasterPageControlBuilder" /> class. </summary> </member> <member name="T:System.Web.UI.NonVisualControlAttribute"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.NonVisualControlAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.NonVisualControlAttribute.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> class, using the specified Boolean value to determine whether the attribute represents a visual or non-visual control. </summary> <param name="nonVisual">true to initialize the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> to represent a Web control that is not rendered to the client at run time; otherwise, false. </param> </member> <member name="F:System.Web.UI.NonVisualControlAttribute.Default"> <summary> Returns a <see cref="T:System.Web.UI.NonVisualControlAttribute" /> instance that represents the application-defined default value of the attribute. This field is read-only. </summary> </member> <member name="M:System.Web.UI.NonVisualControlAttribute.Equals(System.Object)"> <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false. </returns> <param name="obj"> An <see cref="T:System.Object" /> to compare with this instance or null. </param> </member> <member name="M:System.Web.UI.NonVisualControlAttribute.GetHashCode"> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="M:System.Web.UI.NonVisualControlAttribute.IsDefaultAttribute"> <summary> Returns a value indicating whether the current instance is equivalent to a default instance of the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> class. </summary> <returns>true if the current instance is equivalent to a <see cref="F:System.Web.UI.NonVisualControlAttribute.Default" /> instance of the class; otherwise, false. </returns> </member> <member name="P:System.Web.UI.NonVisualControlAttribute.IsNonVisual"> <summary> Gets a value indicating whether the control is non-visual. </summary> <returns>true if the control has been marked as non-visual; otherwise, false. </returns> </member> <member name="F:System.Web.UI.NonVisualControlAttribute.NonVisual"> <summary> Returns a <see cref="T:System.Web.UI.NonVisualControlAttribute" /> instance that is applied to a Web control to be treated as a non-visual control during design time. This field is read-only. </summary> </member> <member name="F:System.Web.UI.NonVisualControlAttribute.Visual"> <summary> Gets a <see cref="T:System.Web.UI.NonVisualControlAttribute" /> instance that is applied to a Web control to be treated as a visual control during design time. </summary> </member> <member name="T:System.Web.UI.ObjectConverter"> <summary> Converts an object from one object type to another object type. This class is obsolete. Use the <see cref="T:System.Convert" /> class and the <see cref="M:System.String.Format(System.String,System.Object)" /> method instead. </summary> </member> <member name="M:System.Web.UI.ObjectConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ObjectConverter" /> class. This class is obsolete. Use the <see cref="T:System.Convert" /> class and the <see cref="M:System.String.Format(System.String,System.Object)" /> method instead. </summary> </member> <member name="M:System.Web.UI.ObjectConverter.ConvertValue(System.Object,System.Type,System.String)"> <summary> Converts an object from one object type to another object type. This class is obsolete. Use the <see cref="T:System.Convert" /> class and the <see cref="M:System.String.Format(System.String,System.Object)" /> method instead. </summary> <returns> The converted object. </returns> <param name="value"> The object to convert. </param> <param name="toType"> The <see cref="T:System.Type" /> to convert <paramref name="value" /> to. </param> <param name="formatString"> The format string to apply during conversion. </param> <exception cref="T:System.ArgumentException"> <paramref name="Value" /> cannot be converted to type <paramref name="toType" /> with this method. </exception> </member> <member name="T:System.Web.UI.ObjectPersistData"> <summary> During the build process, retains information about property entries. </summary> </member> <member name="M:System.Web.UI.ObjectPersistData.#ctor(System.Web.UI.ControlBuilder,System.Collections.IDictionary)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ObjectPersistData" /> class. </summary> <param name="builder"> The object for building the control. </param> <param name="builtObjects"> A collection of objects that have been built by this builder. </param> </member> <member name="M:System.Web.UI.ObjectPersistData.AddToObjectControlBuilderTable(System.Collections.IDictionary)"> <summary> Adds built objects to a collection. </summary> <param name="table"> A collection for the control builder. </param> </member> <member name="P:System.Web.UI.ObjectPersistData.AllPropertyEntries"> <summary> Gets all the property entries for the control being built. </summary> <returns> An <see cref="T:System.Collections.ArrayList" /> containing the property entries for the control. </returns> </member> <member name="P:System.Web.UI.ObjectPersistData.BuiltObjects"> <summary> Gets a collection of the objects that have been built by the control builder. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing the items that have been built by the control builder. </returns> </member> <member name="P:System.Web.UI.ObjectPersistData.CollectionItems"> <summary> Gets items that are collection types. </summary> <returns> An <see cref="T:System.Collections.ArrayList" /> containing items of type <see cref="T:System.Collections.ICollection" />. </returns> </member> <member name="P:System.Web.UI.ObjectPersistData.EventEntries"> <summary> Gets event entries for the control being built. </summary> <returns> An <see cref="T:System.Collections.ArrayList" /> containing the event entries. </returns> </member> <member name="M:System.Web.UI.ObjectPersistData.GetFilteredProperties(System.String)"> <summary> Gets the property entries with the specified filter. </summary> <returns> The property entries with the specified filter. </returns> <param name="filter"> The <see cref="P:System.Web.UI.PropertyEntry.Filter" /> on an expression. </param> </member> <member name="M:System.Web.UI.ObjectPersistData.GetFilteredProperty(System.String,System.String)"> <summary> Gets all property entries for the specified filter and property name. </summary> <returns> All property entries for the specified filter and property name. </returns> <param name="filter"> The <see cref="P:System.Web.UI.PropertyEntry.Filter" /> on an expression. </param> <param name="name"> The <see cref="P:System.Web.UI.PropertyEntry.Name" /> on an expression. </param> </member> <member name="M:System.Web.UI.ObjectPersistData.GetPropertyAllFilters(System.String)"> <summary> Returns all filtered property entries for a specified property name. </summary> <returns> All filtered property entries for a specified property name. </returns> <param name="name"> The <see cref="P:System.Web.UI.PropertyEntry.Name" /> on an expression. </param> </member> <member name="P:System.Web.UI.ObjectPersistData.IsCollection"> <summary> Gets a value that indicates whether the persisted data is for a collection. </summary> <returns>true if this persisted data is for a collection; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ObjectPersistData.Localize"> <summary> Gets a value indicating whether the control created by the control builder object is localized. </summary> <returns>true if the control created by the control builder object is localized; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ObjectPersistData.ObjectType"> <summary> Gets the type of the object associated with the persisted properties. </summary> <returns> The <see cref="T:System.Type" /> of the object being built. </returns> </member> <member name="P:System.Web.UI.ObjectPersistData.ResourceKey"> <summary> Gets the resource key for the control builder object. </summary> <returns> A <see cref="T:System.String" /> representing the resource key for the control builder. </returns> </member> <member name="T:System.Web.UI.ObjectStateFormatter"> <summary> Serializes and deserializes object graphs that represent the state of an object. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ObjectStateFormatter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ObjectStateFormatter" /> class. </summary> </member> <member name="M:System.Web.UI.ObjectStateFormatter.Deserialize(System.IO.Stream)"> <summary> Deserializes an object state graph from its binary-serialized form that is contained in the specified <see cref="T:System.IO.Stream" /> object. </summary> <returns> An object that represents a deserialized object state graph. </returns> <param name="inputStream"> A <see cref="T:System.IO.Stream" /> that the <see cref="T:System.Web.UI.ObjectStateFormatter" /> deserializes into an initialized object. </param> <exception cref="T:System.ArgumentNullException"> The specified <paramref name="inputStream" /> is null. </exception> <exception cref="T:System.ArgumentException"> An exception occurs during deserialization of the <see cref="T:System.IO.Stream" />. The exception message is appended to the message of the <see cref="T:System.ArgumentException" />. </exception> </member> <member name="M:System.Web.UI.ObjectStateFormatter.Deserialize(System.String)"> <summary> Deserializes an object state graph from its serialized base64-encoded string form. </summary> <returns> An object that represents a deserialized object state graph. </returns> <param name="inputString"> A string that the <see cref="T:System.Web.UI.ObjectStateFormatter" /> deserializes into an initialized object. </param> <exception cref="T:System.ArgumentNullException"> The specified <paramref name="inputString" /> is null or has a <see cref="P:System.String.Length" /> of 0. </exception> <exception cref="T:System.ArgumentException"> The serialized data is invalid. </exception> <exception cref="T:System.Web.HttpException"> The machine authentication code (MAC) validation check that is performed when deserializing view state fails. </exception> </member> <member name="M:System.Web.UI.ObjectStateFormatter.Serialize(System.IO.Stream,System.Object)"> <summary> Serializes an object state graph to the specified <see cref="T:System.IO.Stream" /> object. </summary> <param name="outputStream"> A <see cref="T:System.IO.Stream" /> to which the <see cref="T:System.Web.UI.ObjectStateFormatter" /> serializes the state of the specified object. </param> <param name="stateGraph"> The object to serialize. </param> <exception cref="T:System.ArgumentNullException"> The specified <paramref name="inputStream" /> is null. </exception> </member> <member name="M:System.Web.UI.ObjectStateFormatter.Serialize(System.Object)"> <summary> Serializes an object state graph to a base64-encoded string. </summary> <returns> A base-64 encoded string that represents the serialized object state of the <paramref name="stateGraph" /> parameter. </returns> <param name="stateGraph"> The object to serialize. </param> </member> <member name="P:System.Web.UI.ObjectStateFormatter.System#Runtime#Serialization#IFormatter#Binder"> <summary> For a description of this member, see <see cref="P:System.Runtime.Serialization.Formatter.Binder" />. </summary> <returns> The <see cref="T:System.Runtime.Serialization.SerializationBinder" /> that performs type lookups during deserialization. </returns> </member> <member name="P:System.Web.UI.ObjectStateFormatter.System#Runtime#Serialization#IFormatter#Context"> <summary> For a description of this member, see <see cref="P:System.Runtime.Serialization.IFormatter.Context" />. </summary> <returns> The <see cref="T:System.Runtime.Serialization.StreamingContext" /> used for serialization and deserialization. </returns> </member> <member name="M:System.Web.UI.ObjectStateFormatter.System#Runtime#Serialization#IFormatter#Deserialize(System.IO.Stream)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.ObjectStateFormatter.Deserialize(System.IO.Stream)" />. </summary> <returns> The top object of the deserialized graph. </returns> <param name="serializationStream"> The stream that contains the data to deserialize. </param> </member> <member name="M:System.Web.UI.ObjectStateFormatter.System#Runtime#Serialization#IFormatter#Serialize(System.IO.Stream,System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.ObjectStateFormatter.Serialize(System.IO.Stream,System.Object)" />. </summary> <param name="serializationStream"> The stream where the formatter puts the serialized data. This stream can reference a variety of backing stores (such as files, network, memory, and so on). </param> <param name="stateGraph"> The object, or root of the object graph, to serialize. All child objects of this root object are automatically serialized. </param> </member> <member name="P:System.Web.UI.ObjectStateFormatter.System#Runtime#Serialization#IFormatter#SurrogateSelector"> <summary> For a description of this member, see <see cref="T:System.Runtime.Serialization.SurrogateSelector" />. </summary> <returns> The <see cref="T:System.Runtime.Serialization.SurrogateSelector" /> used by this formatter. </returns> </member> <member name="M:System.Web.UI.ObjectStateFormatter.System#Web#UI#IStateFormatter#Deserialize(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.ObjectStateFormatter.Deserialize(System.String)" />. </summary> <returns> An object that represents the state of an ASP.NET server control. </returns> <param name="serializedState"> A string that the <see cref="T:System.Web.UI.IStateFormatter" /> deserializes into an initialized object. </param> </member> <member name="M:System.Web.UI.ObjectStateFormatter.System#Web#UI#IStateFormatter#Serialize(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.ObjectStateFormatter.Serialize(System.Object)" />. </summary> <returns> A string that represents a Web server control's view state. </returns> <param name="state"> The object that represents the view state of the Web server control to serialize to string form. </param> </member> <member name="T:System.Web.UI.ObjectTagBuilder"> <summary> Used by the ASP.NET <see cref="T:System.Web.UI.TemplateParser" /> class to parse server-side <object> tags. This class can not be inherited. </summary> </member> <member name="M:System.Web.UI.ObjectTagBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ObjectTagBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.ObjectTagBuilder.AppendLiteralString(System.String)"> <summary> Adds content, such as text or HTML, to a control. </summary> <param name="s"> The content to add to the control. </param> </member> <member name="M:System.Web.UI.ObjectTagBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Adds builders to the <see cref="T:System.Web.UI.ObjectTagBuilder" /> object for any child controls that belong to the container control. </summary> <param name="subBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> assigned to the child control. </param> </member> <member name="M:System.Web.UI.ObjectTagBuilder.Init(System.Web.UI.TemplateParser,System.Web.UI.ControlBuilder,System.Type,System.String,System.String,System.Collections.IDictionary)"> <summary> Initializes the object tag builder when the page is parsed. </summary> <param name="parser"> The <see cref="T:System.Web.UI.TemplateParser" /> responsible for parsing the control. </param> <param name="parentBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> responsible for building the control. </param> <param name="type"> The <see cref="T:System.Type" /> assigned to the control that the builder will create. </param> <param name="tagName"> The name of the tag to be built. This allows the builder to support multiple tag types. </param> <param name="id"> The <see cref="P:System.Web.UI.Control.ID" /> assigned to the control. </param> <param name="attribs"> The <see cref="T:System.Collections.IDictionary" /> that holds all the specified tag attributes. </param> <exception cref="T:System.Web.HttpException"> The <paramref name="id" /> parameter is null. - or - The object tag scope is invalid. - or - The classid or progid attributes are not included or are invalid. </exception> </member> <member name="T:System.Web.UI.OutputCacheLocation"> <summary> Specifies the valid values for controlling the location of the output-cached HTTP response for a resource. </summary> </member> <member name="F:System.Web.UI.OutputCacheLocation.Any"> <summary> The output cache can be located on the browser client (where the request originated), on a proxy server (or any other server) participating in the request, or on the server where the request was processed. This value corresponds to the <see cref="F:System.Web.HttpCacheability.Public" /> enumeration value. </summary> </member> <member name="F:System.Web.UI.OutputCacheLocation.Client"> <summary> The output cache is located on the browser client where the request originated. This value corresponds to the <see cref="F:System.Web.HttpCacheability.Private" /> enumeration value. </summary> </member> <member name="F:System.Web.UI.OutputCacheLocation.Downstream"> <summary> The output cache can be stored in any HTTP 1.1 cache-capable devices other than the origin server. This includes proxy servers and the client that made the request. </summary> </member> <member name="F:System.Web.UI.OutputCacheLocation.Server"> <summary> The output cache is located on the Web server where the request was processed. This value corresponds to the <see cref="F:System.Web.HttpCacheability.Server" /> enumeration value. </summary> </member> <member name="F:System.Web.UI.OutputCacheLocation.None"> <summary> The output cache is disabled for the requested page. This value corresponds to the <see cref="F:System.Web.HttpCacheability.NoCache" /> enumeration value. </summary> </member> <member name="F:System.Web.UI.OutputCacheLocation.ServerAndClient"> <summary> The output cache can be stored only at the origin server or at the requesting client. Proxy servers are not allowed to cache the response. This value corresponds to the combination of the <see cref="F:System.Web.HttpCacheability.Private" /> and <see cref="F:System.Web.HttpCacheability.Server" /> enumeration values. </summary> </member> <member name="T:System.Web.UI.OutputCacheParameters"> <summary> Encapsulates the output cache initialization settings parsed from an @ OutputCache page directive by ASP.NET. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.OutputCacheParameters.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.OutputCacheParameters" /> class. </summary> </member> <member name="P:System.Web.UI.OutputCacheParameters.CacheProfile"> <summary> Gets or sets an <see cref="T:System.Web.Configuration.OutputCacheProfile" /> name that is associated with the settings of the output cache entry. </summary> <returns> An <see cref="T:System.Web.Configuration.OutputCacheProfile" /> name that is associated with the settings of the output cache entry. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.Duration"> <summary> Gets or sets the amount of time that a cache entry is to remain in the output cache. </summary> <returns> The amount of time, in seconds, that a cache entry is to remain in the output cache. The default is 0, which indicates an infinite duration. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.Enabled"> <summary> Gets or sets a value indicating whether output caching is enabled for the current content. </summary> <returns>true if output caching is enabled for the current content; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.Location"> <summary> Gets or sets a value that determines the location of the cache entry. </summary> <returns> One of the <see cref="T:System.Web.UI.OutputCacheLocation" /> values. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.NoStore"> <summary> Gets or sets a value that determines whether the HTTP Cache-Control: no-store directive is set. </summary> <returns>true if the Cache-Control: no-store directive is set on <see cref="T:System.Web.HttpResponse" />; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.SqlDependency"> <summary> Gets or sets a set of database and table name pairs that the cache entry depends on. </summary> <returns> A string that identifies a set of database and table name pairs that the cache entry depends on. The cache entry is expired when the table's data is updated or changes. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.VaryByControl"> <summary> Gets or sets a semicolon-delimited set of control identifiers contained within the current page or user control used to vary the current cache entry. </summary> <returns> A semicolon-separated list of strings used to vary an entry's output cache. The <see cref="P:System.Web.UI.OutputCacheParameters.VaryByControl" /> property is set to fully qualified control identifiers, where the identifier is a concatenation of control IDs starting from the top-level parent control and delimited with a dollar sign ($) character. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.VaryByCustom"> <summary> Gets a list of custom strings that the output cache uses to vary the cache entry. </summary> <returns> The list of custom strings. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.VaryByHeader"> <summary> Gets or sets a comma-delimited set of header names used to vary the cache entry. The header names identify HTTP headers associated with the request. </summary> <returns> A list of headers by which to vary the content. </returns> </member> <member name="P:System.Web.UI.OutputCacheParameters.VaryByParam"> <summary> Gets a comma-delimited list of query string or form POST parameters that the output cache uses to vary the cache entry. </summary> <returns> The list of query string or form POST parameters. </returns> </member> <member name="T:System.Web.UI.Page"> <summary> Represents an .aspx file, also known as a Web Forms page, requested from a server that hosts an ASP.NET Web application. </summary> </member> <member name="M:System.Web.UI.Page.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Page" /> class. </summary> </member> <member name="M:System.Web.UI.Page.AddContentTemplate(System.String,System.Web.UI.ITemplate)"> <summary> Called during page initialization to create a collection of content (from content controls) that is handed to a master page, if the current page or master page refers to a master page. </summary> <param name="templateName"> The name of the content template to add. </param> <param name="template"> The content template </param> <exception cref="T:System.Web.HttpException"> A content template with the same name already exists. </exception> </member> <member name="M:System.Web.UI.Page.AddOnPreRenderCompleteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)"> <summary> Registers beginning and ending event handler delegates that do not require state information for an asynchronous page. </summary> <param name="beginHandler"> The delegate for the <see cref="T:System.Web.BeginEventHandler" /> method. </param> <param name="endHandler"> The delegate for the <see cref="T:System.Web.EndEventHandler" /> method. </param> <exception cref="T:System.InvalidOperationException"> The <async> page directive is not set to true. - or - The <see cref="M:System.Web.UI.Page.AddOnPreRenderCompleteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)" /> method is called after the <see cref="E:System.Web.UI.Control.PreRender" /> event. </exception> <exception cref="T:System.ArgumentNullException"> The <see cref="P:System.Web.UI.PageAsyncTask.BeginHandler" /> or <see cref="P:System.Web.UI.PageAsyncTask.EndHandler" /> is null. </exception> </member> <member name="M:System.Web.UI.Page.AddOnPreRenderCompleteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Registers beginning and ending event handler delegates for an asynchronous page. </summary> <param name="beginHandler"> The delegate for the <see cref="T:System.Web.BeginEventHandler" /> method. </param> <param name="endHandler"> The delegate for the <see cref="T:System.Web.EndEventHandler" /> method. </param> <param name="state"> An object containing state information for the event handlers. </param> <exception cref="T:System.InvalidOperationException"> The <async> page directive is not set to true. - or - The <see cref="M:System.Web.UI.Page.AddOnPreRenderCompleteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler)" /> method is called after the <see cref="E:System.Web.UI.Control.PreRender" /> event. </exception> <exception cref="T:System.ArgumentNullException"> The <see cref="P:System.Web.UI.PageAsyncTask.BeginHandler" /> or <see cref="P:System.Web.UI.PageAsyncTask.EndHandler" /> is null. </exception> </member> <member name="M:System.Web.UI.Page.AddWrappedFileDependencies(System.Object)"> <summary> Adds a list of dependent files that make up the current page. This method is used internally by the ASP.NET page framework and is not intended to be used directly from your code. </summary> <param name="virtualFileDependencies"> An <see cref="T:System.Object" /> containing the list of file names. </param> </member> <member name="P:System.Web.UI.Page.Application"> <summary> Gets the <see cref="T:System.Web.HttpApplicationState" /> object for the current Web request. </summary> <returns> The current data in the <see cref="T:System.Web.HttpApplicationState" /> class. </returns> </member> <member name="M:System.Web.UI.Page.AspCompatBeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> <summary> Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. </summary> <returns> An <see cref="T:System.IAsyncResult" /> object. </returns> <param name="context"> An <see cref="T:System.Web.HttpContext" /> with information about the current request. </param> <param name="cb"> The callback method. </param> <param name="extraData"> Any extra data needed to process the request in the same manner as an ASP request. </param> </member> <member name="M:System.Web.UI.Page.AspCompatEndProcessRequest(System.IAsyncResult)"> <summary> Terminates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. </summary> <param name="result"> The ASP page generated by the request. </param> </member> <member name="P:System.Web.UI.Page.AspCompatMode"> <summary> Sets a value indicating whether the page can be executed on a single-threaded apartment (STA) thread. </summary> <returns>true if the page supports Active Server Pages (ASP) code; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.Page.AsyncMode"> <summary> Sets a value indicating whether the page is processed synchronously or asynchronously. </summary> <returns>true if the page is processed asynchronously; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Page.AsyncPageBeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> <summary> Begins processing an asynchronous page request. </summary> <returns> An <see cref="T:System.IAsyncResult" /> that references the asynchronous request. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> for the request. </param> <param name="callback"> The callback method to notify when the process is complete. </param> <param name="extraData"> State data for the asynchronous method. </param> </member> <member name="M:System.Web.UI.Page.AsyncPageEndProcessRequest(System.IAsyncResult)"> <summary> Ends processing an asynchronous page request. </summary> <param name="result"> An <see cref="T:System.IAsyncResult" /> referencing a pending asynchronous request. </param> </member> <member name="P:System.Web.UI.Page.AsyncTimeout"> <summary> Gets or sets a value indicating the time-out interval used when processing asynchronous tasks. </summary> <returns> A <see cref="T:System.TimeSpan" /> that contains the allowed time interval for completion of the asynchronous task. The default time interval is 45 seconds. </returns> </member> <member name="P:System.Web.UI.Page.Buffer"> <summary> Sets a value indicating whether the page output is buffered. </summary> <returns>true if page output is buffered; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.Page.Cache"> <summary> Gets the <see cref="T:System.Web.Caching.Cache" /> object associated with the application in which the page resides. </summary> <returns> The <see cref="T:System.Web.Caching.Cache" /> associated with the page's application. </returns> <exception cref="T:System.Web.HttpException"> An instance of <see cref="T:System.Web.Caching.Cache" /> is not created. </exception> </member> <member name="P:System.Web.UI.Page.ClientQueryString"> <summary> Gets the query string portion of the requested URL. </summary> <returns> The query string portion of the requested URL. </returns> </member> <member name="P:System.Web.UI.Page.ClientScript"> <summary> Gets a <see cref="T:System.Web.UI.ClientScriptManager" /> object used to manage, register, and add script to the page. </summary> <returns> A <see cref="T:System.Web.UI.ClientScriptManager" /> object. </returns> </member> <member name="P:System.Web.UI.Page.ClientTarget"> <summary> Gets or sets a value that allows you to override automatic detection of browser capabilities and to specify how a page is rendered for particular browser clients. </summary> <returns> A <see cref="T:System.String" /> that specifies the browser capabilities that you want to override. </returns> </member> <member name="P:System.Web.UI.Page.CodePage"> <summary> Sets the code page identifier for the current <see cref="T:System.Web.UI.Page" />. </summary> <returns> An integer that represents the code page identifier for the current <see cref="T:System.Web.UI.Page" />. </returns> </member> <member name="P:System.Web.UI.Page.ContentType"> <summary> Sets the HTTP MIME type for the <see cref="T:System.Web.HttpResponse" /> object associated with the page. </summary> <returns> The HTTP MIME type associated with the current page. </returns> </member> <member name="P:System.Web.UI.Page.Context"> <summary> Gets the <see cref="T:System.Web.HttpContext" /> object associated with the page. </summary> <returns> An <see cref="T:System.Web.HttpContext" /> object that contains information associated with the current page. </returns> </member> <member name="M:System.Web.UI.Page.CreateHtmlTextWriter(System.IO.TextWriter)"> <summary> Creates an <see cref="T:System.Web.UI.HtmlTextWriter" /> object to render the page's content. </summary> <returns> An <see cref="T:System.Web.UI.HtmlTextWriter" /> or <see cref="T:System.Web.UI.Html32TextWriter" />. </returns> <param name="tw"> The <see cref="T:System.IO.TextWriter" /> used to create the <see cref="T:System.Web.UI.HtmlTextWriter" />. </param> </member> <member name="M:System.Web.UI.Page.CreateHtmlTextWriterFromType(System.IO.TextWriter,System.Type)"> <summary> Creates a specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object to render the page's content. </summary> <returns> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that renders the content of the page. </returns> <param name="tw"> The <see cref="T:System.IO.TextWriter" /> used to create the <see cref="T:System.Web.UI.HtmlTextWriter" />. </param> <param name="writerType"> The type of text writer to create. </param> <exception cref="T:System.Web.HttpException"> The <paramref name="writerType" /> parameter is set to an invalid type. </exception> </member> <member name="P:System.Web.UI.Page.Culture"> <summary> Sets the culture ID for the <see cref="T:System.Threading.Thread" /> object associated with the page. </summary> <returns> A valid culture ID. </returns> </member> <member name="M:System.Web.UI.Page.DesignerInitialize"> <summary> Performs any initialization of the instance of the <see cref="T:System.Web.UI.Page" /> class that is required by RAD designers. This method is used only at design time. </summary> </member> <member name="M:System.Web.UI.Page.DeterminePostBackMode"> <summary> Returns a <see cref="T:System.Collections.Specialized.NameValueCollection" /> of data posted back to the page using either a POST or a GET command. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that contains the form data. If the postback used the POST command, the form information is returned from the <see cref="P:System.Web.UI.Page.Context" /> object. If the postback used the GET command, the query string information is returned. If the page is being requested for the first time, null is returned. </returns> </member> <member name="P:System.Web.UI.Page.EnableEventValidation"> <summary> Gets or sets a value indicating whether the page validates postback and callback events. </summary> <returns>true if the page validates events; otherwise, false.The default is true. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.Page.EnableEventValidation" /> property was set after the page was initialized. </exception> </member> <member name="P:System.Web.UI.Page.EnableViewState"> <summary> Gets or sets a value indicating whether the page maintains its view state, and the view state of any server controls it contains, when the current page request ends. </summary> <returns>true if the page maintains its view state; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.Page.EnableViewStateMac"> <summary> Gets or sets a value indicating whether ASP.NET should run a message authentication check (MAC) on the page's view state when the page is posted back from the client. </summary> <returns>true if the view state should be MAC checked and encoded; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.Page.ErrorPage"> <summary> Gets or sets the error page to which the requesting browser is redirected in the event of an unhandled page exception. </summary> <returns> The error page to which the browser is redirected. </returns> </member> <member name="M:System.Web.UI.Page.ExecuteRegisteredAsyncTasks"> <summary> Starts the execution of an asynchronous task. </summary> <exception cref="T:System.Web.HttpException"> There is an exception in the asynchronous task. </exception> </member> <member name="P:System.Web.UI.Page.FileDependencies"> <summary> Sets an array of files that the current <see cref="T:System.Web.HttpResponse" /> object is dependent upon. </summary> <returns> The array of files that the current <see cref="T:System.Web.HttpResponse" /> object is dependent upon. </returns> </member> <member name="M:System.Web.UI.Page.FindControl(System.String)"> <summary> Searches the page naming container for a server control with the specified identifier. </summary> <returns> The specified control, or null if the specified control does not exist. </returns> <param name="id"> The identifier for the control to be found. </param> </member> <member name="P:System.Web.UI.Page.Form"> <summary> Gets the HTML form for the page. </summary> <returns> The <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> object associated with the page. </returns> </member> <member name="M:System.Web.UI.Page.FrameworkInitialize"> <summary> Initializes the control tree during page generation based on the declarative nature of the page. </summary> </member> <member name="M:System.Web.UI.Page.GetDataItem"> <summary> Gets the data item at the top of the data-binding context stack. </summary> <returns> The object at the top of the data binding context stack. </returns> <exception cref="T:System.InvalidOperationException"> There is no data-binding context for the page. </exception> </member> <member name="M:System.Web.UI.Page.GetPostBackClientEvent(System.Web.UI.Control,System.String)"> <summary> Gets a reference that can be used in a client event to post back to the server for the specified control and with the specified event arguments. </summary> <returns> The string that represents the client event. </returns> <param name="control"> The server control that receives the client event postback. </param> <param name="argument"> A <see cref="T:System.String" /> that is passed to <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </param> </member> <member name="M:System.Web.UI.Page.GetPostBackClientHyperlink(System.Web.UI.Control,System.String)"> <summary> Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control and with the specified event arguments. </summary> <returns> A string representing a JavaScript call to the postback function that includes the target control's ID and event arguments. </returns> <param name="control"> The server control to process the postback. </param> <param name="argument"> The parameter passed to the server control. </param> </member> <member name="M:System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)"> <summary> Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified <see cref="T:System.Web.UI.Control" /> object. </summary> <returns> A string that, when treated as script on the client, initiates the postback. </returns> <param name="control"> The server control to process the postback on the server. </param> </member> <member name="M:System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,System.String)"> <summary> Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information. </summary> <returns> A string that, when treated as script on the client, initiates the postback. </returns> <param name="control"> The server control to process the postback. </param> <param name="argument"> The parameter passed to the server control. </param> </member> <member name="M:System.Web.UI.Page.GetTypeHashCode"> <summary> Retrieves a hash code that is generated by <see cref="T:System.Web.UI.Page" /> objects that are generated at run time. This hash code is unique to the <see cref="T:System.Web.UI.Page" /> object's control hierarchy. </summary> <returns> The hash code generated at run time. The default is 0. </returns> </member> <member name="M:System.Web.UI.Page.GetValidators(System.String)"> <summary> Returns a collection of control validators for a specified validation group. </summary> <returns> A <see cref="T:System.Web.UI.ValidatorCollection" /> that contains the control validators for the specified validation group. </returns> <param name="validationGroup"> The validation group to return, or null to return the default validation group. </param> </member> <member name="M:System.Web.UI.Page.GetWrappedFileDependencies(System.String[])"> <summary> Returns a list of physical file names that correspond to a list of virtual file locations. </summary> <returns> An object containing a list of physical file locations. </returns> <param name="virtualFileDependencies"> A string array of virtual file locations. </param> </member> <member name="P:System.Web.UI.Page.Header"> <summary> Gets the document header for the page if the head element is defined with a runat=server in the page declaration. </summary> <returns> An <see cref="T:System.Web.UI.HtmlControls.HtmlHead" /> containing the page header. </returns> </member> <member name="P:System.Web.UI.Page.ID"> <summary> Gets or sets an identifier for a particular instance of the <see cref="T:System.Web.UI.Page" /> class. </summary> <returns> The identifier for the instance of the <see cref="T:System.Web.UI.Page" /> class. The default value is '_Page'. </returns> </member> <member name="P:System.Web.UI.Page.IdSeparator"> <summary> Gets the character used to separate control identifiers when building a unique ID for a control on a page. </summary> <returns> The character used to separate control identifiers. The default is set by the <see cref="T:System.Web.UI.Adapters.PageAdapter" /> instance that renders the page. The <see cref="P:System.Web.UI.Page.IdSeparator" /> is a server-side field and should not be modified. </returns> </member> <member name="E:System.Web.UI.Page.InitComplete"> <summary> Occurs when page initialization is complete. </summary> </member> <member name="M:System.Web.UI.Page.InitializeCulture"> <summary> Sets the <see cref="P:System.Web.UI.Page.Culture" /> and <see cref="P:System.Web.UI.Page.UICulture" /> for the current thread of the page. </summary> </member> <member name="M:System.Web.UI.Page.InitOutputCache(System.Int32,System.String,System.String,System.Web.UI.OutputCacheLocation,System.String)"> <summary> Initializes the output cache for the current page request. </summary> <param name="duration"> The amount of time that objects stored in the output cache are valid. </param> <param name="varyByHeader"> A semicolon-separated list of headers that content from the output cache will vary by. </param> <param name="varyByCustom"> The Vary HTTP header. </param> <param name="location"> One of the <see cref="T:System.Web.UI.OutputCacheLocation" /> values. </param> <param name="varyByParam"> A semicolon-separated list of parameters received by a GET or POST method that content from the output cache will vary by. </param> <exception cref="T:System.ArgumentOutOfRangeException"> An invalid value is specified for <paramref name="location" />. </exception> </member> <member name="M:System.Web.UI.Page.InitOutputCache(System.Web.UI.OutputCacheParameters)"> <summary> Initializes the output cache for the current page request based on an <see cref="T:System.Web.UI.OutputCacheParameters" /> object. </summary> <param name="cacheSettings"> An <see cref="T:System.Web.UI.OutputCacheParameters" /> that contains the cache settings. </param> <exception cref="T:System.Web.HttpException"> The cache profile was not found. - or - A missing directive or configuration settings profile attribute. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The output cache settings location is invalid. </exception> </member> <member name="P:System.Web.UI.Page.IsAsync"> <summary> Gets a value indicating whether the page is processed asynchronously. </summary> <returns>true if the page is in asynchronous mode; otherwise, false; </returns> </member> <member name="P:System.Web.UI.Page.IsCallback"> <summary> Gets a value indicating whether the page request is the result of a call back. </summary> <returns>true if the page request is the result of a call back; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Page.IsClientScriptBlockRegistered(System.String)"> <summary> Determines whether the client script block with the specified key is registered with the page. </summary> <returns>true if the script block is registered; otherwise, false. </returns> <param name="key"> The string key of the client script to search for. </param> </member> <member name="P:System.Web.UI.Page.IsCrossPagePostBack"> <summary> Gets a value indicating whether the page is involved in a cross-page postback. </summary> <returns>true if the page is participating in a cross-page request; otherwise, false. </returns> </member> <member name="P:System.Web.UI.Page.IsPostBack"> <summary> Gets a value indicating whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time. </summary> <returns>true if the page is being loaded in response to a client postback; otherwise, false. </returns> </member> <member name="P:System.Web.UI.Page.IsReusable"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.Page" /> object can be reused. </summary> <returns>false in all cases. </returns> </member> <member name="M:System.Web.UI.Page.IsStartupScriptRegistered(System.String)"> <summary> Determines whether the client startup script is registered with the <see cref="T:System.Web.UI.Page" /> object. </summary> <returns>true if the startup script is registered; otherwise, false. </returns> <param name="key"> The string key of the startup script to search for. </param> </member> <member name="P:System.Web.UI.Page.IsValid"> <summary> Gets a value indicating whether page validation succeeded. </summary> <returns>true if page validation succeeded; otherwise, false. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.Page.IsValid" /> property is called before validation has occurred. </exception> </member> <member name="P:System.Web.UI.Page.Items"> <summary> Gets a list of objects stored in the page context. </summary> <returns> A reference to an <see cref="T:System.Collections.IDictionary" /> containing objects stored in the page context. </returns> </member> <member name="P:System.Web.UI.Page.LCID"> <summary> Sets the locale identifier for the <see cref="T:System.Threading.Thread" /> object associated with the page. </summary> <returns> The locale identifier to pass to the <see cref="T:System.Threading.Thread" />. </returns> </member> <member name="E:System.Web.UI.Page.LoadComplete"> <summary> Occurs at the end of the load stage of the page's life cycle. </summary> </member> <member name="M:System.Web.UI.Page.LoadPageStateFromPersistenceMedium"> <summary> Loads any saved view-state information to the <see cref="T:System.Web.UI.Page" /> object. </summary> <returns> The saved view state. </returns> </member> <member name="P:System.Web.UI.Page.MaintainScrollPositionOnPostBack"> <summary> Gets or sets a value indicating whether to return the user to the same position in the client browser after postback. This property replaces the obsolete <see cref="P:System.Web.UI.Page.SmartNavigation" /> property. </summary> <returns>true if the client position should be maintained; otherwise, false. </returns> </member> <member name="M:System.Web.UI.Page.MapPath(System.String)"> <summary> Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to. </summary> <returns> The physical path associated with the virtual path or application-relative path. </returns> <param name="virtualPath"> A <see cref="T:System.String" /> that represents the virtual path. </param> </member> <member name="P:System.Web.UI.Page.Master"> <summary> Gets the master page that determines the overall look of the page. </summary> <returns> The <see cref="T:System.Web.UI.MasterPage" /> associated with this page if it exists; otherwise, null. </returns> </member> <member name="P:System.Web.UI.Page.MasterPageFile"> <summary> Gets or sets the file name of the master page. </summary> <returns> The file name of the master page. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.Page.MasterPageFile" /> property is set after the <see cref="E:System.Web.UI.Page.PreInit" /> event is complete. </exception> <exception cref="T:System.Web.HttpException"> The file specified in the <see cref="P:System.Web.UI.Page.MasterPageFile" /> property does not exist. - or - The page does not have a <see cref="T:System.Web.UI.WebControls.Content" /> control as the top level control. </exception> </member> <member name="P:System.Web.UI.Page.MaxPageStateFieldLength"> <summary> Gets or sets the maximum length for the page's state field. </summary> <returns> The maximum length, in bytes, for the page's state field. The default is -1. </returns> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.UI.Page.MaxPageStateFieldLength" /> property is not equal to -1 or a positive number. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.Page.MaxPageStateFieldLength" /> property was set after the page was initialized. </exception> </member> <member name="M:System.Web.UI.Page.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event to initialize the page. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Page.OnInitComplete(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Page.InitComplete" /> event after page initialization. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Page.OnLoadComplete(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Page.LoadComplete" /> event at the end of the page load stage. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Page.OnPreInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Page.PreInit" /> event at the beginning of page initialization. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Page.OnPreLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Page.PreLoad" /> event after postback data is loaded into the page server controls but before the <see cref="M:System.Web.UI.Control.OnLoad(System.EventArgs)" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Page.OnPreRenderComplete(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Page.PreRenderComplete" /> event after the <see cref="M:System.Web.UI.Page.OnPreRenderComplete(System.EventArgs)" /> event and before the page is rendered. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Page.OnSaveStateComplete(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Page.SaveStateComplete" /> event after the page state has been saved to the persistence medium. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> object containing the event data. </param> </member> <member name="P:System.Web.UI.Page.PageAdapter"> <summary> Gets the adapter that renders the page for the specific requesting browser. </summary> <returns> The <see cref="T:System.Web.UI.Adapters.PageAdapter" /> that renders the page. </returns> </member> <member name="P:System.Web.UI.Page.PageStatePersister"> <summary> Gets the <see cref="T:System.Web.UI.PageStatePersister" /> object associated with the page. </summary> <returns> A <see cref="T:System.Web.UI.PageStatePersister" /> associated with the page. </returns> </member> <member name="F:System.Web.UI.Page.postEventArgumentID"> <summary> A string that defines the EVENTARGUMENT hidden field in the rendered page. </summary> </member> <member name="F:System.Web.UI.Page.postEventSourceID"> <summary> A string that defines the EVENTTARGET hidden field in the rendered page. </summary> </member> <member name="E:System.Web.UI.Page.PreInit"> <summary> Occurs at the beginning of page initialization. </summary> </member> <member name="E:System.Web.UI.Page.PreLoad"> <summary> Occurs before the page <see cref="E:System.Web.UI.Control.Load" /> event. </summary> </member> <member name="E:System.Web.UI.Page.PreRenderComplete"> <summary> Occurs before the page content is rendered. </summary> </member> <member name="P:System.Web.UI.Page.PreviousPage"> <summary> Gets the page that transferred control to the current page. </summary> <returns> The <see cref="T:System.Web.UI.Page" /> representing the page that transferred control to the current page. </returns> <exception cref="T:System.InvalidOperationException"> The current user is not allowed to access the previous page. </exception> </member> <member name="M:System.Web.UI.Page.ProcessRequest(System.Web.HttpContext)"> <summary> Sets the intrinsics of the <see cref="T:System.Web.UI.Page" />, such as the <see cref="P:System.Web.UI.Page.Context" />, <see cref="P:System.Web.UI.Page.Request" />, <see cref="P:System.Web.UI.Page.Response" />, and <see cref="P:System.Web.UI.Page.Application" /> properties. </summary> <param name="context"> An <see cref="T:System.Web.HttpContext" /> object that provides references to the intrinsic server objects (for example, <see cref="P:System.Web.HttpContext.Request" />, <see cref="P:System.Web.HttpContext.Response" />, and <see cref="P:System.Web.HttpContext.Session" />) used to service HTTP requests. </param> </member> <member name="M:System.Web.UI.Page.RaisePostBackEvent(System.Web.UI.IPostBackEventHandler,System.String)"> <summary> Notifies the server control that caused the postback that it should handle an incoming postback event. </summary> <param name="sourceControl"> The ASP.NET server control that caused the postback. This control must implement the <see cref="T:System.Web.UI.IPostBackEventHandler" /> interface. </param> <param name="eventArgument"> The postback argument. </param> </member> <member name="M:System.Web.UI.Page.RegisterArrayDeclaration(System.String,System.String)"> <summary> Declares a value that is declared as an ECMAScript array declaration when the page is rendered. </summary> <param name="arrayName"> The name of the array in which to declare the value. </param> <param name="arrayValue"> The value to place in the array. </param> </member> <member name="M:System.Web.UI.Page.RegisterAsyncTask(System.Web.UI.PageAsyncTask)"> <summary> Registers a new asynchronous task with the page. </summary> <param name="task"> A <see cref="T:System.Web.UI.PageAsyncTask" /> that defines the asynchronous task. </param> <exception cref="T:System.ArgumentNullException"> The asynchronous task is null. </exception> </member> <member name="M:System.Web.UI.Page.RegisterClientScriptBlock(System.String,System.String)"> <summary> Emits client-side script blocks to the response. </summary> <param name="key"> Unique key that identifies a script block. </param> <param name="script"> Content of script that is sent to the client. </param> </member> <member name="M:System.Web.UI.Page.RegisterHiddenField(System.String,System.String)"> <summary> Allows server controls to automatically register a hidden field on the form. The field will be sent to the <see cref="T:System.Web.UI.Page" /> object when the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> server control is rendered. </summary> <param name="hiddenFieldName"> The unique name of the hidden field to be rendered. </param> <param name="hiddenFieldInitialValue"> The value to be emitted in the hidden form. </param> </member> <member name="M:System.Web.UI.Page.RegisterOnSubmitStatement(System.String,System.String)"> <summary> Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere. </summary> <param name="key"> Unique key that identifies a script block. </param> <param name="script"> The client-side script to be sent to the client. </param> </member> <member name="M:System.Web.UI.Page.RegisterRequiresControlState(System.Web.UI.Control)"> <summary> Registers a control as one whose control state must be persisted. </summary> <param name="control"> The control to register. </param> <exception cref="T:System.ArgumentException"> The control to register is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.UI.Page.RegisterRequiresControlState(System.Web.UI.Control)" /> method can be called only before or during the <see cref="E:System.Web.UI.Control.PreRender" /> event. </exception> </member> <member name="M:System.Web.UI.Page.RegisterRequiresPostBack(System.Web.UI.Control)"> <summary> Registers a control as one that requires postback handling when the page is posted back to the server. </summary> <param name="control"> The control to be registered. </param> <exception cref="T:System.Web.HttpException"> The control to register does not implement the <see cref="T:System.Web.UI.IPostBackDataHandler" /> interface. </exception> </member> <member name="M:System.Web.UI.Page.RegisterRequiresRaiseEvent(System.Web.UI.IPostBackEventHandler)"> <summary> Registers an ASP.NET server control as one requiring an event to be raised when the control is processed on the <see cref="T:System.Web.UI.Page" /> object. </summary> <param name="control"> The control to register. </param> </member> <member name="M:System.Web.UI.Page.RegisterRequiresViewStateEncryption"> <summary> Registers a control with the page as one requiring view-state encryption. </summary> <exception cref="T:System.InvalidOperationException"> The <see cref="M:System.Web.UI.Page.RegisterRequiresViewStateEncryption" /> method must be called before or during the page PreRenderphase in the page life cycle. </exception> </member> <member name="M:System.Web.UI.Page.RegisterStartupScript(System.String,System.String)"> <summary> Emits a client-side script block in the page response. </summary> <param name="key"> Unique key that identifies a script block. </param> <param name="script"> Content of script that will be sent to the client. </param> </member> <member name="M:System.Web.UI.Page.RegisterViewStateHandler"> <summary> Causes page view state to be persisted, if called. </summary> </member> <member name="M:System.Web.UI.Page.Render(System.Web.UI.HtmlTextWriter)"> <summary> Initializes the <see cref="T:System.Web.UI.HtmlTextWriter" /> object and calls on the child controls of the <see cref="T:System.Web.UI.Page" /> to render. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the page content. </param> </member> <member name="P:System.Web.UI.Page.Request"> <summary> Gets the <see cref="T:System.Web.HttpRequest" /> object for the requested page. </summary> <returns> The current <see cref="T:System.Web.HttpRequest" /> associated with the page. </returns> <exception cref="T:System.Web.HttpException"> Occurs when the <see cref="T:System.Web.HttpRequest" /> object is not available. </exception> </member> <member name="M:System.Web.UI.Page.RequiresControlState(System.Web.UI.Control)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.Control" /> object is registered to participate in control state management. </summary> <returns>true if the specified <see cref="T:System.Web.UI.Control" /> requires control state; otherwise, false</returns> <param name="control"> The <see cref="T:System.Web.UI.Control" /> to check for a control state requirement. </param> </member> <member name="P:System.Web.UI.Page.Response"> <summary> Gets the <see cref="T:System.Web.HttpResponse" /> object associated with the <see cref="T:System.Web.UI.Page" /> object. This object allows you to send HTTP response data to a client and contains information about that response. </summary> <returns> The current <see cref="T:System.Web.HttpResponse" /> associated with the page. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.HttpResponse" /> object is not available. </exception> </member> <member name="P:System.Web.UI.Page.ResponseEncoding"> <summary> Sets the encoding language for the current <see cref="T:System.Web.HttpResponse" /> object. </summary> <returns> A string that contains the encoding language for the current <see cref="T:System.Web.HttpResponse" />. </returns> </member> <member name="M:System.Web.UI.Page.SavePageStateToPersistenceMedium(System.Object)"> <summary> Saves any view-state and control-state information for the page. </summary> <param name="state"></param> </member> <member name="E:System.Web.UI.Page.SaveStateComplete"> <summary> Occurs after the page has completed saving all view state and control state information for the page and controls on the page. </summary> </member> <member name="P:System.Web.UI.Page.Server"> <summary> Gets the Server object, which is an instance of the <see cref="T:System.Web.HttpServerUtility" /> class. </summary> <returns> The current Server object associated with the page. </returns> </member> <member name="P:System.Web.UI.Page.Session"> <summary> Gets the current Session object provided by ASP.NET. </summary> <returns> The current session-state data. </returns> <exception cref="T:System.Web.HttpException"> Occurs when the session information is set to null. </exception> </member> <member name="M:System.Web.UI.Page.SetFocus(System.String)"> <summary> Sets the browser focus to the control with the specified identifier. </summary> <param name="clientID"> The ID of the control to set focus to. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="clientID" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> <see cref="M:System.Web.UI.Page.SetFocus(System.String)" /> is called when the control is not part of a Web Forms page. - or - <see cref="M:System.Web.UI.Page.SetFocus(System.String)" /> is called after the <see cref="E:System.Web.UI.Control.PreRender" /> event. </exception> </member> <member name="M:System.Web.UI.Page.SetFocus(System.Web.UI.Control)"> <summary> Sets the browser focus to the specified control. </summary> <param name="control"> The control to receive focus. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="control" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> <see cref="M:System.Web.UI.Page.SetFocus(System.Web.UI.Control)" /> is called when the control is not part of a Web Forms page. - or - <see cref="M:System.Web.UI.Page.SetFocus(System.Web.UI.Control)" /> is called after the <see cref="E:System.Web.UI.Control.PreRender" /> event. </exception> </member> <member name="P:System.Web.UI.Page.SmartNavigation"> <summary> Gets or sets a value indicating whether smart navigation is enabled. This property is deprecated. </summary> <returns>true if smart navigation is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.UI.Page.StyleSheetTheme"> <summary> Gets or sets the name of the style sheet applied to this page. </summary> <returns> The name of the style sheet applied to this page. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.Page.StyleSheetTheme" /> property is set before the <see cref="E:System.Web.UI.Control.Init" /> event completes. </exception> </member> <member name="P:System.Web.UI.Page.Theme"> <summary> Gets or sets the name of the page theme. </summary> <returns> The name of the page theme. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set <see cref="P:System.Web.UI.Page.Theme" /> after the <see cref="E:System.Web.UI.Page.PreInit" /> event has occurred. </exception> <exception cref="T:System.ArgumentException"> <see cref="P:System.Web.UI.Page.Theme" /> is set to an invalid theme name. </exception> </member> <member name="P:System.Web.UI.Page.Title"> <summary> Gets or sets the title for the page. </summary> <returns> The title of the page. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.Page.Title" /> property requires a header control on the page. </exception> </member> <member name="P:System.Web.UI.Page.Trace"> <summary> Gets the <see cref="T:System.Web.TraceContext" /> object for the current Web request. </summary> <returns> Data from the <see cref="T:System.Web.TraceContext" /> object for the current Web request. </returns> </member> <member name="P:System.Web.UI.Page.TraceEnabled"> <summary> Sets a value indicating whether tracing is enabled for the <see cref="T:System.Web.UI.Page" /> object. </summary> <returns>true if tracing is enabled for the page; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.Page.TraceModeValue"> <summary> Sets the mode in which trace statements are displayed on the page. </summary> <returns> One of the <see cref="T:System.Web.TraceMode" /> enumeration members. </returns> </member> <member name="P:System.Web.UI.Page.TransactionMode"> <summary> Sets the level of transaction support for the page. </summary> <returns> An integer that represents one of the <see cref="T:System.EnterpriseServices.TransactionOption" /> enumeration members. </returns> </member> <member name="P:System.Web.UI.Page.UICulture"> <summary> Sets the user interface (UI) ID for the <see cref="T:System.Threading.Thread" /> object associated with the page. </summary> <returns> The UI ID. </returns> </member> <member name="P:System.Web.UI.Page.UniqueFilePathSuffix"> <summary> Gets a unique suffix to append to the file path for caching browsers. </summary> <returns> A unique suffix appended to the file path. The default is "__ufps=" plus a unique 6-digit number. </returns> </member> <member name="M:System.Web.UI.Page.UnregisterRequiresControlState(System.Web.UI.Control)"> <summary> Stops persistence of control state for the specified control. </summary> <param name="control"> The <see cref="T:System.Web.UI.Control" /> for which to stop persistence of control state. </param> <exception cref="T:System.ArgumentException"> The <see cref="T:System.Web.UI.Control" /> is null. </exception> </member> <member name="P:System.Web.UI.Page.User"> <summary> Gets information about the user making the page request. </summary> <returns> An <see cref="T:System.Security.Principal.IPrincipal" /> that represents the user making the page request. </returns> </member> <member name="M:System.Web.UI.Page.Validate"> <summary> Instructs any validation controls included on the page to validate their assigned information. </summary> </member> <member name="M:System.Web.UI.Page.Validate(System.String)"> <summary> Instructs the validation controls in the specified validation group to validate their assigned information. </summary> <param name="validationGroup"> The validation group name of the controls to validate. </param> </member> <member name="P:System.Web.UI.Page.Validators"> <summary> Gets a collection of all validation controls contained on the requested page. </summary> <returns> The collection of validation controls. </returns> </member> <member name="M:System.Web.UI.Page.VerifyRenderingInServerForm(System.Web.UI.Control)"> <summary> Confirms that an <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control is rendered for the specified ASP.NET server control at run time. </summary> <param name="control"> The ASP.NET server control that is required in the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control. </param> <exception cref="T:System.Web.HttpException"> The specified server control is not contained between the opening and closing tags of the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> server control at run time. </exception> <exception cref="T:System.ArgumentNullException"> The control to verify is null. </exception> </member> <member name="P:System.Web.UI.Page.ViewStateEncryptionMode"> <summary> Gets or sets the encryption mode of the view state. </summary> <returns> One of the <see cref="T:System.Web.UI.ViewStateEncryptionMode" /> values. The default value is <see cref="F:System.Web.UI.ViewStateEncryptionMode.Auto" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value set is not a member of the <see cref="T:System.Web.UI.ViewStateEncryptionMode" /> enumeration. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.Page.ViewStateEncryptionMode" /> property can be set only in or before the page PreRenderphase in the page life cycle. </exception> </member> <member name="P:System.Web.UI.Page.ViewStateUserKey"> <summary> Assigns an identifier to an individual user in the view-state variable associated with the current page. </summary> <returns> The identifier for the individual user. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.Page.ViewStateUserKey" /> property was accessed too late during page processing. </exception> </member> <member name="P:System.Web.UI.Page.Visible"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.Page" /> object is rendered. </summary> <returns>true if the <see cref="T:System.Web.UI.Page" /> is to be rendered; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.PageAsyncTask"> <summary> Contains information about an asynchronous task registered to a page. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.PageAsyncTask.#ctor(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Web.EndEventHandler,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PageAsyncTask" /> class using the default value for executing in parallel. </summary> <param name="beginHandler"> The handler to call when beginning an asynchronous task. </param> <param name="endHandler"> The handler to call when the task is completed successfully within the time-out period. </param> <param name="timeoutHandler"> The handler to call when the task is not completed successfully within the time-out period. </param> <param name="state"> The object that represents the state of the task. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="beginHandler" /> parameter or <paramref name="endHandler" /> parameter is not specified. </exception> </member> <member name="M:System.Web.UI.PageAsyncTask.#ctor(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Web.EndEventHandler,System.Object,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PageAsyncTask" /> class using the specified value for executing in parallel. </summary> <param name="beginHandler"> The handler to call when beginning an asynchronous task. </param> <param name="endHandler"> The handler to call when the task is completed successfully within the time-out period. </param> <param name="timeoutHandler"> The handler to call when the task is not completed successfully within the time-out period. </param> <param name="state"> The object that represents the state of the task. </param> <param name="executeInParallel"> The value that indicates whether the task can be processed in parallel with other tasks. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="beginHandler" /> parameter or <paramref name="endHandler" /> parameter is not specified. </exception> </member> <member name="P:System.Web.UI.PageAsyncTask.BeginHandler"> <summary> Gets the method to call when beginning an asynchronous task. </summary> <returns> A <see cref="T:System.Web.BeginEventHandler" /> delegate that represents the method to call when beginning the asynchronous task. </returns> </member> <member name="P:System.Web.UI.PageAsyncTask.EndHandler"> <summary> Gets the method to call when the task completes successfully within the time-out period. </summary> <returns> An <see cref="T:System.Web.EndEventHandler" /> delegate that represents the method to call when the task completes successfully within the time-out period. </returns> </member> <member name="P:System.Web.UI.PageAsyncTask.ExecuteInParallel"> <summary> Gets a value that indicates whether the task can be processed in parallel with other tasks. </summary> <returns>true if the task should be processed in parallel with other tasks; otherwise, false. </returns> </member> <member name="P:System.Web.UI.PageAsyncTask.State"> <summary> Gets an object that represents the state of the task. </summary> <returns> An <see cref="T:System.Object" /> that represents the state of the task. </returns> </member> <member name="P:System.Web.UI.PageAsyncTask.TimeoutHandler"> <summary> Gets the method to call when the task does not complete successfully within the time-out period. </summary> <returns> An <see cref="T:System.Web.EndEventHandler" /> delegate that represents the method to call when the task does not complete successfully within the time-out period. </returns> </member> <member name="T:System.Web.UI.PageHandlerFactory"> <summary> Creates instances of classes that inherit from the <see cref="T:System.Web.UI.Page" /> class and implement the <see cref="T:System.Web.IHttpHandler" /> interface. Instances are created dynamically to handle requests for ASP.NET files. The <see cref="T:System.Web.UI.PageHandlerFactory" /> class is the default handler factory implementation for ASP.NET pages. </summary> </member> <member name="M:System.Web.UI.PageHandlerFactory.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PageHandlerFactory" /> class. </summary> </member> <member name="M:System.Web.UI.PageHandlerFactory.GetHandler(System.Web.HttpContext,System.String,System.String,System.String)"> <summary> Returns an instance of the <see cref="T:System.Web.IHttpHandler" /> interface to process the requested resource. </summary> <returns> A new <see cref="T:System.Web.IHttpHandler" /> that processes the request; otherwise, null. </returns> <param name="context"> An instance of the <see cref="T:System.Web.HttpContext" /> class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. </param> <param name="requestType"> The HTTP data transfer method (GET or POST) that the client uses. </param> <param name="virtualPath"> The virtual path to the requested resource. </param> <param name="path"> The <see cref="P:System.Web.HttpRequest.PhysicalApplicationPath" /> property to the requested resource. </param> </member> <member name="M:System.Web.UI.PageHandlerFactory.ReleaseHandler(System.Web.IHttpHandler)"> <summary> Enables a factory to reuse an existing instance of a handler. </summary> <param name="handler"> The <see cref="T:System.Web.IHttpHandler" /> to reuse. </param> </member> <member name="T:System.Web.UI.PageParser"> <summary> Implements a parser for .aspx files. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.PageParser.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PageParser" /> class. </summary> </member> <member name="M:System.Web.UI.PageParser.GetCompiledPageInstance(System.String,System.String,System.Web.HttpContext)"> <summary> Returns an instance of a compiled page given the virtual path. </summary> <returns> Returns the compiled instance of the requested <see cref="T:System.Web.UI.Page" />. </returns> <param name="virtualPath"> The virtual path to the requested file. </param> <param name="inputFile"> The physical path to the page. </param> <param name="context"> The <see cref="T:System.Web.HttpContext" /> that contains information about the current Web request. </param> </member> <member name="T:System.Web.UI.PageParserFilter"> <summary> Provides an abstract base class for a page parser filter that is used by the ASP.NET parser to determine whether an item is allowed in the page at parse time. </summary> </member> <member name="M:System.Web.UI.PageParserFilter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PageParserFilter" /> class. </summary> </member> <member name="M:System.Web.UI.PageParserFilter.AllowBaseType(System.Type)"> <summary> Determines whether the page can be derived from the specified <see cref="T:System.Type" />. </summary> <returns>true if the page can inherit from the specified type; otherwise, false. The default is false. </returns> <param name="baseType"> A <see cref="T:System.Type" /> that represents the potential base class of the current page. </param> </member> <member name="P:System.Web.UI.PageParserFilter.AllowCode"> <summary> Gets a value indicating whether an ASP.NET parser filter permits code on the page. </summary> <returns>true if a parser filter permits code; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.PageParserFilter.AllowControl(System.Type,System.Web.UI.ControlBuilder)"> <summary> Gets a value indicating whether the specified control type is allowed for this page. </summary> <returns>true if the control can be used with the current page; otherwise, false. The default value is false. </returns> <param name="controlType"> A <see cref="T:System.Type" /> that represents the type of control to add. </param> <param name="builder"> A <see cref="T:System.Web.UI.ControlBuilder" /> used to build the specified type of control. </param> </member> <member name="M:System.Web.UI.PageParserFilter.AllowServerSideInclude(System.String)"> <summary> Determines whether a parser permits a specific server-side include on a page. </summary> <returns>true if a parser permits the specific server-side include; otherwise, false. The default is false. </returns> <param name="includeVirtualPath"> The virtual path to the included file. </param> </member> <member name="M:System.Web.UI.PageParserFilter.AllowVirtualReference(System.String,System.Web.UI.VirtualReferenceType)"> <summary> Determines whether a parser permits a virtual reference to a specific type of resource on a page. </summary> <returns>true if the parser permits a virtual reference to a specific type of resource; otherwise, false. </returns> <param name="referenceVirtualPath"> The virtual path to a resource, such as a master page file, ASP.NET page, or user control. </param> <param name="referenceType"> A <see cref="T:System.Web.UI.VirtualReferenceType" /> value that identifies the type of resource. </param> </member> <member name="M:System.Web.UI.PageParserFilter.GetCompilationMode(System.Web.UI.CompilationMode)"> <summary> Retrieves the current compilation mode for the page. </summary> <returns> One of the <see cref="T:System.Web.UI.CompilationMode" /> values. </returns> <param name="current"> The current compilation mode for the page. </param> </member> <member name="M:System.Web.UI.PageParserFilter.Initialize"> <summary> Initializes a filter used for a page. </summary> </member> <member name="P:System.Web.UI.PageParserFilter.NumberOfControlsAllowed"> <summary> Gets the maximum number of controls that a parser filter can parse for a single page. </summary> <returns> The maximum number of controls a parser filter can parse for a page. The default value is 0, which indicates no limit. </returns> </member> <member name="P:System.Web.UI.PageParserFilter.NumberOfDirectDependenciesAllowed"> <summary> Gets the maximum number of direct file dependencies that the page parser permits for a single page. </summary> <returns> The maximum number of direct file dependencies the page parser can parse for a page. The default is 0, which indicates no limit. </returns> </member> <member name="M:System.Web.UI.PageParserFilter.ParseComplete(System.Web.UI.ControlBuilder)"> <summary> Called by an ASP.NET page parser to notify a filter when the parsing of a page is complete. </summary> <param name="rootBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> associated with the page parsing. </param> </member> <member name="M:System.Web.UI.PageParserFilter.PreprocessDirective(System.String,System.Collections.IDictionary)"> <summary> Allows the page parser filter to preprocess page directives. </summary> <param name="directiveName"> The page directive. </param> <param name="attributes"> A collection of attributes and values parsed from the page. </param> </member> <member name="P:System.Web.UI.PageParserFilter.TotalNumberOfDependenciesAllowed"> <summary> Gets the maximum number of direct and indirect file dependencies that the page parser permits for a single page. </summary> <returns> The maximum number of direct and indirect file dependencies the page parser can parse for a page. The default is 0, which indicates no limit. </returns> </member> <member name="P:System.Web.UI.PageParserFilter.VirtualPath"> <summary> Gets the virtual path to the page currently being parsed. </summary> <returns> A virtual path to an ASP.NET page. </returns> </member> <member name="T:System.Web.UI.PageStatePersister"> <summary> Provides the base functionality for ASP.NET view state persistence mechanisms. </summary> </member> <member name="M:System.Web.UI.PageStatePersister.#ctor(System.Web.UI.Page)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PageStatePersister" /> class. </summary> <param name="page"> The <see cref="T:System.Web.UI.Page" /> that the view state persistence mechanism is created for. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="page" /> parameter is null. </exception> </member> <member name="P:System.Web.UI.PageStatePersister.ControlState"> <summary> Gets or sets an object that represents the data that controls contained by the current <see cref="T:System.Web.UI.Page" /> object use to persist across HTTP requests to the Web server. </summary> <returns> An object that contains view state data. </returns> </member> <member name="M:System.Web.UI.PageStatePersister.Load"> <summary> Overridden by derived classes to deserialize and load persisted state information when a <see cref="T:System.Web.UI.Page" /> object initializes its control hierarchy. </summary> </member> <member name="P:System.Web.UI.PageStatePersister.Page"> <summary> Gets or sets the <see cref="T:System.Web.UI.Page" /> object that the view state persistence mechanism is created for. </summary> <returns> The <see cref="T:System.Web.UI.Page" /> that the <see cref="T:System.Web.UI.PageStatePersister" /> is associated with. </returns> </member> <member name="M:System.Web.UI.PageStatePersister.Save"> <summary> Overridden by derived classes to serialize persisted state information when a <see cref="T:System.Web.UI.Page" /> object is unloaded from memory. </summary> </member> <member name="P:System.Web.UI.PageStatePersister.StateFormatter"> <summary> Gets an <see cref="T:System.Web.UI.IStateFormatter" /> object that is used to serialize and deserialize the state information contained in the <see cref="P:System.Web.UI.PageStatePersister.ViewState" /> and <see cref="P:System.Web.UI.PageStatePersister.ControlState" /> properties during calls to the <see cref="M:System.Web.UI.PageStatePersister.Save" /> and <see cref="M:System.Web.UI.PageStatePersister.Load" /> methods. </summary> <returns> An instance of <see cref="T:System.Web.UI.IStateFormatter" /> that is used to serialize and deserialize object state. </returns> </member> <member name="P:System.Web.UI.PageStatePersister.ViewState"> <summary> Gets or sets an object that represents the data that controls contained by the current <see cref="T:System.Web.UI.Page" /> object use to persist across HTTP requests to the Web server. </summary> <returns> An object that contains view state data. </returns> </member> <member name="T:System.Web.UI.PageTheme"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.PageTheme.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PageTheme" /> class. </summary> </member> <member name="P:System.Web.UI.PageTheme.AppRelativeTemplateSourceDirectory"> <summary> When overridden a derived class, gets the relative URL of the directory for the <see cref="T:System.Web.UI.PageTheme" /> object. </summary> <returns> A string value containing the relative URL of the <see cref="T:System.Web.UI.PageTheme" /> directory. </returns> </member> <member name="P:System.Web.UI.PageTheme.ControlSkins"> <summary> When overridden in a derived class, gets an <see cref="T:System.Collections.IDictionary" /> interface of the names of all default skins that are available for the current page theme, indexed by control type. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> that represents the control skins associated with the current page theme. </returns> </member> <member name="M:System.Web.UI.PageTheme.CreateSkinKey(System.Type,System.String)"> <summary> Creates a lookup key object for a particular control type and skin ID. </summary> <returns> An object that can be used as a lookup key in a dictionary-style collection, which contains the control type and skin ID information. </returns> <param name="controlType"> The <see cref="T:System.Type" /> of control to which a control skin applies, which is passed typically from the <see cref="P:System.Web.UI.ControlBuilder.ControlType" />. </param> <param name="skinID"> The name of the control skin for which to create a key. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="controlType" /> is null. </exception> </member> <member name="M:System.Web.UI.PageTheme.Eval(System.String)"> <summary> Uses the <see cref="M:System.Web.UI.DataBinder.Eval(System.Object,System.String)" /> method of the <see cref="P:System.Web.UI.PageTheme.Page" /> property that the instance of the <see cref="T:System.Web.UI.PageTheme" /> class is associated with to evaluate a data-binding expression. </summary> <returns> An object that results from the evaluation of the data-binding expression. </returns> <param name="expression"> The navigation path from the container to the public property value. For details, see <see cref="T:System.Web.UI.DataBinder" />. </param> </member> <member name="M:System.Web.UI.PageTheme.Eval(System.String,System.String)"> <summary> Uses the <see cref="M:System.Web.UI.DataBinder.Eval(System.Object,System.String,System.String)" /> method of the <see cref="P:System.Web.UI.PageTheme.Page" /> property that the instance of the <see cref="T:System.Web.UI.PageTheme" /> class is associated with to evaluate a data-binding expression. </summary> <returns> A string that results from the evaluation of the data-binding expression and conversion to a string type. </returns> <param name="expression"> The navigation path from the container to the public property value. For details, see <see cref="T:System.Web.UI.DataBinder" />. </param> <param name="format"> A .NET Framework format string. For details, see <see cref="T:System.Web.UI.DataBinder" />. </param> </member> <member name="P:System.Web.UI.PageTheme.LinkedStyleSheets"> <summary> When overridden in a derived class, gets an array of style sheets that are linked to this page. </summary> <returns> A string array of style sheets linked to this page. </returns> </member> <member name="P:System.Web.UI.PageTheme.Page"> <summary> Gets the <see cref="T:System.Web.UI.Page" /> object that is associated with the instance of the <see cref="T:System.Web.UI.PageTheme" /> class. </summary> <returns> The <see cref="T:System.Web.UI.Page" /> associated with the <see cref="T:System.Web.UI.PageTheme" />. </returns> </member> <member name="M:System.Web.UI.PageTheme.TestDeviceFilter(System.String)"> <summary> Tests whether a device filter applies to the <see cref="T:System.Web.UI.Page" /> control that the instance of the <see cref="T:System.Web.UI.PageTheme" /> class is associated with. </summary> <returns>true if <paramref name="deviceFilterName" /> applies to the page; otherwise; false. </returns> <param name="deviceFilterName"> The string name of the device filter to check. </param> </member> <member name="M:System.Web.UI.PageTheme.XPath(System.String)"> <summary> Evaluates an XPath data-binding expression. </summary> <returns> An object that results from the evaluation of the data-binding <paramref name="xPathExpression" />. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For details, see <see cref="T:System.Web.UI.XPathBinder" />. </param> </member> <member name="M:System.Web.UI.PageTheme.XPath(System.String,System.String)"> <summary> Evaluates an XPath data-binding expression using the specified format string to display the result. </summary> <returns> A string that results from the evaluation of the data-binding expression and conversion to a string type. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For details, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <param name="format"> A .NET Framework format string to apply to the result. </param> </member> <member name="M:System.Web.UI.PageTheme.XPath(System.String,System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Uses the <see cref="M:System.Web.UI.TemplateControl.XPath(System.String,System.String,System.Xml.IXmlNamespaceResolver)" /> method of the <see cref="P:System.Web.UI.PageTheme.Page" /> control that the instance of the <see cref="T:System.Web.UI.PageTheme" /> class is associated with to evaluate an XPath data-binding expression. </summary> <returns> A string that results from the evaluation of the data-binding expression and conversion to a string type. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For details, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <param name="format"> A .NET Framework format string to apply to the result. </param> <param name="resolver"> A set of prefix and namespace mappings used for namespace resolution. </param> </member> <member name="M:System.Web.UI.PageTheme.XPath(System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution. </summary> <returns> An object that results from the evaluation of the data-binding <paramref name="xPathExpression" />. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For details, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <param name="resolver"> A set of prefix and namespace mappings used for namespace resolution. </param> </member> <member name="M:System.Web.UI.PageTheme.XPathSelect(System.String)"> <summary> Evaluates an XPath data-binding expression and returns a node collection that implements the <see cref="T:System.Collections.IEnumerable" /> interface. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of nodes. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For details, see <see cref="T:System.Web.UI.XPathBinder" />. </param> </member> <member name="M:System.Web.UI.PageTheme.XPathSelect(System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the <see cref="T:System.Collections.IEnumerable" /> interface. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of nodes. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For details, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <param name="resolver"> A set of prefix and namespace mappings used to for namespace resolution. </param> </member> <member name="T:System.Web.UI.Pair"> <summary> Provides a basic utility class that is used to store two related objects. </summary> </member> <member name="M:System.Web.UI.Pair.#ctor"> <summary> Creates a new, uninitialized instance of the <see cref="T:System.Web.UI.Pair" /> class. </summary> </member> <member name="M:System.Web.UI.Pair.#ctor(System.Object,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Pair" /> class, using the specified object pair. </summary> <param name="x"> An object. </param> <param name="y"> An object. </param> </member> <member name="F:System.Web.UI.Pair.First"> <summary> Gets or sets the first object of the object pair. </summary> </member> <member name="F:System.Web.UI.Pair.Second"> <summary> Gets or sets the second object of the object pair. </summary> </member> <member name="T:System.Web.UI.ParseChildrenAttribute"> <summary> Defines a metadata attribute that you can use when developing ASP.NET server controls. Use the <see cref="T:System.Web.UI.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. </summary> </member> <member name="M:System.Web.UI.ParseChildrenAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ParseChildrenAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.ParseChildrenAttribute.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ParseChildrenAttribute" /> class using the <see cref="P:System.Web.UI.ParseChildrenAttribute.ChildrenAsProperties" /> property to determine if the elements that are contained within a server control are parsed as properties of the server control. </summary> <param name="childrenAsProperties">true to parse the elements as properties of the server control; otherwise, false. </param> </member> <member name="M:System.Web.UI.ParseChildrenAttribute.#ctor(System.Boolean,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ParseChildrenAttribute" /> class using the <paramref name="childrenAsProperties" /> and <paramref name="defaultProperty" /> parameters. </summary> <param name="childrenAsProperties">true to parse the elements as properties of the server control; otherwise, false. </param> <param name="defaultProperty"> A string that defines a collection property of the server control into which nested content is parsed by default. </param> </member> <member name="M:System.Web.UI.ParseChildrenAttribute.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ParseChildrenAttribute" /> class using the <see cref="P:System.Web.UI.ParseChildrenAttribute.ChildControlType" /> property to determine which elements that are contained within a server control are parsed as controls. </summary> <param name="childControlType"> The control type to parse as a property. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="childControlType" /> is null. </exception> </member> <member name="P:System.Web.UI.ParseChildrenAttribute.ChildControlType"> <summary> Gets a value indicating the allowed type of a control. </summary> <returns> The control type. The default is <see cref="T:System.Web.UI.Control" />. </returns> </member> <member name="P:System.Web.UI.ParseChildrenAttribute.ChildrenAsProperties"> <summary> Gets or sets a value indicating whether to parse the elements that are contained within a server control as properties. </summary> <returns>true to parse the elements as properties; otherwise, false. The default is true. </returns> <exception cref="T:System.NotSupportedException"> The current <see cref="T:System.Web.UI.ParseChildrenAttribute" /> was invoked with <paramref name="childrenAsProperties" /> set to false. </exception> </member> <member name="F:System.Web.UI.ParseChildrenAttribute.Default"> <summary> Defines the default value for the <see cref="T:System.Web.UI.ParseChildrenAttribute" /> class. This field is read-only. </summary> </member> <member name="P:System.Web.UI.ParseChildrenAttribute.DefaultProperty"> <summary> Gets or sets the default property for the server control into which the elements are parsed. </summary> <returns> The name of the default collection property of the server control into which the elements are parsed. </returns> <exception cref="T:System.NotSupportedException"> The current <see cref="T:System.Web.UI.ParseChildrenAttribute" /> was invoked with <paramref name="childrenAsProperties" /> set to false. </exception> </member> <member name="M:System.Web.UI.ParseChildrenAttribute.Equals(System.Object)"> <summary> Determines whether the specified object is equal to the current object. </summary> <returns>true if <paramref name="obj" /> is equal to the current object; otherwise, false. </returns> <param name="obj"> The object to compare with the current object. </param> </member> <member name="M:System.Web.UI.ParseChildrenAttribute.GetHashCode"> <summary> Serves as a hash function for the <see cref="T:System.Web.UI.ParseChildrenAttribute" /> object. </summary> <returns> A hash code for the current <see cref="T:System.Web.UI.ParseChildrenAttribute" /> object. </returns> </member> <member name="M:System.Web.UI.ParseChildrenAttribute.IsDefaultAttribute"> <summary> Returns a value indicating whether the value of the current instance of the <see cref="T:System.Web.UI.ParseChildrenAttribute" /> class is the default value of the derived class. </summary> <returns>true if the current <see cref="T:System.Web.UI.ParseChildrenAttribute" /> value is the default instance; otherwise, false. </returns> </member> <member name="F:System.Web.UI.ParseChildrenAttribute.ParseAsChildren"> <summary> Indicates that the nested content that is contained within the server control is parsed as controls. </summary> </member> <member name="F:System.Web.UI.ParseChildrenAttribute.ParseAsProperties"> <summary> Indicates that the nested content that is contained within a server control is parsed as properties of the control. </summary> </member> <member name="T:System.Web.UI.PartialCachingAttribute"> <summary> Defines the metadata attribute that Web Forms user controls (.ascx files) use to indicate if and how their output is cached. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.PartialCachingAttribute.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PartialCachingAttribute" /> class with the specified duration assigned to the user control to be cached. </summary> <param name="duration"> The amount of time, in seconds, a user control is to remain in the output cache. </param> </member> <member name="M:System.Web.UI.PartialCachingAttribute.#ctor(System.Int32,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PartialCachingAttribute" /> class, specifying the caching duration, any GET and POST values, control names, and custom output caching requirements used to vary the cache. </summary> <param name="duration"> The amount of time, in seconds, that the user control is cached. </param> <param name="varyByParams"> A semicolon-separated list of strings used to vary the output cache. By default, these strings correspond to a query string value sent with GET method attributes or to a parameter sent using the POST method. When this attribute is set to multiple parameters, the output cache contains a different version of the requested document for each specified parameter. Possible values include "none", "*", and any valid query string or POST parameter name. </param> <param name="varyByControls"> A semicolon-separated list of strings used to vary the output cache. These strings represent fully qualified names of properties on a user control. When this parameter is used for a user control, the user control output is varied to the cache for each specified user control property. </param> <param name="varyByCustom"> Any text that represents custom output caching requirements. If this parameter is given a value of "browser", the cache is varied by browser name and major version information. If a custom string is entered, you must override the <see cref="M:System.Web.HttpApplication.GetVaryByCustomString(System.Web.HttpContext,System.String)" /> method in your application's Global.asax file. </param> </member> <member name="M:System.Web.UI.PartialCachingAttribute.#ctor(System.Int32,System.String,System.String,System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PartialCachingAttribute" /> class, specifying the caching duration, any GET and POST values, control names, custom output caching requirements used to vary the cache, and whether the user control output can be shared with multiple pages. </summary> <param name="duration"> The amount of time, in seconds, that the user control is cached. </param> <param name="varyByParams"> A semicolon-separated list of strings used to vary the output cache. By default, these strings correspond to a query string value sent with GET method attributes, or a parameter sent using the POST method. When this attribute is set to multiple parameters, the output cache contains a different version of the requested document for each specified parameter. Possible values include "none", "*", and any valid query string or POST parameter name. </param> <param name="varyByControls"> A semicolon-separated list of strings used to vary the output cache. These strings represent fully qualified names of properties on a user control. When this parameter is used for a user control, the user control output is varied to the cache for each specified user control property. </param> <param name="varyByCustom"> Any text that represents custom output caching requirements. If this parameter is given a value of "browser", the cache is varied by browser name and major version information. If a custom string is entered, you must override the <see cref="M:System.Web.HttpApplication.GetVaryByCustomString(System.Web.HttpContext,System.String)" /> method in your application's Global.asax file. </param> <param name="shared">true to indicate that the user control output can be shared with multiple pages; otherwise, false. </param> </member> <member name="M:System.Web.UI.PartialCachingAttribute.#ctor(System.Int32,System.String,System.String,System.String,System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PartialCachingAttribute" /> class, specifying the caching duration, any GET and POST values, control names, custom output caching requirements used to vary the cache, the database dependencies, and whether the user control output can be shared with multiple pages. </summary> <param name="duration"> The amount of time, in seconds, that the user control is cached. </param> <param name="varyByParams"> A semicolon-separated list of strings used to vary the output cache. By default, these strings correspond to a query string value sent with GET method attributes, or a parameter sent using the POST method. When this attribute is set to multiple parameters, the output cache contains a different version of the requested document for each specified parameter. Possible values include "none", "*", and any valid query string or POST parameter name. </param> <param name="varyByControls"> A semicolon-separated list of strings used to vary the output cache. These strings represent fully qualified names of properties on a user control. When this parameter is used for a user control, the user control output is varied to the cache for each specified user control property. </param> <param name="varyByCustom"> Any text that represents custom output caching requirements. If this parameter is given a value of "browser", the cache is varied by browser name and major version information. If a custom string is entered, you must override the <see cref="M:System.Web.HttpApplication.GetVaryByCustomString(System.Web.HttpContext,System.String)" /> method in your application's Global.asax file. </param> <param name="sqlDependency"> A delimited list of database names and table names that, when changed, explicitly expire a cache entry in the ASP.NET cache. These database names match those SQL Server cache dependencies identified in your Web configuration section. </param> <param name="shared">true to indicate that the user control output can be shared with multiple pages; otherwise, false. </param> </member> <member name="P:System.Web.UI.PartialCachingAttribute.Duration"> <summary> Gets the amount of time, in seconds, that cached items are to remain in the output cache. </summary> <returns> The amount of time, in seconds, a user control is to remain in the output cache. </returns> </member> <member name="P:System.Web.UI.PartialCachingAttribute.Shared"> <summary> Gets a value indicating whether user control output can be shared with multiple pages. </summary> <returns>true if user control output can be shared between multiple pages; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.PartialCachingAttribute.SqlDependency"> <summary> Gets a delimited string that identifies one or more database and table name pairs that the cached user control is dependent on. </summary> <returns> A delimited string that identifies a set of database and table names that the user control cache entry is dependent on. </returns> </member> <member name="P:System.Web.UI.PartialCachingAttribute.VaryByControls"> <summary> Gets a list of user control properties that the output cache uses to vary the user control. </summary> <returns> The list of user control properties. </returns> </member> <member name="P:System.Web.UI.PartialCachingAttribute.VaryByCustom"> <summary> Gets a list of custom strings that the output cache will use to vary the user control. </summary> <returns> The list of custom strings. </returns> </member> <member name="P:System.Web.UI.PartialCachingAttribute.VaryByParams"> <summary> Gets a list of query string or form POST parameters that the output cache will use to vary the user control. </summary> <returns> The list of query string or form POST parameters. </returns> </member> <member name="T:System.Web.UI.PartialCachingControl"> <summary> Created when a user control (.ascx file) is specified for output caching, using either the @ OutputCache page directive or the <see cref="T:System.Web.UI.PartialCachingAttribute" /> attribute, and the user control is inserted into a page's control hierarchy by dynamically loading the user control with the <see cref="M:System.Web.UI.TemplateControl.LoadControl(System.String)" /> method. </summary> </member> <member name="P:System.Web.UI.PartialCachingControl.CachedControl"> <summary> Gets a reference to the user control that is cached. </summary> <returns> The user control that is cached. </returns> </member> <member name="T:System.Web.UI.PersistChildrenAttribute"> <summary> Defines an attribute that is used by ASP.NET server controls to indicate at design time whether nested content that is contained within a server control corresponds to controls or to properties of the server control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.PersistChildrenAttribute.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PersistChildrenAttribute" /> class using a Boolean value indicating whether to persist nested content as nested controls. </summary> <param name="persist">true to persist the nested content as nested controls; otherwise, false. </param> </member> <member name="M:System.Web.UI.PersistChildrenAttribute.#ctor(System.Boolean,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PersistChildrenAttribute" /> class using two Boolean values. One indicating whether to persist nested content as nested controls and the other indicating whether to use a custom persistence method. </summary> <param name="persist">true to persist nested content as nested controls; otherwise, false. </param> <param name="usesCustomPersistence">true to use customized persistence; otherwise, false. </param> </member> <member name="F:System.Web.UI.PersistChildrenAttribute.Default"> <summary> Indicates the default attribute state. The <see cref="F:System.Web.UI.PersistChildrenAttribute.Default" /> field is read-only. </summary> </member> <member name="M:System.Web.UI.PersistChildrenAttribute.Equals(System.Object)"> <summary> Determines whether the specified object is equal to the current object. </summary> <returns>true if <paramref name="obj" /> is equal to the current object; otherwise, false. </returns> <param name="obj"> The object to compare with the current object. </param> </member> <member name="M:System.Web.UI.PersistChildrenAttribute.GetHashCode"> <summary> Serves as a hash function for the <see cref="T:System.Web.UI.PersistChildrenAttribute" /> class. </summary> <returns> A hash code for the <see cref="T:System.Web.UI.PersistChildrenAttribute" />. </returns> </member> <member name="M:System.Web.UI.PersistChildrenAttribute.IsDefaultAttribute"> <summary> Returns a value indicating whether the value of the current instance of the <see cref="T:System.Web.UI.PersistChildrenAttribute" /> class is the default value of the derived clss. </summary> <returns>true if the value of the current instance of the <see cref="T:System.Web.UI.PersistChildrenAttribute" /> is the default instance; otherwise, false. </returns> </member> <member name="F:System.Web.UI.PersistChildrenAttribute.No"> <summary> Indicates that nested content should not persist as nested controls at design time. This field is read-only. </summary> </member> <member name="P:System.Web.UI.PersistChildrenAttribute.Persist"> <summary> Gets a value that indicates whether the nested content is persisted as nested controls at design time. </summary> <returns>true to persist nested content as nested controls; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.PersistChildrenAttribute.UsesCustomPersistence"> <summary> Gets a value indicating whether the server control provides custom persistence of nested controls at design time. </summary> <returns>true to provide custom persistence of nested content; otherwise, false. The default is false. </returns> </member> <member name="F:System.Web.UI.PersistChildrenAttribute.Yes"> <summary> Indicates that nested content should persist as controls at design time. The <see cref="F:System.Web.UI.PersistChildrenAttribute.Yes" /> field is read-only. </summary> </member> <member name="T:System.Web.UI.PersistenceMode"> <summary> Specifies how an ASP.NET server control property or event is persisted declaratively in an .aspx or .ascx file. </summary> </member> <member name="F:System.Web.UI.PersistenceMode.Attribute"> <summary> Specifies that the property or event persists as an attribute. </summary> </member> <member name="F:System.Web.UI.PersistenceMode.InnerProperty"> <summary> Specifies that the property persists in the ASP.NET server control as a nested tag. This is commonly used for complex objects, those that have persistable properties of their own. </summary> </member> <member name="F:System.Web.UI.PersistenceMode.InnerDefaultProperty"> <summary> Specifies that the property persists in the ASP.NET server control as inner text. Also indicates that this property is defined as the element's default property. Only one property can be designated the default property. </summary> </member> <member name="F:System.Web.UI.PersistenceMode.EncodedInnerDefaultProperty"> <summary> Specifies that the property persists as the only inner text of the ASP.NET server control. The property value is HTML encoded. Only a string can be given this designation. </summary> </member> <member name="T:System.Web.UI.PersistenceModeAttribute"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.PersistenceModeAttribute.#ctor(System.Web.UI.PersistenceMode)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PersistenceModeAttribute" /> class. </summary> <param name="mode"> The <see cref="T:System.Web.UI.PersistenceMode" /> value to assign to <see cref="P:System.Web.UI.PersistenceModeAttribute.Mode" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="mode" /> is not one of the <see cref="T:System.Web.UI.PersistenceMode" /> values. </exception> </member> <member name="F:System.Web.UI.PersistenceModeAttribute.Attribute"> <summary> Specifies that the property or event persists in the opening tag of the server control as an attribute. This field is read-only. </summary> </member> <member name="F:System.Web.UI.PersistenceModeAttribute.Default"> <summary> Specifies the default type for the <see cref="T:System.Web.UI.PersistenceModeAttribute" /> class. The default is PersistenceMode.Attribute. This field is read-only. </summary> </member> <member name="F:System.Web.UI.PersistenceModeAttribute.EncodedInnerDefaultProperty"> <summary> Specifies that a property is HTML-encoded and persists as the only inner content of the ASP.NET server control. This field is read-only. </summary> </member> <member name="M:System.Web.UI.PersistenceModeAttribute.Equals(System.Object)"> <summary> Compares the <see cref="T:System.Web.UI.PersistenceModeAttribute" /> object against another object. </summary> <returns>true if the objects are considered equal; otherwise, false. </returns> <param name="obj"> The object to compare to. </param> </member> <member name="M:System.Web.UI.PersistenceModeAttribute.GetHashCode"> <summary> Provides a hash value for a <see cref="T:System.Web.UI.PersistenceModeAttribute" /> attribute. </summary> <returns> The hash value to be assigned to the <see cref="T:System.Web.UI.PersistenceModeAttribute" />. </returns> </member> <member name="F:System.Web.UI.PersistenceModeAttribute.InnerDefaultProperty"> <summary> Specifies that a property persists as the only inner content of the ASP.NET server control. This field is read-only. </summary> </member> <member name="F:System.Web.UI.PersistenceModeAttribute.InnerProperty"> <summary> Specifies that the property persists as a nested tag within the opening and closing tags of the server control. This field is read-only. </summary> </member> <member name="M:System.Web.UI.PersistenceModeAttribute.IsDefaultAttribute"> <summary> Indicates whether the <see cref="T:System.Web.UI.PersistenceModeAttribute" /> object is of the default type. </summary> <returns>true if the <see cref="T:System.Web.UI.PersistenceModeAttribute" /> is of the default type; otherwise, false. </returns> </member> <member name="P:System.Web.UI.PersistenceModeAttribute.Mode"> <summary> Gets the current value of the <see cref="T:System.Web.UI.PersistenceMode" /> enumeration. </summary> <returns> A <see cref="T:System.Web.UI.PersistenceMode" /> that represents the current value of the enumeration. This value can be Attribute, InnerProperty, InnerDefaultProperty, or EncodedInnerDefaultProperty. The default is Attribute. </returns> </member> <member name="T:System.Web.UI.PostBackOptions"> <summary> Specifies how client-side JavaScript is generated to initiate a postback event. </summary> </member> <member name="M:System.Web.UI.PostBackOptions.#ctor(System.Web.UI.Control)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PostBackOptions" /> class with the specified target control data. </summary> <param name="targetControl"> The <see cref="T:System.Web.UI.Control" /> that receives the postback event. </param> </member> <member name="M:System.Web.UI.PostBackOptions.#ctor(System.Web.UI.Control,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PostBackOptions" /> class with the specified target control and argument data. </summary> <param name="targetControl"> The <see cref="T:System.Web.UI.Control" /> that receives the postback event. </param> <param name="argument"> The optional parameter passed during the postback event. </param> </member> <member name="M:System.Web.UI.PostBackOptions.#ctor(System.Web.UI.Control,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.PostBackOptions" /> class with the specified values for the instance's properties. </summary> <param name="targetControl"> The <see cref="T:System.Web.UI.Control" /> that receives the postback event. </param> <param name="argument"> The optional parameter passed during the postback event. </param> <param name="actionUrl"> The target of the postback. </param> <param name="autoPostBack">true to automatically post the form back to the server in response to a user action; otherwise, false. </param> <param name="requiresJavaScriptProtocol">true if the javascript: prefix is required; otherwise, false. </param> <param name="trackFocus">true if the postback event should return the page to the current scroll position and return focus to the target control; otherwise, false. </param> <param name="clientSubmit">true if the postback event can be raised by client script; otherwise, false. </param> <param name="performValidation">true if client-side validation is required before the postback event occurs; otherwise, false. </param> <param name="validationGroup"> The group of controls for which <see cref="T:System.Web.UI.PostBackOptions" /> causes validation when it posts back to the server. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="targetControl" /> is null. </exception> </member> <member name="P:System.Web.UI.PostBackOptions.ActionUrl"> <summary> Gets or sets the target URL for the postback of a Web Forms page. </summary> <returns> The URL for the postback of a Web Forms page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.PostBackOptions.Argument"> <summary> Gets or sets an optional argument that is transferred in the postback event. </summary> <returns> The optional argument that is transferred in the postback event. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.PostBackOptions.AutoPostBack"> <summary> Gets or sets a value that indicates whether the form will automatically post back to the server in response to a user action. </summary> <returns>true if the form will automatically post back in response to a user action; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.PostBackOptions.ClientSubmit"> <summary> Gets or sets a value indicating whether the postback event should occur from client-side script. </summary> <returns>true if the postback event should occur from client-side script; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.PostBackOptions.PerformValidation"> <summary> Gets or sets a value indicating whether client-side validation is required before the postback event occurs. </summary> <returns>true if client-side validation is required before the postback event occurs; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.PostBackOptions.RequiresJavaScriptProtocol"> <summary> Gets or sets a value indicating whether the javascript: prefix is generated for the client-side script. </summary> <returns>true if the javascript: prefix is generated for the client-side script; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.PostBackOptions.TargetControl"> <summary> Gets the control target that receives the postback event. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that represents the control that receives the postback event. </returns> </member> <member name="P:System.Web.UI.PostBackOptions.TrackFocus"> <summary> Gets or sets a value indicating whether the postback event should return the page to the current scroll position and return focus to the current control. </summary> <returns>true if the postback event should return the page to the current scroll position and return focus to the target control; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.PostBackOptions.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.PostBackOptions" /> object causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.PostBackOptions" /> object causes validation when it posts back to the server. The default value is an empty string (""). </returns> </member> <member name="T:System.Web.UI.PropertyConverter"> <summary> Contains helper functions to convert property values to and from strings. </summary> </member> <member name="M:System.Web.UI.PropertyConverter.EnumFromString(System.Type,System.String)"> <summary> Converts the string representation to a value of the specified enumeration type. </summary> <returns> An enumeration of type <paramref name="enumType" />. </returns> <param name="enumType"> A <see cref="T:System.Type" /> that represents the enumeration type to create from the <paramref name="value" /> parameter. </param> <param name="value"> The <see cref="T:System.String" /> that represents a value in the enumerator. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="enumType" /> or <paramref name="value" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="enumType" /> is not an <see cref="T:System.Enum" />. - or - <paramref name="value" /> is either an empty string ("") or contains only white spaces. - or - <paramref name="value" /> is a name, but not one of the named constants defined for the enumeration. </exception> </member> <member name="M:System.Web.UI.PropertyConverter.EnumToString(System.Type,System.Object)"> <summary> Converts the value of the specified enumeration type to its equivalent string representation. </summary> <returns> The string representation of <paramref name="enumValue" />. </returns> <param name="enumType"> A <see cref="T:System.Type" /> that represents the enumeration type of <paramref name="enumValue" />. </param> <param name="enumValue"> The value to convert. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="enumType" /> or <paramref name="enumValue" /> parameter is null. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="enumType" /> parameter is not an <see cref="T:System.Enum" /> type. - or - The <paramref name="enumValue" /> parameter contains a value from an enumeration that differs in type from <paramref name="enumType" />. - or - The type of <paramref name="enumValue" /> is not an underlying type of <paramref name="enumType" />. </exception> </member> <member name="M:System.Web.UI.PropertyConverter.ObjectFromString(System.Type,System.Reflection.MemberInfo,System.String)"> <summary> Converts the string value to the specified object type. </summary> <returns> An object of type <paramref name="objType" />. </returns> <param name="objType"> The <see cref="T:System.Type" /> to create from <paramref name="value" />. </param> <param name="propertyInfo"> The properties to use during conversion. </param> <param name="value"> The <see cref="T:System.String" /> to convert into an object. </param> <exception cref="T:System.Web.HttpException"> An object of the type specified by <paramref name="objType" /> cannot be created from the <paramref name="value" /> parameter. </exception> </member> <member name="T:System.Web.UI.PropertyEntry"> <summary> Acts as the base class for all property entry classes. </summary> </member> <member name="P:System.Web.UI.PropertyEntry.DeclaringType"> <summary> Gets the type of the class that declares this member. </summary> <returns> The <see cref="T:System.Type" /> that declares this member. </returns> </member> <member name="P:System.Web.UI.PropertyEntry.Filter"> <summary> Gets or sets the value pertaining to the filter portion of an expression. </summary> <returns> A <see cref="T:System.String" /> containing the value of the filter on an expression. </returns> </member> <member name="P:System.Web.UI.PropertyEntry.Name"> <summary> Gets or sets the property name that the expression applies to. </summary> <returns> A <see cref="T:System.String" /> containing the property name. </returns> </member> <member name="P:System.Web.UI.PropertyEntry.PropertyInfo"> <summary> Gets or sets an object containing attributes of the property the expression applies to. </summary> <returns> A <see cref="T:System.Reflection.PropertyInfo" /> containing the attributes of the property. </returns> </member> <member name="P:System.Web.UI.PropertyEntry.Type"> <summary> Gets or sets the type of the entry. </summary> <returns> The <see cref="T:System.Type" /> of the entry. </returns> </member> <member name="T:System.Web.UI.RenderMethod"> <summary> Represents the method that renders the specified <see cref="T:System.Web.UI.Control" /> container to the specified <see cref="T:System.Web.UI.HtmlTextWriter" />. </summary> <param name="output"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> to render content to. </param> <param name="container"> The <see cref="T:System.Web.UI.Control" /> to render. </param> </member> <member name="T:System.Web.UI.RootBuilder"> <summary> Supports the page parser in defining the behavior for how content is parsed. </summary> </member> <member name="M:System.Web.UI.RootBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.RootBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.RootBuilder.#ctor(System.Web.UI.TemplateParser)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.RootBuilder" /> class with the specified template parser. </summary> <param name="parser"> The object for parsing files. </param> </member> <member name="P:System.Web.UI.RootBuilder.BuiltObjects"> <summary> Gets a collection of the objects built by the root builder to be persisted. </summary> <returns> A <see cref="T:System.Collections.Hashtable" /> with the objects built by the root builder. </returns> </member> <member name="M:System.Web.UI.RootBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Returns the control type of any parsed child controls. </summary> <returns> The <see cref="T:System.Type" /> of the child control. </returns> <param name="tagName"> The tag name of the child control. </param> <param name="attribs"> The <see cref="T:System.Collections.IDictionary" /> that holds all the specified tag attributes. </param> </member> <member name="T:System.Web.UI.SessionPageStatePersister"> <summary> Stores ASP.NET page view state on the Web server. </summary> </member> <member name="M:System.Web.UI.SessionPageStatePersister.#ctor(System.Web.UI.Page)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HiddenFieldPageStatePersister" /> class. </summary> <param name="page"> The <see cref="T:System.Web.UI.Page" /> that the view state persistence mechanism is created for. </param> <exception cref="T:System.ArgumentException"> The <see cref="T:System.Web.SessionState.HttpSessionState" /> is null (Nothing in Visual Basic) </exception> </member> <member name="M:System.Web.UI.SessionPageStatePersister.Load"> <summary> Deserializes and loads persisted state from the server-side session object when a <see cref="T:System.Web.UI.Page" /> object initializes its control hierarchy. </summary> <exception cref="T:System.Web.HttpException"> The <see cref="M:System.Web.UI.SessionPageStatePersister.Load" /> method could not successfully deserialize the state contained in the request to the Web server. </exception> </member> <member name="M:System.Web.UI.SessionPageStatePersister.Save"> <summary> Serializes any object state contained in the <see cref="P:System.Web.UI.PageStatePersister.ViewState" /> or the <see cref="P:System.Web.UI.PageStatePersister.ControlState" /> property and writes the state to the session object. </summary> </member> <member name="T:System.Web.UI.SimplePropertyEntry"> <summary> Represents the definition of the control property and its value. </summary> </member> <member name="P:System.Web.UI.SimplePropertyEntry.PersistedValue"> <summary> Gets or sets the formatted string representation of the property entry. </summary> <returns> A <see cref="T:System.String" /> pertaining to the property entry. </returns> </member> <member name="P:System.Web.UI.SimplePropertyEntry.UseSetAttribute"> <summary> Gets or sets a value indicating whether the <see cref="M:System.Web.UI.IAttributeAccessor.SetAttribute(System.String,System.String)" /> method should be called for the property during code creation. </summary> <returns>true if <see cref="M:System.Web.UI.IAttributeAccessor.SetAttribute(System.String,System.String)" /> should be called; otherwise, false. </returns> </member> <member name="P:System.Web.UI.SimplePropertyEntry.Value"> <summary> Gets or sets the value of the property entry. </summary> <returns> An <see cref="T:System.Object" /> containing the value of the property entry. </returns> </member> <member name="T:System.Web.UI.SimpleWebHandlerParser"> <summary> Provides base functionality for parsing Web handler files. </summary> </member> <member name="M:System.Web.UI.SimpleWebHandlerParser.#ctor(System.Web.HttpContext,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.SimpleWebHandlerParser" /> class. </summary> <param name="context"> Pass null. Parameter is now obsolete. </param> <param name="virtualPath"> The path of the current virtual directory. </param> <param name="physicalPath"> Pass null. Parameter is now obsolete. </param> </member> <member name="P:System.Web.UI.SimpleWebHandlerParser.DefaultDirectiveName"> <summary> When overridden in a derived class, gets the name of the main directive from a <%@ %> block. </summary> <returns> A <see cref="T:System.String" /> that contains the default directive name. </returns> </member> <member name="M:System.Web.UI.SimpleWebHandlerParser.GetCompiledTypeFromCache"> <summary> Returns the type for the compiled object from the virtual path. </summary> <returns> The <see cref="T:System.Type" /> assigned to the virtual path. </returns> </member> <member name="T:System.Web.UI.SkinBuilder"> <summary> Provides a <see cref="T:System.Web.UI.ControlBuilder" /> object used at design time to apply control skins to controls. </summary> </member> <member name="M:System.Web.UI.SkinBuilder.#ctor(System.Web.UI.ThemeProvider,System.Web.UI.Control,System.Web.UI.ControlBuilder,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.SkinBuilder" /> class, setting the control with which the builder is associated, the general <see cref="T:System.Web.UI.ControlBuilder" /> object provided by the <see cref="T:System.Web.UI.ThemeProvider" /> object for the control, and a path to the theme file. </summary> <param name="provider"> A <see cref="T:System.Web.UI.ThemeProvider" /> that encapsulates theme information for controls in a designer environment. </param> <param name="control"> The <see cref="T:System.Web.UI.Control" /> with which the <see cref="T:System.Web.UI.SkinBuilder" /> is associated. The <see cref="M:System.Web.UI.SkinBuilder.ApplyTheme" /> method applies a control skin to this control and returns it. </param> <param name="skinBuilder"> A <see cref="T:System.Web.UI.ControlBuilder" /> provided by the <see cref="T:System.Web.UI.ThemeProvider" /> for the control's type. </param> <param name="themePath"> The absolute path to the theme file. </param> </member> <member name="M:System.Web.UI.SkinBuilder.ApplyTheme"> <summary> Applies a theme and a control skin to the current control at design time, if a <see cref="T:System.Web.UI.SkinBuilder" /> object is associated with the control. </summary> <returns> The control instance to which the theme or style sheet theme and any control skin was applied. This is the same instance passed to the builder's <see cref="M:System.Web.UI.SkinBuilder.#ctor(System.Web.UI.ThemeProvider,System.Web.UI.Control,System.Web.UI.ControlBuilder,System.String)" /> constructor. This method will return null if no control was passed to the constructor. </returns> </member> <member name="T:System.Web.UI.StateBag"> <summary> Manages the view state of ASP.NET server controls, including pages. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.StateBag.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.StateBag" /> class. This is the default constructor for this class. </summary> </member> <member name="M:System.Web.UI.StateBag.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.StateBag" /> class that allows stored state values to be case-insensitive. </summary> <param name="ignoreCase">true to ignore case; otherwise, false. </param> </member> <member name="M:System.Web.UI.StateBag.Add(System.String,System.Object)"> <summary> Adds a new <see cref="T:System.Web.UI.StateItem" /> object to the <see cref="T:System.Web.UI.StateBag" /> object. If the item already exists in the <see cref="T:System.Web.UI.StateBag" /> object, this method updates the value of the item. </summary> <returns> Returns a <see cref="T:System.Web.UI.StateItem" /> that represents the object added to view state. </returns> <param name="key"> The attribute name for the <see cref="T:System.Web.UI.StateItem" />. </param> <param name="value"> The value of the item to add to the <see cref="T:System.Web.UI.StateBag" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is null. - or - The number of characters in <paramref name="key" /> is 0. </exception> </member> <member name="M:System.Web.UI.StateBag.Clear"> <summary> Removes all items from the current <see cref="T:System.Web.UI.StateBag" /> object. </summary> </member> <member name="P:System.Web.UI.StateBag.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.StateItem" /> objects in the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <returns> The number of items in the <see cref="T:System.Web.UI.StateBag" />. </returns> </member> <member name="M:System.Web.UI.StateBag.GetEnumerator"> <summary> Returns an enumerator that iterates over all the key/value pairs of the <see cref="T:System.Web.UI.StateItem" /> objects stored in the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <returns> The enumerator to iterate through the state bag. </returns> </member> <member name="M:System.Web.UI.StateBag.IsItemDirty(System.String)"> <summary> Checks a <see cref="T:System.Web.UI.StateItem" /> object stored in the <see cref="T:System.Web.UI.StateBag" /> object to evaluate whether it has been modified since the call to <see cref="M:System.Web.UI.Control.TrackViewState" />. </summary> <returns>true if the item has been modified; otherwise, false. </returns> <param name="key"> The key of the item to check. </param> </member> <member name="P:System.Web.UI.StateBag.Item(System.String)"> <summary> Gets or sets the value of an item stored in the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <returns> The specified item in the <see cref="T:System.Web.UI.StateBag" /> object. </returns> <param name="key"> The key for the item. </param> </member> <member name="P:System.Web.UI.StateBag.Keys"> <summary> Gets a collection of keys representing the items in the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <returns> The collection of keys. </returns> </member> <member name="M:System.Web.UI.StateBag.Remove(System.String)"> <summary> Removes the specified key/value pair from the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <param name="key"> The item to remove. </param> </member> <member name="M:System.Web.UI.StateBag.SetDirty(System.Boolean)"> <summary> Sets the state of the <see cref="T:System.Web.UI.StateBag" /> object as well as the <see cref="P:System.Web.SessionState.ISessionStateItemCollection.Dirty" /> property of each of the <see cref="T:System.Web.UI.StateItem" /> objects contained by it. </summary> <param name="dirty">true to mark the state of the collection and its items as modified; otherwise, false. </param> </member> <member name="M:System.Web.UI.StateBag.SetItemDirty(System.String,System.Boolean)"> <summary> Sets the <see cref="P:System.Web.SessionState.ISessionStateItemCollection.Dirty" /> property for the specified <see cref="T:System.Web.UI.StateItem" /> object in the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <param name="key"> The key that identifies which <see cref="T:System.Web.UI.StateItem" /> in the <see cref="T:System.Web.UI.StateBag" /> to set. </param> <param name="dirty">true to mark the state of the item as modified; otherwise, false. </param> </member> <member name="M:System.Web.UI.StateBag.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> For a description of this member, see <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)" />. </summary> <param name="array"> The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> </member> <member name="P:System.Web.UI.StateBag.System#Collections#ICollection#IsSynchronized"> <summary> For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />. </summary> <returns>true if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, false. </returns> </member> <member name="P:System.Web.UI.StateBag.System#Collections#ICollection#SyncRoot"> <summary> For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />. </summary> <returns> An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />. </returns> </member> <member name="M:System.Web.UI.StateBag.System#Collections#IDictionary#Add(System.Object,System.Object)"> <summary> For a description of this member, see <see cref="M:System.Collections.IDictionary.Add(System.Object,System.Object)" />. </summary> <param name="key"> The <see cref="T:System.Object" /> to use as the key of the element to add. </param> <param name="value"> The <see cref="T:System.Object" /> to use as the value of the element to add. </param> </member> <member name="M:System.Web.UI.StateBag.System#Collections#IDictionary#Contains(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Collections.IDictionary.Contains(System.Object)" />. </summary> <returns>true if the <see cref="T:System.Collections.IDictionary" /> contains an element with the key; otherwise, false. </returns> <param name="key"> The key to locate in the <see cref="T:System.Collections.IDictionary" /> object. </param> </member> <member name="P:System.Web.UI.StateBag.System#Collections#IDictionary#IsFixedSize"> <summary> For a description of this member, see <see cref="P:System.Collections.IDictionary.IsFixedSize" />. </summary> <returns>true if the <see cref="T:System.Collections.IDictionary" /> object has a fixed size; otherwise, false. </returns> </member> <member name="P:System.Web.UI.StateBag.System#Collections#IDictionary#IsReadOnly"> <summary> For a description of this member, see <see cref="P:System.Collections.IDictionary.IsReadOnly" />. </summary> <returns>true if the <see cref="T:System.Collections.IDictionary" /> object is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.UI.StateBag.System#Collections#IDictionary#Item(System.Object)"> <summary> For a description of this member, see <see cref="P:System.Collections.IDictionary.Item(System.Object)" />. </summary> <returns> The element with the specified <paramref name="key" />. </returns> <param name="key"> The key of the element to get. </param> </member> <member name="M:System.Web.UI.StateBag.System#Collections#IDictionary#Remove(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Collections.IDictionary.Remove(System.Object)" />. </summary> <param name="key"> The key of the element to remove. </param> </member> <member name="M:System.Web.UI.StateBag.System#Collections#IEnumerable#GetEnumerator"> <summary> For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator" />. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection. </returns> </member> <member name="P:System.Web.UI.StateBag.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether state changes are being tracked. </summary> <returns>true if the <see cref="T:System.Web.UI.StateBag" /> is marked to save changes to its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.StateBag.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Restores the previously saved view state of the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <param name="state"> An object that represents the <see cref="T:System.Web.UI.StateBag" /> state to restore. </param> </member> <member name="M:System.Web.UI.StateBag.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the changes to the <see cref="T:System.Web.UI.StateBag" /> object since the time the page was posted back to the server. </summary> <returns> The object that contains the changes to the view state of the <see cref="T:System.Web.UI.StateBag" />. If there are no changes, or there are no <see cref="T:System.Web.UI.StateItem" /> elements in the <see cref="T:System.Web.UI.StateBag" />, this method returns null. </returns> </member> <member name="M:System.Web.UI.StateBag.System#Web#UI#IStateManager#TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.StateBag" /> object to track changes to its state so that it can be persisted across requests. </summary> </member> <member name="P:System.Web.UI.StateBag.Values"> <summary> Gets a collection of the view-state values stored in the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <returns> The collection of view-state values. </returns> </member> <member name="T:System.Web.UI.StateItem"> <summary> Represents an item that is saved in the <see cref="T:System.Web.UI.StateBag" /> class when view state information is persisted between Web requests. This class cannot be inherited. </summary> </member> <member name="P:System.Web.UI.StateItem.IsDirty"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.StateItem" /> object has been modified. </summary> <returns>true if the stored <see cref="T:System.Web.UI.StateItem" /> object has been modified; otherwise, false. </returns> </member> <member name="P:System.Web.UI.StateItem.Value"> <summary> Gets or sets the value of the <see cref="T:System.Web.UI.StateItem" /> object that is stored in the <see cref="T:System.Web.UI.StateBag" /> object. </summary> <returns> The value of the <see cref="T:System.Web.UI.StateItem" /> stored in the <see cref="T:System.Web.UI.StateBag" />. </returns> </member> <member name="T:System.Web.UI.StateManagedCollection"> <summary> Provides a base class for all strongly typed collections that manage <see cref="T:System.Web.UI.IStateManager" /> objects. </summary> </member> <member name="M:System.Web.UI.StateManagedCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.StateManagedCollection" /> class. </summary> </member> <member name="M:System.Web.UI.StateManagedCollection.Clear"> <summary> Removes all items from the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> </member> <member name="M:System.Web.UI.StateManagedCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the elements of the <see cref="T:System.Web.UI.StateManagedCollection" /> collection to an array, starting at a particular array index. </summary> <param name="array"> The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the <see cref="T:System.Web.UI.StateManagedCollection" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. </exception> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is multidimensional. - or - <paramref name="index" /> is greater than or equal to the length of <paramref name="array" />. - or - The number of elements in the source <see cref="T:System.Web.UI.StateManagedCollection" /> is greater than the available space from the <paramref name="index" /> to the end of the destination <paramref name="array" />. </exception> </member> <member name="P:System.Web.UI.StateManagedCollection.Count"> <summary> Gets the number of elements contained in the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> <returns> The number of elements contained in the <see cref="T:System.Web.UI.StateManagedCollection" />. </returns> </member> <member name="M:System.Web.UI.StateManagedCollection.CreateKnownType(System.Int32)"> <summary> When overridden in a derived class, creates an instance of a class that implements <see cref="T:System.Web.UI.IStateManager" />. The type of object created is based on the specified member of the collection returned by the <see cref="M:System.Web.UI.StateManagedCollection.GetKnownTypes" /> method. </summary> <returns> An instance of a class derived from <see cref="T:System.Web.UI.IStateManager" />, according to the <paramref name="index" /> provided. </returns> <param name="index"> The index, from the ordered list of types returned by <see cref="M:System.Web.UI.StateManagedCollection.GetKnownTypes" />, of the type of <see cref="T:System.Web.UI.IStateManager" /> to create. </param> <exception cref="T:System.InvalidOperationException"> In all cases when not overridden in a derived class. </exception> </member> <member name="M:System.Web.UI.StateManagedCollection.GetEnumerator"> <summary> Returns an iterator that iterates through the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the <see cref="T:System.Web.UI.StateManagedCollection" />. </returns> </member> <member name="M:System.Web.UI.StateManagedCollection.GetKnownTypes"> <summary> When overridden in a derived class, gets an array of <see cref="T:System.Web.UI.IStateManager" /> types that the <see cref="T:System.Web.UI.StateManagedCollection" /> collection can contain. </summary> <returns> An ordered array of <see cref="T:System.Type" /> objects that identify the types of <see cref="T:System.Web.UI.IStateManager" /> objects the collection can contain. The default implementation returns null. </returns> </member> <member name="M:System.Web.UI.StateManagedCollection.OnClear"> <summary> When overridden in a derived class, performs additional work before the <see cref="M:System.Web.UI.StateManagedCollection.Clear" /> method removes all items from the collection. </summary> </member> <member name="M:System.Web.UI.StateManagedCollection.OnClearComplete"> <summary> When overridden in a derived class, performs additional work after the <see cref="M:System.Web.UI.StateManagedCollection.Clear" /> method finishes removing all items from the collection. </summary> </member> <member name="M:System.Web.UI.StateManagedCollection.OnInsert(System.Int32,System.Object)"> <summary> When overridden in a derived class, performs additional work before the <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Insert(System.Int32,System.Object)" /> or <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Add(System.Object)" /> method adds an item to the collection. </summary> <param name="index"> The zero-based index at which <paramref name="value" /> should be inserted by the <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Insert(System.Int32,System.Object)" /> method. </param> <param name="value"> The object to insert into the <see cref="T:System.Web.UI.StateManagedCollection" />. </param> </member> <member name="M:System.Web.UI.StateManagedCollection.OnInsertComplete(System.Int32,System.Object)"> <summary> When overridden in a derived class, performs additional work after the <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Insert(System.Int32,System.Object)" /> or <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Add(System.Object)" /> method adds an item to the collection. </summary> <param name="index"> The zero-based index at which <paramref name="value" /> is inserted by the <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Insert(System.Int32,System.Object)" /> method. </param> <param name="value"> The object inserted into the <see cref="T:System.Web.UI.StateManagedCollection" />. </param> </member> <member name="M:System.Web.UI.StateManagedCollection.OnRemove(System.Int32,System.Object)"> <summary> When overridden in a derived class, performs additional work before the <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Remove(System.Object)" /> or <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.RemoveAt(System.Int32)" /> method removes the specified item from the collection. </summary> <param name="index"> The zero-based index of the item to remove, which is used when <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.RemoveAt(System.Int32)" /> is called. </param> <param name="value"> The object to remove from the <see cref="T:System.Web.UI.StateManagedCollection" />, which is used when <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Remove(System.Object)" /> is called. </param> </member> <member name="M:System.Web.UI.StateManagedCollection.OnRemoveComplete(System.Int32,System.Object)"> <summary> When overridden in a derived class, performs additional work after the <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Remove(System.Object)" /> or <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.RemoveAt(System.Int32)" /> method removes the specified item from the collection. </summary> <param name="index"> The zero-based index of the item to remove, which is used when <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.RemoveAt(System.Int32)" /> is called. </param> <param name="value"> The object removed from the <see cref="T:System.Web.UI.StateManagedCollection" />, which is used when <see cref="M:System.Web.UI.StateManagedCollection.System.Collections.IList.Remove(System.Object)" /> is called. </param> </member> <member name="M:System.Web.UI.StateManagedCollection.OnValidate(System.Object)"> <summary> When overridden in a derived class, validates an element of the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> <param name="value"> The <see cref="T:System.Web.UI.IStateManager" /> to validate. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.UI.StateManagedCollection.SetDirty"> <summary> Forces the entire <see cref="T:System.Web.UI.StateManagedCollection" /> collection to be serialized into view state. </summary> </member> <member name="M:System.Web.UI.StateManagedCollection.SetDirtyObject(System.Object)"> <summary> When overridden in a derived class, instructs an object contained by the collection to record its entire state to view state, rather than recording only change information. </summary> <param name="o"> The <see cref="T:System.Web.UI.IStateManager" /> that should serialize itself completely. </param> </member> <member name="P:System.Web.UI.StateManagedCollection.System#Collections#ICollection#Count"> <summary> Gets the number of elements contained in the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> <returns> The number of elements in the <see cref="T:System.Web.UI.StateManagedCollection" />. </returns> </member> <member name="P:System.Web.UI.StateManagedCollection.System#Collections#ICollection#IsSynchronized"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.StateManagedCollection" /> collection is synchronized (thread safe). This method returns false in all cases. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.StateManagedCollection.System#Collections#ICollection#SyncRoot"> <summary> Gets an object that can be used to synchronize access to the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. This method returns null in all cases. </summary> <returns>null in all cases. </returns> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Collections#IEnumerable#GetEnumerator"> <summary> Returns an iterator that iterates through the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the <see cref="T:System.Web.UI.StateManagedCollection" />. </returns> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Collections#IList#Add(System.Object)"> <summary> Adds an item to the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> <returns> The position at which the new element was inserted. </returns> <param name="value"> The object to add to the <see cref="T:System.Web.UI.StateManagedCollection" />. </param> <exception cref="T:System.ArgumentNullException"> The specified <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Collections#IList#Clear"> <summary> Removes all items from the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Collections#IList#Contains(System.Object)"> <summary> Determines whether the <see cref="T:System.Web.UI.StateManagedCollection" /> collection contains a specific value. </summary> <returns>true if the object is found in the <see cref="T:System.Web.UI.StateManagedCollection" />; otherwise, false. If null is passed for the value parameter, false is returned. </returns> <param name="value"> The object to locate in the <see cref="T:System.Web.UI.StateManagedCollection" />. </param> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Collections#IList#IndexOf(System.Object)"> <summary> Determines the index of a specified item in the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> <returns> The index of <paramref name="value" />, if it is found in the list; otherwise, -1. </returns> <param name="value"> The object to locate in the <see cref="T:System.Web.UI.StateManagedCollection" />. </param> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Collections#IList#Insert(System.Int32,System.Object)"> <summary> Inserts an item into the <see cref="T:System.Web.UI.StateManagedCollection" /> collection at the specified index. </summary> <param name="index"> The zero-based index at which <paramref name="value" /> should be inserted. </param> <param name="value"> The object to insert into the <see cref="T:System.Web.UI.StateManagedCollection" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified <paramref name="index" /> is out of range of the collection. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.UI.StateManagedCollection" /> is read-only. </exception> <exception cref="T:System.ArgumentNullException"> The specified <paramref name="value" /> is null. </exception> </member> <member name="P:System.Web.UI.StateManagedCollection.System#Collections#IList#IsFixedSize"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.StateManagedCollection" /> collection has a fixed size. This method returns false in all cases. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.StateManagedCollection.System#Collections#IList#IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.StateManagedCollection" /> collection is read-only. </summary> <returns>true if the <see cref="T:System.Web.UI.StateManagedCollection" /> is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.UI.StateManagedCollection.System#Collections#IList#Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.IStateManager" /> element at the specified index. </summary> <returns> The element at the specified index. </returns> <param name="index"> The zero-based index of the element to get. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified <paramref name="index" /> is out of range of the collection. </exception> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Collections#IList#Remove(System.Object)"> <summary> Removes the first occurrence of the specified object from the <see cref="T:System.Web.UI.StateManagedCollection" /> collection. </summary> <param name="value"> The object to remove from the <see cref="T:System.Web.UI.StateManagedCollection" />. </param> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.UI.StateManagedCollection" /> is read-only. </exception> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Collections#IList#RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.IStateManager" /> element at the specified index. </summary> <param name="index"> The zero-based index of the item to remove. </param> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.UI.StateManagedCollection" /> is read-only. </exception> </member> <member name="P:System.Web.UI.StateManagedCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.StateManagedCollection" /> collection is saving changes to its view state. </summary> <returns>true if the collection is marked to save its own state and the state of all the <see cref="T:System.Web.UI.IStateManager" /> items it contains; otherwise, false. </returns> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Restores the previously saved view state of the <see cref="T:System.Web.UI.StateManagedCollection" /> collection and the <see cref="T:System.Web.UI.IStateManager" /> items it contains. </summary> <param name="savedState"> An object that represents the collection and collection elements' state to restore. </param> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the changes to the <see cref="T:System.Web.UI.StateManagedCollection" /> collection and each <see cref="T:System.Web.UI.IStateManager" /> object it contains since the time the page was posted back to the server. </summary> <returns> The object that contains the changes to the view state of the <see cref="T:System.Web.UI.StateManagedCollection" /> and the items it contains. If no view state is associated with the collection and its elements, this method returns null. </returns> </member> <member name="M:System.Web.UI.StateManagedCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.StateManagedCollection" /> collection and each of the <see cref="T:System.Web.UI.IStateManager" /> objects it contains to track changes to their view state so they can be persisted across requests for the same page. </summary> </member> <member name="T:System.Web.UI.StaticPartialCachingControl"> <summary> Represents an instance of the <see cref="T:System.Web.UI.UserControl" /> class that is specified for output caching and included declaratively in a page or another user control. </summary> </member> <member name="M:System.Web.UI.StaticPartialCachingControl.#ctor(System.String,System.String,System.Int32,System.String,System.String,System.String,System.String,System.Web.UI.BuildMethod)"> <summary> Creates the <see cref="T:System.Web.UI.StaticPartialCachingControl" /> object to contain the cached server control content. </summary> <param name="ctrlID"> The identifier assigned to the server control by ASP.NET. </param> <param name="guid"> The globally unique identifier passed from the server control. </param> <param name="duration"> The length of time the server control is to remain in the cache. </param> <param name="varyByParams"> A string of the query string or form POST parameters by which to vary the user control in the cache. </param> <param name="varyByControls"> A string of the server control properties by which to vary the user control in the cache. </param> <param name="varyByCustom"> A string of the user-defined strings by which to vary the user control in the cache. </param> <param name="sqlDependency"> A semicolon-delimited string that indicates which databases and tables to use for the Microsoft SQL Server cache dependency. </param> <param name="buildMethod"> A delegate that calls the method to build the <see cref="T:System.Web.UI.StaticPartialCachingControl" />. </param> </member> <member name="M:System.Web.UI.StaticPartialCachingControl.#ctor(System.String,System.String,System.Int32,System.String,System.String,System.String,System.Web.UI.BuildMethod)"> <summary> Creates the <see cref="T:System.Web.UI.StaticPartialCachingControl" /> object to contain the cached server control content. </summary> <param name="ctrlID"> The identifier assigned to the server control by ASP.NET. </param> <param name="guid"> The globally unique identifier passed from the server control. </param> <param name="duration"> The length of time the server control is to remain in the cache. </param> <param name="varyByParams"> A string of the query string or form POST parameters by which to vary the user control in the cache. </param> <param name="varyByControls"> A string of the server control properties by which to vary the user control in the cache. </param> <param name="varyByCustom"> A string of the user-defined strings by which to vary the user control in the cache. </param> <param name="buildMethod"> A delegate that calls the method to build the <see cref="T:System.Web.UI.StaticPartialCachingControl" />. </param> </member> <member name="M:System.Web.UI.StaticPartialCachingControl.BuildCachedControl(System.Web.UI.Control,System.String,System.String,System.Int32,System.String,System.String,System.String,System.String,System.Web.UI.BuildMethod)"> <summary> Builds a <see cref="T:System.Web.UI.StaticPartialCachingControl" /> object with the parameters specified in the user control (.ascx file) and adds it as a parsed sub-object to the containing server control. </summary> <param name="parent"> The server control to contain the <see cref="T:System.Web.UI.StaticPartialCachingControl" /> instance. </param> <param name="ctrlID"> The identifier assigned to the control by ASP.NET. </param> <param name="guid"> The globally unique identifier for the cached control. </param> <param name="duration"> The length of time the control's output is cached. </param> <param name="varyByParams"> A string of the query string or form POST parameters by which to vary the server control in the cache. </param> <param name="varyByControls"> A string of the user-defined strings by which to vary the user control in the cache. </param> <param name="varyByCustom"> A semicolon-delimited string that indicates which databases and tables to use for the Microsoft SQL Server cache dependency. </param> <param name="sqlDependency"> A delegate that calls the method to build the control. </param> <param name="buildMethod"> A delegate that calls the method to build the control. </param> </member> <member name="M:System.Web.UI.StaticPartialCachingControl.BuildCachedControl(System.Web.UI.Control,System.String,System.String,System.Int32,System.String,System.String,System.String,System.Web.UI.BuildMethod)"> <summary> Builds a <see cref="T:System.Web.UI.StaticPartialCachingControl" /> object with the parameters specified in the user control (.ascx file) and adds it as a parsed sub-object to the containing server control. </summary> <param name="parent"> The server control to contain the <see cref="T:System.Web.UI.StaticPartialCachingControl" /> instance. </param> <param name="ctrlID"> The identifier assigned to the control by ASP.NET. </param> <param name="guid"> The globally unique identifier for the cached control. </param> <param name="duration"> The length of time the control's output is cached. </param> <param name="varyByParams"> A string of the query string or form POST parameters by which to vary the server control in the cache. </param> <param name="varyByControls"> A string of the user control properties by which to vary the control in the cache. </param> <param name="varyByCustom"> A string of the user-defined strings by which to vary the user control in the cache. </param> <param name="buildMethod"> A delegate that calls the method to build the control. </param> </member> <member name="T:System.Web.UI.SupportsEventValidationAttribute"> <summary> Defines the metadata attribute that Web server controls use to indicate support for event validation. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.SupportsEventValidationAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.SupportsEventValidationAttribute" /> class. </summary> </member> <member name="T:System.Web.UI.TagPrefixAttribute"> <summary> Defines the tag prefix used in a Web page to identify custom controls. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.TagPrefixAttribute.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.TagPrefixAttribute" /> class. </summary> <param name="namespaceName"> A string that identifies the custom control namespace. </param> <param name="tagPrefix"> A string that identifies the custom control prefix. </param> <exception cref="T:System.ArgumentException"> The <paramref name="namespaceName" /> or the <paramref name="tagPrefix" /> is null or an empty string (""). </exception> </member> <member name="P:System.Web.UI.TagPrefixAttribute.NamespaceName"> <summary> Gets the namespace prefix for the specified control. </summary> <returns> The namespace name. </returns> </member> <member name="P:System.Web.UI.TagPrefixAttribute.TagPrefix"> <summary> Gets the tag prefix for the specified control. </summary> <returns> The tag prefix. </returns> </member> <member name="T:System.Web.UI.TemplateBuilder"> <summary> Supports the page parser in building a template and the child controls it contains. </summary> </member> <member name="M:System.Web.UI.TemplateBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.TemplateBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.TemplateBuilder.BuildObject"> <summary> Used during design time to build the template and its child controls. </summary> <returns> A reference to the instance of the <see cref="T:System.Web.UI.TemplateBuilder" /> class. </returns> </member> <member name="M:System.Web.UI.TemplateBuilder.CloseControl"> <summary> Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. </summary> </member> <member name="M:System.Web.UI.TemplateBuilder.Init(System.Web.UI.TemplateParser,System.Web.UI.ControlBuilder,System.Type,System.String,System.String,System.Collections.IDictionary)"> <summary> Initializes the template builder when a Web request is made. </summary> <param name="parser"> The <see cref="T:System.Web.UI.TemplateParser" /> responsible for parsing the control. </param> <param name="parentBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> responsible for building the control. </param> <param name="type"> The <see cref="T:System.Type" /> assigned to the control that the builder will create. </param> <param name="tagName"> The name of the tag to build. This allows the builder to support multiple tag types. </param> <param name="ID"></param> <param name="attribs"> The <see cref="T:System.Collections.IDictionary" /> that holds all the specified tag attributes. </param> </member> <member name="M:System.Web.UI.TemplateBuilder.InstantiateIn(System.Web.UI.Control)"> <summary> Defines the <see cref="T:System.Web.UI.Control" /> object that child controls and templates belong to in design time. </summary> <param name="container"> The <see cref="T:System.Web.UI.Control" /> to contain the instances of controls from the inline template. </param> </member> <member name="M:System.Web.UI.TemplateBuilder.NeedsTagInnerText"> <summary> Determines if the control builder needs to get its inner text. </summary> <returns>true if the control builder needs to get its inner text. The default is false. </returns> </member> <member name="M:System.Web.UI.TemplateBuilder.SetTagInnerText(System.String)"> <summary> Saves the inner text of the template tag. </summary> <param name="text"> The inner text of the template. </param> </member> <member name="P:System.Web.UI.TemplateBuilder.Text"> <summary> Gets or sets the text between the opening and closing tags of the template. </summary> <returns> The text that appears between the opening and closing tags of the template. </returns> </member> <member name="T:System.Web.UI.TemplateContainerAttribute"> <summary> Declares the base type of the container control of a property that returns an <see cref="T:System.Web.UI.ITemplate" /> interface and is marked with the <see cref="T:System.Web.UI.TemplateContainerAttribute" /> attribute. The control with the <see cref="T:System.Web.UI.ITemplate" /> property must implement the <see cref="T:System.Web.UI.INamingContainer" /> interface. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.TemplateContainerAttribute.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.TemplateContainerAttribute" /> class using the specified container type. </summary> <param name="containerType"> The <see cref="T:System.Type" /> for the container control. </param> </member> <member name="M:System.Web.UI.TemplateContainerAttribute.#ctor(System.Type,System.ComponentModel.BindingDirection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.TemplateContainerAttribute" /> class using the specified container type and the <see cref="P:System.Web.UI.TemplateContainerAttribute.BindingDirection" /> property. </summary> <param name="containerType"> The <see cref="T:System.Type" /> for the container control. </param> <param name="bindingDirection"> The <see cref="P:System.Web.UI.TemplateContainerAttribute.BindingDirection" /> for the container control. </param> </member> <member name="P:System.Web.UI.TemplateContainerAttribute.BindingDirection"> <summary> Gets the binding direction of the container control. </summary> <returns> A <see cref="T:System.ComponentModel.BindingDirection" /> indicating the container control's binding direction. The default is <see cref="F:System.ComponentModel.BindingDirection.OneWay" />. </returns> </member> <member name="P:System.Web.UI.TemplateContainerAttribute.ContainerType"> <summary> Gets the container control type. </summary> <returns> The container control <see cref="T:System.Type" />. </returns> </member> <member name="T:System.Web.UI.TemplateControl"> <summary> Provides the <see cref="T:System.Web.UI.Page" /> class and the <see cref="T:System.Web.UI.UserControl" /> class with a base set of functionality. </summary> </member> <member name="M:System.Web.UI.TemplateControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.TemplateControl" /> class. </summary> </member> <member name="E:System.Web.UI.TemplateControl.AbortTransaction"> <summary> Occurs when a user ends a transaction. </summary> </member> <member name="P:System.Web.UI.TemplateControl.AppRelativeVirtualPath"> <summary> Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled. </summary> <returns> A string representing the path. </returns> <exception cref="T:System.ArgumentNullException"> The path that is set is null. </exception> <exception cref="T:System.ArgumentException"> The path that is set is not rooted. </exception> </member> <member name="P:System.Web.UI.TemplateControl.AutoHandlers"> <summary> The <see cref="P:System.Web.UI.TemplateControl.AutoHandlers" /> property has been deprecated in ASP.NET NET 2.0. It is used by generated classes and is not intended for use within your code. </summary> <returns> Always 0. </returns> </member> <member name="E:System.Web.UI.TemplateControl.CommitTransaction"> <summary> Occurs when a transaction completes. </summary> </member> <member name="M:System.Web.UI.TemplateControl.Construct"> <summary> Performs design-time logic. </summary> </member> <member name="M:System.Web.UI.TemplateControl.CreateResourceBasedLiteralControl(System.Int32,System.Int32,System.Boolean)"> <summary> Accesses literal strings stored in a resource. The <see cref="M:System.Web.UI.TemplateControl.CreateResourceBasedLiteralControl(System.Int32,System.Int32,System.Boolean)" /> method is not intended for use from within your code. </summary> <returns> A <see cref="T:System.Web.UI.LiteralControl" /> representing a literal string in a resource. </returns> <param name="offset"> The offset of the start of the string in the resource. </param> <param name="size"> The size of the string in bytes. </param> <param name="fAsciiOnly"> A Boolean value indicating if the string in the resource contains only 7-bit ASCII characters. </param> </member> <member name="P:System.Web.UI.TemplateControl.EnableTheming"> <summary> Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the <see cref="T:System.Web.UI.TemplateControl" /> class. </summary> <returns>true to use themes; otherwise, false. The default is true. </returns> </member> <member name="E:System.Web.UI.TemplateControl.Error"> <summary> Occurs when an unhandled exception is thrown. </summary> </member> <member name="M:System.Web.UI.TemplateControl.Eval(System.String)"> <summary> Evaluates a data-binding expression. </summary> <returns> An object that results from the evaluation of the data-binding expression. </returns> <param name="expression"> The navigation path from the container to the public property value to place in the bound control property. </param> <exception cref="T:System.InvalidOperationException"> The data-binding method can be used only for controls contained on a <see cref="T:System.Web.UI.Page" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="expression" /> is null. - or - <paramref name="expression" /> is an empty string (""). </exception> </member> <member name="M:System.Web.UI.TemplateControl.Eval(System.String,System.String)"> <summary> Evaluates a data-binding expression using the specified format string to display the result. </summary> <returns> A string that results from the evaluation of the data-binding expression and conversion to a string type. </returns> <param name="expression"> The navigation path from the container to the public property value to place in the bound control property. </param> <param name="format"> A .NET Framework format string to apply to the result. </param> <exception cref="T:System.InvalidOperationException"> The data-binding method can only be used for controls contained on a <see cref="T:System.Web.UI.Page" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="expression" /> is null. - or - <paramref name="expression" /> is an empty string (""). </exception> </member> <member name="M:System.Web.UI.TemplateControl.FrameworkInitialize"> <summary> Initializes the control that is derived from the <see cref="T:System.Web.UI.TemplateControl" /> class. </summary> </member> <member name="M:System.Web.UI.TemplateControl.GetGlobalResourceObject(System.String,System.String)"> <summary> Gets an application-level resource object based on the specified <see cref="P:System.Web.Compilation.ResourceExpressionFields.ClassKey" /> and <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> properties. </summary> <returns> An object representing the requested resource object; otherwise, null. </returns> <param name="className"> A string representing a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ClassKey" />. </param> <param name="resourceKey"> A string representing a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" />. </param> </member> <member name="M:System.Web.UI.TemplateControl.GetGlobalResourceObject(System.String,System.String,System.Type,System.String)"> <summary> Gets an application-level resource object based on the specified <see cref="P:System.Web.Compilation.ResourceExpressionFields.ClassKey" /> and <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> properties, object type, and property name of the resource. </summary> <returns> An object representing the requested resource object; otherwise, null. </returns> <param name="className"> A string representing a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ClassKey" />. </param> <param name="resourceKey"> A string representing a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" />. </param> <param name="objType"> The type of object in the resource to get. </param> <param name="propName"> The property name of the object to get. </param> </member> <member name="M:System.Web.UI.TemplateControl.GetLocalResourceObject(System.String)"> <summary> Gets a page-level resource object based on the specified <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> property. </summary> <returns> An object representing the requested resource object; otherwise, null. </returns> <param name="resourceKey"> A string representing a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" />. </param> </member> <member name="M:System.Web.UI.TemplateControl.GetLocalResourceObject(System.String,System.Type,System.String)"> <summary> Gets a page-level resource object based on the specified <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" /> property, object type, and property name. </summary> <returns> An object representing the requested resource object; otherwise, null. </returns> <param name="resourceKey"> A string representing a <see cref="P:System.Web.Compilation.ResourceExpressionFields.ResourceKey" />. </param> <param name="objType"> The type of the resource object to get. </param> <param name="propName"> The property name of the resource object to get. </param> </member> <member name="M:System.Web.UI.TemplateControl.LoadControl(System.String)"> <summary> Loads a <see cref="T:System.Web.UI.Control" /> object from a file based on a specified virtual path. </summary> <returns> Returns the specified <see cref="T:System.Web.UI.Control" />. </returns> <param name="virtualPath"> The virtual path to a control file. </param> <exception cref="T:System.ArgumentNullException"> The virtual path is null or empty. </exception> </member> <member name="M:System.Web.UI.TemplateControl.LoadControl(System.Type,System.Object[])"> <summary> Loads a <see cref="T:System.Web.UI.Control" /> object based on a specified type and constructor parameters. </summary> <returns> Returns the specified <see cref="T:System.Web.UI.UserControl" />. </returns> <param name="t"> The type of the control. </param> <param name="parameters"> An array of arguments that match in number, order, and type the parameters of the constructor to invoke. If <paramref name="parameters" /> is an empty array or null, the constructor that takes no parameters (the default constructor) is invoked. </param> </member> <member name="M:System.Web.UI.TemplateControl.LoadTemplate(System.String)"> <summary> Obtains an instance of the <see cref="T:System.Web.UI.ITemplate" /> interface from an external file. </summary> <returns> An instance of the specified template. </returns> <param name="virtualPath"> The virtual path to a user control file. </param> </member> <member name="M:System.Web.UI.TemplateControl.OnAbortTransaction(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.TemplateControl.AbortTransaction" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.TemplateControl.OnCommitTransaction(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.TemplateControl.CommitTransaction" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.TemplateControl.OnError(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.TemplateControl.Error" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.TemplateControl.ParseControl(System.String)"> <summary> Parses an input string into a <see cref="T:System.Web.UI.Control" /> object on the Web Forms page or user control. </summary> <returns> The parsed <see cref="T:System.Web.UI.Control" />. </returns> <param name="content"> A string that contains a user control. </param> </member> <member name="M:System.Web.UI.TemplateControl.ReadStringResource"> <summary> Reads a string resource. The <see cref="M:System.Web.UI.TemplateControl.ReadStringResource" /> method is not intended for use from within your code. </summary> <returns> An object representing the resource. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="M:System.Web.UI.TemplateControl.ReadStringResource" /> is no longer supported. </exception> </member> <member name="M:System.Web.UI.TemplateControl.ReadStringResource(System.Type)"> <summary> Reads a string resource. The <see cref="M:System.Web.UI.TemplateControl.ReadStringResource(System.Type)" /> method is not intended for use from within your code. </summary> <returns> Always <see cref="T:System.NotSupportedException" />. </returns> <param name="t"> The <see cref="T:System.Type" /> of the resource to read. </param> </member> <member name="M:System.Web.UI.TemplateControl.SetStringResourcePointer(System.Object,System.Int32)"> <summary> Sets a pointer to a string resource. The <see cref="M:System.Web.UI.TemplateControl.SetStringResourcePointer(System.Object,System.Int32)" /> method is used by generated classes and is not intended for use from within your code. </summary> <param name="stringResourcePointer"> An object representing the pointer to the string resource. </param> <param name="maxResourceOffset"> The resource size. </param> </member> <member name="P:System.Web.UI.TemplateControl.SupportAutoEvents"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.TemplateControl" /> control supports automatic events. </summary> <returns> Always true. </returns> </member> <member name="M:System.Web.UI.TemplateControl.System#Web#UI#IFilterResolutionService#CompareFilters(System.String,System.String)"> <summary> Returns a value that indicates whether a parent/child relationship exists between two specified device filters. </summary> <returns> 1, if <paramref name="filter1" /> is a parent of <paramref name="filter2" />; -1, if <paramref name="filter2" /> is a parent of <paramref name="filter1" />; otherwise, 0, if there is no parent/child relationship between <paramref name="filter1" /> and <paramref name="filter2" />. </returns> <param name="filter1"> A device filter name. </param> <param name="filter2"> A device filter name. </param> </member> <member name="M:System.Web.UI.TemplateControl.System#Web#UI#IFilterResolutionService#EvaluateFilter(System.String)"> <summary> Returns a value that indicates whether the specified filter is a type of the current filter object. </summary> <returns>true if the specified filter is a type applicable to the current filter object; otherwise, false. </returns> <param name="filterName"> The name of a device filter. </param> </member> <member name="M:System.Web.UI.TemplateControl.TestDeviceFilter(System.String)"> <summary> Returns a Boolean value indicating whether a device filter applies to the HTTP request. </summary> <returns>true if the client browser specified in <paramref name="filterName" /> is the same as the specified browser; otherwise, false. The default is false. </returns> <param name="filterName"> The browser name to test. </param> </member> <member name="M:System.Web.UI.TemplateControl.WriteUTF8ResourceString(System.Web.UI.HtmlTextWriter,System.Int32,System.Int32,System.Boolean)"> <summary> Writes a resource string to an <see cref="T:System.Web.UI.HtmlTextWriter" /> control. The <see cref="M:System.Web.UI.TemplateControl.WriteUTF8ResourceString(System.Web.UI.HtmlTextWriter,System.Int32,System.Int32,System.Boolean)" /> method is used by generated classes and is not intended for use from within your code. </summary> <param name="output"> The control to write to. </param> <param name="offset"> The starting position within <paramref name="value" />. </param> <param name="size"> The number of characters within <paramref name="value" /> to use. </param> <param name="fAsciiOnly">true to bypass re-encoding; otherwise, false. </param> <exception cref="T:System.ArgumentOutOfRangeException"> Data that is not valid is being accessed; <paramref name="offset" /> or <paramref name="size" /> is less than zero. - or - The sum of <paramref name="offset" /> and <paramref name="size" /> is greater than the resource size. </exception> </member> <member name="M:System.Web.UI.TemplateControl.XPath(System.String)"> <summary> Evaluates an XPath data-binding expression. </summary> <returns> An object that results from the evaluation of the data-binding expression. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For more information, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <exception cref="T:System.InvalidOperationException"> The data-binding method can be used only for controls contained on a <see cref="T:System.Web.UI.Page" />. </exception> </member> <member name="M:System.Web.UI.TemplateControl.XPath(System.String,System.String)"> <summary> Evaluates an XPath data-binding expression using the specified format string to display the result. </summary> <returns> A string that results from the evaluation of the data-binding expression and conversion to a string type. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For more information, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <param name="format"> A .NET Framework format string to apply to the result. </param> <exception cref="T:System.InvalidOperationException"> The data-binding method can be used only for controls contained on a <see cref="T:System.Web.UI.Page" />. </exception> </member> <member name="M:System.Web.UI.TemplateControl.XPath(System.String,System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and the specified format string to display the result. </summary> <returns> A string that results from the evaluation of the data-binding expression and conversion to a string type. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For more information, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <param name="format"> A .NET Framework format string to apply to the result. </param> <param name="resolver"> A set of prefix and namespace mappings used for namespace resolution. </param> <exception cref="T:System.InvalidOperationException"> The data-binding method can be used only for controls contained on a <see cref="T:System.Web.UI.Page" />. </exception> </member> <member name="M:System.Web.UI.TemplateControl.XPath(System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution. </summary> <returns> An object that results from the evaluation of the data-binding expression. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For more information, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <param name="resolver"> A set of prefix and namespace mappings used for namespace resolution. </param> <exception cref="T:System.InvalidOperationException"> The data-binding method can be used only for controls contained on a <see cref="T:System.Web.UI.Page" />. </exception> </member> <member name="M:System.Web.UI.TemplateControl.XPathSelect(System.String)"> <summary> Evaluates an XPath data-binding expression and returns a node collection that implements the <see cref="T:System.Collections.IEnumerable" /> interface. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> node list. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For more information, see <see cref="T:System.Web.UI.XPathBinder" />. </param> </member> <member name="M:System.Web.UI.TemplateControl.XPathSelect(System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the <see cref="T:System.Collections.IEnumerable" /> interface. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> node list. </returns> <param name="xPathExpression"> The XPath expression to evaluate. For more information, see <see cref="T:System.Web.UI.XPathBinder" />. </param> <param name="resolver"> A set of prefix and namespace mappings used for namespace resolution. </param> </member> <member name="T:System.Web.UI.TemplateControlParser"> <summary> Implements ASP.NET template parsing for template controls. </summary> </member> <member name="M:System.Web.UI.TemplateControlParser.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.TemplateControlParser" /> class. </summary> </member> <member name="T:System.Web.UI.TemplateInstance"> <summary> Specifies how many times an instance of a template can be created. </summary> </member> <member name="F:System.Web.UI.TemplateInstance.Multiple"> <summary> A template that is instantiated multiple times. </summary> </member> <member name="F:System.Web.UI.TemplateInstance.Single"> <summary> A template that is instantiated only one time. </summary> </member> <member name="T:System.Web.UI.TemplateInstanceAttribute"> <summary> Defines a metadata attribute that is used to specify the number of allowed instances of a template. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.TemplateInstanceAttribute.#ctor(System.Web.UI.TemplateInstance)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> class with the specified <see cref="T:System.Web.UI.TemplateInstance" /> enumeration value. </summary> <param name="instances"> A <see cref="T:System.Web.UI.TemplateInstance" /> enumeration value. </param> </member> <member name="F:System.Web.UI.TemplateInstanceAttribute.Default"> <summary> Defines the default value for the <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> class. This field is read-only. </summary> </member> <member name="M:System.Web.UI.TemplateInstanceAttribute.Equals(System.Object)"> <summary> Indicates whether the specified object is a <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> object and is identical to the this <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> object. </summary> <returns>true if value is both a <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> object and is identical to the this <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> object; otherwise false. </returns> <param name="obj"> The <see cref="T:System.Object" /> to test. </param> </member> <member name="M:System.Web.UI.TemplateInstanceAttribute.GetHashCode"> <summary> Gets a hash code for this <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> object. </summary> <returns> The hash code for this <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> object. </returns> </member> <member name="P:System.Web.UI.TemplateInstanceAttribute.Instances"> <summary> The <see cref="T:System.Web.UI.TemplateInstance" /> enumeration value that the current template instance represents. </summary> <returns> A <see cref="T:System.Web.UI.TemplateInstance" />. </returns> </member> <member name="M:System.Web.UI.TemplateInstanceAttribute.IsDefaultAttribute"> <summary> Returns a value indicating if the current <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> object is the same as the default <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> object. </summary> <returns>true if the value of the current instance of <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> is the default; otherwise, false. </returns> </member> <member name="F:System.Web.UI.TemplateInstanceAttribute.Multiple"> <summary> Creates an instance of the <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> class as one representing a template that will be instantiated multiple times. This field is read-only. </summary> </member> <member name="F:System.Web.UI.TemplateInstanceAttribute.Single"> <summary> Creates an instance of the <see cref="T:System.Web.UI.TemplateInstanceAttribute" /> class as one representing a template that will be instantiated a single time. This field is read-only. </summary> </member> <member name="T:System.Web.UI.TemplateParser"> <summary> Serves as the abstract base class for ASP.NET file parsers. </summary> </member> <member name="M:System.Web.UI.TemplateParser.ParseFile(System.String,System.String)"> <summary> Parses the content of the file that is specified by either its virtual or physical path. </summary> <param name="physicalPath"> The physical path of the file to parse. <paramref name="physicalPath" /> has precedence over <paramref name="virtualPath" />. </param> <param name="virtualPath"> The virtual path of the file to parse. </param> <exception cref="T:System.Web.HttpException"> <paramref name="physicalPath" /> or <paramref name="virtualPath" /> refers to the file currently being parsed. </exception> </member> <member name="M:System.Web.UI.TemplateParser.ProcessError(System.String)"> <summary> Reports a process error by creating a new <see cref="T:System.Web.ParserError" /> object with the specified message and adding it to a <see cref="T:System.Web.ParserErrorCollection" /> collection. </summary> <param name="message"> The error message text used to create a new <see cref="T:System.Web.ParserError" />. </param> </member> <member name="M:System.Web.UI.TemplateParser.ProcessException(System.Exception)"> <summary> Reports a parser exception by creating a new <see cref="T:System.Web.ParserError" /> object as the specified <see cref="T:System.Exception" /> exception and adding it to a <see cref="T:System.Web.ParserErrorCollection" /> collection. </summary> <param name="ex"> The <see cref="T:System.Exception" /> used to create a new <see cref="T:System.Web.ParserError" />. </param> <exception cref="T:System.Web.HttpCompileException"> The <see cref="T:System.Exception" /> to process is a compiler error. </exception> </member> <member name="T:System.Web.UI.TemplatePropertyEntry"> <summary> Enables property entry for <see cref="T:System.Web.UI.ITemplate" /> class properties. </summary> </member> <member name="P:System.Web.UI.TemplatePropertyEntry.BindableTemplate"> <summary> Gets a value indicating if the <see cref="T:System.Web.UI.ITemplate" /> property can have data bound to it. </summary> <returns>true if the <see cref="T:System.Web.UI.ITemplate" /> property is bindable; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.UI.ThemeableAttribute"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.ThemeableAttribute.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ThemeableAttribute" /> class, using the specified Boolean value to determine whether the attribute represents a type or member that is affected by themes and control skins. </summary> <param name="themeable">true to initialize the <see cref="T:System.Web.UI.ThemeableAttribute" /> to represent a type or member that can be affected by themes; otherwise, false. </param> </member> <member name="F:System.Web.UI.ThemeableAttribute.Default"> <summary> Gets a <see cref="T:System.Web.UI.ThemeableAttribute" /> instance that represents the application-defined default value of the attribute. </summary> </member> <member name="M:System.Web.UI.ThemeableAttribute.Equals(System.Object)"> <summary> Returns a value that indicates whether this instance is equal to a specified object. </summary> <returns>true if <paramref name="obj" /> is the same instance as the current instance, or if the instances are different, but the attribute values are equivalent; otherwise, false. </returns> <param name="obj"> An object to compare with this instance, or null. </param> </member> <member name="M:System.Web.UI.ThemeableAttribute.GetHashCode"> <summary> Serves as a hash function for the <see cref="T:System.Web.UI.ThemeableAttribute" /> type. </summary> <returns> A hash code for the current <see cref="T:System.Web.UI.ThemeableAttribute" />. </returns> </member> <member name="M:System.Web.UI.ThemeableAttribute.IsDefaultAttribute"> <summary> Gets a value indicating whether the current instance is equivalent to a <see cref="F:System.Web.UI.ThemeableAttribute.Default" /> instance of the <see cref="T:System.Web.UI.ThemeableAttribute" /> class. </summary> <returns>true if the current instance is equivalent to a <see cref="F:System.Web.UI.ThemeableAttribute.Default" /> instance of the class; otherwise, false. </returns> </member> <member name="M:System.Web.UI.ThemeableAttribute.IsObjectThemeable(System.Object)"> <summary> Returns a value indicating whether the object passed to the method supports themes. </summary> <returns>true if the object supports themes and control skins; otherwise, false. </returns> <param name="instance"> The object to test for themes support. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="instance" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.ThemeableAttribute.IsTypeThemeable(System.Type)"> <summary> Returns a value indicating whether the <see cref="T:System.Type" /> passed to the method supports themes. </summary> <returns>true if the <see cref="T:System.Type" /> supports themes and control skins; otherwise, false. </returns> <param name="type"> The <see cref="T:System.Type" /> to test for themes support. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="type" /> parameter is null. </exception> </member> <member name="F:System.Web.UI.ThemeableAttribute.No"> <summary> Gets a <see cref="T:System.Web.UI.ThemeableAttribute" /> instance used to decorate a type or member that is not affected by themes and control skins. </summary> </member> <member name="P:System.Web.UI.ThemeableAttribute.Themeable"> <summary> Gets a value indicating whether the current control or member of a control can be affected by themes and control skins defined for the Web application. </summary> <returns>true if the current type or member can be affected by themes; otherwise, false. The default is false. </returns> </member> <member name="F:System.Web.UI.ThemeableAttribute.Yes"> <summary> Gets a <see cref="T:System.Web.UI.ThemeableAttribute" /> instance used to decorate a type or member that is affected by themes and control skins. </summary> </member> <member name="T:System.Web.UI.ThemeProvider"> <summary> Provides a class that encapsulates theme and style sheet information for controls in a designer environment. </summary> </member> <member name="M:System.Web.UI.ThemeProvider.#ctor(System.ComponentModel.Design.IDesignerHost,System.String,System.String,System.String[],System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ThemeProvider" /> class. </summary> <param name="host"> An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that represents the current designer environment. </param> <param name="name"> The name of the theme or style sheet theme that the <see cref="T:System.Web.UI.ThemeProvider" /> represents. This parameter can be null. </param> <param name="themeDefinition"> Theme information passed to the <see cref="M:System.Web.UI.DesignTimeTemplateParser.ParseTheme(System.ComponentModel.Design.IDesignerHost,System.String,System.String)" /> method. These are the raw, concatenated contents of the theme. </param> <param name="cssFiles"> The names of the cascading style sheet (CSS) files that are included with the theme that the <see cref="T:System.Web.UI.ThemeProvider" /> represents. </param> <param name="themePath"> The absolute path of the file that contains the theme and control skin information for the named theme. </param> </member> <member name="P:System.Web.UI.ThemeProvider.ContentHashCode"> <summary> Gets the hash of the theme definition passed to the constructor. </summary> <returns> A hash code for the string passed as the theme definition to the class constructor. </returns> </member> <member name="P:System.Web.UI.ThemeProvider.CssFiles"> <summary> Gets a set of strings that represent the names of any cascading style sheet (CSS) files associated with the current theme, if the theme is a style sheet theme. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> of strings that identify the CSS files associated with the theme or style sheet theme. This property might return null. </returns> </member> <member name="P:System.Web.UI.ThemeProvider.DesignerHost"> <summary> Gets an <see cref="T:System.ComponentModel.Design.IDesignerHost" /> object that represents the current designer environment. </summary> <returns> An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that represents the current designer environment. </returns> </member> <member name="M:System.Web.UI.ThemeProvider.GetSkinBuilder(System.Web.UI.Control)"> <summary> Retrieves a <see cref="T:System.Web.UI.SkinBuilder" /> instance for the specified control, which is used to apply a theme and control skin in a designer environment. </summary> <returns> A <see cref="T:System.Web.UI.SkinBuilder" /> instance, if one is defined for the specified control type; otherwise, null. </returns> <param name="control"> The control to apply a theme and control skin to. </param> </member> <member name="M:System.Web.UI.ThemeProvider.GetSkinControlBuildersForControlType(System.Type)"> <summary> Gets an <see cref="T:System.Collections.IDictionary" /> object that contains a set of <see cref="T:System.Web.UI.SkinBuilder" /> objects for the specified <see cref="T:System.Type" />. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> that contains a list of one or more <see cref="T:System.Web.UI.ControlBuilder" /> objects associated with the <see cref="T:System.Type" /> passed to the method. This list is populated with <see cref="T:System.Collections.DictionaryEntry" /> objects where the <see cref="P:System.Web.UI.Control.SkinID" /> is a <see cref="P:System.Collections.DictionaryEntry.Key" />, and its associated <see cref="T:System.Web.UI.SkinBuilder" /> is the <see cref="P:System.Collections.DictionaryEntry.Value" />. </returns> <param name="type"> A <see cref="T:System.Type" /> for which to retrieve any associated <see cref="T:System.Web.UI.ControlBuilder" /> objects. </param> </member> <member name="M:System.Web.UI.ThemeProvider.GetSkinsForControl(System.Type)"> <summary> Gets an <see cref="T:System.Collections.ICollection" /> of skin identifiers that are associated with the specified <see cref="T:System.Type" />. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> of skin identifiers, if control skins are defined for the specified <see cref="T:System.Type" />. If no control skins are associated with the type, an empty <see cref="T:System.Collections.ICollection" /> is returned. </returns> <param name="type"> A <see cref="T:System.Type" /> for which to retrieve any associated skin names. </param> </member> <member name="P:System.Web.UI.ThemeProvider.ThemeName"> <summary> Gets the name of the theme or style sheet theme that the <see cref="T:System.Web.UI.ThemeProvider" /> instance represents. </summary> <returns> The name of the theme or style sheet theme that the <see cref="T:System.Web.UI.ThemeProvider" /> instance represents. </returns> </member> <member name="T:System.Web.UI.ToolboxDataAttribute"> <summary> Specifies the default tag generated for a custom control when it is dragged from a toolbox in a tool such as Microsoft Visual Studio. </summary> </member> <member name="M:System.Web.UI.ToolboxDataAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ToolboxDataAttribute" /> class. </summary> <param name="data"> The string to be set as the <see cref="P:System.Web.UI.ToolboxDataAttribute.Data" />. </param> </member> <member name="P:System.Web.UI.ToolboxDataAttribute.Data"> <summary> Gets the string representing the initial values of the control's property, which is used in a visual designer for creating an instance of the control. </summary> <returns> A string representing the initial values for this attribute. </returns> </member> <member name="F:System.Web.UI.ToolboxDataAttribute.Default"> <summary> Represents the default <see cref="T:System.Web.UI.ToolboxDataAttribute" /> value for a custom control. </summary> </member> <member name="M:System.Web.UI.ToolboxDataAttribute.Equals(System.Object)"> <summary> Tests whether the <see cref="T:System.Web.UI.ToolboxDataAttribute" /> object is equal to the given object. </summary> <returns>true, if the <see cref="T:System.Web.UI.ToolboxDataAttribute" /> object is equal to the given object; otherwise, false. </returns> <param name="obj"> The object to compare to. </param> </member> <member name="M:System.Web.UI.ToolboxDataAttribute.GetHashCode"> <summary> Returns the hash code of the custom control. </summary> <returns> A 32-bit signed integer representing the hash code. </returns> </member> <member name="M:System.Web.UI.ToolboxDataAttribute.IsDefaultAttribute"> <summary> Tests whether the <see cref="T:System.Web.UI.ToolboxDataAttribute" /> object contains the default value for the <see cref="P:System.Web.UI.ToolboxDataAttribute.Data" /> property. </summary> <returns>true, if the <see cref="T:System.Web.UI.ToolboxDataAttribute" /> contains the default value for the <see cref="P:System.Web.UI.ToolboxDataAttribute.Data" /> property; otherwise, false. </returns> </member> <member name="T:System.Web.UI.Triplet"> <summary> Provides a basic utility class that is used to store three related objects. </summary> </member> <member name="M:System.Web.UI.Triplet.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Triplet" /> class. </summary> </member> <member name="M:System.Web.UI.Triplet.#ctor(System.Object,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Triplet" /> class and sets the first two objects. </summary> <param name="x"> Object assigned to <see cref="F:System.Web.UI.Triplet.First" />. </param> <param name="y"> Object assigned to <see cref="F:System.Web.UI.Triplet.Second" />. </param> </member> <member name="M:System.Web.UI.Triplet.#ctor(System.Object,System.Object,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Triplet" /> class with the provided three objects. </summary> <param name="x"> Object assigned to <see cref="F:System.Web.UI.Triplet.First" />. </param> <param name="y"> Object assigned to <see cref="F:System.Web.UI.Triplet.Second" />. </param> <param name="z"> Object assigned to <see cref="F:System.Web.UI.Triplet.Third" />. </param> </member> <member name="F:System.Web.UI.Triplet.First"> <summary> Gets or sets the first object of the triplet. </summary> </member> <member name="F:System.Web.UI.Triplet.Second"> <summary> Gets or sets the second object of the triplet. </summary> </member> <member name="F:System.Web.UI.Triplet.Third"> <summary> Gets or sets the third object of the triplet. </summary> </member> <member name="T:System.Web.UI.UrlPropertyAttribute"> <summary> Defines the attribute that controls use to identify string properties containing URL values. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.UrlPropertyAttribute.#ctor"> <summary> Initializes a new default instance of the <see cref="T:System.Web.UI.UrlPropertyAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.UrlPropertyAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.UrlPropertyAttribute" /> class, setting the <see cref="P:System.Web.UI.UrlPropertyAttribute.Filter" /> property to the specified string. </summary> <param name="filter"> A file filter associated with the URL-specific property. </param> </member> <member name="M:System.Web.UI.UrlPropertyAttribute.Equals(System.Object)"> <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false. </returns> <param name="obj"> An <see cref="T:System.Object" /> to compare with this instance or null. </param> </member> <member name="P:System.Web.UI.UrlPropertyAttribute.Filter"> <summary> Gets a file filter associated with the URL-specific property. </summary> <returns> A file filter associated with the URL-specific property. The default is "*.*". </returns> </member> <member name="M:System.Web.UI.UrlPropertyAttribute.GetHashCode"> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="T:System.Web.UI.UserControl"> <summary> Represents an .ascx file, also known as a user control, requested from a server that hosts an ASP.NET Web application. The file must be called from a Web Forms page or a parser error will occur. </summary> </member> <member name="M:System.Web.UI.UserControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.UserControl" /> class. </summary> </member> <member name="P:System.Web.UI.UserControl.Application"> <summary> Gets the <see cref="P:System.Web.HttpContext.Application" /> object for the current Web request. </summary> <returns> The <see cref="T:System.Web.HttpApplicationState" /> object for the current Web request. </returns> </member> <member name="P:System.Web.UI.UserControl.Attributes"> <summary> Gets a collection of all attribute name and value pairs declared in the user control tag within the .aspx file. </summary> <returns> An <see cref="T:System.Web.UI.AttributeCollection" /> object that contains all the name and value pairs declared in the user control tag. </returns> </member> <member name="P:System.Web.UI.UserControl.Cache"> <summary> Gets the <see cref="T:System.Web.Caching.Cache" /> object that is associated with the application that contains the user control. </summary> <returns> The <see cref="T:System.Web.Caching.Cache" /> object in which to store the user control's data. </returns> </member> <member name="P:System.Web.UI.UserControl.CachePolicy"> <summary> Gets a reference to a collection of caching parameters for this user control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCachePolicy" /> containing properties that define the caching parameters for this <see cref="T:System.Web.UI.UserControl" />. </returns> </member> <member name="M:System.Web.UI.UserControl.DesignerInitialize"> <summary> Performs any initialization steps on the user control that are required by RAD designers. </summary> </member> <member name="M:System.Web.UI.UserControl.InitializeAsUserControl(System.Web.UI.Page)"> <summary> Initializes the <see cref="T:System.Web.UI.UserControl" /> object that has been created declaratively. Since there are some differences between pages and user controls, this method makes sure that the user control is initialized properly. </summary> <param name="page"> The <see cref="T:System.Web.UI.Page" /> object that contains the user control. </param> </member> <member name="P:System.Web.UI.UserControl.IsPostBack"> <summary> 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. </summary> <returns>true if the user control is being loaded in response to a client postback; otherwise, false. </returns> </member> <member name="M:System.Web.UI.UserControl.LoadViewState(System.Object)"> <summary> Restores the view-state information from a previous user control request that was saved by the <see cref="M:System.Web.UI.UserControl.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the user control state to be restored. </param> </member> <member name="M:System.Web.UI.UserControl.MapPath(System.String)"> <summary> Assigns a virtual file path, either absolute or relative, to a physical file path. </summary> <returns> The physical path to the file. </returns> <param name="virtualPath"> The virtual file path to map. </param> </member> <member name="M:System.Web.UI.UserControl.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="P:System.Web.UI.UserControl.Request"> <summary> Gets the <see cref="T:System.Web.HttpRequest" /> object for the current Web request. </summary> <returns> The <see cref="T:System.Web.HttpRequest" /> object associated with the <see cref="T:System.Web.UI.Page" /> that contains the <see cref="T:System.Web.UI.UserControl" /> instance. </returns> </member> <member name="P:System.Web.UI.UserControl.Response"> <summary> Gets the <see cref="T:System.Web.HttpResponse" /> object for the current Web request. </summary> <returns> The <see cref="T:System.Web.HttpResponse" /> object associated with the <see cref="T:System.Web.UI.Page" /> that contains the <see cref="T:System.Web.UI.UserControl" /> instance. </returns> </member> <member name="M:System.Web.UI.UserControl.SaveViewState"> <summary> Saves any user control view-state changes that have occurred since the last page postback. </summary> <returns> Returns the user control's current view state. If there is no view state associated with the control, it returns null. </returns> </member> <member name="P:System.Web.UI.UserControl.Server"> <summary> Gets the <see cref="T:System.Web.HttpServerUtility" /> object for the current Web request. </summary> <returns> The <see cref="T:System.Web.HttpServerUtility" /> object associated with the <see cref="T:System.Web.UI.Page" /> that contains the <see cref="T:System.Web.UI.UserControl" /> instance. </returns> </member> <member name="P:System.Web.UI.UserControl.Session"> <summary> Gets the <see cref="T:System.Web.SessionState.HttpSessionState" /> object for the current Web request. </summary> <returns> An <see cref="T:System.Web.SessionState.HttpSessionState" /> object associated with the <see cref="T:System.Web.UI.Page" /> that contains the <see cref="T:System.Web.UI.UserControl" /> instance. </returns> </member> <member name="M:System.Web.UI.UserControl.System#Web#UI#IAttributeAccessor#GetAttribute(System.String)"> <summary> Returns the value of the specified user control attribute. </summary> <returns> The value of the specified user control attribute. </returns> <param name="name"> The name of the attribute to get the value of. </param> </member> <member name="M:System.Web.UI.UserControl.System#Web#UI#IAttributeAccessor#SetAttribute(System.String,System.String)"> <summary> Sets the value of the specified user control attribute. </summary> <param name="name"> The name of the attribute to set. </param> <param name="value"> The value of the attribute to set. </param> </member> <member name="P:System.Web.UI.UserControl.System#Web#UI#IUserControlDesignerAccessor#InnerText"> <summary> Gets or sets the text that appears between the opening and closing tags of a user control. </summary> <returns> The text that appears between the opening and closing tabs of a user control. </returns> </member> <member name="P:System.Web.UI.UserControl.System#Web#UI#IUserControlDesignerAccessor#TagName"> <summary> Gets or sets the full tag name of the user control. </summary> <returns> The full tag name of the user control. </returns> </member> <member name="P:System.Web.UI.UserControl.Trace"> <summary> Gets the <see cref="T:System.Web.TraceContext" /> object for the current Web request. </summary> <returns> The data from the <see cref="T:System.Web.TraceContext" /> object for the current Web request. </returns> </member> <member name="T:System.Web.UI.UserControlControlBuilder"> <summary> Supports the ASP.NET page parser in building an instance of a user control. </summary> </member> <member name="M:System.Web.UI.UserControlControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.UserControlControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.UserControlControlBuilder.BuildObject"> <summary> Builds an instance of the control identified by the <see cref="P:System.Web.UI.ControlBuilder.ControlType" /> property. </summary> <returns> An instance of a user control identified by <see cref="P:System.Web.UI.ControlBuilder.ControlType" />. </returns> </member> <member name="M:System.Web.UI.UserControlControlBuilder.NeedsTagInnerText"> <summary> Determines whether the control builder needs to get the control's inner text. </summary> <returns>true if the control builder requires the control's inner text; otherwise, false. </returns> </member> <member name="M:System.Web.UI.UserControlControlBuilder.SetTagInnerText(System.String)"> <summary> Provides the <see cref="T:System.Web.UI.UserControlControlBuilder" /> object with the inner text of the control tag. </summary> <param name="text"> The text to be provided. </param> </member> <member name="T:System.Web.UI.ValidationPropertyAttribute"> <summary> Defines the metadata attribute that ASP.NET server controls use to identify a validation property. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ValidationPropertyAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ValidationPropertyAttribute" /> class. </summary> <param name="name"> The name of the validation property. </param> </member> <member name="P:System.Web.UI.ValidationPropertyAttribute.Name"> <summary> Gets the name of the ASP.NET server control's validation property. </summary> <returns> The name of the validation property. </returns> </member> <member name="T:System.Web.UI.ValidatorCollection"> <summary> Exposes an array of <see cref="T:System.Web.UI.IValidator" /> references. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ValidatorCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ValidatorCollection" /> class. </summary> </member> <member name="M:System.Web.UI.ValidatorCollection.Add(System.Web.UI.IValidator)"> <summary> Adds the specified validation server control to the <see cref="T:System.Web.UI.ValidatorCollection" /> collection. </summary> <param name="validator"> The validation server control to add. </param> </member> <member name="M:System.Web.UI.ValidatorCollection.Contains(System.Web.UI.IValidator)"> <summary> Determines whether the specified validation server control is contained within the page's <see cref="T:System.Web.UI.ValidatorCollection" /> collection. </summary> <returns>true if the validation server control is in the collection; otherwise, false. </returns> <param name="validator"> The validation server control to check for. </param> </member> <member name="M:System.Web.UI.ValidatorCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the validator collection to the specified array, beginning at the specified location. </summary> <param name="array"> The collection to which the validation server control is added. </param> <param name="index"> The index where the validation server control is copied. </param> </member> <member name="P:System.Web.UI.ValidatorCollection.Count"> <summary> Gets the number of references in the collection. </summary> <returns> The number of validation controls in the page's <see cref="T:System.Web.UI.ValidatorCollection" />. </returns> </member> <member name="M:System.Web.UI.ValidatorCollection.GetEnumerator"> <summary> Returns an <see cref="T:System.Collections.IEnumerator" /> instance for the <see cref="T:System.Web.UI.ValidatorCollection" /> collection. </summary> <returns> The <see cref="T:System.Collections.IEnumerator" /> for the collection. </returns> </member> <member name="P:System.Web.UI.ValidatorCollection.IsReadOnly"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.ValidatorCollection" /> collection is read-only. </summary> <returns>true if the collection is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ValidatorCollection.IsSynchronized"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.ValidatorCollection" /> collection is synchronized. </summary> <returns>true if the collection is synchronized; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ValidatorCollection.Item(System.Int32)"> <summary> Gets the validation server control at the specified index location in the <see cref="T:System.Web.UI.ValidatorCollection" /> collection. </summary> <returns> The value of the specified validator. </returns> <param name="index"> The index of the validator to return. </param> </member> <member name="M:System.Web.UI.ValidatorCollection.Remove(System.Web.UI.IValidator)"> <summary> Removes the specified validation server control from the page's <see cref="T:System.Web.UI.ValidatorCollection" /> collection. </summary> <param name="validator"> The validation server control to remove from the collection. </param> </member> <member name="P:System.Web.UI.ValidatorCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize the <see cref="T:System.Web.UI.ValidatorCollection" /> collection. </summary> <returns> The <see cref="T:System.Object" /> to synchronize the collection with. </returns> </member> <member name="T:System.Web.UI.VerificationAttribute"> <summary> Defines the metadata attribute of a Web content accessibility rule. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.VerificationAttribute.#ctor(System.String,System.String,System.Web.UI.VerificationReportLevel,System.Int32,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.VerificationAttribute" /> class with accessibility guideline, checkpoint, reporting level, checkpoint priority, and error message. </summary> <param name="guideline"> The accessibility guideline the verification rule describes. </param> <param name="checkpoint"> The checkpoint within the guideline. </param> <param name="reportLevel"> One of the <see cref="T:System.Web.UI.VerificationReportLevel" /> values. </param> <param name="priority"> The priority of the checkpoint. </param> <param name="message"> The message displayed when the verification rule is true. </param> </member> <member name="M:System.Web.UI.VerificationAttribute.#ctor(System.String,System.String,System.Web.UI.VerificationReportLevel,System.Int32,System.String,System.Web.UI.VerificationRule,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.VerificationAttribute" /> class with accessibility guideline, checkpoint, reporting level, checkpoint priority, error message, <see cref="T:System.Web.UI.VerificationRule" />.value, and related conditional property. </summary> <param name="guideline"> The accessibility guideline the verification rule describes. </param> <param name="checkpoint"> The checkpoint within the guideline. </param> <param name="reportLevel"> One of the <see cref="T:System.Web.UI.VerificationReportLevel" /> values. </param> <param name="priority"> The priority of the checkpoint. </param> <param name="message"> The message displayed when the verification rule is true. </param> <param name="rule"> One of the <see cref="T:System.Web.UI.VerificationRule" />.values. </param> <param name="conditionalProperty"> The left side of a conditional expression used to verify the accessibility rule. </param> </member> <member name="M:System.Web.UI.VerificationAttribute.#ctor(System.String,System.String,System.Web.UI.VerificationReportLevel,System.Int32,System.String,System.Web.UI.VerificationRule,System.String,System.Web.UI.VerificationConditionalOperator,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.VerificationAttribute" /> class with accessibility guideline, checkpoint, reporting level, checkpoint priority, error message, <see cref="T:System.Web.UI.VerificationRule" />.value, related conditional property, a related conditional property value, and a reference guideline URL. </summary> <param name="guideline"> The accessibility guideline the verification rule describes. </param> <param name="checkpoint"> The checkpoint within the guideline. </param> <param name="reportLevel"> One of the <see cref="T:System.Web.UI.VerificationReportLevel" /> values. </param> <param name="priority"> The priority of the checkpoint. </param> <param name="message"> The message displayed when the verification rule is true. </param> <param name="rule"> One of the <see cref="T:System.Web.UI.VerificationRule" />.values. </param> <param name="conditionalProperty"> The left side of a conditional expression used to verify the accessibility rule. </param> <param name="conditionalOperator"> One of the <see cref="T:System.Web.UI.VerificationConditionalOperator" /> values. </param> <param name="conditionalValue"> The right hand side of a conditional expression used to verify the accessibility rule. </param> <param name="guidelineUrl"> A reference URL for <paramref name="guideline" />. </param> </member> <member name="P:System.Web.UI.VerificationAttribute.Checkpoint"> <summary> Gets the accessibility checkpoint reference in the specified <see cref="P:System.Web.UI.VerificationAttribute.Guideline" /> property. </summary> <returns> A string representing the checkpoint reference. </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.ConditionalProperty"> <summary> Gets the left side of a conditional expression used as part of the verification accessibility checkpoint. </summary> <returns> The left side of the conditional expression. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.ConditionalValue"> <summary> Gets the right side of a conditional expression used as part of the verification accessibility checkpoint. </summary> <returns> The right side of a conditional expression. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.Guideline"> <summary> Gets the guideline that used for accessibility checking. </summary> <returns> A string representing the guideline. </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.GuidelineUrl"> <summary> Gets the URL the can be used to get more information on the accessibility guidelines given in the <see cref="P:System.Web.UI.VerificationAttribute.Guideline" /> property. </summary> <returns> The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.Message"> <summary> Gets a message string when the accessibility checkpoint verification rule is true. </summary> <returns> An error string. </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.Priority"> <summary> Gets the priority of the accessibility checkpoint. </summary> <returns> An integer representing the priority. </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.VerificationConditionalOperator"> <summary> Gets a <see cref="T:System.Web.UI.VerificationConditionalOperator" /> enumeration value indication how the accessibility checkpoint is verified. </summary> <returns> One of the <see cref="T:System.Web.UI.VerificationConditionalOperator" /> enumeration values. The default value is <see cref="F:System.Web.UI.VerificationConditionalOperator.Equals" />. </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.VerificationReportLevel"> <summary> Gets a <see cref="T:System.Web.UI.VerificationReportLevel" /> enumeration value indicating how the accessibility checkpoint is used. </summary> <returns> One of the <see cref="T:System.Web.UI.VerificationReportLevel" /> enumeration values. </returns> </member> <member name="P:System.Web.UI.VerificationAttribute.VerificationRule"> <summary> Gets a <see cref="T:System.Web.UI.VerificationRule" /> enumeration value indicating how the accessibility checkpoint is used. </summary> <returns> One of the <see cref="T:System.Web.UI.VerificationRule" /> enumeration values. The default value is <see cref="F:System.Web.UI.VerificationRule.Required" />. </returns> </member> <member name="T:System.Web.UI.VerificationConditionalOperator"> <summary> Specifies operators for a conditional expression used in a <see cref="T:System.Web.UI.VerificationAttribute" /> class. </summary> </member> <member name="F:System.Web.UI.VerificationConditionalOperator.Equals"> <summary> The equal to operator (=). </summary> </member> <member name="F:System.Web.UI.VerificationConditionalOperator.NotEquals"> <summary> The not equal to operator (!=). </summary> </member> <member name="T:System.Web.UI.VerificationReportLevel"> <summary> Specifies reporting levels for an accessibility rule defined by an <see cref="T:System.Web.UI.VerificationAttribute" /> instance. </summary> </member> <member name="F:System.Web.UI.VerificationReportLevel.Error"> <summary> The verification rule represented by the <see cref="T:System.Web.UI.VerificationAttribute" /> instance is an error. </summary> </member> <member name="F:System.Web.UI.VerificationReportLevel.Warning"> <summary> The verification rule represented by the <see cref="T:System.Web.UI.VerificationAttribute" /> instance is a warning. </summary> </member> <member name="F:System.Web.UI.VerificationReportLevel.Guideline"> <summary> The verification rule represented by the <see cref="T:System.Web.UI.VerificationAttribute" /> instance is a guideline. </summary> </member> <member name="T:System.Web.UI.VerificationRule"> <summary> Specifies how conditional expressions defined by an <see cref="T:System.Web.UI.VerificationAttribute" /> instance are used in verification. </summary> </member> <member name="F:System.Web.UI.VerificationRule.Required"> <summary> The conditional expression specified in an <see cref="T:System.Web.UI.VerificationAttribute" /> instance is required. </summary> </member> <member name="F:System.Web.UI.VerificationRule.Prohibited"> <summary> The conditional expression specified in an <see cref="T:System.Web.UI.VerificationAttribute" /> instance is prohibited. </summary> </member> <member name="F:System.Web.UI.VerificationRule.NotEmptyString"> <summary> The conditional expression specified in an <see cref="T:System.Web.UI.VerificationAttribute" /> instance must have a left hand side that is not an empty string (""). </summary> </member> <member name="T:System.Web.UI.ViewStateEncryptionMode"> <summary> Specifies whether view-state information is encrypted. </summary> </member> <member name="F:System.Web.UI.ViewStateEncryptionMode.Auto"> <summary> The view-state information is encrypted if a control requests encryption by calling the <see cref="M:System.Web.UI.Page.RegisterRequiresViewStateEncryption" /> method. This is the default. </summary> </member> <member name="F:System.Web.UI.ViewStateEncryptionMode.Always"> <summary> The view-state information is always encrypted. </summary> </member> <member name="F:System.Web.UI.ViewStateEncryptionMode.Never"> <summary> The view-state information is never encrypted, even if a control requests it. </summary> </member> <member name="T:System.Web.UI.ViewStateException"> <summary> Represents the exception that is thrown when the view state cannot be loaded or validated. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ViewStateException.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ViewStateException" /> class. </summary> </member> <member name="M:System.Web.UI.ViewStateException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <param name="info"></param> <param name="context"></param> </member> <member name="P:System.Web.UI.ViewStateException.IsConnected"> <summary> Gets a value indicating whether the client is currently connected to the server. </summary> <returns>true if the client is still connected to the server; otherwise, false. </returns> </member> <member name="P:System.Web.UI.ViewStateException.Message"> <summary> Gets debugging information about the HTTP request that resulted in a view-state exception. </summary> <returns> A <see cref="T:System.String" /> containing the formatted message with information about the exception. </returns> </member> <member name="P:System.Web.UI.ViewStateException.Path"> <summary> Gets the path of the HTTP request that resulted in a view-state exception. </summary> <returns> A <see cref="T:System.String" /> containing the path from the request. </returns> </member> <member name="P:System.Web.UI.ViewStateException.PersistedState"> <summary> Gets the contents of the view-state string that, when read, caused the view-state exception. </summary> <returns> A <see cref="T:System.String" /> containing the view-state values that caused the view-state exception. </returns> </member> <member name="P:System.Web.UI.ViewStateException.Referer"> <summary> Gets the URL of the page that linked to the page where the view-state exception occurred. </summary> <returns> A <see cref="T:System.String" /> containing the HTTP referrer. </returns> </member> <member name="P:System.Web.UI.ViewStateException.RemoteAddress"> <summary> Gets the IP address of the HTTP request that resulted in a view-state exception. </summary> <returns> A <see cref="T:System.String" /> containing the remote IP address of the client. </returns> </member> <member name="P:System.Web.UI.ViewStateException.RemotePort"> <summary> Gets the port number of the HTTP request that resulted in a view-state exception. </summary> <returns> A <see cref="T:System.String" /> containing the remote port number. </returns> </member> <member name="P:System.Web.UI.ViewStateException.UserAgent"> <summary> Gets the browser type of the HTTP request that resulted in a view-state exception. </summary> <returns> A <see cref="T:System.String" /> containing the user agent, which is typically the browser type. </returns> </member> <member name="T:System.Web.UI.ViewStateModeByIdAttribute"> <summary> Defines the metadata attribute that ASP.NET server controls use to specify whether they participate in loading view-state information by <see cref="P:System.Web.UI.Control.ID" />. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.ViewStateModeByIdAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.ViewStateModeByIdAttribute" /> class. </summary> </member> <member name="T:System.Web.UI.VirtualReferenceType"> <summary> Specifies the type of resource referenced by a parsed virtual path. </summary> </member> <member name="F:System.Web.UI.VirtualReferenceType.Page"> <summary> The parsed virtual path references an ASP.NET page. </summary> </member> <member name="F:System.Web.UI.VirtualReferenceType.UserControl"> <summary> The parsed virtual path references an ASP.NET user control. </summary> </member> <member name="F:System.Web.UI.VirtualReferenceType.Master"> <summary> The parsed virtual path references a master page file. </summary> </member> <member name="F:System.Web.UI.VirtualReferenceType.SourceFile"> <summary> The parsed virtual path references a code file that is compiled using a specific language compiler. </summary> </member> <member name="F:System.Web.UI.VirtualReferenceType.Other"> <summary> The parsed virtual path references a resource that is not an ASP.NET page, master page, user control, or language-specific code file. </summary> </member> <member name="T:System.Web.UI.WebResourceAttribute"> <summary> Defines the metadata attribute that enables an embedded resource in an assembly. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebResourceAttribute.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebResourceAttribute" /> class with the specified Web resource and resource content type. </summary> <param name="webResource"> The name of the of Web resource. </param> <param name="contentType"> The type of resource, such as "image/gif" or "text/javascript". </param> <exception cref="T:System.ArgumentException"> <paramref name="webResource" /> is null or an empty string (""). - or - <paramref name="contentType" /> is null or an empty string (""). </exception> </member> <member name="P:System.Web.UI.WebResourceAttribute.ContentType"> <summary> Gets a string containing the MIME type of the resource that is referenced by the <see cref="T:System.Web.UI.WebResourceAttribute" /> class. </summary> <returns> The content type of the resource. </returns> </member> <member name="P:System.Web.UI.WebResourceAttribute.PerformSubstitution"> <summary> Gets or sets a Boolean value that determines whether, during processing of the embedded resource referenced by the <see cref="T:System.Web.UI.WebResourceAttribute" /> class, other Web resource URLs are parsed and replaced with the full path to the resource. </summary> <returns>true if embedded resources are resolved during processing of the resource; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebResourceAttribute.WebResource"> <summary> Gets a string containing the name of the resource that is referenced by the <see cref="T:System.Web.UI.WebResourceAttribute" /> class. </summary> <returns> The name of the resource. </returns> </member> <member name="T:System.Web.UI.WebServiceParser"> <summary> Provides a parser for Web service handlers. </summary> </member> <member name="P:System.Web.UI.WebServiceParser.DefaultDirectiveName"> <summary> Gets the default directive name. </summary> <returns> A <see cref="T:System.String" /> containing the default directive name. </returns> </member> <member name="M:System.Web.UI.WebServiceParser.GetCompiledType(System.String,System.Web.HttpContext)"> <summary> Returns the compiled type for a given input file. </summary> <returns> A <see cref="T:System.Type" /> as specified by the <see cref="T:System.Web.HttpContext" />. </returns> <param name="inputFile"> The file to be compiled. </param> <param name="context"> The <see cref="T:System.Web.HttpContext" /> object for the current request. </param> </member> <member name="T:System.Web.UI.XhtmlMobileDocType"> <summary> Specifies the type of XHTML for the <see cref="T:System.Web.UI.XhtmlTextWriter" /> class to render to the page or control. </summary> </member> <member name="F:System.Web.UI.XhtmlMobileDocType.XhtmlBasic"> <summary> Specifies the XHTML Basic format. This format does not support frames and styles. </summary> </member> <member name="F:System.Web.UI.XhtmlMobileDocType.XhtmlMobileProfile"> <summary> Specifies the XHTML Mobile Profile format. </summary> </member> <member name="F:System.Web.UI.XhtmlMobileDocType.Wml20"> <summary> Specifies the WML 2.0 format. </summary> </member> <member name="T:System.Web.UI.XhtmlTextWriter"> <summary> 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 <see cref="T:System.Web.UI.XhtmlTextWriter" /> class to provide custom XHTML rendering for ASP.NET pages and server controls. </summary> </member> <member name="M:System.Web.UI.XhtmlTextWriter.#ctor(System.IO.TextWriter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.XhtmlTextWriter" /> class that uses the line indentation that is specified in the <see cref="F:System.Web.UI.HtmlTextWriter.DefaultTabString" /> field. Use the <see cref="M:System.Web.UI.XhtmlTextWriter.#ctor(System.IO.TextWriter)" /> constructor if you do not want to change the default line indentation. </summary> <param name="writer"> A <see cref="T:System.IO.TextWriter" /> instance that renders the XHTML content. </param> </member> <member name="M:System.Web.UI.XhtmlTextWriter.#ctor(System.IO.TextWriter,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.XhtmlTextWriter" /> class with the specified line indentation. </summary> <param name="writer"> A <see cref="T:System.IO.TextWriter" /> instance that renders the XHTML content. </param> <param name="tabString"> The string used to render a line indentation. </param> </member> <member name="M:System.Web.UI.XhtmlTextWriter.AddRecognizedAttribute(System.String,System.String)"> <summary> Adds an attribute to an XHTML element. The collection of element-specific attributes for the <see cref="T:System.Web.UI.XhtmlTextWriter" /> object is referenced by the <see cref="P:System.Web.UI.XhtmlTextWriter.ElementSpecificAttributes" /> property. </summary> <param name="elementName"> The XHTML element to add the attribute to. </param> <param name="attributeName"> The attribute to add. </param> </member> <member name="P:System.Web.UI.XhtmlTextWriter.CommonAttributes"> <summary> Gets a <see cref="T:System.Collections.Hashtable" /> object containing common attributes of the markup tags for the <see cref="T:System.Web.UI.XhtmlTextWriter" /> object. </summary> <returns> A <see cref="T:System.Collections.Hashtable" /> object containing common attributes. </returns> </member> <member name="P:System.Web.UI.XhtmlTextWriter.ElementSpecificAttributes"> <summary> Gets a <see cref="T:System.Collections.Hashtable" /> object containing element-specific attributes. </summary> <returns> A <see cref="T:System.Collections.Hashtable" /> object containing element-specific attributes. </returns> </member> <member name="M:System.Web.UI.XhtmlTextWriter.IsValidFormAttribute(System.String)"> <summary> Checks an XHTML attribute to ensure that it can be rendered in the opening tag of a <form> element. </summary> <returns>true if the attribute can be applied to a <form> element; otherwise, false. </returns> <param name="attributeName"> The attribute name to check. </param> </member> <member name="M:System.Web.UI.XhtmlTextWriter.OnAttributeRender(System.String,System.String,System.Web.UI.HtmlTextWriterAttribute)"> <summary> Determines whether the specified XHTML attribute and its value can be rendered to the current markup element. </summary> <returns>true if the attribute is rendered to the page; otherwise, false. </returns> <param name="name"> The XHTML attribute to render. </param> <param name="value"> The value assigned to the XHTML attribute. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterAttribute" /> enumeration value associated with the XHTML attribute. </param> </member> <member name="M:System.Web.UI.XhtmlTextWriter.OnStyleAttributeRender(System.String,System.String,System.Web.UI.HtmlTextWriterStyle)"> <summary> Determines whether the specified XHTML style attribute and its value can be rendered to the current markup element. </summary> <returns>true if the style attribute is rendered; otherwise, false. </returns> <param name="name"> The XHTML style attribute to render. </param> <param name="value"> The value assigned to the XHTML style attribute. </param> <param name="key"> The <see cref="T:System.Web.UI.HtmlTextWriterStyle" /> enumeration value associated with the XHTML style attribute. </param> </member> <member name="M:System.Web.UI.XhtmlTextWriter.RemoveRecognizedAttribute(System.String,System.String)"> <summary> Removes an attribute from the <see cref="P:System.Web.UI.XhtmlTextWriter.ElementSpecificAttributes" /> collection of an element. </summary> <param name="elementName"> The XHTML element to remove an attribute from. </param> <param name="attributeName"> The attribute to remove from the specified XHTML element. </param> </member> <member name="M:System.Web.UI.XhtmlTextWriter.SetDocType(System.Web.UI.XhtmlMobileDocType)"> <summary> Specifies the XHTML document type for the text writer to render to the page or control. </summary> <param name="docType"> One of the <see cref="T:System.Web.UI.XhtmlMobileDocType" /> enumeration values. </param> </member> <member name="P:System.Web.UI.XhtmlTextWriter.SuppressCommonAttributes"> <summary> Gets a <see cref="T:System.Collections.Hashtable" /> object of elements for which <see cref="P:System.Web.UI.XhtmlTextWriter.CommonAttributes" /> attributes are suppressed. </summary> <returns> A <see cref="T:System.Collections.Hashtable" /> of elements containing a collection of <see cref="P:System.Web.UI.XhtmlTextWriter.CommonAttributes" /> that are not rendered. </returns> </member> <member name="M:System.Web.UI.XhtmlTextWriter.WriteBreak"> <summary> Writes a <br/> element to the XHTML output stream. </summary> </member> <member name="T:System.Web.UI.XPathBinder"> <summary> Provides support for rapid application development (RAD) designers to parse data-binding expressions that use XPath expressions. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.XPathBinder.Eval(System.Object,System.String)"> <summary> Evaluates XPath data-binding expressions at run time. </summary> <returns> An <see cref="T:System.Object" /> that results from the evaluation of the data-binding expression. </returns> <param name="container"> The <see cref="T:System.Xml.XPath.IXPathNavigable" /> object reference that the expression is evaluated against. This must be a valid object identifier in the page's specified language. </param> <param name="xPath"> The XPath query from <paramref name="container" /> to the property value that is placed in the bound control property. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="container" /> or <paramref name="xpath" /> parameter is null. </exception> <exception cref="T:System.ArgumentException"> The object specified by <paramref name="container" /> is not an <see cref="T:System.Xml.XPath.IXPathNavigable" /> object. </exception> </member> <member name="M:System.Web.UI.XPathBinder.Eval(System.Object,System.String,System.String)"> <summary> Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser. </summary> <returns> A <see cref="T:System.String" /> that results from the evaluation of the data-binding expression and conversion to a string type. </returns> <param name="container"> The <see cref="T:System.Xml.XPath.IXPathNavigable" /> object reference that the expression is evaluated against. This must be a valid object identifier in the page's specified language. </param> <param name="xPath"> The XPath query from the <paramref name="container" /> to the property value to be placed in the bound control property. </param> <param name="format"> A .NET Framework format string, similar to those used by <see cref="M:System.String.Format(System.String,System.Object)" />, that converts the <see cref="T:System.Xml.XPath.IXPathNavigable" /> object (which results from the evaluation of the data-binding expression) to a <see cref="T:System.String" /> that can be displayed by the requesting browser. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="container" /> or <paramref name="xpath" /> parameter is null. </exception> <exception cref="T:System.ArgumentException"> The object specified by <paramref name="container" /> is not an <see cref="T:System.Xml.XPath.IXPathNavigable" />. </exception> </member> <member name="M:System.Web.UI.XPathBinder.Eval(System.Object,System.String,System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser, using the <see cref="T:System.Xml.IXmlNamespaceResolver" /> object specified to resolve namespace prefixes in the XPath expression.. </summary> <returns> A <see cref="T:System.String" /> that results from the evaluation of the data-binding expression and conversion to a string type. </returns> <param name="container"> The <see cref="T:System.Xml.XPath.IXPathNavigable" /> object reference that the expression is evaluated against. This must be a valid object identifier in the page's specified language. </param> <param name="xPath"> The XPath query from the <paramref name="container" /> to the property value to be placed in the bound control property. </param> <param name="format"> A .NET Framework format string, similar to those used by <see cref="M:System.String.Format(System.String,System.Object)" />, that converts the <see cref="T:System.Xml.XPath.IXPathNavigable" /> object (which results from the evaluation of the data-binding expression) to a <see cref="T:System.String" /> that can be displayed by the requesting browser. </param> <param name="resolver"> The <see cref="T:System.Xml.IXmlNamespaceResolver" /> object used to resolve namespace prefixes in the XPath expression. </param> </member> <member name="M:System.Web.UI.XPathBinder.Eval(System.Object,System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Evaluates XPath data-binding expressions at run time and formats the result as text to be displayed in the requesting browser, using the <see cref="T:System.Xml.IXmlNamespaceResolver" /> object specified to resolve namespace prefixes in the XPath expression. </summary> <returns> A <see cref="T:System.Object" /> that results from the evaluation of the data-binding expression. </returns> <param name="container"> The <see cref="T:System.Xml.XPath.IXPathNavigable" /> object reference that the expression is evaluated against. This must be a valid object identifier in the page's specified language. </param> <param name="xPath"> The XPath query from the <paramref name="container" /> to the property value to be placed in the bound control property. </param> <param name="resolver"> The <see cref="T:System.Xml.IXmlNamespaceResolver" /> object used to resolve namespace prefixes in the XPath expression. </param> </member> <member name="M:System.Web.UI.XPathBinder.Select(System.Object,System.String)"> <summary> Uses an XPath data-binding expression at run time to return a list of nodes. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of nodes. </returns> <param name="container"> The <see cref="T:System.Xml.XPath.IXPathNavigable" /> object reference that the expression is evaluated against. This must be a valid object identifier in the page's specified language. </param> <param name="xPath"> The XPath query that retrieves a list of nodes. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="container" /> or <paramref name="xpath" /> parameter is null. </exception> <exception cref="T:System.ArgumentException"> The object specified by <paramref name="container" /> is not an <see cref="T:System.Xml.XPath.IXPathNavigable" />. </exception> <exception cref="T:System.InvalidOperationException"> The current node of the <see cref="T:System.Xml.XPath.XPathNodeIterator" /> does not have an associated XML node. </exception> </member> <member name="M:System.Web.UI.XPathBinder.Select(System.Object,System.String,System.Xml.IXmlNamespaceResolver)"> <summary> Uses an XPath data-binding expression at run time to return a list of nodes, using the <see cref="T:System.Xml.IXmlNamespaceResolver" /> object specified to resolve namespace prefixes in the XPath expression. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of nodes. </returns> <param name="container"> The <see cref="T:System.Xml.XPath.IXPathNavigable" /> object reference that the expression is evaluated against. This must be a valid object identifier in the page's specified language. </param> <param name="xPath"> The XPath query that retrieves a list of nodes. </param> <param name="resolver"> The <see cref="T:System.Xml.IXmlNamespaceResolver" /> object used to resolve namespace prefixes in the XPath expression. </param> </member> <member name="T:System.Web.UI.CodeConstructType"> <summary> Specifies the code constructs that can be parsed in the <see cref="M:System.Web.UI.PageParserFilter.ProcessCodeConstruct(System.Web.UI.CodeConstructType,System.String)" /> method of the <see cref="T:System.Web.UI.PageParserFilter" /> class. </summary> </member> <member name="F:System.Web.UI.CodeConstructType.CodeSnippet"> <summary> An expression in a <% ... %> tags. </summary> </member> <member name="F:System.Web.UI.CodeConstructType.ExpressionSnippet"> <summary> An expression in <%# ... %> tags. </summary> </member> <member name="F:System.Web.UI.CodeConstructType.DataBindingSnippet"> <summary> An expression in <%= ... %> tags. </summary> </member> <member name="F:System.Web.UI.CodeConstructType.ScriptTag"> <summary> An expression in a script element that contains the runat="server" attribute. </summary> </member> <member name="M:System.Web.UI.ControlBuilder.ProcessGeneratedCode(System.CodeDom.CodeCompileUnit,System.CodeDom.CodeTypeDeclaration,System.CodeDom.CodeTypeDeclaration,System.CodeDom.CodeMemberMethod,System.CodeDom.CodeMemberMethod)"> <summary> Enables custom control builders to access the generated Code Document Object Model (CodeDom) and insert and modify code during the process of parsing and building controls. </summary> <param name="codeCompileUnit"> The root container of a CodeDOM graph of the control that is being built. </param> <param name="baseType"> The base type of the page or user control that contains the control that is being built. </param> <param name="derivedType"> The derived type of the page or user control that contains the control that is being built. </param> <param name="buildMethod"> The code that is used to build the control. </param> <param name="dataBindingMethod"> The code that is used to build the data-binding method of the control. </param> </member> <member name="T:System.Web.UI.CssClassPropertyAttribute"> <summary> Adds Cascading Style Sheet (CSS) editing capabilities to a property at design time. </summary> </member> <member name="M:System.Web.UI.CssClassPropertyAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.CssClassPropertyAttribute" /> class. </summary> </member> <member name="T:System.Web.UI.IAutoFieldGenerator"> <summary> Defines a method that automatically generates fields for data-bound controls that use ASP.NET Dynamic Data features. </summary> </member> <member name="M:System.Web.UI.IAutoFieldGenerator.GenerateFields(System.Web.UI.Control)"> <summary> Automatically generates <see cref="T:System.Web.DynamicData.DynamicField" /> objects based on metadata information for the table. </summary> <returns> A collection of <see cref="T:System.Web.DynamicData.DynamicField" /> objects. </returns> <param name="control"> The data-bound control that will contain the <see cref="T:System.Web.DynamicData.DynamicField" /> objects. </param> </member> <member name="T:System.Web.UI.IBindableControl"> <summary> Defines a method that enables field template controls to implement two-way data-binding. </summary> </member> <member name="M:System.Web.UI.IBindableControl.ExtractValues(System.Collections.Specialized.IOrderedDictionary)"> <summary> Retrieves a set of name/value pairs to implement two-way data-binding in field template controls. </summary> <param name="dictionary"> The dictionary that contains the name/value pairs. </param> </member> <member name="P:System.Web.UI.OutputCacheParameters.VaryByContentEncoding"> <summary> Gets or sets a comma-delimited set of character sets (content encodings) used to vary the cache entry. </summary> <returns> A list of character sets by which to vary the content. </returns> </member> <member name="P:System.Web.UI.Page.AutoPostBackControl"> <summary> Gets or sets the control of the page that is used to postback to the server. </summary> <returns> The control that is used to postback to the server. </returns> </member> <member name="M:System.Web.UI.Page.InitOutputCache(System.Int32,System.String,System.String,System.String,System.Web.UI.OutputCacheLocation,System.String)"> <summary> Initializes the output cache for the current page request. </summary> <param name="duration"> The amount of time that objects stored in the output cache are valid. </param> <param name="varyByContentEncoding"> A semicolon-separated list of character-sets (content encodings) that content from the output cache will vary by. </param> <param name="varyByHeader"> A semicolon-separated list of headers that content from the output cache will vary by. </param> <param name="varyByCustom"> The Vary HTTP header. </param> <param name="location"> One of the <see cref="T:System.Web.UI.OutputCacheLocation" /> values. </param> <param name="varyByParam"> A semicolon-separated list of parameters received by a GET or POST method that content from the output cache will vary by. </param> <exception cref="T:System.ArgumentOutOfRangeException"> An invalid value is specified for <paramref name="location" />. </exception> </member> <member name="P:System.Web.UI.Page.IsPostBackEventControlRegistered"> <summary> Gets a value indicating whether the control of the page that submits a postback is registered. </summary> <returns>true if the control is registered; otherwise, false. </returns> </member> <member name="M:System.Web.UI.PageParserFilter.AddControl(System.Type,System.Collections.IDictionary)"> <summary> Adds a <see cref="T:System.Web.UI.ControlBuilder" /> object in the page control tree at the current page parser position. </summary> <param name="type"> The control type that the <see cref="T:System.Web.UI.ControlBuilder" /> represents. </param> <param name="attributes"> The <see cref="T:System.Collections.IDictionary" /> object that holds all the specified tag attributes. </param> </member> <member name="M:System.Web.UI.PageParserFilter.GetNoCompileUserControlType"> <summary> Returns a <see cref="T:System.Type" /> that should be used for pages or controls that are not dynamically compiled. </summary> <returns> The return <see cref="T:System.Type" /> that should be used for pages or controls that are not dynamically compiled. The default is null. </returns> </member> <member name="P:System.Web.UI.PageParserFilter.Line"> <summary> Gets the line number that is currently being parsed in the file. </summary> <returns> The integer value representing the line in the file that the parser filter is currently processing. </returns> </member> <member name="M:System.Web.UI.PageParserFilter.ProcessCodeConstruct(System.Web.UI.CodeConstructType,System.String)"> <summary> Returns a value that indicates whether a code block should be processed by subsequent parser filters. </summary> <returns>true if the parser should process a code construct further; otherwise, false. The default is false. </returns> <param name="codeType"> One of the <see cref="T:System.Web.UI.CodeConstructType" /> enumeration values that identifies the type of the code construct. </param> <param name="code"> The string literal that contains the code inside the code construct. </param> </member> <member name="M:System.Web.UI.PageParserFilter.ProcessDataBindingAttribute(System.String,System.String,System.String)"> <summary> Returns a value that indicates whether the parser filter processes a data binding expression in an attribute. </summary> <returns>true if the parser filter processes data binding attributes; otherwise, false. The default is false. </returns> <param name="controlId"> The ID of the control that contains the data binding attribute. </param> <param name="name"> The name of the attribute with the data binding expression. </param> <param name="value"> The data binding expression. </param> </member> <member name="M:System.Web.UI.PageParserFilter.ProcessEventHookup(System.String,System.String,System.String)"> <summary> Returns a value that indicates whether event handlers should be processed further by the parser filter. </summary> <returns>true if the parser processes event handlers; otherwise, false. The default is false. </returns> <param name="controlId"> The ID of the control whose event has the event handler to process. </param> <param name="eventName"> The event name of the <paramref name="controlID" /> to filter on. </param> <param name="handlerName"> The handler of the <paramref name="eventName" /> name to filter on. </param> </member> <member name="M:System.Web.UI.PageParserFilter.SetPageProperty(System.String,System.String,System.String)"> <summary> Sets a property on a control derived from the <see cref="T:System.Web.UI.TemplateControl" /> class, which includes the <see cref="T:System.Web.UI.Page" />, <see cref="T:System.Web.UI.UserControl" />, and <see cref="T:System.Web.UI.MasterPage" /> controls. </summary> <param name="filter"> A string containing the value of the filter on an expression. For an example, see <see cref="T:System.Web.UI.PropertyEntry" />. </param> <param name="name"> The name of the property to set a value for. </param> <param name="value"> The value of the property to set. </param> </member> <member name="M:System.Web.UI.TemplateControl.ParseControl(System.String,System.Boolean)"> <summary> Parses an input string into a <see cref="T:System.Web.UI.Control" /> object on the ASP.NET Web page or user control. </summary> <returns> The parsed control. </returns> <param name="content"> A string that contains a user control. </param> <param name="ignoreParserFilter"> A value that specifies whether to ignore the parser filter. </param> </member> <member name="M:System.Web.UI.BasePartialCachingControl.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.TemplateParser.CompileIntoType"> <summary> This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="T:System.Web.UI.Adapters.ControlAdapter"> <summary> Customizes rendering for the derived control to which the adapter is attached, to modify the default markup or behavior for specific browsers, and is the base class from which all control adapters inherit. </summary> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.BeginRender(System.Web.UI.HtmlTextWriter)"> <summary> Called prior to the rendering of a control. In a derived adapter class, generates opening tags that are required by a specific target but not needed by HTML browsers. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> </member> <member name="P:System.Web.UI.Adapters.ControlAdapter.Browser"> <summary> Gets a reference to the browser capabilities of the client making the current HTTP request. </summary> <returns> An <see cref="T:System.Web.HttpBrowserCapabilities" /> specifying client browser and markup capabilities. </returns> </member> <member name="P:System.Web.UI.Adapters.ControlAdapter.Control"> <summary> Gets a reference to the control to which this control adapter is attached. </summary> <returns> The <see cref="T:System.Web.UI.Control" /> to which this <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> is attached. </returns> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.CreateChildControls"> <summary> Creates the target-specific child controls for a composite control. </summary> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.EndRender(System.Web.UI.HtmlTextWriter)"> <summary> Called after the rendering of a control. In a derived adapter class, generates closing tags that are required by a specific target but not needed by HTML browsers. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.LoadAdapterControlState(System.Object)"> <summary> Loads adapter control state information that was saved by <see cref="M:System.Web.UI.Adapters.ControlAdapter.SaveAdapterControlState" /> during a previous request to the page where the control associated with this control adapter resides. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the adapter's control state information as a <see cref="T:System.Web.UI.StateBag" />. </param> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.LoadAdapterViewState(System.Object)"> <summary> Loads adapter view state information that was saved by <see cref="M:System.Web.UI.Adapters.ControlAdapter.SaveAdapterViewState" /> during a previous request to the page where the control associated with this control adapter resides. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the adapter view state information as a <see cref="T:System.Web.UI.StateBag" />. </param> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.OnInit(System.EventArgs)"> <summary> Overrides the <see cref="M:System.Web.UI.Control.OnInit(System.EventArgs)" /> method for the associated control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.OnLoad(System.EventArgs)"> <summary> Overrides the <see cref="M:System.Web.UI.Control.OnLoad(System.EventArgs)" /> method for the associated control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.OnPreRender(System.EventArgs)"> <summary> Overrides the <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> method for the associated control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.OnUnload(System.EventArgs)"> <summary> Overrides the <see cref="M:System.Web.UI.Control.OnUnload(System.EventArgs)" /> method for the associated control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.Adapters.ControlAdapter.Page"> <summary> Gets a reference to the page where the control associated with this adapter resides. </summary> <returns> A <see cref="T:System.Web.UI.Page" /> that provides access to the page instance where the associated control is situated. </returns> </member> <member name="P:System.Web.UI.Adapters.ControlAdapter.PageAdapter"> <summary> Gets a reference to the page adapter for the page where the associated control resides. </summary> <returns> A <see cref="T:System.Web.UI.Adapters.PageAdapter" /> for the page where the control associated with the current <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> is situated. </returns> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.Render(System.Web.UI.HtmlTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> to use to render the target-specific output. </param> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> to use to render the target-specific output. </param> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.SaveAdapterControlState"> <summary> Saves control state information for the control adapter. </summary> <returns> An <see cref="T:System.Object" /> that contains the adapter's control state information as a <see cref="T:System.Web.UI.StateBag" />. </returns> </member> <member name="M:System.Web.UI.Adapters.ControlAdapter.SaveAdapterViewState"> <summary> Saves view state information for the control adapter. </summary> <returns> An <see cref="T:System.Object" /> that contains the adapter view state information as a <see cref="T:System.Web.UI.StateBag" />. </returns> </member> <member name="T:System.Web.UI.Adapters.PageAdapter"> <summary> Adapts a Web page for a specific browser and provides the base class from which all page adapters inherit, directly or indirectly. </summary> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.Adapters.PageAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.Adapters.PageAdapter.CacheVaryByHeaders"> <summary> Gets a list of additional HTTP headers by which caching is varied for the Web page to which this derived page adapter is attached. </summary> <returns> An <see cref="T:System.Collections.IList" /> that contains a list of HTTP headers; otherwise, null. </returns> </member> <member name="P:System.Web.UI.Adapters.PageAdapter.CacheVaryByParams"> <summary> Gets a list of additional parameters from HTTP GET and POST requests by which caching is varied for the Web page to which this derived page adapter is attached. </summary> <returns> An <see cref="T:System.Collections.IList" /> that contains a list of the GET and POST parameters; otherwise, null. </returns> </member> <member name="P:System.Web.UI.Adapters.PageAdapter.ClientState"> <summary> Gets an encoded string that contains the view and control states data of the Web page to which this derived page adapter is attached. </summary> <returns> An encoded <see cref="T:System.String" /> containing the combined view and control states of the controls on the associated <see cref="T:System.Web.UI.Page" />. </returns> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.DeterminePostBackMode"> <summary> Determines whether the Web page is in postback and returns a name/value collection of the postback variables. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of the postback variables, if any; otherwise null. </returns> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.GetPostBackFormReference(System.String)"> <summary> Returns a DHTML code fragment that the client browser can use to reference the form on the page that was posted. </summary> <returns> A <see cref="T:System.String" /> with a reference to the form on the page that was posted. </returns> <param name="formId"> A <see cref="T:System.String" /> containing the client ID of the form that was posted. </param> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.GetRadioButtonsByGroup(System.String)"> <summary> Retrieves a collection of radio button controls specified by <paramref name="groupName" />. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> of <see cref="T:System.Web.UI.WebControls.RadioButton" /> controls that make up <paramref name="groupName" />. </returns> <param name="groupName"> A <see cref="T:System.String" /> that is the name of the <see cref="T:System.Web.UI.WebControls.RadioButton" /> group to retrieve. </param> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.GetStatePersister"> <summary> Returns an object that is used by the Web page to maintain the control and view states. </summary> <returns> An object derived from <see cref="T:System.Web.UI.PageStatePersister" /> that supports creating and extracting the combined control and view states for the <see cref="T:System.Web.UI.Page" />. </returns> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.RegisterRadioButton(System.Web.UI.WebControls.RadioButton)"> <summary> Adds a radio button control to the collection for a specified radio button group. </summary> <param name="radioButton"> The <see cref="T:System.Web.UI.WebControls.RadioButton" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.RenderBeginHyperlink(System.Web.UI.HtmlTextWriter,System.String,System.Boolean,System.String)"> <summary> Renders an opening hyperlink tag that includes the target URL to the response stream. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> <param name="targetUrl"> The <see cref="T:System.String" /> value holding the target URL of the link. </param> <param name="encodeUrl">true to use <see cref="M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)" /> to encode the stream output; otherwise, false. </param> <param name="softkeyLabel"> The <see cref="T:System.String" /> value to use as a soft key label. </param> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.RenderBeginHyperlink(System.Web.UI.HtmlTextWriter,System.String,System.Boolean,System.String,System.String)"> <summary> Renders an opening hyperlink tag that includes the target URL and an access key to the response stream. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> <param name="targetUrl"> The <see cref="T:System.String" /> value holding the target URL of the link. </param> <param name="encodeUrl">true to use <see cref="M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)" /> to encode the stream output; otherwise, false. </param> <param name="softkeyLabel"> The <see cref="T:System.String" /> value to use as a soft key label. </param> <param name="accessKey"> The <see cref="T:System.String" /> value to assign to the accessKey attribute of the link to create. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="accessKey" /> is longer than one character. </exception> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.RenderEndHyperlink(System.Web.UI.HtmlTextWriter)"> <summary> Renders a closing hyperlink tag to the response stream. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains methods to render the target-specific output. </param> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.RenderPostBackEvent(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String)"> <summary> Renders a postback event into the response stream as a hyperlink, including the encoded and possibly encrypted view state, and event target and argument. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> <param name="target"> The <see cref="T:System.String" /> value holding the postback event target name. </param> <param name="argument"> The <see cref="T:System.String" /> value holding the argument to pass to the postback target event. </param> <param name="softkeyLabel"> The <see cref="T:System.String" /> value to use as a soft key label. </param> <param name="text"> The <see cref="T:System.String" /> value of the text to display as the link. </param> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.RenderPostBackEvent(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.String,System.String)"> <summary> Renders a postback event into the response stream as a hyperlink, including the encoded and possibly encrypted view state, an event target and argument, a previous-page parameter, and an access key. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> <param name="target"> The <see cref="T:System.String" /> value holding the postback event target name. </param> <param name="argument"> The <see cref="T:System.String" /> value holding the argument to pass to the postback target event. </param> <param name="softkeyLabel"> The <see cref="T:System.String" /> value to use as a soft key label. </param> <param name="text"> The <see cref="T:System.String" /> value of the text to display as the link. </param> <param name="postUrl"> The <see cref="T:System.String" /> value holding the URL target page of the postback. </param> <param name="accessKey"> The <see cref="T:System.String" /> value used to assign to the accessKey attribute of the created link. </param> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.RenderPostBackEvent(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"> <summary> Renders a postback event into the response stream as a hyperlink, including the encoded view state, an event target and argument, a previous-page parameter, and an access key. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> <param name="target"> The <see cref="T:System.String" /> value holding the postback event target name. </param> <param name="argument"> The <see cref="T:System.String" /> value holding the argument to pass to the postback target event. </param> <param name="softkeyLabel"> The <see cref="T:System.String" /> value to use as a soft key label. </param> <param name="text"> The <see cref="T:System.String" /> value of the text to display as the link. </param> <param name="postUrl"> The <see cref="T:System.String" /> value holding the URL target page of the postback. </param> <param name="accessKey"> The <see cref="T:System.String" /> value to assign to the accessKey attribute of the created link. </param> <param name="encode">true to use &amp; as the URL parameter separator; false to use &. </param> </member> <member name="M:System.Web.UI.Adapters.PageAdapter.TransformText(System.String)"> <summary> Transforms text for the target browser. </summary> <returns> A <see cref="T:System.String" /> that contains the transformed text. </returns> <param name="text"> A <see cref="T:System.String" /> that is the text to transform. </param> </member> <member name="T:System.Web.UI.HtmlControls.HtmlAnchor"> <summary> Allows programmatic access to the HTML <a> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlAnchor.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlAnchor.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> control is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> is clicked; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlAnchor.HRef"> <summary> Gets or sets the URL target of the link specified in the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> server control. </summary> <returns> The URL target of the link. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlAnchor.Name"> <summary> Gets or sets the bookmark name defined in the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> server control. </summary> <returns> The bookmark name. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlAnchor.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event and registers client script for generating a postback. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlAnchor.OnServerClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlAnchor.ServerClick" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlAnchor.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlAnchor.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlAnchor.HRef" /> contains a malformed URL. </exception> </member> <member name="E:System.Web.UI.HtmlControls.HtmlAnchor.ServerClick"> <summary> Occurs when the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> control is clicked. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlAnchor.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.Page.RaisePostBackEvent(System.Web.UI.IPostBackEventHandler,System.String)" />. </summary> <param name="eventArgument"> The event arguments. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlAnchor.Target"> <summary> Gets or sets the name of the browser window or frame that displays the contents of the Web page that is linked to when the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> control is clicked. </summary> <returns> The browser window or frame that displays the contents of the Web page linked to when the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> is clicked. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlAnchor.Title"> <summary> Gets or sets the ToolTip text displayed when the mouse pointer is placed over the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> control. </summary> <returns> The text displayed when the mouse pointer is placed over the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" />. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlAnchor.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> control causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlAnchor" /> causes validation when it posts back to the server. The default is an empty string (""). </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlButton"> <summary> Allows programmatic access to the HTML <button> tag on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlButton.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlButton.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> control is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> control is clicked; otherwise, false. The default value is true. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlButton.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event and registers client script for generating a postback. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlButton.OnServerClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlButton.ServerClick" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlButton.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlButton.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="E:System.Web.UI.HtmlControls.HtmlButton.ServerClick"> <summary> Occurs when the user clicks an <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> control on the client Web page. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlButton.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> control when it posts back to the server. </summary> <param name="eventArgument"> The event arguments. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlButton.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlButton" /> control causes validation when it posts back to the server. The default value is an empty string ("") indicating that this property is not set. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlContainerControl"> <summary> Serves as the abstract base class for HTML server controls that map to HTML elements that are required to have an opening and a closing tag. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlContainerControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlContainerControl" /> class using default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlContainerControl.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlContainerControl" /> class using the specified tag name. </summary> <param name="tag"> A string that specifies the tag name of the control. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlContainerControl.CreateControlCollection"> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains the <see cref="T:System.Web.UI.HtmlControls.HtmlControl" /> child server controls. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlContainerControl.InnerHtml"> <summary> Gets or sets the content found between the opening and closing tags of the specified HTML server control. </summary> <returns> The HTML content between opening and closing tags of an HTML server control. </returns> <exception cref="T:System.Web.HttpException"> There is more than one HTML server control. - or - The HTML server control is not a <see cref="T:System.Web.UI.LiteralControl" /> or a <see cref="T:System.Web.UI.DataBoundLiteralControl" />. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlContainerControl.InnerText"> <summary> Gets or sets the text between the opening and closing tags of the specified HTML server control. </summary> <returns> The text between the opening and closing tags of an HTML server control. </returns> <exception cref="T:System.Web.HttpException"> There is more than one HTML server control. - or - The HTML server control is not a <see cref="T:System.Web.UI.LiteralControl" /> or a <see cref="T:System.Web.UI.DataBoundLiteralControl" />. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlContainerControl.LoadViewState(System.Object)"> <summary> Restores the <see cref="T:System.Web.UI.HtmlControls.HtmlContainerControl" /> control's view state from a previous page request that was saved by the <see cref="M:System.Web.UI.Control.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlContainerControl.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlContainerControl" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the <see cref="T:System.Web.UI.HtmlControls.HtmlContainerControl" /> content. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlContainerControl.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlContainerControl.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the closing tag for the <see cref="T:System.Web.UI.HtmlControls.HtmlContainerControl" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="T:System.Web.UI.HtmlControls.HtmlControl"> <summary> Defines the methods, properties, and events common to all HTML server controls in the ASP.NET page framework. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlControl" /> class using default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlControl" /> class using the specified tag. </summary> <param name="tag"> A string that specifies the tag name of the control. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlControl.Attributes"> <summary> Gets a collection of all attribute name and value pairs expressed on a server control tag within the ASP.NET page. </summary> <returns> A <see cref="T:System.Web.UI.AttributeCollection" /> object that contains all attribute name and value pairs expressed on a server control tag within the Web page. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.CreateControlCollection"> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains the <see cref="T:System.Web.UI.HtmlControls.HtmlControl" /> child server controls. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlControl.Disabled"> <summary> Gets or sets a value indicating whether the HTML server control is disabled. </summary> <returns>true if the control is disabled; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.GetAttribute(System.String)"> <summary> Gets the value of the named attribute on the <see cref="T:System.Web.UI.HtmlControls.HtmlControl" /> control. </summary> <returns> The value of this attribute on the element, as a <see cref="T:System.String" /> value. If the specified attribute does not exist on this element, returns an empty string (""). </returns> <param name="name"> The name of the attribute. This argument is case-insensitive. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.Render(System.Web.UI.HtmlTextWriter)"> <summary> Writes content to render on a client to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlControl" /> control's attributes into the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the opening HTML tag of the control into the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.SetAttribute(System.String,System.String)"> <summary> Sets the value of the named attribute on the <see cref="T:System.Web.UI.HtmlControls.HtmlControl" /> control. </summary> <param name="name"> The name of the attribute to set. </param> <param name="value"> The value to set the attribute to. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlControl.Style"> <summary> Gets a collection of all cascading style sheet (CSS) properties applied to a specified HTML server control in the ASP.NET file. </summary> <returns> A <see cref="T:System.Web.UI.CssStyleCollection" /> object that contains the style properties for the HTML server control. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.System#Web#UI#IAttributeAccessor#GetAttribute(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IAttributeAccessor.GetAttribute(System.String)" />. </summary> <returns> The value of this attribute on the element, as a <see cref="T:System.String" /> value. If the specified attribute does not exist on this element, returns an empty string (""). </returns> <param name="name"> The attribute name. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlControl.System#Web#UI#IAttributeAccessor#SetAttribute(System.String,System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IAttributeAccessor.SetAttribute(System.String,System.String)" />. </summary> <param name="name"> The name of the attribute to set. </param> <param name="value"> The value to set the attribute to. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlControl.TagName"> <summary> Gets the element name of a tag that contains a runat=server attribute and value pair. </summary> <returns> The element name of the specified tag. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlControl.ViewStateIgnoresCase"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.HtmlControls.HtmlControl" /> view state is case-sensitive. </summary> <returns>true in all cases. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlEmptyTagControlBuilder"> <summary> Interacts with the page parser to build HTML server controls that do not have a body or closing tag. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlEmptyTagControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlEmptyTagControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlEmptyTagControlBuilder.HasBody"> <summary> Indicates that the controls built with the <see cref="T:System.Web.UI.HtmlControls.HtmlEmptyTagControlBuilder" /> control do not have closing tags. </summary> <returns>false in all cases. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlForm"> <summary> Provides programmatic access to the HTML <form> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlForm.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlForm.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.ControlCollection" /> collection for the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control's child server controls. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.DefaultButton"> <summary> Gets or sets the child control of the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control that causes postback when the ENTER key is pressed. </summary> <returns> The <see cref="P:System.Web.UI.Control.ID" /> of the button control to display as the default button when the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> is loaded. The default value is an empty string (""). </returns> <exception cref="T:System.InvalidOperationException"> The control referenced as the default button is not of the type <see cref="T:System.Web.UI.WebControls.IButtonControl" />. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.DefaultFocus"> <summary> Gets or sets the control on the form to display as the control with input focus when the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control is loaded. </summary> <returns> The <see cref="P:System.Web.UI.Control.ClientID" /> of the control on the form to display as the control with input focus when the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> is loaded. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.Enctype"> <summary> Gets or sets the encoding type a browser uses when posting the form's data to the server. </summary> <returns> A string that contains the encoding type. The default value is an empty string (""), indicating that the browser's default content type is used. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.Method"> <summary> Gets or sets a value that indicates how a browser posts form data to the server for processing. </summary> <returns> A string that indicates how a browser posts form data to the server. The default value is POST. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.Name"> <summary> Gets the identifier name for the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control. </summary> <returns> A string that contains the identifier name for the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" />. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlForm.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event for the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlForm.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event for the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlForm.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="output"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control is not rendered without a reference to the <see cref="T:System.Web.UI.Page" /> instance. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlForm.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> <exception cref="T:System.InvalidOperationException"> The control ID set in the <see cref="P:System.Web.UI.HtmlControls.HtmlForm.DefaultButton" /> property is not of the type <see cref="T:System.Web.UI.WebControls.IButtonControl" />. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlForm.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Renders the child controls of the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> <exception cref="T:System.Web.HttpException"> The Web page has more than one server-side <form> tag. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlForm.RenderControl(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the form control content. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.SubmitDisabledControls"> <summary> Gets or sets a Boolean value indicating whether to force controls disabled on the client to submit their values, allowing them to preserve their values after the page posts back to the server. </summary> <returns>true if controls disabled on the client are forced to submit their values; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.Target"> <summary> Gets or sets the frame or window in which to render the results of information that is posted to the server. </summary> <returns> The browser window or frame that displays the results of the information posted to the server. The default is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.UniqueID"> <summary> Gets the unique programmatic identifier assigned to the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control. </summary> <returns> The unique programmatic identifier assigned to the <see cref="T:System.Web.UI.HtmlControls.HtmlForm" /> control. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlGenericControl"> <summary> Defines the methods, properties, and events for all HTML server control elements not represented by a specific .NET Framework class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlGenericControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlGenericControl" /> class with default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlGenericControl.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlGenericControl" /> class with the specified tag. </summary> <param name="tag"> The name of the element for which this instance of the class is created. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlGenericControl.TagName"> <summary> Gets or sets the name of the HTML element represented by the <see cref="T:System.Web.UI.HtmlControls.HtmlGenericControl" /> control. </summary> <returns> The tag name of an element. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlHead"> <summary> Provides programmatic access to the HTML head element in server code. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlHead.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlHead" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlHead.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlHead" /> class by using the specified tag. </summary> <param name="tag"> A string that specifies the tag name of the control. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlHead.StyleSheet"> <summary> Gets an <see cref="T:System.Web.UI.IStyleSheet" /> instance that represents the style rules in the <see cref="T:System.Web.UI.HtmlControls.HtmlHead" /> control. </summary> <returns> An object that represents the style rules in the <see cref="T:System.Web.UI.HtmlControls.HtmlHead" /> control. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlHead.Title"> <summary> Gets the page title. </summary> <returns> The page title. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlHeadBuilder"> <summary> Interacts with the parser to build an <see cref="T:System.Web.UI.HtmlControls.HtmlHead" /> control. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlHeadBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlHeadBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlHeadBuilder.AllowWhitespaceLiterals"> <summary> Determines whether the literal white space characters in the control must be processed or ignored. </summary> <returns>false in all cases. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlHeadBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> for the <see cref="T:System.Web.UI.HtmlControls.HtmlHead" /> control's child controls. </summary> <returns> The <see cref="T:System.Type" /> of the specified control's child control. </returns> <param name="tagName"> The tag name of the child control. </param> <param name="attribs"> An array of attributes contained in the child control. </param> </member> <member name="T:System.Web.UI.HtmlControls.HtmlImage"> <summary> Provides programmatic access for the HTML <img> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlImage.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlImage" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlImage.Align"> <summary> Gets or sets the alignment of the image relative to other Web page elements. </summary> <returns> A string that specifies the alignment of the image relative to other Web page elements. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlImage.Alt"> <summary> Gets or sets the alternative caption the browser displays if an image is unavailable or currently downloading and not yet finished. </summary> <returns> A string that contains the alternative caption for the browser to use when the image is unavailable. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlImage.Border"> <summary> Gets or sets the width of a frame for an image. </summary> <returns> The width (in pixels) of a frame for an image. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlImage.Height"> <summary> Gets or sets the height of the image. </summary> <returns> The height of the image. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlImage.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlImage" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlImage.Src" /> property contains a malformed URL. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlImage.Src"> <summary> Gets or sets the source of the image file to display. </summary> <returns> A string that contains the path to an image file to display. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlImage.Width"> <summary> Gets or sets the width of the image. </summary> <returns> The width of the image. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputButton"> <summary> Allows programmatic access to the HTML <input type= button>, <input type= submit>, and <input type= reset> elements on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputButton.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputButton" /> class using default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputButton.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputButton" /> class using the specified button type. </summary> <param name="type"> The input button type. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputButton.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlInputButton" /> control is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlInputButton" /> control is clicked; otherwise, false. The default value is true. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputButton.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> event and registers client script for generating postback. </summary> <param name="e"> An <see cref="P:System.Web.UI.Design.ViewEventArgs.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlInputButton.ServerClick" /> event. This allows you to handle the event directly. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputButton.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputButton" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputButton.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the attributes into the specified writer and then calls the <see cref="M:System.Web.UI.HtmlControls.HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter)" /> method. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="E:System.Web.UI.HtmlControls.HtmlInputButton.ServerClick"> <summary> Occurs when an <see cref="T:System.Web.UI.HtmlControls.HtmlInputButton" /> control is clicked on the Web page. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputButton.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" /> method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputButton.RaisePostBackEvent(System.String)" /> method. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents an optional event argument to be passed to the event handler. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputButton.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlInputButton" /> causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlInputButton" /> control causes validation when it posts back to the server. The default value is an empty string (""), indicating that this property is not set. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputCheckBox"> <summary> Allows programmatic access to the HTML <input type= checkbox> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputCheckBox.Checked"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> is selected. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> control is selected; otherwise, false. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> control's state has changed as a result of the postback event; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> event and registers the control as one that requires postback handling. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.OnServerChange(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlInputCheckBox.ServerChange" /> event. This method allows you to handle the event directly. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains event information. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.RaisePostDataChangedEvent"> <summary> Calls the <see cref="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.OnServerChange(System.EventArgs)" /> method to signal the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> control that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> instance. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> instance that contains the output stream to render on the client. </param> </member> <member name="E:System.Web.UI.HtmlControls.HtmlInputCheckBox.ServerChange"> <summary> Occurs when the Web page is submitted to the server and the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> control changes state from the previous post. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputCheckBox" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputCheckBox.RaisePostDataChangedEvent" /> method. </summary> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputControl"> <summary> Serves as the abstract base class that defines the methods, properties, and events common to all HTML input controls, such as the <input type=text>, <input type=submit>, and <input type= file> elements. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputControl.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputControl" /> class. </summary> <param name="type"> The type of input control. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputControl.Name"> <summary> Gets or sets the unique identifier name for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputControl" /> control. </summary> <returns> A string that represents the value of the <see cref="P:System.Web.UI.Control.UniqueID" /> property. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputControl.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the attributes of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputControl" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render to the client. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputControl.Type"> <summary> Gets the type of an <see cref="T:System.Web.UI.HtmlControls.HtmlInputControl" />. </summary> <returns> A string that contains the type of an <see cref="T:System.Web.UI.HtmlControls.HtmlInputControl" />. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputControl.Value"> <summary> Gets or sets the value associated with the <see cref="T:System.Web.UI.HtmlControls.HtmlInputControl" /> control. </summary> <returns> The value associated with the <see cref="T:System.Web.UI.HtmlControls.HtmlInputControl" />. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputFile"> <summary> Allows programmatic access to the HTML <input type= file> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputFile.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputFile" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputFile.Accept"> <summary> Gets or sets a comma-separated list of MIME encodings used to constrain the file types the user can select. </summary> <returns> The comma-separated list of MIME encodings. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputFile.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputFile" /> control. </summary> <returns> This method always returns false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputFile.MaxLength"> <summary> Gets or sets the maximum length of the file path for the file to upload from the client computer. </summary> <returns> The maximum length of the file path. The default value is -1, which indicates that the property has not been set. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputFile.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputFile" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputFile.PostedFile"> <summary> Gets access to the uploaded file specified by a client. </summary> <returns> A <see cref="T:System.Web.HttpPostedFile" /> that accesses the file to be uploaded. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputFile.RaisePostDataChangedEvent"> <summary> Notifies the <see cref="T:System.Web.UI.HtmlControls.HtmlInputFile" /> control that the state of the control has changed. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputFile.Size"> <summary> Gets or sets the width of the text box in which the file path is entered. </summary> <returns> The width of the file-path text box. The default value is -1, which indicates that the property has not been set. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputFile.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" />. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputFile" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputFile.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputFile.Value"> <summary> Gets the full path of the file on the client's computer. </summary> <returns> The full path of the client's file. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to assign a value to this property. </exception> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputHidden"> <summary> Allows programmatic access to the HTML <input type=hidden> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputHidden.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputHidden" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputHidden.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputHidden" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputHidden" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputHidden.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputHidden.OnServerChange(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlInputHidden.ServerChange" /> event. This method allows you to handle the event directly. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputHidden.RaisePostDataChangedEvent"> <summary> Calls the <see cref="M:System.Web.UI.HtmlControls.HtmlInputHidden.OnServerChange(System.EventArgs)" /> method to signal the <see cref="T:System.Web.UI.HtmlControls.HtmlInputHidden" /> control that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputHidden.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlInputHidden" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="E:System.Web.UI.HtmlControls.HtmlInputHidden.ServerChange"> <summary> Occurs when the <see cref="P:System.Web.UI.HtmlControls.HtmlInputControl.Value" /> property is changed on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputHidden.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> interface method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputHidden.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputHidden" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputHidden.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> interface method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputHidden.RaisePostDataChangedEvent" /> method. </summary> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputImage"> <summary> Allows programmatic access to the HTML <input type= image> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputImage.Align"> <summary> Gets or sets the alignment of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control in relation to other elements on the Web page. </summary> <returns> The alignment of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control in relation to other elements on the Web page. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputImage.Alt"> <summary> Gets or sets the alternative text that the browser displays if the image is unavailable or has not been downloaded. </summary> <returns> The alternative text for the specified image. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputImage.Border"> <summary> Gets or sets the border width for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control. </summary> <returns> The border width, in pixels, for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputImage.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control is clicked; otherwise, false. The default value is true. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.OnServerClick(System.Web.UI.ImageClickEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlInputImage.ServerClick" /> event. </summary> <param name="e"> An <see cref="T:System.Web.UI.ImageClickEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.RaisePostDataChangedEvent"> <summary> Notifies the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlInputImage.Src" /> property contains a malformed URL. </exception> </member> <member name="E:System.Web.UI.HtmlControls.HtmlInputImage.ServerClick"> <summary> Occurs on the server when the user clicks an <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputImage.Src"> <summary> Gets or sets the location of the image file. </summary> <returns> The location of the image file. The default value is an empty string (""). </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> interface method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputImage.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> interface method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputImage.RaisePostDataChangedEvent" /> method. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputImage.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Enables the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control to raise events on postback. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputImage.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlInputImage" /> control causes validation when it posts back to the server. The default value is an empty string (""), indicating that this property is not set. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputPassword"> <summary> Allows programmatic access to the HTML <input type= password> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputPassword.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputPassword" /> class using default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputPassword.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the attributes of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputPassword" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputRadioButton"> <summary> Allows programmatic access to the HTML <input type= radio> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputRadioButton.Checked"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control is selected. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control is selected; otherwise, false. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputRadioButton.Name"> <summary> Gets or sets the name of the group that the instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> class is associated with. </summary> <returns> The group of check box controls that the instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> class is a member of. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event and registers the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control as one that requires postback handling. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.OnServerChange(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlInputRadioButton.ServerChange" /> event. This allows you to create a custom event handler when the event is raised. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.RaisePostDataChangedEvent"> <summary> Calls the <see cref="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.OnServerChange(System.EventArgs)" /> method to signal the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered output. </param> </member> <member name="E:System.Web.UI.HtmlControls.HtmlInputRadioButton.ServerChange"> <summary> Occurs when the value of the <see cref="P:System.Web.UI.HtmlControls.HtmlInputRadioButton.Checked" /> property of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control changes between posts to the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputRadioButton.RaisePostDataChangedEvent" /> method. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputRadioButton.Value"> <summary> Gets or sets the value associated with the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control. </summary> <returns> The value associated with the <see cref="T:System.Web.UI.HtmlControls.HtmlInputRadioButton" /> control. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputReset"> <summary> Allows programmatic access to the HTML <input type=reset> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputReset.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputReset" /> class using default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputReset.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputReset" /> class using the specified input type. </summary> <param name="type"> The input type. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputReset.CausesValidation"> <summary> Gets or sets a value that indicates whether validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlInputReset" /> control is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.HtmlControls.HtmlInputReset" /> control is clicked; otherwise, false. The default value is true. </returns> </member> <member name="E:System.Web.UI.HtmlControls.HtmlInputReset.ServerClick"> <summary> Occurs when an <see cref="T:System.Web.UI.HtmlControls.HtmlInputReset" /> control is clicked on the Web page. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputReset.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlInputReset" /> control causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.HtmlControls.HtmlInputReset" /> control causes validation when it posts back to the server. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputSubmit"> <summary> Allows programmatic access to the HTML <input type= submit> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputSubmit.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputSubmit" /> class using default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputSubmit.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputSubmit" /> class using the specified type. </summary> <param name="type"> The input button type. </param> </member> <member name="T:System.Web.UI.HtmlControls.HtmlInputText"> <summary> Allows programmatic access to the HTML <input type= text> and <input type= password> elements on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputText" /> class using default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlInputText" /> class using the specified input control type. </summary> <param name="type"> The type of input control. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.HtmlControls.HtmlInputText" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputText" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputText.MaxLength"> <summary> Gets or sets the maximum number of characters that can be entered in the text box. </summary> <returns> The maximum number of characters that can be entered in the text box. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.OnServerChange(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlInputText.ServerChange" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.RaisePostDataChangedEvent"> <summary> Calls the <see cref="M:System.Web.UI.HtmlControls.HtmlInputText.OnServerChange(System.EventArgs)" /> method to signal the <see cref="T:System.Web.UI.HtmlControls.HtmlInputText" /> control that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlInputText" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="E:System.Web.UI.HtmlControls.HtmlInputText.ServerChange"> <summary> Occurs when the <see cref="P:System.Web.UI.HtmlControls.HtmlInputText.Value" /> property is changed on the server. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputText.Size"> <summary> Gets or sets the width of the text box. </summary> <returns> The width, in characters, of the text box. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> interface method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputText.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlInputText" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlInputText.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> interface method by calling the <see cref="M:System.Web.UI.HtmlControls.HtmlInputText.RaisePostDataChangedEvent" /> method. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlInputText.Value"> <summary> Gets or sets the contents of the text box. </summary> <returns> The text contained in the text box. The default is an empty string (""). </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlLink"> <summary> Allows programmatic access to the HTML link element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlLink.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlLink" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlLink.Href"> <summary> Gets or sets the URL target of the link specified in the <see cref="T:System.Web.UI.HtmlControls.HtmlLink" /> control. </summary> <returns> The URL target of the link. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlLink.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlLink" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlLink.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlLink" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="T:System.Web.UI.HtmlControls.HtmlMeta"> <summary> Allows programmatic access to the HTML <meta> tag on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlMeta.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlMeta" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlMeta.Content"> <summary> Gets or sets the metadata property value defined by the <see cref="T:System.Web.UI.HtmlControls.HtmlMeta" /> control. </summary> <returns> The metadata property value. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlMeta.HttpEquiv"> <summary> Gets or sets an <see cref="T:System.Web.UI.HtmlControls.HtmlMeta" /> control property that is included in the HTTP response header. </summary> <returns> The name of the HTTP response header item. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlMeta.Name"> <summary> Gets or sets the metadata property name defined by the <see cref="T:System.Web.UI.HtmlControls.HtmlMeta" /> control. </summary> <returns> The property name. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlMeta.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlMeta" /> control to the client's browser using the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> used to render the <see cref="T:System.Web.UI.HtmlControls.HtmlMeta" /> control's content on the client's browser. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlMeta.Scheme"> <summary> Gets or sets a scheme attribute used to interpret the metadata property value defined by the <see cref="T:System.Web.UI.HtmlControls.HtmlMeta" /> control. </summary> <returns> The scheme attribute. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlSelect"> <summary> Allows programmatic access to the HTML <select> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.AddParsedSubObject(System.Object)"> <summary> Adds a parsed child control to the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <param name="obj"> The parsed child control to add. </param> <exception cref="T:System.Web.HttpException"> The child control specified by the <paramref name="obj" /> parameter must be of the type <see cref="T:System.Web.UI.WebControls.ListItem" />. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.ClearSelection"> <summary> Clears the list selection of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control and sets the <see cref="P:System.Web.UI.WebControls.ListItem.Selected" /> property of all items to false. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.CreateControlCollection"> <summary> Creates an <see cref="T:System.Web.UI.EmptyControlCollection" /> object for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> to contain the current server control's child server controls. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.DataMember"> <summary> Gets or sets the set of data to bind to the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control from a <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" /> property with multiple sets of data. </summary> <returns> The set of data to bind to the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control from a <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" /> with multiple sets of data. The default value is an empty string (""), which indicates the property has not been set. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataMember" /> property is set during the data-binding phase of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource"> <summary> Gets or sets the source of information to bind to the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> or <see cref="T:System.ComponentModel.IListSource" /> that contains a collection of values used to supply data to this control. The default value is null. </returns> <exception cref="T:System.ArgumentException"> The specified data source is not compatible with either <see cref="T:System.Collections.IEnumerable" /> or <see cref="T:System.ComponentModel.IListSource" />, and it is not null. </exception> <exception cref="T:System.Web.HttpException"> The data source cannot be resolved because a value is specified for both the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" /> property and the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID"> <summary> Gets or sets the <see cref="P:System.Web.UI.Control.ID" /> property of the data source control that the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control should use to retrieve its data source. </summary> <returns> The programmatic identifier assigned to the data source control. The default value is an empty string (""), which indicates that the property has not been set. </returns> <exception cref="T:System.Web.HttpException"> The data source cannot be resolved because a value is specified for both the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" /> property and the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.DataTextField"> <summary> Gets or sets the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.ListItem.Text" /> property of each item in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> The field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.ListItem.Text" /> property of each item in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. The default value is an empty string (""), which indicates that the property has not been set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.DataValueField"> <summary> Gets or sets the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.ListItem.Value" /> property of each item in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> The field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.ListItem.Value" /> property of each item in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. The default value is an empty string (""), which indicates that the property has not been set. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.EnsureDataBound"> <summary> Verifies that the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control requires data binding and that a valid data source control is specified before calling the <see cref="M:System.Web.UI.Control.DataBind" /> method. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.GetData"> <summary> Gets an <see cref="T:System.Collections.IEnumerable" /> object that represents the data source that is bound to the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> object. If no data source is specified, a default value of null is returned. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property is not of type <see cref="T:System.Web.UI.IDataSource" />. - or - The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property is not of type <see cref="T:System.Web.UI.IHierarchicalDataSource" />. </exception> <exception cref="T:System.InvalidOperationException"> Both a <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" /> and a <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property are defined for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. - or - The requested data view cannot be found. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.InnerHtml"> <summary> Gets or sets the content between the opening and closing tags of the control without automatically converting special characters to their equivalent HTML entities. This property is not supported for this control. </summary> <returns> The content between the opening and closing tags of the control. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to read from or assign a value to this property. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.InnerText"> <summary> Gets or sets the content between the opening and closing tags of the control with automatic conversion of special characters to their equivalent HTML entities. This property is not supported for this control. </summary> <returns> The content between the opening and closing tags of the control. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to read from or assign a value to this property. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.IsBoundUsingDataSourceID"> <summary> Gets a value indicating whether a <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property is defined for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns>true if a data source control is defined; otherwise, false. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.Items"> <summary> Gets a collection that contains the items listed in an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ListItemCollection" /> that contains the items listed in an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's state has changed as a result of a postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.SelectedIndex" /> property was set to a value greater than the number of items in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control or less than -1. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.LoadViewState(System.Object)"> <summary> Restores the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's view state information from a previous page request that was saved by the <see cref="M:System.Web.UI.HtmlControls.HtmlSelect.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.Multiple"> <summary> Gets or sets a value indicating whether multiple items can be selected concurrently in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns>true if multiple items can be concurrently selected in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.Name"> <summary> Gets or sets the unique identifier name associated with the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> The unique identifier name associated with the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event of an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property is not of type <see cref="T:System.Web.UI.IDataSource" />. - or - The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property is not of type <see cref="T:System.Web.UI.IHierarchicalDataSource" />. </exception> <exception cref="T:System.InvalidOperationException"> Both a <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" /> and a <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property are defined for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. - or - The requested data view cannot be found. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.SelectedIndex" /> property was set to a value greater than the number of items in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control or less than -1. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.OnDataPropertyChanged"> <summary> Invoked when the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" />, <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataMember" />, or <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property is changed. </summary> <exception cref="T:System.Web.HttpException"> An attempt was made to change the property value during the data-binding phase of the control. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.OnDataSourceViewChanged(System.Object,System.EventArgs)"> <summary> Invoked when the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" />, <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataMember" />, or <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property is changed. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Load" /> event for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> The ID specified in the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property cannot be found. - or - The control specified in the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property is not of the type <see cref="T:System.Web.UI.IDataSource" />. </exception> <exception cref="T:System.InvalidOperationException"> The data source cannot be resolved because a value is specified for both the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSource" /> property and the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataSourceID" /> property. - or - The requested <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.DataMember" /> property could not be found. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.OnServerChange(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlSelect.ServerChange" /> event of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.RaisePostDataChangedEvent"> <summary> Calls the <see cref="M:System.Web.UI.HtmlControls.HtmlSelect.OnServerChange(System.EventArgs)" /> method to signal the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's child controls to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> <exception cref="T:System.Web.HttpException"> Multiple items were selected but the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.Multiple" /> property is set to false. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.RequiresDataBinding"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control needs to bind to its specified data source. </summary> <returns>true if the control needs to bind to a data source; otherwise, false. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.SaveViewState"> <summary> Saves any <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control view state changes that have occurred since the page was posted back to the server. </summary> <returns> The <see cref="T:System.Object" /> that contains the changes to the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> view state. If no view state is associated with the object, this method returns a null reference (Nothing in Visual Basic). </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.Select(System.Int32[])"> <summary> Selects multiple items of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.Items" /> collection. </summary> <param name="selectedIndices"> An <see cref="T:System.Array" /> of type <see cref="T:System.Int32" /> that contains the items to select. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.SelectedIndex"> <summary> Gets or sets the ordinal index of the selected item in an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> The ordinal index of the selected item in an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. A value of -1 indicates that no item is selected. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The property was set to a value greater than the number of items in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control or less than -1. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.SelectedIndices"> <summary> Gets a collection that contains the zero-based indexes of all currently selected items in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> A collection that contains the zero-based indexes of all currently selected items in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </returns> </member> <member name="E:System.Web.UI.HtmlControls.HtmlSelect.ServerChange"> <summary> Occurs when the selected items in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control change between posts to the server. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.Size"> <summary> Gets or sets the height (in rows) of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> <returns> The height (in rows) of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" />. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's state has changed as a result of a postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.SelectedIndex" /> property was set to a value greater than the number of items in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control or less than -1. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelect.TrackViewState"> <summary> Tracks view state changes to the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control so the changes can be stored in the control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlSelect.Value"> <summary> Gets the value of the selected item in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control or sets the <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.SelectedIndex" /> property of the control to the index of the first item in the list with the specified value. </summary> <returns> The value of the selected item in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. If no item is selected in the control, <see cref="F:System.String.Empty" /> is returned. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.HtmlControls.HtmlSelect.Value" /> property was set to an item greater than the number of items in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control or less than -1. </exception> </member> <member name="T:System.Web.UI.HtmlControls.HtmlSelectBuilder"> <summary> Interacts with the parser to build an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelectBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelectBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelectBuilder.AllowWhitespaceLiterals"> <summary> Determines whether the white space literals in an <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control are to be processed or ignored. </summary> <returns> This method always returns false, indicating that white space in the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control is ignored. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlSelectBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> for the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's child controls. </summary> <returns> The <see cref="T:System.Type" /> of the <see cref="T:System.Web.UI.HtmlControls.HtmlSelect" /> control's specified child control. </returns> <param name="tagName"> The tag name of the child control. </param> <param name="attribs"> An array of attributes contained in the child control. </param> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTable"> <summary> Allows programmatic access on the server to the HTML <table> element. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTable.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.Align"> <summary> Gets or sets the alignment of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control in relation to other elements on the Web page. </summary> <returns> The alignment of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control in relation to other elements on the Web page. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.BgColor"> <summary> Gets or sets the background color of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The background color of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.Border"> <summary> Gets or sets the width (in pixels) of the border of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The width (in pixels) of the border of an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. The default is -1, which indicates that the border width is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.BorderColor"> <summary> Gets or sets the border color of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The border color of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.CellPadding"> <summary> Gets or sets the amount of space (in pixels) between the contents of a cell and the cell's border in the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The amount of space (in pixels) between the contents of a cell and the cell's border in the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.CellSpacing"> <summary> Gets or sets the amount of space (in pixels) between adjacent cells in the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The amount of space (in pixels) between adjacent cells in the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTable.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.ControlCollection" /> object for the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control's child server controls. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.Height"> <summary> Gets or sets the height of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The height of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.InnerHtml"> <summary> Gets or sets the content between the opening and closing tags of the control, without automatically converting special characters to their equivalent HTML entities. This property is not supported for this control. </summary> <returns> The content between the opening and closing tags of the control. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to read from or assign a value to this property. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.InnerText"> <summary> Gets or sets the content between the opening and closing tags of the control, with automatic conversion of special characters to their equivalent HTML entities. This property is not supported for this control. </summary> <returns> The content between the opening and closing tags of the control. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to read from or assign a value to this property. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTable.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control's child controls to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTable.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control's end tag. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.Rows"> <summary> Gets an <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection that contains all the rows in the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> An <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> that contains all the rows in the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTable.Width"> <summary> Gets or sets the width of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The width of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTable.HtmlTableRowControlCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> objects that are the rows of an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTable.HtmlTableRowControlCollection.Add(System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the collection. </summary> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the collection. </param> <exception cref="T:System.ArgumentException"> The added control must be of type <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" />. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTable.HtmlTableRowControlCollection.AddAt(System.Int32,System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the collection. The new control is added to the array at the specified index location. </summary> <param name="index"> The location in the array at which to add the child control. </param> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the collection. </param> <exception cref="T:System.ArgumentException"> The added control must be of type <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" />. </exception> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTableCell"> <summary> Represents the <td> and <th> HTML elements in an <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> object. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCell.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class using default values. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCell.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class, using the specified tag name. </summary> <param name="tagName"> The element name of the tag. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.Align"> <summary> Gets or sets the horizontal alignment of the content in the cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. </summary> <returns> The horizontal alignment of the content in the cell represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.BgColor"> <summary> Gets or sets the background color of the cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. </summary> <returns> The background color of the cell represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.BorderColor"> <summary> Gets or sets the border color of the cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. </summary> <returns> The border color of the cell represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.ColSpan"> <summary> Gets or sets the number of columns occupied by a cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. </summary> <returns> The number of columns occupied by the cell represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.Height"> <summary> Gets or sets the height (in pixels) of the cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. </summary> <returns> The height (in pixels) of the cell represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.NoWrap"> <summary> Gets or sets a value indicating whether the text in a cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class automatically continues on the next line when it reaches the end of the cell. </summary> <returns>true if the text does not automatically wrap in the cell; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCell.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> control's end tag. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.RowSpan"> <summary> Gets or sets the number of rows occupied by a cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. </summary> <returns> The number of rows occupied by a cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.VAlign"> <summary> Gets or sets the vertical alignment for the content of a cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. </summary> <returns> The vertical alignment for the content of a cell represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCell.Width"> <summary> Gets or sets the width (in pixels) of the cell represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> class. </summary> <returns> The width (in pixels) of the cell represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTableCellCollection"> <summary> A collection of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> objects that represent the cells in a single row of an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCellCollection.Add(System.Web.UI.HtmlControls.HtmlTableCell)"> <summary> Appends the specified <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> object to the end of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> <param name="cell"> The <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCellCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> objects from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCellCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the items from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection to the specified <see cref="T:System.Array" />, beginning with the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" />. </param> <param name="index"> The first index in the specified <see cref="T:System.Array" /> to receive the items. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCellCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> objects in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> <returns> The number of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> objects in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" />. The default value is 0. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCellCollection.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> objects in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> objects in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" />. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCellCollection.Insert(System.Int32,System.Web.UI.HtmlControls.HtmlTableCell)"> <summary> Adds the specified <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> object at the specified index location of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> <param name="index"> The location in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> at which to add the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. </param> <param name="cell"> The <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> to add to the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" />. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCellCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection is read-only. </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCellCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection is synchronized (thread safe). </summary> <returns>false for all cases, which indicates that access to the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> is not synchronized (not thread safe). </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCellCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> object at the specified index from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> <returns> An <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> that represents a cell contained in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" />. </returns> <param name="index"> An ordinal index value that specifies the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> to return. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCellCollection.Remove(System.Web.UI.HtmlControls.HtmlTableCell)"> <summary> Removes the specified <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> object from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> <param name="cell"> The <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> to remove from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" />. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableCellCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> object at the specified index from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> to remove from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified index is outside the range of index values in the collection. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableCellCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> collection. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTableRow"> <summary> Represents the <tr> HTML element in an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRow.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> class. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRow.Align"> <summary> Gets or sets the horizontal alignment of the content in the cells of a row in an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The horizontal alignment of the content in the cells of a row in an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRow.BgColor"> <summary> Gets or sets the background color of the row represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> class. </summary> <returns> The background color of the row represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" />. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRow.BorderColor"> <summary> Gets or sets the border color of the row represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> class. </summary> <returns> The border color of the row represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" />. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRow.Cells"> <summary> Gets a collection of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> objects that represent the cells contained in a row of the <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> An <see cref="T:System.Web.UI.HtmlControls.HtmlTableCellCollection" /> that contains the cells of a row in an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRow.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.ControlCollection" /> object for the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> control's child server controls. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRow.Height"> <summary> Gets or sets the height (in pixels) of the row represented by an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> class. </summary> <returns> The height (in pixels) of the row represented by an instance of <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" />. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRow.InnerHtml"> <summary> Gets or sets the content between the opening and closing tags of the control without automatically converting special characters to their equivalent HTML entities. This property is not supported for this control. </summary> <returns> The content between the opening and closing tags of the control. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to read from or assign a value to this property. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRow.InnerText"> <summary> Gets or sets the content between the opening and closing tags of the control with automatic conversion of special characters to their equivalent HTML entities. This property is not supported for this control. </summary> <returns> The content between the opening and closing tags of the control. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to read from or assign a value to this property. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRow.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> control's child controls to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the rendered content. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRow.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> control's end tag. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the rendered content. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRow.VAlign"> <summary> Gets or sets the vertical alignment of the content in the cells of a row in an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. </summary> <returns> The vertical alignment of the content in the cells of a row in an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTableRow.HtmlTableCellControlCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" /> objects that are the cells of an <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> control. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRow.HtmlTableCellControlCollection.Add(System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the collection. </summary> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the collection. </param> <exception cref="T:System.ArgumentException"> The added control must be of type <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. </exception> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRow.HtmlTableCellControlCollection.AddAt(System.Int32,System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the collection at the specified index location. </summary> <param name="index"> The location in the array at which to add the child control. </param> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the collection. </param> <exception cref="T:System.ArgumentException"> The added control must be of type <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell" />. </exception> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTableRowCollection"> <summary> A collection of <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> objects that represent the rows of an <see cref="T:System.Web.UI.HtmlControls.HtmlTable" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRowCollection.Add(System.Web.UI.HtmlControls.HtmlTableRow)"> <summary> Appends the specified <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> object to the end of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection. </summary> <param name="row"> The <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRowCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> objects from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRowCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the items from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection to the specified <see cref="T:System.Array" /> object, starting at the specified index in the array. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" />. </param> <param name="index"> The first index in the specified array to receive the items. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRowCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> objects in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection. </summary> <returns> The number of <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> objects in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" />. The default value is 0. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRowCollection.GetEnumerator"> <summary> Returns an <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> objects in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> objects in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" />. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRowCollection.Insert(System.Int32,System.Web.UI.HtmlControls.HtmlTableRow)"> <summary> Adds an <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> object to the specified location in the collection. </summary> <param name="index"> The location in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> at which to add the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" />. </param> <param name="row"> The <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> to add to the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" />. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRowCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection is read-only. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRowCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection is synchronized (thread safe). </summary> <returns>false in all cases, which indicates that access to the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> is not synchronized (not thread safe). </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRowCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> object at the specified index from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection. </summary> <returns> An <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> that represents a row contained in the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" />. </returns> <param name="index"> An ordinal index value that specifies the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> to return. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRowCollection.Remove(System.Web.UI.HtmlControls.HtmlTableRow)"> <summary> Removes the specified <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> object from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection. </summary> <param name="row"> The <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> to remove from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" />. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTableRowCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> object at the specified index from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRow" /> to remove from the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified index is outside the range of index values in the collection. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTableRowCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.HtmlControls.HtmlTableRowCollection" /> collection. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTextArea"> <summary> Allows programmatic access to the <textarea> HTML element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.AddParsedSubObject(System.Object)"> <summary> Notifies the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control that an object was parsed and adds the object to the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> <exception cref="T:System.Web.HttpException"> The object specified by the <paramref name="obj" /> parameter can only be of the type <see cref="T:System.Web.UI.LiteralControl" /> or <see cref="T:System.Web.UI.DataBoundLiteralControl" />. </exception> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTextArea.Cols"> <summary> Gets or sets the width (in characters) of the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. </summary> <returns> The width (in characters) of the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTextArea.Name"> <summary> Gets or sets the unique identifier name for the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. </summary> <returns> A string that represents the value of the <see cref="P:System.Web.UI.Control.UniqueID" /> property. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.OnServerChange(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.HtmlControls.HtmlTextArea.ServerChange" /> event of the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.RaisePostDataChangedEvent"> <summary> Calls the <see cref="M:System.Web.UI.HtmlControls.HtmlTextArea.OnServerChange(System.EventArgs)" /> method to signal the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.RenderAttributes(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control's attributes to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTextArea.Rows"> <summary> Gets or sets the height (in characters) of the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. </summary> <returns> The height (in characters) of the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="E:System.Web.UI.HtmlControls.HtmlTextArea.ServerChange"> <summary> Occurs when the content of the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control changes between posts to the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" />. </summary> <returns>true if the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control's state has changed as a result of postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTextArea.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTextArea.Value"> <summary> Gets or sets the text entered in the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. </summary> <returns> The text entered in the <see cref="T:System.Web.UI.HtmlControls.HtmlTextArea" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.HtmlControls.HtmlTitle"> <summary> Allows programmatic access to the HTML <title> element on the server. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTitle.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> class. </summary> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTitle.AddParsedSubObject(System.Object)"> <summary> Notifies the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control that an XML or HTML element was parsed and adds that element to the <see cref="T:System.Web.UI.ControlCollection" /> collection of the control. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTitle.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.ControlCollection" /> collection for the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> object to contain the current server control's child server controls. </returns> </member> <member name="M:System.Web.UI.HtmlControls.HtmlTitle.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="P:System.Web.UI.HtmlControls.HtmlTitle.Text"> <summary> Gets or sets the text of the HTML <title> element. </summary> <returns> The text of the HTML <title> element. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.HtmlControls.HtmlForm.Action"> <summary> Gets or sets the action attribute of the HTML form. </summary> <returns> The action attribute of the HTML form. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.AccessDataSource"> <summary> Represents a Microsoft Access database for use with data-bound controls. </summary> </member> <member name="M:System.Web.UI.WebControls.AccessDataSource.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.AccessDataSource.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> class with the specified data file path and Select command. </summary> <param name="dataFile"> The location of the Access .mdb file. The location can be relative to the current Web form's folder, an absolute physical path, or a virtual path. </param> <param name="selectCommand"> The SQL query used to retrieve data from the Access database. If the SQL query is a parameterized SQL string, add <see cref="T:System.Web.UI.WebControls.Parameter" /> objects to the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectParameters" /> collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="dataFile" /> is null or an empty string. </exception> </member> <member name="P:System.Web.UI.WebControls.AccessDataSource.ConnectionString"> <summary> Gets the connection string that is used to connect to the Microsoft Access database. </summary> <returns> The OLE DB connection string that the <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> control uses to connect to an Access database, through the <see cref="N:System.Data.OleDb" /> .NET data provider. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set the <see cref="P:System.Web.UI.WebControls.AccessDataSource.ConnectionString" /> property. </exception> </member> <member name="M:System.Web.UI.WebControls.AccessDataSource.CreateDataSourceView(System.String)"> <summary> Creates a data source view object that is associated with the data source control. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.AccessDataSourceView" /> object that is associated with the <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> instance. </returns> <param name="viewName"> The name of the data source view. </param> </member> <member name="P:System.Web.UI.WebControls.AccessDataSource.DataFile"> <summary> Gets or sets the location of the Microsoft Access .mdb file. </summary> <returns> The location of the Access .mdb file. Absolute, relative, and virtual paths are supported. </returns> <exception cref="T:System.ArgumentException"> An invalid path was given. </exception> </member> <member name="M:System.Web.UI.WebControls.AccessDataSource.GetDbProviderFactory"> <summary> Retrieves a <see cref="T:System.Data.Common.DbProviderFactory" /> object that is associated with the .NET data provider that is identified by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.ProviderName" /> property. </summary> <returns> An <see cref="T:System.Data.OleDb.OleDbFactory" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.AccessDataSource.ProviderName"> <summary> Gets the name of the .NET data provider that the <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> control uses to connect to a Microsoft Access database. </summary> <returns> The string "System.Data.OleDb". </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set the <see cref="P:System.Web.UI.WebControls.AccessDataSource.ProviderName" /> property. </exception> </member> <member name="P:System.Web.UI.WebControls.AccessDataSource.SqlCacheDependency"> <summary> The <see cref="P:System.Web.UI.WebControls.AccessDataSource.SqlCacheDependency" /> property overrides the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SqlCacheDependency" /> property. </summary> <returns> Throws a <see cref="T:System.NotSupportedException" />, in all cases. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to get or set the <see cref="P:System.Web.UI.WebControls.AccessDataSource.SqlCacheDependency" /> property. </exception> </member> <member name="T:System.Web.UI.WebControls.AccessDataSourceView"> <summary> Supports the <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> control and provides an interface for data-bound controls to perform data retrieval using Structured Query Language (SQL) against a Microsoft Access database. </summary> </member> <member name="M:System.Web.UI.WebControls.AccessDataSourceView.#ctor(System.Web.UI.WebControls.AccessDataSource,System.String,System.Web.HttpContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AccessDataSourceView" /> class setting the specified <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> control as the owner of the current view. </summary> <param name="owner"> The data source control with which the <see cref="T:System.Web.UI.WebControls.AccessDataSourceView" /> is associated. </param> <param name="name"> A unique name for the data source view, within the scope of the data source control that owns it. </param> <param name="context"> The current <see cref="T:System.Web.HttpContext" />. </param> </member> <member name="M:System.Web.UI.WebControls.AccessDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)"> <summary> Retrieves data from the underlying data storage using the SQL string in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectCommand" /> property and any parameters in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectParameters" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> of data rows. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that is used to request operations on the data beyond basic data retrieval. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.WebControls.AccessDataSource.DataFile" /> property is null or an empty string (""). </exception> <exception cref="T:System.NotSupportedException"> The <paramref name="arguments" /> passed to the <see cref="M:System.Web.UI.WebControls.AccessDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> method specify that the data source should perform some additional work while retrieving data to enable paging or sorting through the retrieved data, but the data source control does not support the requested capability. </exception> </member> <member name="T:System.Web.UI.WebControls.AdCreatedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.AdRotator.AdCreated" /> event of the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.AdCreatedEventArgs.#ctor(System.Collections.IDictionary)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AdCreatedEventArgs" /> class. </summary> <param name="adProperties"> A <see cref="T:System.Collections.IDictionary" /> containing the advertisement properties from the XML file. </param> </member> <member name="P:System.Web.UI.WebControls.AdCreatedEventArgs.AdProperties"> <summary> Gets a <see cref="T:System.Collections.IDictionary" /> object that contains all the advertisement properties for the currently displayed advertisement. </summary> <returns> A <see cref="T:System.Collections.IDictionary" /> that contains a list of advertisement properties for the currently displayed advertisement. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.AdCreatedEventArgs.AlternateText"> <summary> Gets or sets the alternate text displayed in the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control when the advertisement image is unavailable. Browsers that support the ToolTips feature display this text as a ToolTip for the advertisement. </summary> <returns> The text displayed in place of the advertisement image if the image is unavailable. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.AdCreatedEventArgs.ImageUrl"> <summary> Gets or sets the URL of an image to display in the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. </summary> <returns> The URL of an image to display in the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.AdCreatedEventArgs.NavigateUrl"> <summary> Gets or sets the Web page to display when the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control is clicked. </summary> <returns> The Web page to display when the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control is clicked. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.AdCreatedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.AdRotator.AdCreated" /> event of an <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.AdCreatedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.AdRotator"> <summary> Displays an advertisement banner on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.AdRotator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AdRotator" /> class. </summary> </member> <member name="E:System.Web.UI.WebControls.AdRotator.AdCreated"> <summary> Occurs once per round trip to the server after the creation of the control, but before the page is rendered. </summary> </member> <member name="P:System.Web.UI.WebControls.AdRotator.AdvertisementFile"> <summary> Gets or sets the path to an XML file that contains advertisement information. </summary> <returns> The location of an XML file containing advertisement information. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.AdRotator.AlternateTextField"> <summary> Gets or sets a custom data field to use in place of the AlternateText attribute for an advertisement. </summary> <returns> The name that identifies the field where the alternate text for an advertisement is stored. The default value is "AlternateText." </returns> </member> <member name="P:System.Web.UI.WebControls.AdRotator.Font"> <summary> Gets the font properties associated with the advertisement banner control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontInfo" /> object that represents the font properties of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.AdRotator.ImageUrlField"> <summary> Gets or sets a custom data field to use in place of the ImageUrl attribute for an advertisement. </summary> <returns> The name that identifies the field where the URL for the image displayed for an advertisement is stored. The default value is "ImageUrl." </returns> </member> <member name="P:System.Web.UI.WebControls.AdRotator.KeywordFilter"> <summary> Gets or sets a category keyword to filter for specific types of advertisements in the XML advertisement file. </summary> <returns> The keyword to filter for specific types of advertisements in the XML advertisement file. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.AdRotator.NavigateUrlField"> <summary> Gets or sets a custom data field to use in place of the NavigateUrl attribute for an advertisement. </summary> <returns> The name that identifies the field containing the URL for the page to navigate to when the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control is clicked. The default value is "NavigateUrl." </returns> </member> <member name="M:System.Web.UI.WebControls.AdRotator.OnAdCreated(System.Web.UI.WebControls.AdCreatedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.AdRotator.AdCreated" /> event for the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.AdCreatedEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.AdRotator.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.AdRotator.OnPreRender(System.EventArgs)"> <summary> Gets the advertisement information for rendering by looking up the file data or calling the user event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.AdRotator.PerformDataBinding(System.Collections.IEnumerable)"> <summary> Binds the specified data source to the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. </summary> <param name="data"> An object that represents the data source; the object must implement the <see cref="T:System.Collections.IEnumerable" /> interface. </param> </member> <member name="M:System.Web.UI.WebControls.AdRotator.PerformSelect"> <summary> Retrieves the advertisement data from the associated data source. </summary> </member> <member name="M:System.Web.UI.WebControls.AdRotator.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="P:System.Web.UI.WebControls.AdRotator.TagKey"> <summary> Gets the HTML tag for the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. </summary> <returns> An <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value representing the HTML tag for an <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.AdRotator.Target"> <summary> Gets or sets the name of the browser window or frame that displays the contents of the Web page linked to when the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control is clicked. </summary> <returns> The browser window or frame that displays the contents of the Web page linked to when the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control is clicked. The default value is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="P:System.Web.UI.WebControls.AdRotator.UniqueID"> <summary> Gets the unique, hierarchically qualified identifier for the <see cref="T:System.Web.UI.WebControls.AdRotator" /> control. </summary> <returns> The fully qualified identifier for the server control. </returns> </member> <member name="T:System.Web.UI.WebControls.AssociatedControlConverter"> <summary> Provides a type converter that retrieves a list of <see cref="T:System.Web.UI.WebControls.WebControl" /> controls in the current container. </summary> </member> <member name="M:System.Web.UI.WebControls.AssociatedControlConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AssociatedControlConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.AssociatedControlConverter.FilterControl(System.Web.UI.Control)"> <summary> Indicates whether the provided control inherits from <see cref="T:System.Web.UI.WebControls.WebControl" />. </summary> <returns>true if the <paramref name="control" /> inherits from the <see cref="T:System.Web.UI.WebControls.WebControl" /> class; otherwise, false. </returns> <param name="control"> The control instance to test whether it is a <see cref="T:System.Web.UI.WebControls.WebControl" />. </param> </member> <member name="T:System.Web.UI.WebControls.AuthenticateEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.Login.Authenticate" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.AuthenticateEventArgs.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AuthenticateEventArgs" /> class with the <see cref="P:System.Web.UI.WebControls.AuthenticateEventArgs.Authenticated" /> property set to false. </summary> </member> <member name="M:System.Web.UI.WebControls.AuthenticateEventArgs.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AuthenticateEventArgs" /> class. </summary> <param name="authenticated">true if the user is authenticated; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.AuthenticateEventArgs.Authenticated"> <summary> Gets or sets a value indicating whether a user's authentication attempt succeeded. </summary> <returns>true if the authentication attempt succeeded; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.AuthenticateEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.Login.Authenticate" /> event of a <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.AuthenticateEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.AutoCompleteType"> <summary> Represents the values that control the behavior of the AutoComplete feature in a <see cref="T:System.Web.UI.WebControls.TextBox" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.None"> <summary> No category is associated with the <see cref="T:System.Web.UI.WebControls.TextBox" /> control. All <see cref="T:System.Web.UI.WebControls.TextBox" /> controls with the same <see cref="P:System.Web.UI.Control.ID" /> share the same value list. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Disabled"> <summary> The AutoComplete feature is disabled for the <see cref="T:System.Web.UI.WebControls.TextBox" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Cellular"> <summary> The phone number for a mobile-phone category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Company"> <summary> The name of a business category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Department"> <summary> A department within a business category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.DisplayName"> <summary> The name to display for the user category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Email"> <summary> The user's e-mail address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.FirstName"> <summary> The first name of the user category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Gender"> <summary> The gender of the user category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.HomeCity"> <summary> The city for a home address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.HomeCountryRegion"> <summary> The country/region for a home address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.HomeFax"> <summary> The fax number for a home address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.HomePhone"> <summary> The phone number for a home address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.HomeState"> <summary> The state for a home address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.HomeStreetAddress"> <summary> The street for a home address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.HomeZipCode"> <summary> The ZIP code for a home address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Homepage"> <summary> The URL to a Web site category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.JobTitle"> <summary> The user's job title category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.LastName"> <summary> The user's last name category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.MiddleName"> <summary> The user's middle name category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Notes"> <summary> Any supplemental information to include in the form category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Office"> <summary> The location of the business office category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Pager"> <summary> The phone number for a pager category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.BusinessCity"> <summary> The city for a business address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.BusinessCountryRegion"> <summary> The country/region for a business address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.BusinessFax"> <summary> The fax number for a business address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.BusinessPhone"> <summary> The phone number for a business address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.BusinessState"> <summary> The state for a business address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.BusinessStreetAddress"> <summary> The street for a business address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.BusinessUrl"> <summary> The URL to a business Web site category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.BusinessZipCode"> <summary> The ZIP code for a business address category. </summary> </member> <member name="F:System.Web.UI.WebControls.AutoCompleteType.Search"> <summary> The keyword or keywords with which to search a Web page or Web site category. </summary> </member> <member name="T:System.Web.UI.WebControls.AutoGeneratedField"> <summary> Represents an automatically generated field in a data-bound control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.AutoGeneratedField.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> class with the specified data field. </summary> <param name="dataField"> The name of the data field to bind to the <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" />. </param> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedField.ConvertEmptyStringToNull"> <summary> Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are retrieved from the data source. </summary> <returns> Always returns true. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to set this property. </exception> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedField.DataFormatString"> <summary> Gets or sets the string that specifies the format in which the alternate text for each image in an <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object is rendered. </summary> <returns> Always returns an empty string (""). </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to set this property. </exception> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedField.DataType"> <summary> Gets or sets the data type of the values displayed in an <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object. </summary> <returns> A <see cref="T:System.Type" /> that represents the data type of the value displayed in an <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object. The default is <see cref="T:System.String" />. </returns> </member> <member name="M:System.Web.UI.WebControls.AutoGeneratedField.ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState,System.Boolean)"> <summary> Fills the specified <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object with the values from the specified <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object. </summary> <param name="dictionary"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> used to store the values of the specified cell. </param> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains the values to retrieve. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="includeReadOnly"> The value true includes only the values of read-only fields; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedField.InsertVisible"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object is visible in insert mode. </summary> <returns> Always returns true. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to set this property. </exception> </member> <member name="M:System.Web.UI.WebControls.AutoGeneratedField.ValidateSupportsCallback"> <summary> Determines whether the controls contained in an <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object support callbacks. </summary> </member> <member name="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties"> <summary> Represents the properties of an <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.AutoGeneratedFieldProperties.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedFieldProperties.DataField"> <summary> Gets or sets the name of the field bound to the <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object. </summary> <returns> The name of the field bound to the <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedFieldProperties.IsReadOnly"> <summary> Gets or sets a value indicating whether the values displayed in an <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object can be modified in edit mode. </summary> <returns>true to indicate that the values are read-only; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedFieldProperties.Name"> <summary> Gets or sets the name of the <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object. </summary> <returns> The name of the <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedFieldProperties.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> object is tracking its view-state changes. </summary> <returns>true to indicate that the <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> object is tracking its view-state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.AutoGeneratedFieldProperties.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> object. </summary> <param name="state"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" />. </param> </member> <member name="M:System.Web.UI.WebControls.AutoGeneratedFieldProperties.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> object. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.AutoGeneratedFieldProperties.System#Web#UI#IStateManager#TrackViewState"> <summary> Marks the starting point at which to begin tracking and saving view-state changes to the <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> object. </summary> </member> <member name="P:System.Web.UI.WebControls.AutoGeneratedFieldProperties.Type"> <summary> Gets or sets the data type of the value displayed in an <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> object. </summary> <returns> A <see cref="T:System.Type" /> that represents the data type of the value displayed in an <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> object. The default is null, which indicates that this property is not set. </returns> </member> <member name="T:System.Web.UI.WebControls.BaseCompareValidator"> <summary> Serves as the abstract base class for validation controls that perform typed comparisons. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BaseCompareValidator" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles that need to be rendered for the control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.CanConvert(System.String,System.Web.UI.WebControls.ValidationDataType)"> <summary> Determines whether the specified string can be converted to the specified data type. This version of the overloaded method tests currency, double, and date values using the format used by the current culture. </summary> <returns>true if the specified data string can be converted to the specified data type; otherwise, false. </returns> <param name="text"> The string to test. </param> <param name="type"> One of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> values. </param> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.CanConvert(System.String,System.Web.UI.WebControls.ValidationDataType,System.Boolean)"> <summary> Determines whether the specified string can be converted to the specified data type. This version of the overloaded method allows you to specify whether values are tested using a culture-neutral format. </summary> <returns>true if the specified data string can be converted to the specified data type; otherwise, false. </returns> <param name="text"> The string to test. </param> <param name="type"> One of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> enumeration values. </param> <param name="cultureInvariant">true to test values using a culture-neutral format; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.Compare(System.String,System.Boolean,System.String,System.Boolean,System.Web.UI.WebControls.ValidationCompareOperator,System.Web.UI.WebControls.ValidationDataType)"> <summary> Compares two strings using the specified operator and validation data type. This version of the overload allows you to specify whether values are compared using a culture-neutral format. </summary> <returns>true if the <paramref name="leftValue" /> parameter relates to the <paramref name="rightValue" /> parameter in the manner specified by the <paramref name="op" /> parameter; otherwise, false. </returns> <param name="leftText"> The value on the left side of the operator. </param> <param name="cultureInvariantLeftText">true to convert the left side value to a culture-neutral format; otherwise, false. </param> <param name="rightText"> The value on the right side of the operator. </param> <param name="cultureInvariantRightText">true to convert the right side value to a culture-neutral format; otherwise, false. </param> <param name="op"> One of the <see cref="T:System.Web.UI.WebControls.ValidationCompareOperator" /> values. </param> <param name="type"> One of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> values. </param> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.Compare(System.String,System.String,System.Web.UI.WebControls.ValidationCompareOperator,System.Web.UI.WebControls.ValidationDataType)"> <summary> Compares two strings using the specified operator and data type. This version of the overloaded method compares currency, double, and date values using the format used by the current culture. </summary> <returns>true if the <paramref name="leftValue" /> parameter relates to the <paramref name="rightValue" /> parameter in the manner specified by the <paramref name="op" /> parameter; otherwise, false. </returns> <param name="leftText"> The value on the left side of the operator. </param> <param name="rightText"> The value on the right side of the operator. </param> <param name="op"> One of the <see cref="T:System.Web.UI.WebControls.ValidationCompareOperator" /> values. </param> <param name="type"> One of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> values. </param> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.Convert(System.String,System.Web.UI.WebControls.ValidationDataType,System.Boolean,System.Object@)"> <summary> Converts the specified text into an object of the specified data type. This version of the overloaded method allows you to specify whether values are converted using a culture-neutral format. </summary> <returns>true if the conversion is successful; otherwise, false. </returns> <param name="text"> The text to convert. </param> <param name="type"> One of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> values. </param> <param name="cultureInvariant">true to convert values to a culture-neutral format; otherwise, false. </param> <param name="value"> When this method returns, contains an object with the conversion result. This parameter is passed uninitialized. </param> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.Convert(System.String,System.Web.UI.WebControls.ValidationDataType,System.Object@)"> <summary> Converts the specified text into an object of the specified data type. This version of the overloaded method converts currency, double, and date values using the format used by the current culture. </summary> <returns>true if the conversion is successful; otherwise, false. </returns> <param name="text"> The text to convert. </param> <param name="type"> One of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> values. </param> <param name="value"> When this method returns, contains an object with the conversion result. This parameter is passed uninitialized. </param> </member> <member name="P:System.Web.UI.WebControls.BaseCompareValidator.CultureInvariantValues"> <summary> Gets or sets a value indicating whether values are converted to a culture-neutral format before being compared. </summary> <returns>true to convert values to a culture-neutral format before they are compared; otherwise, false.The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseCompareValidator.CutoffYear"> <summary> Gets the maximum year that can be represented by a two-digit year. </summary> <returns> The maximum year that can be represented by a two-digit year. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.DetermineRenderUplevel"> <summary> Determines whether the validation control can be rendered for a newer ("uplevel") browser. </summary> <returns>true if the validation control can be rendered for an "uplevel" browser; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.GetDateElementOrder"> <summary> Determines the order in which the month, day, and year appear in a date value for the current culture. </summary> <returns> A string that represents the order in which the month, day, and year appear in a date value for the current culture. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseCompareValidator.GetFullYear(System.Int32)"> <summary> Generates the four-digit year representation of the specified two-digit year. </summary> <returns> The four-digit year representation of the specified two-digit year. </returns> <param name="shortYear"> A two-digit year. </param> </member> <member name="P:System.Web.UI.WebControls.BaseCompareValidator.Type"> <summary> Gets or sets the data type that the values being compared are converted to before the comparison is made. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> enumeration values. The default value is String. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified data type is not one of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> values. </exception> </member> <member name="T:System.Web.UI.WebControls.BaseDataBoundControl"> <summary> Serves as the base class for controls that bind to data using an ASP.NET data source control. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BaseDataBoundControl" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.ConfirmInitState"> <summary> Sets the initialized state of the data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.DataBind"> <summary> Binds a data source to the invoked server control and all its child controls. </summary> </member> <member name="E:System.Web.UI.WebControls.BaseDataBoundControl.DataBound"> <summary> Occurs after the server control binds to a data source. </summary> </member> <member name="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSource"> <summary> Gets or sets the object from which the data-bound control retrieves its list of data items. </summary> <returns> An object that represents the data source from which the data-bound control retrieves its data. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID"> <summary> Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. </summary> <returns> The ID of a control that represents the data source from which the data-bound control retrieves its data. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.BaseDataBoundControl.DataBind" /> method if the <see cref="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID" /> property is set and the data-bound control is marked to require binding. </summary> </member> <member name="P:System.Web.UI.WebControls.BaseDataBoundControl.Initialized"> <summary> Gets a value indicating whether the data-bound control has been initialized. </summary> <returns>true if the data-bound control has been initialized; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataBoundControl.IsBoundUsingDataSourceID"> <summary> Gets a value indicating whether the <see cref="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID" /> property is set. </summary> <returns> The value true is returned if the <see cref="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID" /> property is set to value other than <see cref="F:System.String.Empty" />; otherwise, the value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.OnDataBound(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.BaseDataBoundControl.DataBound" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.OnDataPropertyChanged"> <summary> Rebinds the data-bound control to its data after one of the base data source identification properties changes. </summary> <exception cref="T:System.Web.HttpException"> An attempt was made to change the property value during the data-binding phase of the control. </exception> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.OnInit(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.OnPagePreLoad(System.Object,System.EventArgs)"> <summary> Sets the initialized state of the data-bound control before the control is loaded. </summary> <param name="sender"> The <see cref="T:System.Web.UI.Page" /> that raised the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.OnPreRender(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.PerformSelect"> <summary> When overridden in a derived class, controls how data is retrieved and bound to the control. </summary> </member> <member name="P:System.Web.UI.WebControls.BaseDataBoundControl.RequiresDataBinding"> <summary> Gets or sets a value indicating whether the <see cref="M:System.Web.UI.WebControls.BaseDataBoundControl.DataBind" /> method should be called. </summary> <returns> The returned value is true if the data-bound control's <see cref="M:System.Web.UI.WebControls.BaseDataBoundControl.DataBind" /> method should be called before the control is rendered; otherwise, the value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseDataBoundControl.ValidateDataSource(System.Object)"> <summary> When overridden in a derived class, verifies that the object a data-bound control binds to is one it can work with. </summary> <param name="dataSource"> The object to verify. Typically an instance of <see cref="T:System.Collections.IEnumerable" />, <see cref="T:System.ComponentModel.IListSource" />, <see cref="T:System.Web.UI.IDataSource" />, or <see cref="T:System.Web.UI.IHierarchicalDatasource" />. </param> </member> <member name="T:System.Web.UI.WebControls.BaseDataList"> <summary> Serves as the abstract base class for data listing controls, such as <see cref="T:System.Web.UI.WebControls.DataList" /> and <see cref="T:System.Web.UI.WebControls.DataGrid" />. This class provides the methods and properties common to all data listing controls. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BaseDataList" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's <see cref="T:System.Web.UI.ControlCollection" /> collection. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.Caption"> <summary> Gets or sets the text to render in an HTML caption element in the control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> A string that represents the text to render in an HTML caption element in the control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.CaptionAlign"> <summary> Gets or sets the horizontal or vertical position of the HTML caption element in a control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> enumeration values. The default value is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified type is not one of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.CellPadding"> <summary> Gets or sets the amount of space between the contents of a cell and the cell's border. </summary> <returns> The amount of space (in pixels) between the contents of a cell and the cell's border. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.CellSpacing"> <summary> Gets or sets the amount of space between cells. </summary> <returns> The amount of space (in pixels) between cells. The default value is 0. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> object that contains a collection of child controls in a data listing control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains a collection of child controls in a data listing control. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.CreateChildControls"> <summary> Creates a child control using the view state. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.CreateControlHierarchy(System.Boolean)"> <summary> When overridden in a derived class, creates the control hierarchy for the data listing control with or without the specified data source. </summary> <param name="useDataSource">true to use the control's data source; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.CreateDataSourceSelectArguments"> <summary> Creates a default <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object used by the data-bound control if no arguments are specified. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> initialized to <see cref="P:System.Web.UI.DataSourceSelectArguments.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.DataBind"> <summary> Binds the control and all its child controls to the specified data source. </summary> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.DataKeyField"> <summary> Gets or sets the key field in the data source specified by the <see cref="P:System.Web.UI.WebControls.BaseDataList.DataSource" /> property. </summary> <returns> The name of the key field in the data source specified by <see cref="P:System.Web.UI.WebControls.BaseDataList.DataSource" />. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.DataKeys"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DataKeyCollection" /> object that stores the key values of each record in a data listing control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataKeyCollection" /> that stores the key values of each record in a data listing control. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.DataKeysArray"> <summary> Gets an <see cref="T:System.Collections.ArrayList" /> object that contains the key values of each record in a data listing control. </summary> <returns> An <see cref="T:System.Collections.ArrayList" /> that contains the key values of each record in a data listing control. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.DataMember"> <summary> Gets or sets the specific data member in a multimember data source to bind to a data listing control. </summary> <returns> A data member from a multimember data source. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.DataSource"> <summary> Gets or sets the source containing a list of values used to populate the items within the control. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> or <see cref="T:System.ComponentModel.IListSource" /> that contains a collection of values used to supply data to this control. The default value is null. </returns> <exception cref="T:System.Web.HttpException"> The data source cannot be resolved because a value is specified for both the <see cref="P:System.Web.UI.WebControls.BaseDataList.DataSource" /> property and the <see cref="P:System.Web.UI.WebControls.BaseDataList.DataSourceID" /> property. </exception> <exception cref="T:System.ArgumentException"> The data source is of an invalid type. The data source must be null or implement either the <see cref="T:System.Collections.IEnumerable" /> or the <see cref="T:System.ComponentModel.IListSource" /> interface. </exception> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.DataSourceID"> <summary> Gets or sets the <see cref="P:System.Web.UI.Control.ID" /> property of the data source control that the data listing control should use to retrieve its data source. </summary> <returns> The programmatic identifier assigned to the data source control. </returns> <exception cref="T:System.Web.HttpException"> The data source cannot be resolved because a value is specified for both the <see cref="P:System.Web.UI.WebControls.BaseDataList.DataSource" /> property and the <see cref="P:System.Web.UI.WebControls.BaseDataList.DataSourceID" /> property. </exception> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.EnsureDataBound"> <summary> Verifies that the data listing control requires data binding and that a valid data source control is specified before calling the <see cref="M:System.Web.UI.WebControls.BaseDataList.DataBind" /> method. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.GetData"> <summary> Returns an <see cref="T:System.Collections.IEnumerable" />-implemented object that represents the data source. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" />-implemented object that represents the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.GridLines"> <summary> Gets or sets a value that specifies whether the border between the cells of a data listing control is displayed. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.GridLines" /> values. The default value is Both. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of a data listing control within its container. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. The default value is NotSet. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.Initialized"> <summary> Gets a value indicating whether the control has been initialized. </summary> <returns>true if the control has been initialized; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.IsBindableType(System.Type)"> <summary> Determines whether the specified data type can be bound to a list control that derives from the <see cref="T:System.Web.UI.WebControls.BaseDataList" /> class. </summary> <returns>true if the specified data type can be bound to a list control that derives from the <see cref="T:System.Web.UI.WebControls.BaseDataList" /> class; otherwise, false. </returns> <param name="type"> A <see cref="T:System.Type" /> that contains the data type to test. </param> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.IsBoundUsingDataSourceID"> <summary> Gets a value indicating whether the <see cref="P:System.Web.UI.WebControls.BaseDataList.DataSourceID" /> property is set. </summary> <returns>true if <see cref="P:System.Web.UI.WebControls.BaseDataList.DataSourceID" /> is set to a value other than <see cref="F:System.String.Empty" />; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event of a <see cref="T:System.Web.UI.WebControls.BaseDataList" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.OnDataPropertyChanged"> <summary> Called when one of the base data source identification properties is changed, to rebind the data-bound control to its data. </summary> <exception cref="T:System.Web.HttpException"> An attempt was made to change the property value during the data-binding phase of the control. </exception> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.OnDataSourceViewChanged(System.Object,System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.DataSourceView.DataSourceViewChanged" /> event. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event for the <see cref="T:System.Web.UI.WebControls.BaseDataList" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.OnSelectedIndexChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.BaseDataList.SelectedIndexChanged" /> event of a <see cref="T:System.Web.UI.WebControls.BaseDataList" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.PrepareControlHierarchy"> <summary> Sets up the control hierarchy for the data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseDataList.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the control to the specified HTML writer. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.RequiresDataBinding"> <summary> Gets or sets a value indicating whether the data listing control needs to bind to its specified data source. </summary> <returns>true if the control needs to bind to a data source; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.SelectArguments"> <summary> Gets a <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object that the data-bound control uses when retrieving data from a data source control. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> used by the data-bound control to retrieve data. The default is to return the value from <see cref="M:System.Web.UI.WebControls.BaseDataList.CreateDataSourceSelectArguments" />. </returns> </member> <member name="E:System.Web.UI.WebControls.BaseDataList.SelectedIndexChanged"> <summary> Occurs when a different item is selected in a data listing control between posts to the server. </summary> </member> <member name="P:System.Web.UI.WebControls.BaseDataList.UseAccessibleHeader"> <summary> Gets or sets a value indicating whether the data listing control renders its header in an accessible format. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns>true if the control renders its header in an accessible format; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.UI.WebControls.BaseValidator"> <summary> Serves as the abstract base class for validation controls. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BaseValidator" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles that need to be rendered for the control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.AssociatedControlID"> <summary> This property is not supported. </summary> <returns> This property is not supported and always throws a <see cref="T:System.NotSupportedException" />. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set this property. </exception> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.CheckControlValidationProperty(System.String,System.String)"> <summary> Verifies whether the specified control is on the page and contains validation properties. </summary> <param name="name"> The control to verify. </param> <param name="propertyName"> Additional text to describe the source of the exception, if an exception is thrown from using this method. </param> <exception cref="T:System.Web.HttpException"> The specified control is not found. - or - The specified control does not have a <see cref="T:System.Web.UI.ValidationPropertyAttribute" /> attribute associated with it; therefore, it cannot be validated with a validation control. </exception> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.ControlPropertiesValid"> <summary> Determines whether the control specified by the <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> property is a valid control. </summary> <returns>true if the control specified by <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> is a valid control; otherwise, false. </returns> <exception cref="T:System.Web.HttpException"> No value is specified for the <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> property. - or - The input control specified by the <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> property is not found on the page. - or - The input control specified by the <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> property does not have a <see cref="T:System.Web.UI.ValidationPropertyAttribute" /> attribute associated with it; therefore, it cannot be validated with a validation control. </exception> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate"> <summary> Gets or sets the input control to validate. </summary> <returns> The input control to validate. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.DetermineRenderUplevel"> <summary> Determines whether the validation control can be rendered for a newer ("uplevel") browser. </summary> <returns>true if the validation control can be rendered for a newer browser; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.Display"> <summary> Gets or sets the display behavior of the error message in a validation control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ValidatorDisplay" /> values. The default value is Static. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.ValidatorDisplay" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.EnableClientScript"> <summary> Gets or sets a value indicating whether client-side validation is enabled. </summary> <returns>true if client-side validation is enabled; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.Enabled"> <summary> Gets or sets a value that indicates whether the validation control is enabled. </summary> <returns>true if the validation control is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.ErrorMessage"> <summary> Gets or sets the text for the error message displayed in a <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control when validation fails. </summary> <returns> The error message displayed in a <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control when validation fails. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.EvaluateIsValid"> <summary> When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid. </summary> <returns>true if the value in the input control is valid; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.ForeColor"> <summary> Gets or sets the color of the message displayed when validation fails. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the color of the message displayed when validation fails. The default is <see cref="P:System.Drawing.Color.Red" />. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.GetControlRenderID(System.String)"> <summary> Gets the client ID of the specified control. </summary> <returns> The client ID of the specified control. </returns> <param name="name"> The name of the control to get the client ID from. </param> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.GetControlValidationValue(System.String)"> <summary> Gets the value associated with the specified input control. </summary> <returns> The value associated with the specified input control. </returns> <param name="name"> The name of the input control to get the value from. </param> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.GetValidationProperty(System.Object)"> <summary> Determines the validation property of a control (if it exists). </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that contains the validation property of the control. </returns> <param name="component"> A <see cref="T:System.Object" /> that represents the control to get the validation property of. </param> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.IsValid"> <summary> Gets or sets a value that indicates whether the associated input control passes validation. </summary> <returns>true if the associated input control passes validation; otherwise, false. The default value is true. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.OnUnload(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Unload" /> event. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.PropertiesValid"> <summary> Gets a value that indicates whether the control specified by the <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> property is a valid control. </summary> <returns>true if the control specified by <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> is a valid control; otherwise, false. </returns> <exception cref="T:System.Web.HttpException"> No value is specified in the <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> property. - or - The input control specified by the <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> property is not found on the page. </exception> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.RegisterValidatorCommonScript"> <summary> Registers code on the page for client-side validation. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.RegisterValidatorDeclaration"> <summary> Registers an ECMAScript array declaration using the array name Page_Validators. </summary> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the control on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream for rendering on the client. </param> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.RenderUplevel"> <summary> Gets a value that indicates whether the client's browser supports "uplevel" rendering. </summary> <returns>true if the browser supports "uplevel" rendering; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.SetFocusOnError"> <summary> Gets or sets a value that indicates whether focus is set to the control specified by the <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> property when validation fails. </summary> <returns>true to set focus on the control specified by <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> when validation fails; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.Text"> <summary> Gets or sets the text displayed in the validation control when validation fails. </summary> <returns> The text displayed in the validation control when validation fails. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.BaseValidator.Validate"> <summary> Performs validation on the associated input control and updates the <see cref="P:System.Web.UI.WebControls.BaseValidator.IsValid" /> property. </summary> </member> <member name="P:System.Web.UI.WebControls.BaseValidator.ValidationGroup"> <summary> Gets or sets the name of the validation group to which this validation control belongs. </summary> <returns> The name of the validation group to which this validation control belongs. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="T:System.Web.UI.WebControls.BorderStyle"> <summary> Specifies the border style of a control. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.NotSet"> <summary> No set border style. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.None"> <summary> No border. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.Dotted"> <summary> A dotted line border. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.Dashed"> <summary> A dashed line border. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.Solid"> <summary> A solid line border. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.Double"> <summary> A double solid line border. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.Groove"> <summary> A grooved border for a sunken border appearance. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.Ridge"> <summary> A ridged border for a raised border appearance. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.Inset"> <summary> An inset border for a sunken control appearance. </summary> </member> <member name="F:System.Web.UI.WebControls.BorderStyle.Outset"> <summary> An outset border for a raised control appearance. </summary> </member> <member name="T:System.Web.UI.WebControls.BoundColumn"> <summary> A column type for the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that is bound to a field in a data source. </summary> </member> <member name="M:System.Web.UI.WebControls.BoundColumn.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BoundColumn" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.BoundColumn.DataField"> <summary> Gets or sets the field name from the data source to bind to the <see cref="T:System.Web.UI.WebControls.BoundColumn" />. </summary> <returns> The name of the field to bind to the <see cref="T:System.Web.UI.WebControls.BoundColumn" />. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.BoundColumn.DataFormatString"> <summary> Gets or sets the string that specifies the display format for items in the column. </summary> <returns> A formatting string that specifies the display format of items in the column. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.BoundColumn.FormatDataValue(System.Object)"> <summary> Converts the specified value to the format indicated by the <see cref="P:System.Web.UI.WebControls.BoundColumn.DataFormatString" /> property. </summary> <returns> The specified value converted to the format indicated by the <see cref="P:System.Web.UI.WebControls.BoundColumn.DataFormatString" /> property. </returns> <param name="dataValue"> The value to format. </param> </member> <member name="M:System.Web.UI.WebControls.BoundColumn.Initialize"> <summary> Resets the <see cref="T:System.Web.UI.WebControls.BoundColumn" /> to its initial state. </summary> </member> <member name="M:System.Web.UI.WebControls.BoundColumn.InitializeCell(System.Web.UI.WebControls.TableCell,System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Resets the specified cell in the <see cref="T:System.Web.UI.WebControls.BoundColumn" /> to its initial state. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.TableCell" /> object that represents the cell to reset. </param> <param name="columnIndex"> The column number where the cell is located. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.BoundColumn.ReadOnly"> <summary> Gets or sets a value that indicates whether the items in the <see cref="T:System.Web.UI.WebControls.BoundColumn" /> can be edited. </summary> <returns>true if the items in the <see cref="T:System.Web.UI.WebControls.BoundColumn" /> cannot be edited; otherwise, false. The default value is false. </returns> </member> <member name="F:System.Web.UI.WebControls.BoundColumn.thisExpr"> <summary> Represents the string "!". This field is read-only. </summary> </member> <member name="T:System.Web.UI.WebControls.BoundField"> <summary> Represents a field that is displayed as text in a data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.BoundField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BoundField" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.BoundField.ApplyFormatInEditMode"> <summary> Gets or sets a value indicating whether the formatting string specified by the <see cref="P:System.Web.UI.WebControls.BoundField.DataFormatString" /> property is applied to field values when the data-bound control that contains the <see cref="T:System.Web.UI.WebControls.BoundField" /> object is in edit mode. </summary> <returns>true to apply the formatting string to field values in edit mode; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.BoundField.ConvertEmptyStringToNull"> <summary> Gets or sets a value indicating whether empty string values ("") are automatically converted to null values when the data field is updated in the data source. </summary> <returns>true to automatically convert empty string values to null values; otherwise, the false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.BoundField.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current <see cref="T:System.Web.UI.WebControls.BoundField" /> object to the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to copy the properties of the current <see cref="T:System.Web.UI.WebControls.BoundField" /> to. </param> </member> <member name="M:System.Web.UI.WebControls.BoundField.CreateField"> <summary> Creates an empty <see cref="T:System.Web.UI.WebControls.BoundField" /> object. </summary> <returns> An empty <see cref="T:System.Web.UI.WebControls.BoundField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.BoundField.DataField"> <summary> Gets or sets the name of the data field to bind to the <see cref="T:System.Web.UI.WebControls.BoundField" /> object. </summary> <returns> The name of the data field to bind to the <see cref="T:System.Web.UI.WebControls.BoundField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.BoundField.DataFormatString"> <summary> Gets or sets the string that specifies the display format for the value of the field. </summary> <returns> A formatting string that specifies the display format for the value of the field. The default is an empty string (""), which indicates that no special formatting is applied to the field value. </returns> </member> <member name="M:System.Web.UI.WebControls.BoundField.ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState,System.Boolean)"> <summary> Fills the specified <see cref="T:System.Collections.IDictionary" /> object with the values from the specified <see cref="T:System.Web.UI.WebControls.TableCell" /> object. </summary> <param name="dictionary"> A <see cref="T:System.Collections.IDictionary" /> used to store the values of the specified cell. </param> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.TableCell" /> that contains the values to retrieve. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="includeReadOnly">true to include the values of read-only fields; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.BoundField.FormatDataValue(System.Object,System.Boolean)"> <summary> Formats the specified field value for a cell in the <see cref="T:System.Web.UI.WebControls.BoundField" /> object. </summary> <returns> The field value converted to the format specified by <see cref="P:System.Web.UI.WebControls.BoundField.DataFormatString" />. </returns> <param name="dataValue"> The field value to format. </param> <param name="encode">true to encode the value; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.BoundField.GetDesignTimeValue"> <summary> Retrieves the value used for a field's value when rendering the <see cref="T:System.Web.UI.WebControls.BoundField" /> object in a designer. </summary> <returns> The value to display in the designer as the field's value. </returns> </member> <member name="M:System.Web.UI.WebControls.BoundField.GetValue(System.Web.UI.Control)"> <summary> Retrieves the value of the field bound to the <see cref="T:System.Web.UI.WebControls.BoundField" /> object. </summary> <returns> The value of the field bound to the <see cref="T:System.Web.UI.WebControls.BoundField" />. </returns> <param name="controlContainer"> The container for the field value. </param> <exception cref="T:System.Web.HttpException"> The container specified by the <paramref name="controlContainer" /> parameter is null. - or - The container specified by the <paramref name="controlContainer" /> parameter does not have a data item. - or - The data field was not found. </exception> </member> <member name="P:System.Web.UI.WebControls.BoundField.HeaderText"> <summary> Gets or sets the text that is displayed in the header of a data control. </summary> <returns> The text displayed in the header of a data control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.BoundField.HtmlEncode"> <summary> Gets or sets a value indicating whether field values are HTML-encoded before they are displayed in a <see cref="T:System.Web.UI.WebControls.BoundField" /> object. </summary> <returns>true if field values are HTML-encoded before they are displayed in a <see cref="T:System.Web.UI.WebControls.BoundField" /> object; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.BoundField.Initialize(System.Boolean,System.Web.UI.Control)"> <summary> Initializes the <see cref="T:System.Web.UI.WebControls.BoundField" /> object. </summary> <returns>false in all cases. </returns> <param name="enableSorting">true if sorting is supported; otherwise, false. </param> <param name="control"> The data control that owns the <see cref="T:System.Web.UI.WebControls.BoundField" />. </param> </member> <member name="M:System.Web.UI.WebControls.BoundField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.TableCell" /> object to the specified row state. </summary> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.TableCell" /> to initialize. </param> <param name="cellType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlCellType" /> values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="rowIndex"> The zero-based index of the row. </param> </member> <member name="M:System.Web.UI.WebControls.BoundField.InitializeDataCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.TableCell" /> object to the specified row state. </summary> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.TableCell" /> to initialize. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.BoundField.NullDisplayText"> <summary> Gets or sets the caption displayed for a field when the field's value is null. </summary> <returns> The caption displayed for a field when the field's value is null. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.BoundField.OnDataBindField(System.Object,System.EventArgs)"> <summary> Binds the value of a field to the <see cref="T:System.Web.UI.WebControls.BoundField" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> The control to which the field value is bound is not a <see cref="T:System.Web.UI.WebControls.TextBox" /> or a <see cref="T:System.Web.UI.WebControls.TableCell" />. </exception> </member> <member name="P:System.Web.UI.WebControls.BoundField.ReadOnly"> <summary> Gets or sets a value indicating whether the value of the field can be modified in edit mode. </summary> <returns>true to prevent the value of the field from being modified in edit mode; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.BoundField.SupportsHtmlEncode"> <summary> Gets a value indicating whether HTML encoding is supported by a <see cref="T:System.Web.UI.WebControls.BoundField" /> object. </summary> <returns> Always returns true to indicate that HTML encoding is supported by a <see cref="T:System.Web.UI.WebControls.BoundField" />. </returns> </member> <member name="F:System.Web.UI.WebControls.BoundField.ThisExpression"> <summary> Represents the "this" expression. </summary> </member> <member name="M:System.Web.UI.WebControls.BoundField.ValidateSupportsCallback"> <summary> Determines whether the controls contained in a <see cref="T:System.Web.UI.WebControls.BoundField" /> object support callbacks. </summary> </member> <member name="T:System.Web.UI.WebControls.BulletedList"> <summary> Creates a control that generates a list of items in a bulleted format. </summary> </member> <member name="M:System.Web.UI.WebControls.BulletedList.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BulletedList" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.BulletedList.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles for a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control to render to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.BulletedList.AutoPostBack"> <summary> Gets or sets the value of the <see cref="P:System.Web.UI.WebControls.ListControl.AutoPostBack" /> property for the base class. </summary> <returns>false. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to assign a value to the <see cref="P:System.Web.UI.WebControls.BulletedList.AutoPostBack" />. </exception> </member> <member name="P:System.Web.UI.WebControls.BulletedList.BulletImageUrl"> <summary> Gets or sets the path to an image to display for each bullet in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns> The path to an image to display as each bullet in a <see cref="T:System.Web.UI.WebControls.BulletedList" />. </returns> </member> <member name="P:System.Web.UI.WebControls.BulletedList.BulletStyle"> <summary> Gets or sets the bullet style for the <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.BulletStyle" /> values. The default is <see cref="F:System.Web.UI.WebControls.BulletStyle.NotSet" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified type is not one of the <see cref="T:System.Web.UI.WebControls.BulletStyle" /> values. </exception> </member> <member name="E:System.Web.UI.WebControls.BulletedList.Click"> <summary> Occurs when a link button in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control is clicked. </summary> </member> <member name="P:System.Web.UI.WebControls.BulletedList.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> collection for the control. </summary> <returns> An <see cref="T:System.Web.UI.EmptyControlCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.BulletedList.DisplayMode"> <summary> Gets or sets the display mode of the list content in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.BulletedListDisplayMode" /> values. The default is <see cref="F:System.Web.UI.WebControls.BulletedListDisplayMode.Text" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified type is not one of the <see cref="T:System.Web.UI.WebControls.BulletedListDisplayMode" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.BulletedList.FirstBulletNumber"> <summary> Gets or sets the value that starts the numbering of list items in an ordered <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns> The value that starts the numbering of list items in an ordered <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. The default is 1. </returns> </member> <member name="M:System.Web.UI.WebControls.BulletedList.OnClick(System.Web.UI.WebControls.BulletedListEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.BulletedList.Click" /> event for the <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.BulletedListEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.BulletedList.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.BulletedList" /> control when a form is posted back to the server. </summary> <param name="eventArgument"> The string representation for the index of the list item that raised the event. </param> </member> <member name="M:System.Web.UI.WebControls.BulletedList.Render(System.Web.UI.HtmlTextWriter)"> <summary> Writes the <see cref="T:System.Web.UI.WebControls.BulletedList" /> control content to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object for display on the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.BulletedList.RenderBulletText(System.Web.UI.WebControls.ListItem,System.Int32,System.Web.UI.HtmlTextWriter)"> <summary> Renders the bulleted text for each list item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <param name="item"> A collection of <see cref="T:System.Web.UI.WebControls.ListItem" /> objects in a <see cref="T:System.Web.UI.WebControls.BulletedList" />. </param> <param name="index"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.ListItem" /> to retrieve from the collection. </param> <param name="writer"> The output stream that renders HTML content to the client. </param> </member> <member name="M:System.Web.UI.WebControls.BulletedList.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the list items of a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control as bullets into the specified <see cref="T:System.Web.UI.HtmlTextWriter" />. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.BulletedList.SelectedIndex"> <summary> Gets or sets the zero-based index of the currently selected item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns> -1. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to assign a value to the <see cref="P:System.Web.UI.WebControls.BulletedList.SelectedIndex" />. </exception> </member> <member name="P:System.Web.UI.WebControls.BulletedList.SelectedItem"> <summary> Gets the currently selected item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns>null. </returns> </member> <member name="P:System.Web.UI.WebControls.BulletedList.SelectedValue"> <summary> Gets or sets the <see cref="P:System.Web.UI.WebControls.ListItem.Value" /> property of the selected <see cref="T:System.Web.UI.WebControls.ListItem" /> object in the <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns> The <see cref="P:System.Web.UI.WebControls.ListItem.Value" /> of the selected <see cref="T:System.Web.UI.WebControls.ListItem" /> in the <see cref="T:System.Web.UI.WebControls.BulletedList" />; otherwise, an empty string (""), if no item is selected. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to assign a value to the <see cref="P:System.Web.UI.WebControls.BulletedList.SelectedValue" />. </exception> </member> <member name="M:System.Web.UI.WebControls.BulletedList.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this method, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> A string that represents an optional event argument to pass to the event handler. </param> </member> <member name="P:System.Web.UI.WebControls.BulletedList.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the specified <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns> The <see cref="T:System.Web.UI.HtmlTextWriterTag" />. </returns> </member> <member name="P:System.Web.UI.WebControls.BulletedList.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content that is linked to when a hyperlink in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control is clicked. </summary> <returns> The target window or frame in which to load the Web page linked to when a hyperlink in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> is clicked. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.BulletedList.Text"> <summary> Gets or sets the text for the <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <returns> The <see cref="P:System.Web.UI.WebControls.ListControl.SelectedValue" /> of the <see cref="T:System.Web.UI.WebControls.BulletedList" />, if one of the items in the <see cref="T:System.Web.UI.WebControls.BulletedList" /> is selected; otherwise, an empty string (""). </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to assign a value to the <see cref="P:System.Web.UI.WebControls.BulletedList.Text" />. </exception> </member> <member name="T:System.Web.UI.WebControls.BulletedListDisplayMode"> <summary> Specifies the display behaviors that you can apply to the list item contents in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.BulletedListDisplayMode.Text"> <summary> Displays the list item content as text. </summary> </member> <member name="F:System.Web.UI.WebControls.BulletedListDisplayMode.HyperLink"> <summary> Displays the list item content as hyperlinks. </summary> </member> <member name="F:System.Web.UI.WebControls.BulletedListDisplayMode.LinkButton"> <summary> Displays the list item content as link buttons. </summary> </member> <member name="T:System.Web.UI.WebControls.BulletedListEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.BulletedList.Click" /> event of a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.BulletedListEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BulletedListEventArgs" /> class. </summary> <param name="index"> The zero-based index of the list item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> that raised the event. </param> </member> <member name="P:System.Web.UI.WebControls.BulletedListEventArgs.Index"> <summary> Gets the index of the list item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control that raised the event. </summary> <returns> The index of the list item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control that raised the event. </returns> </member> <member name="T:System.Web.UI.WebControls.BulletedListEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.BulletedList.Click" /> event of a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> The argument of type <see cref="T:System.Web.UI.WebControls.BulletedListEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.BulletStyle"> <summary> Specifies the bullet styles you can apply to list items in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.NotSet"> <summary> The bullet style is not set. The browser that renders the <see cref="T:System.Web.UI.WebControls.BulletedList" /> control will determine the bullet style to display. </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.Numbered"> <summary> The bullet style is a number (1, 2, 3, ...). </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.LowerAlpha"> <summary> The bullet style is a lowercase letter (a, b, c, ...). </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.UpperAlpha"> <summary> The bullet style is an uppercase letter (A, B, C, ...). </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.LowerRoman"> <summary> The bullet style is a lowercase Roman numeral (i, ii, iii, ...). </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.UpperRoman"> <summary> The bullet style is an uppercase Roman numeral (I, II, III, ...). </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.Disc"> <summary> The bullet style is a filled circle shape. </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.Circle"> <summary> The bullet style is an empty circle shape. </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.Square"> <summary> The bullet style is a filled square shape. </summary> </member> <member name="F:System.Web.UI.WebControls.BulletStyle.CustomImage"> <summary> The bullet style is a custom image. </summary> </member> <member name="T:System.Web.UI.WebControls.Button"> <summary> Displays a push button control on the Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.Button.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Button" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Button.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the attributes of the <see cref="T:System.Web.UI.WebControls.Button" /> control to the output stream for rendering on the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="P:System.Web.UI.WebControls.Button.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.WebControls.Button" /> control is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.WebControls.Button" /> control is clicked; otherwise, false. The default value is true. </returns> </member> <member name="E:System.Web.UI.WebControls.Button.Click"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.Button" /> control is clicked. </summary> </member> <member name="E:System.Web.UI.WebControls.Button.Command"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.Button" /> control is clicked. </summary> </member> <member name="P:System.Web.UI.WebControls.Button.CommandArgument"> <summary> Gets or sets an optional parameter passed to the <see cref="E:System.Web.UI.WebControls.Button.Command" /> event along with the associated <see cref="P:System.Web.UI.WebControls.Button.CommandName" />. </summary> <returns> An optional parameter passed to the <see cref="E:System.Web.UI.WebControls.Button.Command" /> event along with the associated <see cref="P:System.Web.UI.WebControls.Button.CommandName" />. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Button.CommandName"> <summary> Gets or sets the command name associated with the <see cref="T:System.Web.UI.WebControls.Button" /> control that is passed to the <see cref="E:System.Web.UI.WebControls.Button.Command" /> event. </summary> <returns> The command name of the <see cref="T:System.Web.UI.WebControls.Button" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Button.GetPostBackOptions"> <summary> Creates a <see cref="T:System.Web.UI.PostBackOptions" /> object that represents the <see cref="T:System.Web.UI.WebControls.Button" /> control's postback behavior. </summary> <returns> A <see cref="T:System.Web.UI.PostBackOptions" /> that represents the <see cref="T:System.Web.UI.WebControls.Button" /> control's postback behavior. </returns> </member> <member name="M:System.Web.UI.WebControls.Button.OnClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Button.Click" /> event of the <see cref="T:System.Web.UI.WebControls.Button" /> control. </summary> <param name="e"> The event data. </param> </member> <member name="P:System.Web.UI.WebControls.Button.OnClientClick"> <summary> Gets or sets the client-side script that executes when a <see cref="T:System.Web.UI.WebControls.Button" /> control's <see cref="E:System.Web.UI.WebControls.Button.Click" /> event is raised. </summary> <returns> The client-side script that executes when a <see cref="T:System.Web.UI.WebControls.Button" /> control's <see cref="E:System.Web.UI.WebControls.Button.Click" /> event is raised. </returns> </member> <member name="M:System.Web.UI.WebControls.Button.OnCommand(System.Web.UI.WebControls.CommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Button.Command" /> event of the <see cref="T:System.Web.UI.WebControls.Button" /> control. </summary> <param name="e"> The event data. </param> </member> <member name="M:System.Web.UI.WebControls.Button.OnPreRender(System.EventArgs)"> <summary> Determines whether the button has been clicked prior to rendering on the client. </summary> <param name="e"> The event data. </param> </member> <member name="P:System.Web.UI.WebControls.Button.PostBackUrl"> <summary> Gets or sets the URL of the page to post to from the current page when the <see cref="T:System.Web.UI.WebControls.Button" /> control is clicked. </summary> <returns> The URL of the Web page to post to from the current page when the <see cref="T:System.Web.UI.WebControls.Button" /> control is clicked. The default value is an empty string (""), which causes the page to post back to itself. </returns> </member> <member name="M:System.Web.UI.WebControls.Button.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.Button" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.Button.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the contents of the control to the specified writer. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> object that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.Button.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.Button" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="P:System.Web.UI.WebControls.Button.Text"> <summary> Gets or sets the text caption displayed in the <see cref="T:System.Web.UI.WebControls.Button" /> control. </summary> <returns> The text caption displayed in the <see cref="T:System.Web.UI.WebControls.Button" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Button.UseSubmitBehavior"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.Button" /> control uses the client browser's submit mechanism or the ASP.NET postback mechanism. </summary> <returns>true if the control uses the client browser's submit mechanism; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.Button.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.WebControls.Button" /> control causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.WebControls.Button" /> control causes validation when it posts back to the server. The default value is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.ButtonColumn"> <summary> A column type for the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that contains a user-defined button. </summary> </member> <member name="M:System.Web.UI.WebControls.ButtonColumn.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.ButtonColumn.ButtonType"> <summary> Gets or sets the type of button to display in the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonColumnType" /> values. The default is LinkButton. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified column type is not one of the <see cref="T:System.Web.UI.WebControls.ButtonColumnType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.ButtonColumn.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when a button in the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object is clicked. </summary> <returns>true if validation is performed when a button in the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> is clicked; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.ButtonColumn.CommandName"> <summary> Gets or sets a string that represents the command to perform when a button in the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object is clicked. </summary> <returns> A string that represents the command to perform when a button in the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> is clicked. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ButtonColumn.DataTextField"> <summary> Gets or sets the field name from a data source to bind to the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object. </summary> <returns> The field name to bind to the <see cref="T:System.Web.UI.WebControls.ButtonColumn" />. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ButtonColumn.DataTextFormatString"> <summary> Gets or sets the string that specifies the display format for the caption in each button. </summary> <returns> The string that specifies the display format for the caption in each button. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.ButtonColumn.FormatDataTextValue(System.Object)"> <summary> Converts the specified value to the format that is indicated by the <see cref="P:System.Web.UI.WebControls.ButtonColumn.DataTextFormatString" /> property. </summary> <returns> The <paramref name="dataTextValue" /> converted to the format indicated by the <see cref="P:System.Web.UI.WebControls.ButtonColumn.DataTextFormatString" />. </returns> <param name="dataTextValue"> The value to format. </param> </member> <member name="M:System.Web.UI.WebControls.ButtonColumn.Initialize"> <summary> Resets the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object to its initial state. </summary> </member> <member name="M:System.Web.UI.WebControls.ButtonColumn.InitializeCell(System.Web.UI.WebControls.TableCell,System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Resets a cell in the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object to its initial state. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.TableCell" /> that represents the cell to reset. </param> <param name="columnIndex"> The column number where the cell is located. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.ButtonColumn.Text"> <summary> Gets or sets the caption that is displayed in the buttons of the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object. </summary> <returns> The caption displayed in the buttons of the <see cref="T:System.Web.UI.WebControls.ButtonColumn" />. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ButtonColumn.ValidationGroup"> <summary> Gets or sets the group of validation controls for which the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object causes validation when it posts back to the server. </summary> <returns> The group of validation controls for which the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object causes validation when it posts back to the server. The default is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.ButtonColumnType"> <summary> Specifies the button type for the <see cref="T:System.Web.UI.WebControls.ButtonColumn" /> object. </summary> </member> <member name="F:System.Web.UI.WebControls.ButtonColumnType.LinkButton"> <summary> A column of hyperlink buttons. </summary> </member> <member name="F:System.Web.UI.WebControls.ButtonColumnType.PushButton"> <summary> A column of push buttons. </summary> </member> <member name="T:System.Web.UI.WebControls.ButtonField"> <summary> Represents a field that is displayed as a button in a data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.ButtonField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ButtonField" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.ButtonField.CommandName"> <summary> Gets or sets a string that represents the action to perform when a button in a <see cref="T:System.Web.UI.WebControls.ButtonField" /> object is clicked. </summary> <returns> The name of the action to perform when a button in the <see cref="T:System.Web.UI.WebControls.ButtonField" /> is clicked. </returns> </member> <member name="M:System.Web.UI.WebControls.ButtonField.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current <see cref="T:System.Web.UI.WebControls.ButtonField" /> object to the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to which to copy the properties of the current <see cref="T:System.Web.UI.WebControls.ButtonField" />. </param> </member> <member name="M:System.Web.UI.WebControls.ButtonField.CreateField"> <summary> Creates and returns a new instance of the <see cref="T:System.Web.UI.WebControls.ButtonField" /> class. </summary> <returns> A new instance of the <see cref="T:System.Web.UI.WebControls.ButtonField" /> class. </returns> </member> <member name="P:System.Web.UI.WebControls.ButtonField.DataTextField"> <summary> Gets or sets the name of the data field for which the value is bound to the <see cref="P:System.Web.UI.WebControls.Button.Text" /> property of the <see cref="T:System.Web.UI.WebControls.Button" /> control that is rendered by the <see cref="T:System.Web.UI.WebControls.ButtonField" /> object. </summary> <returns> The name of the field to bind to the <see cref="T:System.Web.UI.WebControls.ButtonField" />. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.ButtonField.DataTextField" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.ButtonField.DataTextFormatString"> <summary> Gets or sets the string that specifies the display format for the value of the field. </summary> <returns> A format string that specifies the display format for the value of the field. The default is an empty string (""), which indicates that no special formatting is applied to the field value. </returns> </member> <member name="M:System.Web.UI.WebControls.ButtonField.FormatDataTextValue(System.Object)"> <summary> Formats the specified field value for a cell in the <see cref="T:System.Web.UI.WebControls.ButtonField" /> object. </summary> <returns> The field value converted to the format specified by the <see cref="P:System.Web.UI.WebControls.ButtonField.DataTextFormatString" /> property. </returns> <param name="dataTextValue"> The field value to format. </param> </member> <member name="P:System.Web.UI.WebControls.ButtonField.ImageUrl"> <summary> Gets or sets the image to display for each button in the <see cref="T:System.Web.UI.WebControls.ButtonField" /> object. </summary> <returns> The image to display for each button in the <see cref="T:System.Web.UI.WebControls.ButtonField" />. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.ButtonField.ImageUrl" /> property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.ButtonField.Initialize(System.Boolean,System.Web.UI.Control)"> <summary> Initializes the current <see cref="T:System.Web.UI.WebControls.ButtonField" /> object. </summary> <returns>false, which indicates the control does not need to rebind to the data. </returns> <param name="sortingEnabled">true to enable sorting; otherwise, false. </param> <param name="control"> The data control that owns the <see cref="T:System.Web.UI.WebControls.ButtonField" />. </param> </member> <member name="M:System.Web.UI.WebControls.ButtonField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object to the specified row state. </summary> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> to initialize. </param> <param name="cellType"> A <see cref="T:System.Web.UI.WebControls.DataControlCellType" /> value that indicates the type of row (header, footer, or data). </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="rowIndex"> The zero-based index of the row. </param> </member> <member name="P:System.Web.UI.WebControls.ButtonField.Text"> <summary> Gets or sets the static caption that is displayed for each button in the <see cref="T:System.Web.UI.WebControls.ButtonField" /> object. </summary> <returns> The caption displayed for each button in the <see cref="T:System.Web.UI.WebControls.ButtonField" />. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.ButtonField.ValidateSupportsCallback"> <summary> Determines whether the controls that are contained in a <see cref="T:System.Web.UI.WebControls.ButtonField" /> object support callbacks. </summary> </member> <member name="T:System.Web.UI.WebControls.ButtonFieldBase"> <summary> Serves as the abstract base class for button fields, such as the <see cref="T:System.Web.UI.WebControls.ButtonField" /> or <see cref="T:System.Web.UI.WebControls.CommandField" /> class. The <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" /> class provides the methods and properties that are common to all button fields. </summary> </member> <member name="M:System.Web.UI.WebControls.ButtonFieldBase.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.ButtonFieldBase.ButtonType"> <summary> Gets or sets the button type to display in the button field. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. The default is ButtonType.Link. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value for the <see cref="P:System.Web.UI.WebControls.ButtonFieldBase.ButtonType" /> property is not one of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.ButtonFieldBase.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when a button in a <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" /> object is clicked. </summary> <returns>true to perform validation when a button in a <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" /> is clicked; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.ButtonFieldBase.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current object that is derived from the <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" /> class to the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to which to copy the properties of the current <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" />. </param> </member> <member name="P:System.Web.UI.WebControls.ButtonFieldBase.ShowHeader"> <summary> Gets or sets a value indicating whether the header section is displayed in a <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" /> object. </summary> <returns>true to show the header section; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.ButtonFieldBase.ValidationGroup"> <summary> Gets or sets the name of the group of validation controls to validate when a button in a <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" /> object is clicked. </summary> <returns> The name of the validation group to validate when a button in a <see cref="T:System.Web.UI.WebControls.ButtonFieldBase" /> is clicked. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.ButtonFieldBase.ValidationGroup" /> property is not set. </returns> </member> <member name="T:System.Web.UI.WebControls.ButtonType"> <summary> Specifies the different types of buttons that can be rendered in a Web Forms page. </summary> </member> <member name="F:System.Web.UI.WebControls.ButtonType.Button"> <summary> A command button. </summary> </member> <member name="F:System.Web.UI.WebControls.ButtonType.Image"> <summary> A button that displays an image. </summary> </member> <member name="F:System.Web.UI.WebControls.ButtonType.Link"> <summary> A hyperlink-style button. </summary> </member> <member name="T:System.Web.UI.WebControls.Calendar"> <summary> Displays a single-month calendar that allows the user to select dates and move to the next or previous month. </summary> </member> <member name="M:System.Web.UI.WebControls.Calendar.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Calendar" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.Calendar.Caption"> <summary> Gets or sets a text value that is rendered as a caption for the calendar. </summary> <returns> The table caption. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.CaptionAlign"> <summary> Gets or sets the alignment of the text that is rendered as a caption for the calendar. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> value that indicates the alignment of the caption. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value specified is not one of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.Calendar.CellPadding"> <summary> Gets or sets the amount of space between the contents of a cell and the cell's border. </summary> <returns> The amount of space (in pixels) between the contents of a cell and the cell's border. The default value is 2. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified cell padding is less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.Calendar.CellSpacing"> <summary> Gets or sets the amount of space between cells. </summary> <returns> The amount of space (in pixels) between cells. The default value is 0. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified cell spacing is less than -1. </exception> </member> <member name="M:System.Web.UI.WebControls.Calendar.CreateControlCollection"> <summary> Creates a collection to store child controls. </summary> <returns> Always returns an InternalControlCollection. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.DayHeaderStyle"> <summary> Gets the style properties for the section that displays the day of the week. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the section that displays the day of the week. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.DayNameFormat"> <summary> Gets or sets the name format for days of the week. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.DayNameFormat" /> values. The default value is Short. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified day name format is not one of the <see cref="T:System.Web.UI.WebControls.DayNameFormat" /> values. </exception> </member> <member name="E:System.Web.UI.WebControls.Calendar.DayRender"> <summary> Occurs when each day is created in the control hierarchy for the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.Calendar.DayStyle"> <summary> Gets the style properties for the days in the displayed month. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the days in the displayed month. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.FirstDayOfWeek"> <summary> Gets or sets the day of the week to display in the first day column of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek" /> values. The default is Default, which indicates that the day specified in the system setting is used. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The date specified is not one of the <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.Calendar.HasWeekSelectors(System.Web.UI.WebControls.CalendarSelectionMode)"> <summary> Determines whether a <see cref="T:System.Web.UI.WebControls.CalendarSelectionMode" /> object contains week selectors. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.CalendarSelectionMode" /> contains week selectors; otherwise, false. </returns> <param name="selectionMode"> One of the <see cref="T:System.Web.UI.WebControls.CalendarSelectionMode" /> values. </param> </member> <member name="M:System.Web.UI.WebControls.Calendar.LoadViewState(System.Object)"> <summary> Loads a saved state of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <param name="savedState"> A <see cref="T:System.Object" /> that contains the saved condition of the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> </member> <member name="P:System.Web.UI.WebControls.Calendar.NextMonthText"> <summary> Gets or sets the text displayed for the next month navigation control. </summary> <returns> The caption text for the next month navigation control. The default value is "&gt;", which is rendered as the greater than sign (>). </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.NextPrevFormat"> <summary> Gets or sets the format of the next and previous month navigation elements in the title section of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.NextPrevFormat" /> values. The default value is CustomText. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified format is not one of the <see cref="T:System.Web.UI.WebControls.NextPrevFormat" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.Calendar.NextPrevStyle"> <summary> Gets the style properties for the next and previous month navigation elements. </summary> <returns> The style properties for the next and previous month navigation elements. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Calendar.OnDayRender(System.Web.UI.WebControls.TableCell,System.Web.UI.WebControls.CalendarDay)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Calendar.DayRender" /> event of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control and allows you to provide a custom handler for the <see cref="E:System.Web.UI.WebControls.Calendar.DayRender" /> event. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.TableCell" /> that contains information about the cell to render. </param> <param name="day"> A <see cref="T:System.Web.UI.WebControls.CalendarDay" /> that contains information about the day to render. </param> </member> <member name="M:System.Web.UI.WebControls.Calendar.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.Calendar.OnSelectionChanged"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Calendar.SelectionChanged" /> event of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control and allows you to provide a custom handler for the <see cref="E:System.Web.UI.WebControls.Calendar.SelectionChanged" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.Calendar.OnVisibleMonthChanged(System.DateTime,System.DateTime)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Calendar.VisibleMonthChanged" /> event of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control and allows you to provide a custom handler for the <see cref="E:System.Web.UI.WebControls.Calendar.VisibleMonthChanged" /> event. </summary> <param name="newDate"> A <see cref="T:System.DateTime" /> that represents the month currently displayed in the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> <param name="previousDate"> A <see cref="T:System.DateTime" /> that represents the previous month displayed by the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> </member> <member name="P:System.Web.UI.WebControls.Calendar.OtherMonthDayStyle"> <summary> Gets the style properties for the days on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control that are not in the displayed month. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the days on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control that are not in the displayed month. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.PrevMonthText"> <summary> Gets or sets the text displayed for the previous month navigation control. </summary> <returns> The caption text for the previous month navigation control. The default value is "&lt;", which is rendered as the less than sign (<). </returns> </member> <member name="M:System.Web.UI.WebControls.Calendar.RaisePostBackEvent(System.String)"> <summary> Raises an event for the <see cref="T:System.Web.UI.WebControls.Calendar" /> control when it posts back to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents the event argument passed to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.Calendar.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.Calendar" /> control on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream for rendering on the client. </param> </member> <member name="M:System.Web.UI.WebControls.Calendar.SaveViewState"> <summary> Stores the state of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> An object that contains the saved state of the <see cref="T:System.Web.UI.WebControls.Calendar" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.SelectedDate"> <summary> Gets or sets the selected date. </summary> <returns> A <see cref="T:System.DateTime" /> that represents the selected date. The default value is <see cref="F:System.DateTime.MinValue" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.SelectedDates"> <summary> Gets a collection of <see cref="T:System.DateTime" /> objects that represent the selected dates on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> that contains a collection of <see cref="T:System.DateTime" /> objects representing the selected dates on the <see cref="T:System.Web.UI.WebControls.Calendar" />. The default value is an empty <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.SelectedDayStyle"> <summary> Gets the style properties for the selected dates. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the selected dates. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="E:System.Web.UI.WebControls.Calendar.SelectionChanged"> <summary> Occurs when the user selects a day, a week, or an entire month by clicking the date selector controls. </summary> </member> <member name="P:System.Web.UI.WebControls.Calendar.SelectionMode"> <summary> Gets or sets the date selection mode on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control that specifies whether the user can select a single day, a week, or an entire month. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.CalendarSelectionMode" /> values. The default value is Day. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified selection mode is not one of the <see cref="T:System.Web.UI.WebControls.CalendarSelectionMode" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.Calendar.SelectMonthText"> <summary> Gets or sets the text displayed for the month selection element in the selector column. </summary> <returns> The text displayed for the month selection element in the selector column. The default value is "&gt;&gt;", which is rendered as two greater than signs (>>). </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.SelectorStyle"> <summary> Gets the style properties for the week and month selector column. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the week and month selector column. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.SelectWeekText"> <summary> Gets or sets the text displayed for the week selection element in the selector column. </summary> <returns> The text displayed for the week selection element in the selector column. The default value is "&gt;", which is rendered as a greater than sign (>). </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.ShowDayHeader"> <summary> Gets or sets a value indicating whether the heading for the days of the week is displayed. </summary> <returns>true if the heading for the days of the week is displayed; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.ShowGridLines"> <summary> Gets or sets a value indicating whether the days on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control are separated with gridlines. </summary> <returns>true if the days on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control are separated with gridlines; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.ShowNextPrevMonth"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.Calendar" /> control displays the next and previous month navigation elements in the title section. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.Calendar" /> displays the next and previous month navigation elements in the title section; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.ShowTitle"> <summary> Gets or sets a value indicating whether the title section is displayed. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.Calendar" /> displays the title section; otherwise, false. The default value is true. </returns> </member> <member name="M:System.Web.UI.WebControls.Calendar.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Raises events on postback for the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="P:System.Web.UI.WebControls.Calendar.TitleFormat"> <summary> Gets or sets the format for the title section. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TitleFormat" /> values. The default value is MonthYear. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified title format is not one of the <see cref="T:System.Web.UI.WebControls.TitleFormat" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.Calendar.TitleStyle"> <summary> Gets the style properties of the title heading for the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties of the title heading for the <see cref="T:System.Web.UI.WebControls.Calendar" />. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.TodayDayStyle"> <summary> Gets the style properties for today's date on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for today's date on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.TodaysDate"> <summary> Gets or sets the value for today's date. </summary> <returns> A <see cref="T:System.DateTime" /> that contains the value that the <see cref="T:System.Web.UI.WebControls.Calendar" /> considers to be today's date. If this property is not explicitly set, this date will be the date on the server. </returns> </member> <member name="M:System.Web.UI.WebControls.Calendar.TrackViewState"> <summary> Marks the starting point to begin tracking and saving changes to the control as part of the control view state. </summary> </member> <member name="P:System.Web.UI.WebControls.Calendar.UseAccessibleHeader"> <summary> Gets or sets a value that indicates whether to render the table header <th> HTML element for the day headers instead of the table data <td> HTML element. </summary> <returns>true if the <th> element is used for day header cells; false if the <td> element is used for day headers. </returns> </member> <member name="P:System.Web.UI.WebControls.Calendar.VisibleDate"> <summary> Gets or sets the date that specifies the month to display on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> A <see cref="T:System.DateTime" /> that specifies the month to display on the <see cref="T:System.Web.UI.WebControls.Calendar" />. The default value is <see cref="F:System.DateTime.MinValue" />, which displays the month that contains the date specified by <see cref="P:System.Web.UI.WebControls.Calendar.TodaysDate" />. </returns> </member> <member name="E:System.Web.UI.WebControls.Calendar.VisibleMonthChanged"> <summary> Occurs when the user clicks the next or previous month navigation controls on the title heading. </summary> </member> <member name="P:System.Web.UI.WebControls.Calendar.WeekendDayStyle"> <summary> Gets the style properties for the weekend dates on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the weekend dates on the <see cref="T:System.Web.UI.WebControls.Calendar" />. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="T:System.Web.UI.WebControls.CalendarDay"> <summary> Represents a date in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.CalendarDay.#ctor(System.DateTime,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CalendarDay" /> class. </summary> <param name="date"> A <see cref="T:System.DateTime" /> object that contains the date represented by an instance of this class. </param> <param name="isWeekend">true to indicate that the date represented by an instance of this class is either a Saturday or a Sunday; otherwise, false. </param> <param name="isToday">true to indicate that the date represented by an instance of this class is the current date; otherwise, false. </param> <param name="isSelected">true to indicate that the date represented by an instance of this class is selected on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control; otherwise, false. </param> <param name="isOtherMonth">true to indicate that the date represented by an instance of this class is in a month other than the displayed month on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control; otherwise, false. </param> <param name="dayNumberText"> The day number for the date represented by this class. </param> </member> <member name="P:System.Web.UI.WebControls.CalendarDay.Date"> <summary> Gets the date represented by an instance of this class. This property is read-only. </summary> <returns> A <see cref="T:System.DateTime" /> object that contains the date represented by an instance of this class. This allows you to programmatically control the appearance or behavior of the day, based on this value. </returns> </member> <member name="P:System.Web.UI.WebControls.CalendarDay.DayNumberText"> <summary> Gets the string equivalent of the day number for the date represented by an instance of the <see cref="T:System.Web.UI.WebControls.CalendarDay" /> class. This property is read-only. </summary> <returns> The string equivalent of the day number for the date represented by an instance of this class. </returns> </member> <member name="P:System.Web.UI.WebControls.CalendarDay.IsOtherMonth"> <summary> Gets a value that indicates whether the date represented by an instance of this class is in a month other than the month displayed in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. This property is read-only. </summary> <returns>true if the date represented by an instance of this class is in a month other than the month displayed in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.CalendarDay.IsSelectable"> <summary> Gets or sets a value that indicates whether the date represented by an instance of this class can be selected in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns>true if the date can be selected; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.CalendarDay.IsSelected"> <summary> Gets a value that indicates whether the date represented by an instance of this class is selected in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. This property is read-only. </summary> <returns>true if the date represented by an instance of this class is selected in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.CalendarDay.IsToday"> <summary> Gets a value that indicates whether the date represented by an instance of this class is the same date specified by the <see cref="P:System.Web.UI.WebControls.Calendar.TodaysDate" /> property of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. This property is read-only. </summary> <returns>true if the date represented by an instance of this class is the same date specified by the <see cref="P:System.Web.UI.WebControls.Calendar.TodaysDate" /> property of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.CalendarDay.IsWeekend"> <summary> Gets a value that indicates whether the date represented by an instance of this class is a either Saturday or Sunday. This property is read-only. </summary> <returns>true if the date represented by an instance of this class is either a Saturday or a Sunday; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.CalendarSelectionMode"> <summary> Specifies the date selection mode of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.CalendarSelectionMode.None"> <summary> No dates can be selected on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.CalendarSelectionMode.Day"> <summary> A single date can be selected on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.CalendarSelectionMode.DayWeek"> <summary> A single date or entire week can be selected on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.CalendarSelectionMode.DayWeekMonth"> <summary> A single date, week, or entire month can be selected on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="T:System.Web.UI.WebControls.ChangePassword"> <summary> Provides a user interface that enable users to change their Web site password. </summary> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.BorderPadding"> <summary> Gets or sets the amount of padding, in pixels, inside the border and the designated area for the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> The number of pixels of space between the contents of a <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control and the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control's border. The default value is 1. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value of the <see cref="P:System.Web.UI.WebControls.ChangePassword.BorderPadding" /> property is less than -1. </exception> </member> <member name="E:System.Web.UI.WebControls.ChangePassword.CancelButtonClick"> <summary> Occurs when the user clicks the Cancel button to cancel changing a password. </summary> </member> <member name="F:System.Web.UI.WebControls.ChangePassword.CancelButtonCommandName"> <summary> Represents the CommandName value of the Cancel button. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CancelButtonImageUrl"> <summary> Gets or sets the URL of an image to display with the Cancel button, if the Cancel button is configured by the <see cref="P:System.Web.UI.WebControls.ChangePassword.CancelButtonType" /> property to be an image button. </summary> <returns> The URL of the image to display with the Cancel button. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CancelButtonStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of the Cancel button on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the appearance of the Cancel button. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CancelButtonText"> <summary> Gets or sets the text displayed on the Cancel button. </summary> <returns> The text to display on the Cancel button. The default is "Cancel". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CancelButtonType"> <summary> Gets or sets the type of button to use for the Cancel button when rendering the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ButtonType" /> object that defines the type of button to render for the Cancel button. The property value can be one of the three <see cref="T:System.Web.UI.WebControls.ButtonType" /> enumeration values: Button, Image, or Link. The default is Button. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified <see cref="T:System.Web.UI.WebControls.ButtonType" /> is not one of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CancelDestinationPageUrl"> <summary> Gets or sets the URL of the page that the user is shown after clicking the Cancel button in the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> The URL of the page the user is redirected to after clicking the Cancel button. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="E:System.Web.UI.WebControls.ChangePassword.ChangedPassword"> <summary> Occurs when the password is changed for a user account. </summary> </member> <member name="F:System.Web.UI.WebControls.ChangePassword.ChangePasswordButtonCommandName"> <summary> Represents the CommandName value of the Change Password button. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordButtonImageUrl"> <summary> Gets or sets the URL of an image displayed next to the Change Password button on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control if the Change Password button is configured by the <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordButtonType" /> property to be an image button. </summary> <returns> The URL of the image to display next to the Change Password button. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordButtonStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of the Change Password button on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the appearance of the Change Password button. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordButtonText"> <summary> Gets or sets the text displayed on the Change Password button. </summary> <returns> The text to display on the Change Password button. The default is "Change Password". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordButtonType"> <summary> Gets or sets the type of button to use when rendering the Change Password button of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ButtonType" /> object that defines the type of button to render for the Change Password button. The property value can be one of the three <see cref="T:System.Web.UI.WebControls.ButtonType" /> enumeration values: Button, Image, or Link. The default is Button. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified <see cref="T:System.Web.UI.WebControls.ButtonType" /> is not one of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. </exception> </member> <member name="E:System.Web.UI.WebControls.ChangePassword.ChangePasswordError"> <summary> Occurs when there is an error changing the password for the user account. </summary> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordFailureText"> <summary> Gets or sets the message that is shown when the user's password is not changed. </summary> <returns> The error message to display when the attempt to change the user's password is not successful. The default is "Your attempt to change passwords was unsuccessful. Please try again." </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTemplate"> <summary> Gets or sets the <see cref="T:System.Web.UI.ITemplate" /> object used to display the Change Password view of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> object that contains the template for displaying the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control in the Change Password view. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTemplateContainer"> <summary> Gets the container that a <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control uses to create an instance of the <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTemplate" /> template. This provides programmatic access to child controls. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that contains a <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTemplate" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTitleText"> <summary> Gets or sets the text displayed at the top of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control in Change Password view. </summary> <returns> The text to display at the top of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is "Change Your Password". </returns> </member> <member name="E:System.Web.UI.WebControls.ChangePassword.ChangingPassword"> <summary> Occurs before the password for a user account is changed by the membership provider. </summary> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ConfirmNewPassword"> <summary> Gets the duplicate password entered by the user. </summary> <returns> The duplicate new password string entered by the user. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ConfirmNewPasswordLabelText"> <summary> Gets or sets the label text for the <see cref="P:System.Web.UI.WebControls.ChangePassword.ConfirmNewPassword" /> text box. </summary> <returns> The text to display with the <see cref="P:System.Web.UI.WebControls.ChangePassword.ConfirmNewPassword" /> text box. The default is "Confirm New Password:". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ConfirmPasswordCompareErrorMessage"> <summary> Gets or sets the message that is displayed when the new password and the duplicate password entered by the user are not identical. </summary> <returns> The error message displayed when the new password and confirmed password are not identical. The default is "The confirm New Password entry must match the New Password entry." </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ConfirmPasswordRequiredErrorMessage"> <summary> Gets or sets the error message that is displayed when the Confirm New Password text box is left empty. </summary> <returns> The error message that is displayed when users attempt to change their password without entering the new password in the <see cref="P:System.Web.UI.WebControls.ChangePassword.ConfirmNewPassword" /> input box. </returns> </member> <member name="E:System.Web.UI.WebControls.ChangePassword.ContinueButtonClick"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ChangePassword.ContinueButtonClick" /> event when the user clicks the Continue button. </summary> </member> <member name="F:System.Web.UI.WebControls.ChangePassword.ContinueButtonCommandName"> <summary> Represents CommandName value of the Continue button. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ContinueButtonImageUrl"> <summary> Gets or sets the URL of an image to use for the Continue button on the Success view of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control if the Continue button is configured by the <see cref="P:System.Web.UI.WebControls.ChangePassword.ContinueButtonType" /> property to be an image button. </summary> <returns> The URL of the image to display with the Continue button. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ContinueButtonStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of the Continue button on the Success view of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the appearance of the Continue button. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ContinueButtonText"> <summary> Gets or sets the text that is displayed on the Continue button on the Success view of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> The text to display on the Continue button. The default is "Continue". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ContinueButtonType"> <summary> Gets or sets the type of button to use when rendering the Continue button for the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ButtonType" /> object that defines the type of button to render for the Continue button. The property value can be one of the three <see cref="T:System.Web.UI.WebControls.ButtonType" /> enumeration values: Button, Image, or Link. The default is Button. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified <see cref="T:System.Web.UI.WebControls.ButtonType" /> is not one of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ContinueDestinationPageUrl"> <summary> Gets or sets the URL of the page that the user will see after clicking the Continue button on the Success view. </summary> <returns> The URL of the page the user is redirected to after clicking the Continue button. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.CreateChildControls"> <summary> Creates the individual controls that make up the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control in preparation for posting back or rendering. </summary> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.WebControls.ChangePassword.DisplayUserName" /> property is set to false, the <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTemplate" /> contains a control that implements the <see cref="T:System.Web.UI.IEditableTextControl" /> interface, and the <see cref="P:System.Web.UI.Control.ID" /> property of the control is set to "UserName". -or- The <see cref="P:System.Web.UI.WebControls.ChangePassword.DisplayUserName" /> property is set to true, the <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTemplate" /> does not contain a control that implements the <see cref="T:System.Web.UI.IEditableTextControl" /> interface, and the <see cref="P:System.Web.UI.Control.ID" /> property of the control is set to "UserName". -or- The <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTemplate" /> does not contain a control that implements the <see cref="T:System.Web.UI.IEditableTextControl" /> interface, and the <see cref="P:System.Web.UI.Control.ID" /> property of the control is set to "CurrentPassword". -or- The <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTemplate" /> does not contain a control that implements the <see cref="T:System.Web.UI.IEditableTextControl" /> interface, and the <see cref="P:System.Web.UI.Control.ID" /> property of the control is set to "NewPassword". </exception> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CreateUserIconUrl"> <summary> Gets or sets the URL of an image to display next to the link to the Web page that contains a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control for the Web site. </summary> <returns> The URL of an image to display next to the link to the Web page that contains a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CreateUserText"> <summary> Gets or sets the text of the link to the Web page that contains a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control for the Web site. </summary> <returns> The text to display next to the link to the Web page that contains a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CreateUserUrl"> <summary> Gets or sets the URL of the Web page that contains a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control for the Web site. </summary> <returns> The URL of the Web page that contains a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.CurrentPassword"> <summary> Gets the current password for the user. </summary> <returns> The current password entered by the user. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.DisplayUserName"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control should display the <see cref="P:System.Web.UI.WebControls.ChangePassword.UserName" /> control and label. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control should display the <see cref="P:System.Web.UI.WebControls.ChangePassword.UserName" />; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.EditProfileIconUrl"> <summary> Gets or sets the URL of an image to display next to the link to the user profile editing page for the Web site. </summary> <returns> The URL of the image to display with the link to the user profile editing page for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.EditProfileText"> <summary> Gets or sets the text of the link to the user profile editing page for the Web site. </summary> <returns> The text to display for the link to the user profile editing page for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.EditProfileUrl"> <summary> Gets or sets the URL of the user profile editing page for the Web site. </summary> <returns> The URL of the user profile editing page for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.FailureTextStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of error messages on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of error messages on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.HelpPageIconUrl"> <summary> Gets or sets the URL of an image to display next to the Change Password help page for the Web site. </summary> <returns> The URL of the image to display next to the Change Password help page for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.HelpPageText"> <summary> Gets or sets the link text to the Change Password help page for the Web site. </summary> <returns> The text to display for the link to the Change Password help page for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.HelpPageUrl"> <summary> Gets or sets the URL of the Change Password help page for the Web site. </summary> <returns> The URL of the Change Password help page for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.HyperLinkStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of hyperlinks on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of hyperlinks on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.InstructionText"> <summary> Gets or sets informational text that appears on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control between the <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTitleText" /> and the input boxes. </summary> <returns> The informational text to display on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control between the <see cref="P:System.Web.UI.WebControls.ChangePassword.ChangePasswordTitleText" /> and the input boxes. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.InstructionTextStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of the instructional text on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of the instructional text contained in the <see cref="P:System.Web.UI.WebControls.ChangePassword.InstructionText" /> property. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.LabelStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> objects that define the appearance of text box labels on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of text box labels on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is null. </returns> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.LoadControlState(System.Object)"> <summary> Restores control state information from a previous page request that was saved by the <see cref="M:System.Web.UI.WebControls.ChangePassword.SaveControlState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to restore. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.LoadViewState(System.Object)"> <summary> Restores view state information from a previous page request that was saved by the <see cref="M:System.Web.UI.WebControls.ChangePassword.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to restore. </param> <exception cref="T:System.ArgumentException"> The <paramref name="savedState" /> parameter cannot be resolved to a valid <see cref="P:System.Web.UI.Control.ViewState" />. </exception> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.MailDefinition"> <summary> Gets a reference to a collection of properties that define the e-mail message that is sent to users after they have changed their password. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.MailDefinition" /> object that defines the e-mail message sent to a new user. </returns> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.WebControls.MailDefinition.From" /> property is not set to an e-mail address. </exception> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.MembershipProvider"> <summary> Gets or sets the membership provider that is used to manage member information. </summary> <returns> The name of the <see cref="T:System.Web.Security.MembershipProvider" /> for the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is the membership provider for the application. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.NewPassword"> <summary> Gets the new password entered by the user. </summary> <returns> The new password entered by the user. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.NewPasswordLabelText"> <summary> Gets or sets the label text for the New Password text box. </summary> <returns> The text to display next to the New Password text box. The default is "New Password:". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.NewPasswordRegularExpression"> <summary> Gets or sets the regular expression that is used to validate the password provided by the user. </summary> <returns> The regular expression string used to validate the new password provided by the user. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.NewPasswordRegularExpressionErrorMessage"> <summary> Gets or sets the error message that is shown when the password entered does not pass the regular expression criteria defined in the <see cref="P:System.Web.UI.WebControls.ChangePassword.NewPasswordRegularExpression" /> property. </summary> <returns> The error message shown when the password entered does not pass the regular expression defined in the <see cref="P:System.Web.UI.WebControls.ChangePassword.NewPasswordRegularExpression" />. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.NewPasswordRequiredErrorMessage"> <summary> Gets or sets the error message that is displayed when the user leaves the New Password text box empty. </summary> <returns> The error message to display if the user leaves the New Password text box empty. The default is "New Password is required." </returns> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control is passed up the Web server control hierarchy for the page. </summary> <returns>true if the event has been canceled; otherwise, false. The default is false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnCancelButtonClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ChangePassword.CancelButtonClick" /> event when a user clicks the Cancel button. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnChangedPassword(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ChangePassword.ChangedPassword" /> event after the password is changed. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnChangePasswordError(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ChangePassword.ChangePasswordError" /> event when the user's password is not changed. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnChangingPassword(System.Web.UI.WebControls.LoginCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ChangePassword.ChangingPassword" /> event before the user's password is changed by the membership provider. </summary> <param name="e"> A <see cref="T:System.ComponentModel.CancelEventArgs" /> object containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnContinueButtonClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ChangePassword.ContinueButtonClick" /> event when a user clicks the Continue button. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event for the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control to allow the control to register itself with the page. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnSendingMail(System.Web.UI.WebControls.MailMessageEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ChangePassword.SendingMail" /> event before an e-mail message is sent to the SMTP server for processing. The SMTP server then sends the e-mail message to the user. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MailMessageEventArgs" /> object containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.OnSendMailError(System.Web.UI.WebControls.SendMailErrorEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ChangePassword.SendMailError" /> event when an e-mail message cannot be sent to the user. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SendMailErrorEventArgs" /> object containing the event data. </param> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.PasswordHintStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of hint text that appears on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of the text contained in the <see cref="P:System.Web.UI.WebControls.ChangePassword.PasswordHintText" /> property. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.PasswordHintText"> <summary> Gets or sets informational text about the requirements for creating a password for the Web site. </summary> <returns> The informational text to display about the criteria for the new password. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.PasswordLabelText"> <summary> Gets or sets the label text for the Current Password text box. </summary> <returns> The text to display next to the Current Password text box. The default is "Password:". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.PasswordRecoveryIconUrl"> <summary> Gets or sets the URL of an image to display next to a link to the Web page that contains the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> The URL of the image to display next to a link to the password recovery page for the Web site. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.PasswordRecoveryText"> <summary> Gets or sets the text of the link to the Web page that contains the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> The text to display for the link to the Web page that contains the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.PasswordRecoveryUrl"> <summary> Gets or sets the URL of the Web page that contains the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> The URL for the Web page that contains the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.PasswordRequiredErrorMessage"> <summary> Gets or sets the error message that is displayed when the user leaves the Current Password text box empty. </summary> <returns> The error message to display if the user leaves the Current Password text box empty. </returns> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.Render(System.Web.UI.HtmlTextWriter)"> <summary> Writes the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control content to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, for display on the client. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that represents the output stream used to write content to a Web page. </param> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.SaveControlState"> <summary> Saves any server control state changes that have occurred since the time the page was posted back to the server. </summary> <returns> The server control's current state; otherwise, null. </returns> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.SaveViewState"> <summary> Saves any server control view state changes that have occurred since the time the page was posted back to the server. </summary> <returns> The server control's current view state; otherwise, null. </returns> </member> <member name="E:System.Web.UI.WebControls.ChangePassword.SendingMail"> <summary> Occurs before the user is sent an e-mail confirmation that the password has been changed. </summary> </member> <member name="E:System.Web.UI.WebControls.ChangePassword.SendMailError"> <summary> Occurs when there is an SMTP error sending an e-mail message to the user. </summary> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.SetDesignModeState(System.Collections.IDictionary)"> <summary> Sets design-time data for a control. </summary> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> containing the design-time data for the control. </param> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.SuccessPageUrl"> <summary> Gets or sets the URL of the page that is shown to users after they have changed their password successfully. </summary> <returns> The URL of the destination page after the password is changed. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.SuccessTemplate"> <summary> Gets or sets the <see cref="T:System.Web.UI.ITemplate" /> object that is used to display the Success and Change Password views of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> object that contains the template for displaying the Success and Change Password views of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.SuccessTemplateContainer"> <summary> Gets the container that a <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control used to create an instance of the <see cref="P:System.Web.UI.WebControls.ChangePassword.SuccessTemplate" /> template. This provides programmatic access to child controls. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that contains a <see cref="P:System.Web.UI.WebControls.ChangePassword.SuccessTemplate" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.SuccessText"> <summary> Gets or sets the text that is displayed on the Success view between the <see cref="P:System.Web.UI.WebControls.ChangePassword.SuccessTitleText" /> and the Continue button. </summary> <returns> The text to display on the Success view between the <see cref="P:System.Web.UI.WebControls.ChangePassword.SuccessTitleText" /> and the Continue button. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.SuccessTextStyle"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of text on the Success view. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of the text contained in the <see cref="P:System.Web.UI.WebControls.ChangePassword.SuccessText" /> property. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.SuccessTitleText"> <summary> Gets or sets the title of the Success view. </summary> <returns> The text to display as the title in the Success view of the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is "Change Password Complete". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that corresponds to a <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. This property is used primarily by control developers. </summary> <returns> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. Always returns HtmlTextWriterTag.Table.</returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.TextBoxStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of text box controls on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the appearance of text box controls on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.TitleTextStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of titles on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of error messages titles on the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is null. </returns> </member> <member name="M:System.Web.UI.WebControls.ChangePassword.TrackViewState"> <summary> Causes tracking of view-state changes to the server control so that they can be stored in the server control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.UserName"> <summary> Gets or sets the Web site user name for which to change the password. </summary> <returns> The user name for which to change the password. </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.UserNameLabelText"> <summary> Gets or sets the label for the User Name text box. </summary> <returns> The text to display next to the User Name textbox. The default string is "User Name:". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.UserNameRequiredErrorMessage"> <summary> Gets or sets the error message that is displayed when the user leaves the User Name text box empty. </summary> <returns> The error message to display if the user leaves the User Name text box empty. The default string is "User Name is required.". </returns> </member> <member name="P:System.Web.UI.WebControls.ChangePassword.ValidatorTextStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of error messages that are associated with any input validation used by the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the appearance of error messages that are associated with any input validation used by the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control. The default is null. </returns> </member> <member name="T:System.Web.UI.WebControls.CheckBox"> <summary> Displays a check box that allows the user to select a true or false condition. </summary> </member> <member name="M:System.Web.UI.WebControls.CheckBox.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CheckBox" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.CheckBox.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles of a <see cref="T:System.Web.UI.WebControls.CheckBox" /> control to be rendered to the specified output stream. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.CheckBox.AutoPostBack"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.CheckBox" /> state automatically posts back to the server when clicked. </summary> <returns>true to automatically post the state of the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control to the server when it is clicked; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBox.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control is selected. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.WebControls.CheckBox" /> is clicked; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBox.Checked"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control is checked. </summary> <returns>true to indicate a checked state; otherwise, false. The default is false. </returns> </member> <member name="E:System.Web.UI.WebControls.CheckBox.CheckedChanged"> <summary> Occurs when the value of the <see cref="P:System.Web.UI.WebControls.CheckBox.Checked" /> property changes between posts to the server. </summary> </member> <member name="P:System.Web.UI.WebControls.CheckBox.InputAttributes"> <summary> Gets a reference to the collection of attributes for the rendered input element of the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. </summary> <returns> The collection of attribute names and values that are added to the rendered INPUT element for the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. The default is an empty <see cref="T:System.Web.UI.AttributeCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBox.LabelAttributes"> <summary> Gets a reference to the collection of attributes for the rendered LABEL element of the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. </summary> <returns> The collection of attribute names and values that are added to the rendered LABEL element for the <see cref="T:System.Web.UI.WebControls.CheckBox" />. The default is an empty <see cref="T:System.Web.UI.AttributeCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.CheckBox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. </summary> <returns>true if the posted content is different from the last posting; otherwise, false. </returns> <param name="postDataKey"> The index within the posted collection that references the content to load. </param> <param name="postCollection"> The collection posted to the server. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBox.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. </summary> <param name="savedState"> An object that contains the saved view state values for the control. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBox.OnCheckedChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.CheckBox.CheckedChanged" /> event of the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. This allows you to handle the event directly. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBox.OnPreRender(System.EventArgs)"> <summary> Registers client script for generating postback prior to rendering on the client if <see cref="P:System.Web.UI.WebControls.CheckBox.AutoPostBack" /> is true. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBox.RaisePostDataChangedEvent"> <summary> Invokes the <see cref="M:System.Web.UI.WebControls.CheckBox.OnCheckedChanged(System.EventArgs)" /> method when the posted data for the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.CheckBox.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.CheckBox" /> on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBox.SaveViewState"> <summary> Saves the changes to the <see cref="T:System.Web.UI.WebControls.CheckBox" /> view state since the time the page was posted back to the server. </summary> <returns> The object that contains the changes to the <see cref="T:System.Web.UI.WebControls.CheckBox" /> view state; otherwise, if no view state is associated with the object, null. </returns> </member> <member name="M:System.Web.UI.WebControls.CheckBox.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes posted data for the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. </summary> <returns>true if the state of the <see cref="T:System.Web.UI.WebControls.CheckBox" /> has changed; otherwise false. </returns> <param name="postDataKey"> The key value used to index an entry in the collection. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains post information. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBox.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Raises when posted data for a control has changed. </summary> </member> <member name="P:System.Web.UI.WebControls.CheckBox.Text"> <summary> Gets or sets the text label associated with the <see cref="T:System.Web.UI.WebControls.CheckBox" />. </summary> <returns> The text label associated with the CheckBox. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBox.TextAlign"> <summary> Gets or sets the alignment of the text label associated with the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TextAlign" /> values. The default value is Right. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.TextAlign" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.CheckBox.TrackViewState"> <summary> Tracks view-state changes to the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control so that they can be stored in the control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.WebControls.CheckBox.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.WebControls.CheckBox" /> control causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.WebControls.CheckBox" /> causes validation when it posts back to the server. The default is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.CheckBoxField"> <summary> Represents a Boolean field that is displayed as a check box in a data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.CheckBoxField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.CheckBoxField.ApplyFormatInEditMode"> <summary> Overrides the <see cref="P:System.Web.UI.WebControls.BoundField.ApplyFormatInEditMode" /> property. This property is not supported by the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> class. </summary> <returns>false in all cases. This property is not supported, and throws a <see cref="T:System.NotSupportedException" />. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to read or set the value of this property. </exception> </member> <member name="P:System.Web.UI.WebControls.CheckBoxField.ConvertEmptyStringToNull"> <summary> Overrides the <see cref="P:System.Web.UI.WebControls.BoundField.ConvertEmptyStringToNull" /> property. This property is not supported by the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> class. </summary> <returns>false in all cases. This property is not supported and throws a <see cref="T:System.NotSupportedException" />. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to read or set the value of this property. </exception> </member> <member name="M:System.Web.UI.WebControls.CheckBoxField.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> object to the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to copy the properties of the current <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> to. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBoxField.CreateField"> <summary> Creates an empty <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> object. </summary> <returns> An empty <see cref="T:System.Web.UI.WebControls.CheckBoxField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxField.DataField"> <summary> Gets or sets the name of the data field to bind to the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> object. </summary> <returns> The name of the data field to bind to the <see cref="T:System.Web.UI.WebControls.CheckBoxField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxField.DataFormatString"> <summary> Gets or sets the string that specifies the display format for the value of the field. This property is not supported by the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> class. </summary> <returns> A formatting string that specifies the display format for the value of the field. This property is not supported, and throws a <see cref="T:System.NotSupportedException" />. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to read or set the value of this property. </exception> </member> <member name="M:System.Web.UI.WebControls.CheckBoxField.ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState,System.Boolean)"> <summary> Fills the specified <see cref="T:System.Collections.IDictionary" /> object with the values from the specified <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object. </summary> <param name="dictionary"> A <see cref="T:System.Collections.IDictionary" /> used to store the values of the specified cell. </param> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains the values to retrieve. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="includeReadOnly">true to include the values of read-only fields; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBoxField.GetDesignTimeValue"> <summary> Retrieves the value used for the field's value when rendering the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> object in a designer. </summary> <returns> Always returns true. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxField.HtmlEncode"> <summary> Overrides the <see cref="P:System.Web.UI.WebControls.BoundField.HtmlEncode" /> property. This property is not supported by the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> class. </summary> <returns>false in all cases. This property is not supported and throws a <see cref="T:System.NotSupportedException" />. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to read or set the value of this property. </exception> </member> <member name="M:System.Web.UI.WebControls.CheckBoxField.InitializeDataCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object to the specified row state. </summary> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> to initialize. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.CheckBoxField.NullDisplayText"> <summary> Gets or sets the text displayed for a field when the field's value is null. This property is not supported by the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> class. </summary> <returns> The text displayed for a field with a value of null. This property is not supported, and throws a <see cref="T:System.NotSupportedException" />. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to read or set the value of this property. </exception> </member> <member name="M:System.Web.UI.WebControls.CheckBoxField.OnDataBindField(System.Object,System.EventArgs)"> <summary> Binds the value of a field to a check box in the <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> The control to which the field value is bound is not a <see cref="T:System.Web.UI.WebControls.CheckBox" /> control. - or - The field value cannot be converted to a Boolean value. </exception> </member> <member name="P:System.Web.UI.WebControls.CheckBoxField.SupportsHtmlEncode"> <summary> Gets a Boolean value indicating whether the control supports HTML encoding. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxField.Text"> <summary> Gets or sets the caption to display next to each check box in a <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> object. </summary> <returns> The caption displayed next to each check box in the <see cref="T:System.Web.UI.WebControls.CheckBoxField" />. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.CheckBoxField.ValidateSupportsCallback"> <summary> Determines whether the controls contained in a <see cref="T:System.Web.UI.WebControls.CheckBoxField" /> object support callbacks. </summary> </member> <member name="T:System.Web.UI.WebControls.CheckBoxList"> <summary> Creates a multi selection check box group that can be dynamically created by binding the control to a data source. </summary> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.CellPadding"> <summary> Gets or sets the distance (in pixels) between the border and contents of the cell. </summary> <returns> The distance (in pixels) between the border and contents of the cell. The default is -1, which indicates this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.CellSpacing"> <summary> Gets or sets the distance (in pixels) between cells. </summary> <returns> The distance (in pixels) between cells. The default is -1, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.CreateControlStyle"> <summary> Creates a style object that is used internally by the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control to implement all style related properties. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains the style properties of the control. </returns> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.FindControl(System.String,System.Int32)"> <summary> Searches the current naming container for a server control with the specified ID and path offset. The <see cref="M:System.Web.UI.WebControls.CheckBoxList.FindControl(System.String,System.Int32)" /> method always returns the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> object. </summary> <returns> The current <see cref="T:System.Web.UI.WebControls.CheckBoxList" />. </returns> <param name="id"> The identifier for the control to find. </param> <param name="pathOffset"> The number of controls up the page control hierarchy needed to reach a naming container. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)"> <summary> Retrieves the style of the specified item type at the specified index in the list control. </summary> <returns>null, indicating that style attributes are not set on individual list items in a <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control. </returns> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list control. </param> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.HasFooter"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control contains a footer section. </summary> <returns>false, indicating that a <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> does not contain a footer section. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.HasHeader"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control contains a heading section. </summary> <returns>false, indicating that a <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> does not contain a heading section. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.HasSeparators"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control contains a separator between items in the list. </summary> <returns>false, indicating that a <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> does not contain separators. </returns> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the posted data for the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control. </summary> <returns>true if the state of the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> is different from the last posting; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control, used to index the <see cref="T:System.Collections.Specialized.NameValueCollection" /> specified in the <paramref name="postCollection" /> parameter. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains value information indexed by control identifiers. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.OnPreRender(System.EventArgs)"> <summary> Configures the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control prior to rendering on the client. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.RaisePostDataChangedEvent"> <summary> Notifies the ASP.NET application that the state of the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream for rendering on the client. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)"> <summary> Renders a list item in the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control. </summary> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list control. </param> <param name="repeatInfo"> A <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> object that represents the information used to render the item in the list. </param> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> object that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.RepeatColumns"> <summary> Gets or sets the number of columns to display in the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control. </summary> <returns> The number of columns to display in the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control. The default is 0, which indicates this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The number of columns is set to a negative value. </exception> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.RepeatDirection"> <summary> Gets or sets a value that indicates whether the control displays vertically or horizontally. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> values. The default is Vertical. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified display direction of the list is not one of the <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.RepeatedItemCount"> <summary> Gets the number of list items in the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control. </summary> <returns> The number of items in the <see cref="T:System.Web.UI.WebControls.CheckBoxList" />. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.RepeatLayout"> <summary> Gets or sets the layout of the check boxes. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> values. The default is Table. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified layout is not one of the <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes posted data for the <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control. </summary> <returns>true if the server control's state changes as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control, used to index the postCollection. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that contains value information indexed by control identifiers. </param> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Raised when posted data for a control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.System#Web#UI#WebControls#IRepeatInfoUser#GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.WebControls.IRepeatInfoUser.GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)" />. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> object that represents the style of the specified item type at the specified index in the list control. </returns> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list control. </param> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.System#Web#UI#WebControls#IRepeatInfoUser#HasFooter"> <summary> Gets a value that indicates whether the list control contains a footer section. </summary> <returns>true if the list control contains a footer section; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.System#Web#UI#WebControls#IRepeatInfoUser#HasHeader"> <summary> Gets a value that indicates whether the list control contains a heading section. </summary> <returns>true if the list control contains a heading section; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.System#Web#UI#WebControls#IRepeatInfoUser#HasSeparators"> <summary> Gets a value that indicates whether the list control contains a separator between items in the list. </summary> <returns>true if the list control contains a separator; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.CheckBoxList.System#Web#UI#WebControls#IRepeatInfoUser#RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.WebControls.IRepeatInfoUser.RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)" />. </summary> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list control. </param> <param name="repeatInfo"> A <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> object that represents the information used to render the item in the list. </param> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> object that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.System#Web#UI#WebControls#IRepeatInfoUser#RepeatedItemCount"> <summary> Gets the number of items in the list control. </summary> <returns> The number of items in the list. </returns> </member> <member name="P:System.Web.UI.WebControls.CheckBoxList.TextAlign"> <summary> Gets or sets the text alignment for the check boxes within the group. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TextAlign" /> values. The default value is Right. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified label text alignment is not one of the <see cref="T:System.Web.UI.WebControls.TextAlign" /> values. </exception> </member> <member name="T:System.Web.UI.WebControls.CircleHotSpot"> <summary> Defines a circular hot spot region in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.CircleHotSpot.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.CircleHotSpot.GetCoordinates"> <summary> Returns a string that represents the x- and y-coordinates of a <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> object's center and the length of its radius. </summary> <returns> A string that represents the x- and y-coordinates of a <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> object's center and the length of its radius. </returns> </member> <member name="P:System.Web.UI.WebControls.CircleHotSpot.Radius"> <summary> Gets or sets the distance from the center to the edge of the circular region defined by this <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> object. </summary> <returns> An integer that represents the distance in pixels from the center to the edge of the circular region defined by this <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> object. The default is 0. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is less than 0. </exception> </member> <member name="P:System.Web.UI.WebControls.CircleHotSpot.X"> <summary> Gets or sets the x-coordinate of the center of the circular region defined by this <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> object. </summary> <returns> The x-coordinate of the center of the circular region defined by this <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> object. The default is 0. </returns> </member> <member name="P:System.Web.UI.WebControls.CircleHotSpot.Y"> <summary> Gets or sets the y-coordinate of the center of the circular region defined by this <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> object. </summary> <returns> The y-coordinate of the center of the circular region defined by this <see cref="T:System.Web.UI.WebControls.CircleHotSpot" /> object. The default is 0. </returns> </member> <member name="T:System.Web.UI.WebControls.CommandEventArgs"> <summary> Provides data for the Command event. </summary> </member> <member name="M:System.Web.UI.WebControls.CommandEventArgs.#ctor(System.String,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> class with the specified command name and argument. </summary> <param name="commandName"> The name of the command. </param> <param name="argument"> A <see cref="T:System.Object" /> that contains the arguments for the command. </param> </member> <member name="M:System.Web.UI.WebControls.CommandEventArgs.#ctor(System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> class with another <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> object. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.CommandEventArgs.CommandArgument"> <summary> Gets the argument for the command. </summary> <returns> A <see cref="T:System.Object" /> that contains the argument for the command. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandEventArgs.CommandName"> <summary> Gets the name of the command. </summary> <returns> The name of the command to perform. </returns> </member> <member name="T:System.Web.UI.WebControls.CommandEventHandler"> <summary> Represents the method that will handle the Command event. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.CommandField"> <summary> Represents a special field that displays command buttons to perform selecting, editing, inserting, or deleting operations in a data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.CommandField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CommandField" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.CommandField.CancelImageUrl"> <summary> Gets or sets the URL to an image to display for the Cancel button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The URL to an image to display for the Cancel button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.CancelText"> <summary> Gets or sets the caption for the Cancel button displayed in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The caption for the Cancel button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is "Cancel". </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the user clicks a button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns>true to perform validation when the user clicks a button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.CommandField.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current <see cref="T:System.Web.UI.WebControls.CommandField" /> object to the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to copy the properties of the current <see cref="T:System.Web.UI.WebControls.CommandField" /> to. </param> </member> <member name="M:System.Web.UI.WebControls.CommandField.CreateField"> <summary> Creates an empty <see cref="T:System.Web.UI.WebControls.CommandField" /> object. </summary> <returns> An empty <see cref="T:System.Web.UI.WebControls.CommandField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.DeleteImageUrl"> <summary> Gets or sets the URL to an image to display for a Delete button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The URL to an image to display for a Delete button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.DeleteText"> <summary> Gets or sets the caption for a Delete button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The caption for a Delete button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is "Delete". </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.EditImageUrl"> <summary> Gets or sets the URL to an image to display for an Edit button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The URL to an image to display for an Edit button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.EditText"> <summary> Gets or sets the caption for an Edit button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The caption for an Edit button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is "Edit". </returns> </member> <member name="M:System.Web.UI.WebControls.CommandField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object to the specified row state. </summary> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> to initialize. </param> <param name="cellType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlCellType" /> values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="rowIndex"> The zero-based index of the row that contains the cell. </param> </member> <member name="P:System.Web.UI.WebControls.CommandField.InsertImageUrl"> <summary> Gets or sets the URL to an image to display for the Insert button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The URL to an image to display for the Insert button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.InsertText"> <summary> Gets or sets the caption for the Insert button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The caption for the Insert button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is "Insert". </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.NewImageUrl"> <summary> Gets or sets the URL to an image to display for the New button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The URL to an image to display for the New button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.NewText"> <summary> Gets or sets the caption for the New button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The caption for the New button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. The default is "New". </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.SelectImageUrl"> <summary> Gets or sets the URL to an image to display for a Select button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The URL to an image to display for a Select button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.SelectText"> <summary> Gets or sets the caption for a Select button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The caption for a Select button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is "Select". </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.ShowCancelButton"> <summary> Gets or sets a value indicating whether a Cancel button is displayed in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns>true to display a Cancel button in a <see cref="T:System.Web.UI.WebControls.CommandField" />; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.ShowDeleteButton"> <summary> Gets or sets a value indicating whether a Delete button is displayed in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns>true to display a Delete button in a <see cref="T:System.Web.UI.WebControls.CommandField" />; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.ShowEditButton"> <summary> Gets or sets a value indicating whether an Edit button is displayed in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns>true to display an Edit button in a <see cref="T:System.Web.UI.WebControls.CommandField" />; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.ShowInsertButton"> <summary> Gets or sets a value indicating whether a New button is displayed in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns>true to display a New button in a <see cref="T:System.Web.UI.WebControls.CommandField" />; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.ShowSelectButton"> <summary> Gets or sets a value indicating whether a Select button is displayed in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns>true to display a Select button in a <see cref="T:System.Web.UI.WebControls.CommandField" />; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.UpdateImageUrl"> <summary> Gets or sets the URL to an image to display for an Update button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The URL for an image to display for an Update button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.CommandField.UpdateText"> <summary> Gets or sets the caption for an Update button in a <see cref="T:System.Web.UI.WebControls.CommandField" /> field. </summary> <returns> The caption for an Update button in a <see cref="T:System.Web.UI.WebControls.CommandField" />. The default is "Update". </returns> </member> <member name="M:System.Web.UI.WebControls.CommandField.ValidateSupportsCallback"> <summary> Determines whether the controls contained in a <see cref="T:System.Web.UI.WebControls.CommandField" /> object support callbacks. </summary> <exception cref="T:System.NotSupportedException"> The Select button is displayed in the <see cref="T:System.Web.UI.WebControls.CommandField" /> object. The <see cref="T:System.Web.UI.WebControls.CommandField" /> class does support callbacks when the Select button is displayed. </exception> </member> <member name="T:System.Web.UI.WebControls.CompareValidator"> <summary> Compares the value entered by the user in an input control with the value entered in another input control, or with a constant value. </summary> </member> <member name="M:System.Web.UI.WebControls.CompareValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CompareValidator" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.CompareValidator.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the attributes of this control to the output stream for rendering on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream for rendering on the client. </param> </member> <member name="M:System.Web.UI.WebControls.CompareValidator.ControlPropertiesValid"> <summary> Checks the properties of the control for valid values. </summary> <returns>true if the control properties are valid; otherwise, false. </returns> <exception cref="T:System.Web.HttpException"> <see cref="P:System.Web.UI.WebControls.BaseValidator.ControlToValidate" /> and <see cref="P:System.Web.UI.WebControls.CompareValidator.ControlToCompare" /> have the same <see cref="P:System.Web.UI.Control.ID" />. </exception> <exception cref="T:System.Web.HttpException"> The value of a target property cannot be converted to the expected <see cref="T:System.Type" />. </exception> </member> <member name="P:System.Web.UI.WebControls.CompareValidator.ControlToCompare"> <summary> Gets or sets the input control to compare with the input control being validated. </summary> <returns> The input control to compare with the input control being validated. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.CompareValidator.EvaluateIsValid"> <summary> When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid. </summary> <returns>true if the value in the input control is valid; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.CompareValidator.Operator"> <summary> Gets or sets the comparison operation to perform. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ValidationCompareOperator" /> values. The default value is Equal. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified comparison operator is not one of the <see cref="T:System.Web.UI.WebControls.ValidationCompareOperator" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.CompareValidator.ValueToCompare"> <summary> Gets or sets a constant value to compare with the value entered by the user in the input control being validated. </summary> <returns> The constant value to compare with the value entered by the user in the input control being validated. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.CompleteWizardStep"> <summary> Defines the template of the final step for creating a user account with the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.CompleteWizardStep.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CompleteWizardStep" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.CompleteWizardStep.StepType"> <summary> Gets or sets the type of user interface (UI) to display for the <see cref="T:System.Web.UI.WebControls.CompleteWizardStep" /> page of a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. </summary> <returns> The <see cref="F:System.Web.UI.WebControls.WizardStepType.Complete" /> enumeration value for the <see cref="T:System.Web.UI.WebControls.WizardStepType" /> enumeration. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set the <see cref="P:System.Web.UI.WebControls.CompleteWizardStep.StepType" /> property. </exception> </member> <member name="P:System.Web.UI.WebControls.CompleteWizardStep.Title"> <summary> Gets or sets the title to display for the final user account creation step of the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. </summary> <returns> The title to use for the final user account creation step of the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. The default value is "Complete". </returns> </member> <member name="T:System.Web.UI.WebControls.CompositeControl"> <summary> Implements the basic functionality required by Web controls that contain child controls. </summary> </member> <member name="M:System.Web.UI.WebControls.CompositeControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CompositeControl" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.CompositeControl.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> object that represents the child controls in a <see cref="T:System.Web.UI.WebControls.CompositeControl" />. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that represents the child controls in the <see cref="T:System.Web.UI.WebControls.CompositeControl" />. </returns> </member> <member name="M:System.Web.UI.WebControls.CompositeControl.DataBind"> <summary> Binds a data source to the <see cref="T:System.Web.UI.WebControls.CompositeControl" /> and all its child controls. </summary> </member> <member name="M:System.Web.UI.WebControls.CompositeControl.RecreateChildControls"> <summary> Recreates the child controls in a control derived from <see cref="T:System.Web.UI.WebControls.CompositeControl" />. </summary> </member> <member name="M:System.Web.UI.WebControls.CompositeControl.Render(System.Web.UI.HtmlTextWriter)"> <summary> Writes the <see cref="T:System.Web.UI.WebControls.CompositeControl" /> content to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, for display on the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.CompositeControl.System#Web#UI#WebControls#ICompositeControlDesignerAccessor#RecreateChildControls"> <summary> Enables a designer to recreate the composite control's collection of child controls in the design-time environment. </summary> </member> <member name="T:System.Web.UI.WebControls.CompositeDataBoundControl"> <summary> Represents the base class for a tabular data-bound control that is composed of other server controls. </summary> </member> <member name="M:System.Web.UI.WebControls.CompositeDataBoundControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CompositeDataBoundControl" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.CompositeDataBoundControl.Controls"> <summary> Gets a collection of the child controls within the composite data-bound control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that represents the child controls within the composite data-bound control. </returns> </member> <member name="M:System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls"> <summary> Creates the control hierarchy that is used to render a composite data-bound control based on the values that are stored in view state. </summary> </member> <member name="M:System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls(System.Collections.IEnumerable,System.Boolean)"> <summary> When overridden in an abstract class, creates the control hierarchy that is used to render the composite data-bound control based on the values from the specified data source. </summary> <returns> The number of items created by the <see cref="M:System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls(System.Collections.IEnumerable,System.Boolean)" />. </returns> <param name="dataSource"> An <see cref="T:System.Collections.IEnumerable" /> that contains the values to bind to the control. </param> <param name="dataBinding">true to indicate that the <see cref="M:System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls(System.Collections.IEnumerable,System.Boolean)" /> is called during data binding; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(System.Collections.IEnumerable)"> <summary> Binds the data from the data source to the composite data-bound control. </summary> <param name="data"> An <see cref="T:System.Collections.IEnumerable" /> that contains the values to bind to the composite data-bound control. </param> </member> <member name="T:System.Web.UI.WebControls.Content"> <summary> Holds text, markup, and server controls to render to a <see cref="T:System.Web.UI.WebControls.ContentPlaceHolder" /> control in a master page. </summary> </member> <member name="M:System.Web.UI.WebControls.Content.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CompositeDataBoundControl" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.Content.ContentPlaceHolderID"> <summary> Gets or sets the ID of the <see cref="T:System.Web.UI.WebControls.ContentPlaceHolder" /> control that is associated with the current content. </summary> <returns> A string containing the ID of the <see cref="T:System.Web.UI.WebControls.ContentPlaceHolder" /> associated with the current content. The default is an empty string (""). </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the property at run time. </exception> </member> <member name="E:System.Web.UI.WebControls.Content.DataBinding"> <summary> Occurs when the control binds to a data source. </summary> </member> <member name="E:System.Web.UI.WebControls.Content.Disposed"> <summary> Occurs when the control is released from memory. </summary> </member> <member name="E:System.Web.UI.WebControls.Content.Init"> <summary> Occurs when the control is initialized. </summary> </member> <member name="E:System.Web.UI.WebControls.Content.Load"> <summary> Occurs when the server control is loaded into the <see cref="T:System.Web.UI.Page" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.Content.PreRender"> <summary> Occurs when the server control is about to render to its containing <see cref="T:System.Web.UI.Page" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.Content.Unload"> <summary> Occurs when the server control is unloaded from memory. </summary> </member> <member name="T:System.Web.UI.WebControls.ContentDirection"> <summary> Represents the direction in which to display controls that include text in a container control. </summary> </member> <member name="F:System.Web.UI.WebControls.ContentDirection.NotSet"> <summary> Not set. </summary> </member> <member name="F:System.Web.UI.WebControls.ContentDirection.LeftToRight"> <summary> Left to right. </summary> </member> <member name="F:System.Web.UI.WebControls.ContentDirection.RightToLeft"> <summary> Right to left. </summary> </member> <member name="T:System.Web.UI.WebControls.ContentPlaceHolder"> <summary> Defines a region for content in an ASP.NET master page. </summary> </member> <member name="M:System.Web.UI.WebControls.ContentPlaceHolder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ContentPlaceHolder" /> class. </summary> </member> <member name="T:System.Web.UI.WebControls.ControlIDConverter"> <summary> Provides a type converter that retrieves a list of control IDs in the current container. </summary> </member> <member name="M:System.Web.UI.WebControls.ControlIDConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ControlIDConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ControlIDConverter.FilterControl(System.Web.UI.Control)"> <summary> Returns a value indicating whether the control ID of the specified control is added to the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that is returned by the <see cref="M:System.Web.UI.WebControls.ControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method. </summary> <returns>true in all cases. </returns> <param name="control"> The control instance to test for inclusion in the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.ControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a collection of control IDs from the container within the <see cref="T:System.ComponentModel.Design.IDesignerHost" /> when provided with a format context. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that holds a set of strings representing the control IDs of the controls in the current container. If no controls are currently contained, an empty collection is returned. If the context is null or there is no current container, then null is returned. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null. </param> </member> <member name="M:System.Web.UI.WebControls.ControlIDConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a value indicating whether the collection of standard values returned by the <see cref="M:System.Web.UI.WebControls.ControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method is an exclusive list of possible values, using the specified context. </summary> <returns>false in all cases. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> </member> <member name="M:System.Web.UI.WebControls.ControlIDConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a value indicating whether this object supports a standard set of control ID values that can be picked from a list, using the specified context. </summary> <returns>true if <see cref="M:System.Web.UI.WebControls.ControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> should be called to find a common set of control ID values the object supports; otherwise, false. This implementation returns true if the context is not null; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> </member> <member name="T:System.Web.UI.WebControls.ControlParameter"> <summary> Binds the value of a property of a <see cref="T:System.Web.UI.Control" /> to a parameter object. </summary> </member> <member name="M:System.Web.UI.WebControls.ControlParameter.#ctor"> <summary> Initializes a new unnamed instance of the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ControlParameter.#ctor(System.String,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> class, using the specified control name to identify which control to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="controlID"> The name of the control that the parameter is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.ControlParameter.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> class, using the specified property name and control name to identify which control to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="controlID"> The name of the control that the parameter is bound to. The default is <see cref="F:System.String.Empty" />. </param> <param name="propertyName"> The name of the property on the control that the parameter is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.ControlParameter.#ctor(System.String,System.TypeCode,System.String,System.String)"> <summary> Initializes a new named and strongly typed instance of the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> class, using the specified property name and control name to identify which control to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="type"> The type that the parameter represents. The default is <see cref="F:System.TypeCode.Object" />. </param> <param name="controlID"> The name of the control that the parameter is bound to. The default is <see cref="F:System.String.Empty" />. </param> <param name="propertyName"> The name of the property of the control that the parameter is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.ControlParameter.#ctor(System.Web.UI.WebControls.ControlParameter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> class with values from the specified instance. </summary> <param name="original"> A <see cref="T:System.Web.UI.WebControls.ControlParameter" /> instance from which the current instance is initialized. </param> </member> <member name="M:System.Web.UI.WebControls.ControlParameter.Clone"> <summary> Returns a duplicate of the current <see cref="T:System.Web.UI.WebControls.ControlParameter" /> instance. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ControlParameter" /> that is an exact duplicate of the current one. </returns> </member> <member name="P:System.Web.UI.WebControls.ControlParameter.ControlID"> <summary> Specifies the name of the control that the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> object binds to. </summary> <returns> A string that represents the name of a Web server control. </returns> </member> <member name="M:System.Web.UI.WebControls.ControlParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Updates and returns the value of the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> object. </summary> <returns> An <see cref="T:System.Object" /> that represents the updated and current value of the parameter. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> of the request. </param> <param name="control"> The <see cref="T:System.Web.UI.Control" /> that the parameter is bound to. </param> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.UI.WebControls.ControlParameter.ControlID" /> property is not set. - or - The <see cref="P:System.Web.UI.WebControls.ControlParameter.PropertyName" /> property is not set and the <see cref="T:System.Web.UI.Control" /> identified by the <see cref="P:System.Web.UI.WebControls.ControlParameter.ControlID" /> property is not decorated with a <see cref="T:System.Web.UI.ControlValuePropertyAttribute" /> attribute. </exception> <exception cref="T:System.InvalidOperationException"> <see cref="M:System.Web.UI.Control.FindControl(System.String)" /> does not return the specified control. - or - The control identified by the <see cref="P:System.Web.UI.WebControls.ControlParameter.ControlID" /> property does not support the property named by <see cref="P:System.Web.UI.WebControls.ControlParameter.PropertyName" />. </exception> </member> <member name="P:System.Web.UI.WebControls.ControlParameter.PropertyName"> <summary> Gets or sets the property name of the control identified by the <see cref="P:System.Web.UI.WebControls.ControlParameter.ControlID" /> property that the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> object binds to. </summary> <returns> A string that represents the name of a control's property that the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> binds to. </returns> </member> <member name="T:System.Web.UI.WebControls.ControlPropertyNameConverter"> <summary> Provides a type converter that retrieves a list of property names for the current control. </summary> </member> <member name="M:System.Web.UI.WebControls.ControlPropertyNameConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ControlPropertyNameConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a collection of property names for the control within a designer that implements <see cref="T:System.ComponentModel.Design.IDesignerHost" /> when provided with a format context. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that contains a set of strings representing property names for the current control. If the current control is null, an empty collection is returned. If the <paramref name="context" /> parameter is null, null is returned. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null. </param> </member> <member name="M:System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a value that indicates whether the collection of standard values returned by the <see cref="Overload:System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValues" /> method is an exclusive list of possible values, using the specified context. </summary> <returns>false in all cases, which indicates that the list is not exclusive. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null. </param> </member> <member name="M:System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a value that indicates whether this object supports a standard set of values that can be chosen from a list, using the specified context. </summary> <returns>true if the <paramref name="context" /> parameter is not null; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null. </param> </member> <member name="T:System.Web.UI.WebControls.CookieParameter"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.WebControls.CookieParameter.#ctor"> <summary> Initializes a new unnamed instance of the <see cref="T:System.Web.UI.WebControls.CookieParameter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.CookieParameter.#ctor(System.String,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.CookieParameter" /> class, using the specified string to identify which HTTP cookie to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="cookieName"> The name of the HTTP cookie that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.CookieParameter.#ctor(System.String,System.TypeCode,System.String)"> <summary> Initializes a new named and strongly typed instance of the <see cref="T:System.Web.UI.WebControls.CookieParameter" /> class, using the specified string to identify which HTTP cookie to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="type"> The type that the parameter represents. The default is <see cref="F:System.TypeCode.Object" />. </param> <param name="cookieName"> The name of the HTTP cookie that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.CookieParameter.#ctor(System.Web.UI.WebControls.CookieParameter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CookieParameter" /> class with the values of the instance specified by the <paramref name="original" /> parameter. </summary> <param name="original"> A <see cref="T:System.Web.UI.WebControls.CookieParameter" /> from which the current instance is initialized. </param> </member> <member name="M:System.Web.UI.WebControls.CookieParameter.Clone"> <summary> Returns a duplicate of the current <see cref="T:System.Web.UI.WebControls.CookieParameter" /> instance. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.CookieParameter" /> that is an exact duplicate of the current one. </returns> </member> <member name="P:System.Web.UI.WebControls.CookieParameter.CookieName"> <summary> Gets or sets the name of the HTTP cookie that the parameter binds to. </summary> <returns> A string that identifies the client-side HTTP cookie that the parameter binds to. </returns> </member> <member name="M:System.Web.UI.WebControls.CookieParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Updates and returns the value of the <see cref="T:System.Web.UI.WebControls.CookieParameter" /> object. </summary> <returns> An object that represents the updated and current value of the parameter. If the context or the request is null, the <see cref="M:System.Web.UI.WebControls.CookieParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> method returns null. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> of the request. </param> <param name="control"> A <see cref="T:System.Web.UI.Control" /> that is associated with the Web Forms page where the <see cref="T:System.Web.UI.WebControls.CookieParameter" /> is used. </param> </member> <member name="T:System.Web.UI.WebControls.CreateUserErrorEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.CreateUserWizard.CreateUserError" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.CreateUserErrorEventArgs.#ctor(System.Web.Security.MembershipCreateStatus)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CreateUserErrorEventArgs" /> class. </summary> <param name="s"> A <see cref="T:System.Web.Security.MembershipCreateStatus" /> object that describes the result of a <see cref="Overload:System.Web.Security.Membership.CreateUser" /> attempt. </param> </member> <member name="P:System.Web.UI.WebControls.CreateUserErrorEventArgs.CreateUserError"> <summary> Gets or sets a value indicating the result of a <see cref="E:System.Web.UI.WebControls.CreateUserWizard.CreatingUser" /> event. </summary> <returns> One of the <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration values. </returns> </member> <member name="T:System.Web.UI.WebControls.CreateUserErrorEventHandler"> <summary> Represents the method that handles a <see cref="E:System.Web.UI.WebControls.CreateUserWizard.CreateUserError" /> event in the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.CreateUserErrorEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.CreateUserWizard"> <summary> Provides a user interface for creating new Web site user accounts. </summary> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ActiveStepIndex"> <summary> Gets or sets the step that is currently displayed to the user. </summary> <returns> The index of the step that is currently displayed to the user. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.Answer"> <summary> Gets or sets the end user's answer to the password recovery confirmation question. </summary> <returns> The end user's answer to the password recovery confirmation question. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.AnswerLabelText"> <summary> Gets or sets the text of the label that identifies the password confirmation answer text box. </summary> <returns> The label text that identifies the password confirmation answer text box. The default value is "Security Answer:". The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.AnswerRequiredErrorMessage"> <summary> Gets or sets the error message shown when the user does not enter an answer to the password confirmation question. </summary> <returns> The error message shown when the user does not enter an answer to the password confirmation question. The default value is "Security answer is required." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.AutoGeneratePassword"> <summary> Gets or sets a value indicating whether or not to automatically generate a password for the new user account. </summary> <returns>true to automatically generate a password for the new user account; otherwise, false. The default value is false. This property cannot be set by themes or style sheet themes. For more information, see <see cref="T:System.Web.UI.ThemeableAttribute" /> and ASP.NET Themes and Skins Overview. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.CompleteStep"> <summary> Gets a reference to the final user account creation step. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.CompleteWizardStep" /> object that represents the final user account creation step. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.CompleteSuccessText"> <summary> Gets or sets the text displayed when a Web site user account is created successfully. </summary> <returns> The text displayed when a Web site user account is created successfully. The default is "Your account has been successfully created." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.CompleteSuccessTextStyle"> <summary> Gets a reference to a collection of properties that define the appearance of the text displayed when a Web site user account is created successfully. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of the text displayed when a Web site user account is created successfully. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ConfirmPassword"> <summary> Gets the second password entered by the user. </summary> <returns> The second password entered by the user. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ConfirmPasswordCompareErrorMessage"> <summary> Gets or sets the error message shown when the user enters two different passwords in the password and confirm password text boxes. </summary> <returns> The error message shown when the user enters two different passwords in the password and confirm password text boxes. The default value is "The Password and Confirmation Password must match." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ConfirmPasswordLabelText"> <summary> Gets or sets text of the label for the second password text box. </summary> <returns> The label text that identifies the confirm password text box. The default value is "Confirm Password:". The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ConfirmPasswordRequiredErrorMessage"> <summary> Gets or sets the error message displayed when the user leaves the confirm password text box empty. </summary> <returns> The error message displayed when the user leaves the confirm password text box empty. The default value is "Confirm Password is required." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="E:System.Web.UI.WebControls.CreateUserWizard.ContinueButtonClick"> <summary> Occurs when the user clicks the Continue button in the final user account creation step. </summary> </member> <member name="F:System.Web.UI.WebControls.CreateUserWizard.ContinueButtonCommandName"> <summary> Represents the <see cref="P:System.Web.UI.WebControls.Button.CommandName" /> value of the Continue button on the final step for creating a user account. The <see cref="F:System.Web.UI.WebControls.CreateUserWizard.ContinueButtonCommandName" /> field is read-only. </summary> <returns> The command name for the Continue button on the final step for creating a user account. The default is "Continue". </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ContinueButtonImageUrl"> <summary> Gets or sets the URL of an image used for the Continue button on the final user account creation step. </summary> <returns> The URL of an image used for the Continue button on the final user account creation step. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ContinueButtonStyle"> <summary> Gets a reference to a collection of properties that define the appearance of the Continue button. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.Style" /> that contains the properties that define the appearance of the Continue button. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ContinueButtonText"> <summary> Gets or sets the text caption displayed on the Continue button. </summary> <returns> The text caption displayed on the Continue button. The default value is "Continue". The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ContinueButtonType"> <summary> Gets or sets the type of button rendered as the Continue button. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> enumeration values. The default value is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified button type is not one of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ContinueDestinationPageUrl"> <summary> Gets or sets the URL of the page that the user will see after clicking the Continue button on the success page. </summary> <returns> The URL of the destination page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.CreateChildControls"></member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.CreateControlHierarchy"></member> <member name="E:System.Web.UI.WebControls.CreateUserWizard.CreatedUser"> <summary> Occurs after the membership provider has created the new Web site user account. </summary> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.CreateUserButtonImageUrl"> <summary> Gets or sets the URL of an image displayed for the Create User button. </summary> <returns> The URL of the image displayed for the Create User button. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.CreateUserButtonStyle"> <summary> Gets a reference to a collection of properties that define the appearance of the Create User button. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.Style" /> that contains the properties that define the appearance of the Create User button. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.CreateUserButtonText"> <summary> Gets or sets the text caption displayed on the Create User button. </summary> <returns> The text caption displayed on the Create User button for the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. The default value is "Submit". The default text for the control is localized based on the server's current locale. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified button type is not one of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.CreateUserButtonType"> <summary> Gets or sets the type of button rendered as the Create User button. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> enumeration values. The default value is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified button type is not one of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. </exception> </member> <member name="E:System.Web.UI.WebControls.CreateUserWizard.CreateUserError"> <summary> Occurs when the membership provider cannot create the specified user account. </summary> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.CreateUserStep"> <summary> Gets a reference to the template for the user account creation step. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.CreateUserWizardStep" /> value that represents the user account creation step. </returns> </member> <member name="E:System.Web.UI.WebControls.CreateUserWizard.CreatingUser"> <summary> Occurs before the membership provider is called to create the new Web site user account. </summary> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.DisableCreatedUser"> <summary> Gets or sets a value indicating whether the new user should be allowed to log on to the Web site. </summary> <returns>true if the new user is allowed to log on to the Web site; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.DisplaySideBar"> <summary> Gets or sets a value indicating whether to display the sidebar area of the control. </summary> <returns>true if the sidebar area should be displayed for the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.DuplicateEmailErrorMessage"> <summary> Gets or sets the error message displayed when the user enters an e-mail address that is already in use in the membership provider. </summary> <returns> The error message displayed when the user enters an e-mail address that is already in use in the membership provider. The default value is "The e-mail address that you entered is already in use. Please enter a different e-mail address." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.DuplicateUserNameErrorMessage"> <summary> Gets or sets the error message displayed when the user enters a user name that is already in use in the membership provider. </summary> <returns> The error message displayed when the user enters a user name that is already in the membership provider. The default value is "Please enter a different user name." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.EditProfileIconUrl"> <summary> Gets or sets the URL of an image to display next to the link to the user profile editing page. </summary> <returns> The URL of an image to display next to the link to the user profile editing page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.EditProfileText"> <summary> Gets or sets the text caption for the link to the user profile editing page. </summary> <returns> The text caption for the link to the user profile editing page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.EditProfileUrl"> <summary> Gets or sets the URL of the user profile editing page. </summary> <returns> The URL of the user profile editing page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.Email"> <summary> Gets or sets the e-mail address entered by the user. </summary> <returns> The e-mail address entered by the user. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.EmailLabelText"> <summary> Gets or sets the text of the label for the e-mail text box. </summary> <returns> The label text that identifies the e-mail text box. The default value is "E-mail:". The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.EmailRegularExpression"> <summary> Gets or sets a regular expression used to validate the provided e-mail address. </summary> <returns> A string containing the regular expression used to validate an e-mail address. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.EmailRegularExpressionErrorMessage"> <summary> Gets or sets the error message displayed when the entered e-mail address does not pass the site's criteria for e-mail addresses. </summary> <returns> The error message displayed when the entered e-mail address does not pass the regular expression defined in the <see cref="P:System.Web.UI.WebControls.CreateUserWizard.EmailRegularExpression" /> property. The default is "Please enter a different e-mail address." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.EmailRequiredErrorMessage"> <summary> Gets or sets the error message shown to the user when an e-mail address is not entered in the e-mail text box. </summary> <returns> The error message shown to the user when an e-mail address is not entered in the e-mail text box. The default value is "E-mail is required." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ErrorMessageStyle"> <summary> Gets a reference to a collection of style properties that define the appearance of error messages. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> containing the style properties that define the appearance of error messages on the control. The default is null. </returns> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.GetDesignModeState"> <returns> None </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.HelpPageIconUrl"> <summary> Gets or sets the URL of an image to display next to the link to the Help page. </summary> <returns> The URL of an image to display next to the link to the Help page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.HelpPageText"> <summary> Gets or sets the text caption for the link to the Help page. </summary> <returns> The text caption for the link to the Help page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.HelpPageUrl"> <summary> Gets or sets the URL of the Help page. </summary> <returns> The URL of the Help page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.HyperLinkStyle"> <summary> Gets or sets a collection of properties that define the appearance of hyperlinks. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of hyperlinks. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.InstructionText"> <summary> Gets or sets instructions for creating a new user account. </summary> <returns> The instruction text for creating a new user account. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.InstructionTextStyle"> <summary> Gets a reference to a collection of properties that define the appearance of instruction text. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of instruction text. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.InvalidAnswerErrorMessage"> <summary> Gets or sets the message displayed when the password retrieval answer is not valid. </summary> <returns> The message displayed when the password retrieval answer is not valid. The default is "Please enter a different security answer." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.InvalidEmailErrorMessage"> <summary> Gets or sets the message displayed when the entered e-mail address is not valid. </summary> <returns> The message displayed when the e-mail address entered is not valid. The default is "Please enter a valid e-mail address." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.InvalidPasswordErrorMessage"> <summary> Gets or sets the message displayed when the password entered is not valid. </summary> <returns> The message displayed when the password entered is not valid. The default is "Please enter a valid password." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.InvalidQuestionErrorMessage"> <summary> Gets or sets the message displayed when the password retrieval question entered is not valid. </summary> <returns> The message displayed when the password retrieval question is not valid. The default is "Please enter a valid answer." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.LabelStyle"> <summary> Gets a reference to a collection of properties that define the appearance of labels. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of labels. </returns> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.LoadViewState(System.Object)"> <param name="savedState"></param> <exception cref="T:System.ArgumentException"> <paramref name="savedState" /> is not a valid <see cref="P:System.Web.UI.Control.ViewState" />. </exception> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.LoginCreatedUser"> <summary> Gets or sets a value indicating whether to log in the new user after creating the user account. </summary> <returns>true if the new user should be logged in after creating the user account; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.MailDefinition"> <summary> Gets a reference to a collection of properties that define the characteristics of the e-mail message sent to new users. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.MailDefinition" /> object that defines the e-mail message sent to a new user. </returns> <exception cref="T:System.Web.HttpException"> <see cref="P:System.Web.UI.WebControls.MailDefinition.From" /> is not set to an e-mail address. </exception> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.MembershipProvider"> <summary> Gets or sets the membership provider called to create user accounts. </summary> <returns> The <see cref="T:System.Web.Security.MembershipProvider" /> used to create user accounts. The default is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.Web.HttpException"> The specified membership provider is not defined in the Web.config file. </exception> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(System.Object,System.EventArgs)"> <returns> A Boolean value. </returns> <param name="source"> None </param> <param name="e"> None </param> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnContinueButtonClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.CreateUserWizard.ContinueButtonClick" /> event when the user clicks the Continue button on the final user account creation step. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnCreatedUser(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.CreateUserWizard.CreatedUser" /> event after the membership provider creates the user account. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnCreateUserError(System.Web.UI.WebControls.CreateUserErrorEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.CreateUserWizard.CreateUserError" /> event when there is a problem creating the specified user account. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.CreateUserErrorEventArgs" /> with the data for the event. </param> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnCreatingUser(System.Web.UI.WebControls.LoginCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.CreateUserWizard.CreatingUser" /> event prior to calling the membership provider to create the new user account. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(System.Web.UI.WebControls.WizardNavigationEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Wizard.NextButtonClick" /> event when the user clicks the Next button in one of the Create User wizard steps. </summary> <param name="e"></param> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnPreRender(System.EventArgs)"> <param name="e"></param> <exception cref="T:System.Web.HttpException"> The membership provider for the page cannot be found. For more information, see <see cref="P:System.Web.Security.Membership.Providers" />. </exception> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnSendingMail(System.Web.UI.WebControls.MailMessageEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.CreateUserWizard.SendingMail" /> event before an e-mail message is sent to a new user. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MailMessageEventArgs" /> containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.OnSendMailError(System.Web.UI.WebControls.SendMailErrorEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.CreateUserWizard.SendMailError" /> event when e-mail cannot be sent to the new user. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SendMailErrorEventArgs" /> containing the event data. </param> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.Password"> <summary> Gets the password entered by the user. </summary> <returns> The password entered by the user. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.PasswordHintStyle"> <summary> Gets a reference to a collection of properties that define the appearance of the text that describes password requirements. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of the text that describes password requirements. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.PasswordHintText"> <summary> Gets or sets the text that describes password requirements. </summary> <returns> The text that describes password requirements. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.PasswordLabelText"> <summary> Gets or sets the text of the label for the password text box. </summary> <returns> The text of the label for the password text box. The default value is "Password:". The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.PasswordRegularExpression"> <summary> Gets or sets a regular expression used to validate the provided password. </summary> <returns> A string containing the regular expression used to validate the provided password. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.PasswordRegularExpressionErrorMessage"> <summary> Gets or sets the error message shown when the password entered does not conform to the site's password requirements. </summary> <returns> The error message shown when the password entered does not pass the regular expression defined in the <see cref="P:System.Web.UI.WebControls.CreateUserWizard.PasswordRegularExpression" /> property. The default is "Please enter a different password." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.PasswordRequiredErrorMessage"> <summary> Gets or sets the text of the error message shown when the user does not enter a password. </summary> <returns> The error message shown when the user does not enter a password. The default value is "Password is required." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.Question"> <summary> Gets or sets the password recovery confirmation question entered by the user. </summary> <returns> The password recovery confirmation question entered by the user. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.QuestionAndAnswerRequired"> <summary> Gets a value indicating whether the user is required to enter a password confirmation question and answer. </summary> <returns>true if the user is required to enter a password confirmation question and answer; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.QuestionLabelText"> <summary> Gets or sets the text of the label for the question text box. </summary> <returns> The text of the label for the question text box. The default value is "Security Question:". The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.QuestionRequiredErrorMessage"> <summary> Gets or sets the error message that is displayed when the user does not enter a password confirmation question. </summary> <returns> The error message that is displayed when the user does not enter a password confirmation question. The default value is "Security question is required." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.RequireEmail"> <summary> Gets or sets a value indicating whether an e-mail address is required for the Web site user. </summary> <returns>true if an e-mail address is required; otherwise, false. The default value is true. </returns> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.SaveViewState"> <returns> none </returns> </member> <member name="E:System.Web.UI.WebControls.CreateUserWizard.SendingMail"> <summary> Occurs before the user is sent an e-mail confirmation that an account has been created. </summary> </member> <member name="E:System.Web.UI.WebControls.CreateUserWizard.SendMailError"> <summary> Occurs when there is an SMTP error sending e-mail to the new user. </summary> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.SetDesignModeState(System.Collections.IDictionary)"> <param name="data"></param> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.SkipLinkText"> <summary> Gets or sets a value that is used to render alternate text that notifies screen readers to skip the sidebar area's content. </summary> <returns> A string that the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> renders as alternate text with an invisible image, as a hint to screen readers. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.TextBoxStyle"> <summary> Gets a reference to a collection of properties that define the appearance of text box controls. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that contains properties that define the appearance of text box controls. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.TitleTextStyle"> <summary> Gets a reference to a collection of properties that define the appearance of titles. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of titles. </returns> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizard.TrackViewState"></member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.UnknownErrorMessage"> <summary> Gets or sets the error message displayed when an error returned by the membership provider is not defined. </summary> <returns> The error message displayed when an error returned by the membership provider is not defined. The default value is "Your account was not created. Please try again." The default text of the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.UserName"> <summary> Gets or sets the user name entered by the user. </summary> <returns> The user name entered by the user. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.UserNameLabelText"> <summary> Gets or sets the text of the label for the user name text box. </summary> <returns> The text of the label for the user name text box. The default value is "User Name:". The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.UserNameRequiredErrorMessage"> <summary> Gets or sets the error message displayed when the user name text box is left blank. </summary> <returns> The error message displayed when the user name text box is left blank. The default value is "User Name is required." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.ValidatorTextStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.Style" /> object that allows you to set the appearance of the validation error messages. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> containing the style properties that define the appearance of validation error messages on the control. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizard.WizardSteps"> <summary> Gets a reference to a collection containing all the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects defined for the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> representing all the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects defined for the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.CreateUserWizardStep"> <summary> Contains basic functionality for creating a user in a step that can be templated. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.CreateUserWizardStep.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.WebControls.CreateUserWizardStep" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizardStep.AllowReturn"> <summary> Gets or sets a value indicating whether the user is allowed to return to the current step from a subsequent step in a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. </summary> <returns>true if the user is allowed to return to the <see cref="T:System.Web.UI.WebControls.CreateUserWizardStep" /> step; otherwise, false. The default is false. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizardStep.StepType"> <summary> Gets or sets the type of user interface (UI) to display for the <see cref="T:System.Web.UI.WebControls.CreateUserWizardStep" /> step of a <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. </summary> <returns> The <see cref="F:System.Web.UI.WebControls.WizardStepType.Auto" /> enumeration value of the <see cref="T:System.Web.UI.WebControls.WizardStepType" /> enumeration. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set the <see cref="P:System.Web.UI.WebControls.CreateUserWizardStep.StepType" /> property to a value other than the WizardStepType.Auto enumeration value. </exception> </member> <member name="P:System.Web.UI.WebControls.CreateUserWizardStep.Title"> <summary> Gets or sets the title to use for the user-account-creation step of the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. </summary> <returns> The title to use for the user-account-creation step of the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control. The default value is "Sign up for your new account." The default text for the control is localized based on the server's current locale. </returns> </member> <member name="T:System.Web.UI.WebControls.CustomValidator"> <summary> Performs user-defined validation on an input control. </summary> </member> <member name="M:System.Web.UI.WebControls.CustomValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CustomValidator" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.CustomValidator.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the properties of the <see cref="T:System.Web.UI.WebControls.CustomValidator" /> control to the output stream for rendering on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream for rendering on the client. </param> </member> <member name="P:System.Web.UI.WebControls.CustomValidator.ClientValidationFunction"> <summary> Gets or sets the name of the custom client-side script function used for validation. </summary> <returns> The name of the custom client script function used for validation. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. Note: The function name should not include any parentheses or parameters. </returns> </member> <member name="M:System.Web.UI.WebControls.CustomValidator.ControlPropertiesValid"> <summary> Checks the properties of the control for valid values. </summary> <returns>true if the control properties are valid; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.CustomValidator.EvaluateIsValid"> <summary> Overrides the <see cref="M:System.Web.UI.MobileControls.BaseValidator.EvaluateIsValid" /> method. </summary> <returns>true if the value in the input control is valid; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.CustomValidator.OnServerValidate(System.String)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.CustomValidator.ServerValidate" /> event for the <see cref="T:System.Web.UI.WebControls.CustomValidator" /> control. </summary> <returns>true if the value specified by the <paramref name="value" /> parameter passes validation; otherwise, false. </returns> <param name="value"> The value to validate. </param> </member> <member name="E:System.Web.UI.WebControls.CustomValidator.ServerValidate"> <summary> Occurs when validation is performed on the server. </summary> </member> <member name="P:System.Web.UI.WebControls.CustomValidator.ValidateEmptyText"> <summary> Gets or sets a Boolean value indicating whether empty text should be validated. </summary> <returns>true if empty text should be validated; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.DataBoundControl"> <summary> Serves as the base class for all ASP.NET version 2.0 data-bound controls that display their data in list or tabular form. </summary> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.#ctor"> <summary> Initializes the <see cref="T:System.Web.UI.WebControls.DataBoundControl" /> class for use by an inherited class instance. This constructor can only be called by an inherited class. </summary> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.CreateDataSourceSelectArguments"> <summary> Creates a default <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object used by the data-bound control if no arguments are specified. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> initialized to <see cref="P:System.Web.UI.DataSourceSelectArguments.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataBoundControl.DataMember"> <summary> Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items. </summary> <returns> The name of the specific list of data that the data-bound control binds to, if more than one list is supplied by a data source control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataBoundControl.DataSourceID"> <summary> Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. </summary> <returns> The ID of a control that represents the data source from which the data-bound control retrieves its data. </returns> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.GetData"> <summary> Retrieves a <see cref="T:System.Web.UI.DataSourceView" /> object that the data-bound control uses to perform data operations. </summary> <returns> The <see cref="T:System.Web.UI.DataSourceView" /> that the data-bound control uses to perform data operations. If the <see cref="P:System.Web.UI.WebControls.DataBoundControl.DataMember" /> property is set, a specific, named <see cref="T:System.Web.UI.DataSourceView" /> is returned; otherwise, the default <see cref="T:System.Web.UI.DataSourceView" /> is returned. </returns> <exception cref="T:System.InvalidOperationException"> Both the <see cref="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSource" /> and <see cref="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID" /> properties are set. - or - The <see cref="P:System.Web.UI.WebControls.DataBoundControl.DataMember" /> property is set but a <see cref="T:System.Web.UI.DataSourceView" /> object by that name does not exist. </exception> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.GetDataSource"> <summary> Retrieves the <see cref="T:System.Web.UI.IDataSource" /> interface that the data-bound control is associated with, if any. </summary> <returns> An <see cref="T:System.Web.UI.IDataSource" /> that represents the data source identified by <see cref="P:System.Web.UI.WebControls.DataBoundControl.DataSourceID" />. </returns> <exception cref="T:System.Web.HttpException"> The control identified by the <see cref="P:System.Web.UI.WebControls.DataBoundControl.DataSourceID" /> property does not exist in the current container. - or - The control identified by the <see cref="P:System.Web.UI.WebControls.DataBoundControl.DataSourceID" /> property does not implement the <see cref="T:System.Web.UI.IDataSource" /> interface. </exception> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.MarkAsDataBound"> <summary> Sets the state of the control in view state as successfully bound to data. </summary> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.OnDataPropertyChanged"> <summary> Rebinds the data-bound control to its data after one of the base data source identification properties changes. </summary> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewChanged(System.Object,System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.DataSourceView.DataSourceViewChanged" /> event. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.DataSourceView" />. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.OnLoad(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.OnPagePreLoad(System.Object,System.EventArgs)"> <summary> Sets the initialized state of the data-bound control before the control is loaded. </summary> <param name="sender"> The <see cref="T:System.Web.UI.Page" /> that raised the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.PerformDataBinding(System.Collections.IEnumerable)"> <summary> When overridden in a derived class, binds data from the data source to the control. </summary> <param name="data"> The <see cref="T:System.Collections.IEnumerable" /> list of data returned from a <see cref="M:System.Web.UI.WebControls.DataBoundControl.PerformSelect" /> method call. </param> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.PerformSelect"> <summary> Retrieves data from the associated data source. </summary> </member> <member name="P:System.Web.UI.WebControls.DataBoundControl.SelectArguments"> <summary> Gets a <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object that the data-bound control uses when retrieving data from a data source control. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> value used by the data-bound control to retrieve data. The default is <see cref="P:System.Web.UI.DataSourceSelectArguments.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataBoundControl.ValidateDataSource(System.Object)"> <summary> Verifies that the object a data-bound control binds to is one it can work with. </summary> <param name="dataSource"> An object set to the <see cref="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSource" /> property. </param> <exception cref="T:System.InvalidOperationException"> The object passed by the <paramref name="dataSource" /> parameter is not null or a recognized type. </exception> </member> <member name="T:System.Web.UI.WebControls.DataControlCellType"> <summary> Describes the function of a <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCellType.Header"> <summary> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that is the header cell of a table. Items in the cell are not bound to data. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCellType.Footer"> <summary> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that is the footer cell of a table. Items in the cell are not bound to data. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCellType.DataCell"> <summary> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains data. </summary> </member> <member name="T:System.Web.UI.WebControls.DataControlCommands"> <summary> The <see cref="T:System.Web.UI.WebControls.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. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.CancelCommandName"> <summary> Represents the string "Cancel". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.DeleteCommandName"> <summary> Represents the string "Delete". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.EditCommandName"> <summary> Represents the string "Edit". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.FirstPageCommandArgument"> <summary> Represents the string "First". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.InsertCommandName"> <summary> Represents the string "Insert". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.LastPageCommandArgument"> <summary> Represents the string "Last". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.NewCommandName"> <summary> Represents the string "New". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.NextPageCommandArgument"> <summary> Represents the string "Next". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.PageCommandName"> <summary> Represents the string "Page". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.PreviousPageCommandArgument"> <summary> Represents the string "Prev". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.SelectCommandName"> <summary> Represents the string "Select". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.SortCommandName"> <summary> Represents the string "Sort". </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlCommands.UpdateCommandName"> <summary> Represents the string "Update". </summary> </member> <member name="T:System.Web.UI.WebControls.DataControlField"> <summary> Serves as the base class for all data control field types, which represent a column of data in tabular data-bound controls such as <see cref="T:System.Web.UI.WebControls.DetailsView" /> and <see cref="T:System.Web.UI.WebControls.GridView" />. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataControlField" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.DataControlField.AccessibleHeaderText"> <summary> Gets or sets text that is rendered as the AbbreviatedText property value in some controls. </summary> <returns> A string that represents abbreviated text read by screen readers. The default value is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlField.CloneField"> <summary> Creates a duplicate copy of the current <see cref="T:System.Web.UI.WebControls.DataControlField" />-derived object. </summary> <returns> A duplicate copy of the current <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.Control"> <summary> Gets a reference to the data control that the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object is associated with. </summary> <returns> The data control that owns the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.ControlStyle"> <summary> Gets or sets the style of any Web server controls contained by the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that governs the appearance of Web server controls contained by the field. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlField.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current <see cref="T:System.Web.UI.WebControls.DataControlField" />-derived object to the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to which to copy the properties of the current <see cref="T:System.Web.UI.WebControls.DataControlField" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlField.CreateField"> <summary> When overridden in a derived class, creates an empty <see cref="T:System.Web.UI.WebControls.DataControlField" />-derived object. </summary> <returns> An empty <see cref="T:System.Web.UI.WebControls.DataControlField" />-derived object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.DesignMode"> <summary> Gets a value indicating whether a data control field is currently viewed in a design-time environment. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.DataControlField" /> is currently viewed in a design-time environment; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlField.ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState,System.Boolean)"> <summary> Extracts the value of the data control field from the current table cell and adds the value to the specified <see cref="T:System.Collections.IDictionary" /> collection. </summary> <param name="dictionary"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" />. </param> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains the text or controls of the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="includeReadOnly">true to indicate that the values of read-only fields are included in the <paramref name="dictionary" /> collection; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.DataControlField.FooterStyle"> <summary> Gets or sets the style of the footer of the data control field. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that governs the appearance of the footer item of the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.FooterText"> <summary> Gets or sets the text that is displayed in the footer item of a data control field. </summary> <returns> A string that is displayed in the footer item of the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.HeaderImageUrl"> <summary> Gets or sets the URL of an image that is displayed in the header item of a data control field. </summary> <returns> A string that represents a fully qualified or relative URL to an image that is displayed in the header item of the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.HeaderStyle"> <summary> Gets or sets the style of the header of the data control field. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that governs the appearance of the <see cref="T:System.Web.UI.WebControls.DataControlField" /> header item. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.HeaderText"> <summary> Gets or sets the text that is displayed in the header item of a data control field. </summary> <returns> A string that is displayed in the header item of the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlField.Initialize(System.Boolean,System.Web.UI.Control)"> <summary> Performs basic instance initialization for a data control field. </summary> <returns> Always returns false. </returns> <param name="sortingEnabled"> A value that indicates whether the control supports the sorting of columns of data. </param> <param name="control"> The data control that owns the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)"> <summary> Adds text or controls to a cell's controls collection. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains the text or controls of the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </param> <param name="cellType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlCellType" /> values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values, specifying the state of the row that contains the <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" />. </param> <param name="rowIndex"> The index of the row that the <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> is contained in. </param> </member> <member name="P:System.Web.UI.WebControls.DataControlField.InsertVisible"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object is visible when its parent data-bound control is in insert mode. </summary> <returns>true if the field is visible when its parent data-bound control is rendered in insert mode; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object is saving changes to its view state. </summary> <returns>true if the data source view is marked to save its state; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.ItemStyle"> <summary> Gets the style of any text-based content displayed by a data control field. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that governs the appearance of text displayed in a <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlField.LoadViewState(System.Object)"> <summary> Restores the data source view's previously saved view state. </summary> <param name="savedState"> An object that represents the <see cref="T:System.Web.UI.WebControls.DataControlField" /> state to restore. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlField.OnFieldChanged"> <summary> Raises the FieldChanged event. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlField.SaveViewState"> <summary> Saves the changes made to the <see cref="T:System.Web.UI.WebControls.DataControlField" /> view state since the time the page was posted back to the server. </summary> <returns> The object that contains the changes to the <see cref="T:System.Web.UI.WebControls.DataControlField" /> view state. If there is no view state associated with the object, this method returns null. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.ShowHeader"> <summary> Gets or sets a value indicating whether the header item of a data control field is rendered. </summary> <returns>true if the header item of the <see cref="T:System.Web.UI.WebControls.DataControlField" /> is rendered; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.SortExpression"> <summary> Gets or sets a sort expression that is used by a data source control to sort data. </summary> <returns> A sort expression that is used by a data source control to sort data. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.System#Web#UI#IDataSourceViewSchemaAccessor#DataSourceViewSchema"> <summary> Gets or sets the schema associated with this <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <returns> The schema associated with this <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object is saving changes to its view state. </summary> <returns>true to indicate that the <see cref="T:System.Web.UI.WebControls.DataControlField" /> is saving changes to its view state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlField.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Restores the data control field's previously saved view state. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the saved view state values for the control. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlField.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the changes made to the <see cref="T:System.Web.UI.WebControls.DataControlField" /> view state since the time the page was posted back to the server. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved view state values for the control. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlField.System#Web#UI#IStateManager#TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object to track changes to its view state so they can be stored in the control's <see cref="P:System.Web.UI.WebControls.DataControlField.ViewState" /> property and persisted across requests for the same page. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlField.ToString"> <summary> Returns a string that represents this <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <returns> A string that represents this <see cref="T:System.Web.UI.WebControls.DataControlField" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlField.TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object to track changes to its view state so they can be stored in the control's <see cref="P:System.Web.UI.WebControls.DataControlField.ViewState" /> property and persisted across requests for the same page. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlField.ValidateSupportsCallback"> <summary> When overridden in a derived class, signals that the controls contained by a field support callbacks. </summary> <exception cref="T:System.NotSupportedException"> The method is called on a default instance of the <see cref="T:System.Web.UI.WebControls.DataControlField" /> class. </exception> </member> <member name="P:System.Web.UI.WebControls.DataControlField.ViewState"> <summary> Gets a dictionary of state information that allows you to save and restore the view state of a <see cref="T:System.Web.UI.WebControls.DataControlField" /> object across multiple requests for the same page. </summary> <returns> An instance of <see cref="T:System.Web.UI.StateBag" /> that contains the <see cref="T:System.Web.UI.WebControls.DataControlField" /> view-state information. </returns> </member> <member name="P:System.Web.UI.WebControls.DataControlField.Visible"> <summary> Gets or sets a value indicating whether a data control field is rendered. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.DataControlField" /> is rendered; otherwise, false. The default value is true. </returns> </member> <member name="T:System.Web.UI.WebControls.DataControlFieldCell"> <summary> Represents a cell in the rendered table of a tabular ASP.NET data-bound control, such as <see cref="T:System.Web.UI.WebControls.DetailsView" /> or <see cref="T:System.Web.UI.WebControls.GridView" />. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCell.#ctor(System.Web.UI.HtmlTextWriterTag,System.Web.UI.WebControls.DataControlField)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> class, setting the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object as the cell's container. </summary> <param name="tagKey"> An <see cref="T:System.Web.UI.HtmlTextWriterTag" /> that specifies the HTML tag to render for the cell. The default tag used by the <see cref="T:System.Web.UI.WebControls.TableCell" /> class is <see cref="F:System.Web.UI.HtmlTextWriterTag.Td" />. </param> <param name="containingField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> that contains the current cell. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCell.#ctor(System.Web.UI.WebControls.DataControlField)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> class, setting the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object as the cell's container. </summary> <param name="containingField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> that contains the current cell. </param> </member> <member name="P:System.Web.UI.WebControls.DataControlFieldCell.ContainingField"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object that contains the current cell. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataControlField" /> that contains the current cell, or null, if no <see cref="T:System.Web.UI.WebControls.DataControlField" /> is passed to the class constructor. </returns> </member> <member name="T:System.Web.UI.WebControls.DataControlFieldCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.DataControlField" /> objects that are used by data-bound controls such as <see cref="T:System.Web.UI.WebControls.GridView" /> and <see cref="T:System.Web.UI.WebControls.DetailsView" />. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.Add(System.Web.UI.WebControls.DataControlField)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object to the end of the collection. </summary> <param name="field"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to append to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.CloneFields"> <summary> Creates a copy of the current collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> that contains a copy of each data control field in the current collection. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.Contains(System.Web.UI.WebControls.DataControlField)"> <summary> Determines whether the <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> collection contains a specific <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> contains the specified field; otherwise, false. </returns> <param name="field"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to locate in the <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.CopyTo(System.Web.UI.WebControls.DataControlField[],System.Int32)"> <summary> Copies the entire <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array. </summary> <param name="array"> The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. </exception> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is multidimensional. - or - <paramref name="index" /> is equal to or greater than the length of <paramref name="array" />. - or - The number of fields in the source <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> collection is greater than the available space from <paramref name="index" /> to the end of the destination array. </exception> </member> <member name="E:System.Web.UI.WebControls.DataControlFieldCollection.FieldsChanged"> <summary> Occurs when the fields in the collection change, usually as the result of a <see cref="M:System.Web.UI.StateManagedCollection.Clear" />, <see cref="M:System.Web.UI.WebControls.DataControlFieldCollection.Insert(System.Int32,System.Web.UI.WebControls.DataControlField)" />, <see cref="M:System.Web.UI.WebControls.DataControlFieldCollection.Remove(System.Web.UI.WebControls.DataControlField)" /> or <see cref="M:System.Web.UI.WebControls.DataControlFieldCollection.Add(System.Web.UI.WebControls.DataControlField)" /> method call. This event is also raised anytime a <see cref="T:System.Web.UI.WebControls.DataControlField" /> in the collection raises its FieldChanged event. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.IndexOf(System.Web.UI.WebControls.DataControlField)"> <summary> Determines the index of a specific <see cref="T:System.Web.UI.WebControls.DataControlField" /> object in the collection. </summary> <returns> The index of the <paramref name="field" /> parameter, if it is found in the collection; otherwise, -1. </returns> <param name="field"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to locate in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.Insert(System.Int32,System.Web.UI.WebControls.DataControlField)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object into the <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> collection at the specified index. </summary> <param name="index"> The zero-based index at which the <see cref="T:System.Web.UI.WebControls.DataControlField" /> is inserted. </param> <param name="field"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to insert. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than 0. - or - <paramref name="index" /> is greater than <see cref="P:System.Web.UI.StateManagedCollection.Count" />. </exception> </member> <member name="P:System.Web.UI.WebControls.DataControlFieldCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object at the specified index in the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> at the specified index in the collection. </returns> <param name="index"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.DataControlField" /> to retrieve from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.Remove(System.Web.UI.WebControls.DataControlField)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object from the <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> collection. </summary> <param name="field"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to remove from the <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.DataControlField" /> object at the specified index from the <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.DataControlField" /> to remove. </param> </member> <member name="T:System.Web.UI.WebControls.DataControlFieldHeaderCell"> <summary> In accessibility scenarios, represents a header cell in the rendered table of a tabular ASP.NET data-bound control, such as <see cref="T:System.Web.UI.WebControls.GridView" />. </summary> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldHeaderCell.#ctor(System.Web.UI.WebControls.DataControlField)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataControlFieldHeaderCell" /> class, setting the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object as the cell's container. </summary> <param name="containingField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> that contains the current cell. </param> </member> <member name="P:System.Web.UI.WebControls.DataControlFieldHeaderCell.AbbreviatedText"> <summary> Gets or sets abbreviated text, which is rendered in an HTML abbr attribute and is used by screen readers. </summary> <returns> A shortened version of the table header text, which is read by screen readers. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataControlFieldHeaderCell.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds information about the table cell to the list of attributes to render. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream that renders HTML content to the client. </param> </member> <member name="P:System.Web.UI.WebControls.DataControlFieldHeaderCell.Scope"> <summary> Gets or sets the header cell's scope within an HTML table. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TableHeaderScope" /> values. The default is <see cref="F:System.Web.UI.WebControls.TableHeaderScope.NotSet" />. </returns> </member> <member name="T:System.Web.UI.WebControls.DataControlRowState"> <summary> Specifies the state of a row in a data control, such as <see cref="T:System.Web.UI.WebControls.DetailsView" /> or <see cref="T:System.Web.UI.WebControls.GridView" />. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowState.Normal"> <summary> Indicates that the data control row is in a normal state. The <see cref="F:System.Web.UI.WebControls.DataControlRowState.Normal" /> state is mutually exclusive with other states except the <see cref="F:System.Web.UI.WebControls.DataControlRowState.Alternate" /> state. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowState.Alternate"> <summary> Indicates that the data control row is an alternate row. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowState.Selected"> <summary> Indicates that the row has been selected by the user. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowState.Edit"> <summary> Indicates that the row is in an edit state, often the result of clicking an edit button for the row. Typically, the <see cref="F:System.Web.UI.WebControls.DataControlRowState.Edit" /> and <see cref="F:System.Web.UI.WebControls.DataControlRowState.Insert" /> states are mutually exclusive. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowState.Insert"> <summary> Indicates that the row is a new row, often the result of clicking an insert button to add a new row. Typically, the <see cref="F:System.Web.UI.WebControls.DataControlRowState.Insert" /> and <see cref="F:System.Web.UI.WebControls.DataControlRowState.Edit" /> states are mutually exclusive. </summary> </member> <member name="T:System.Web.UI.WebControls.DataControlRowType"> <summary> Specifies the function of a row in a data control, such as a <see cref="T:System.Web.UI.WebControls.DetailsView" /> or <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowType.Header"> <summary> A header row of a data control. Header rows cannot be data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowType.Footer"> <summary> A footer row of a data control. Footer rows cannot be data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowType.DataRow"> <summary> A data row of a data control. Only <see cref="F:System.Web.UI.WebControls.DataControlRowType.DataRow" /> rows can be data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowType.Separator"> <summary> A row separator. Row separators cannot be data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowType.Pager"> <summary> A row that displays pager buttons or a pager control. Pager rows cannot be data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.DataControlRowType.EmptyDataRow"> <summary> The empty row of a data-bound control. The empty row is displayed when the data-bound control has no records to display and the EmptyDataTemplate template is not null. </summary> </member> <member name="T:System.Web.UI.WebControls.DataGrid"> <summary> A data bound list control that displays the items from data source in a table. The <see cref="T:System.Web.UI.WebControls.DataGrid" /> control allows you to select, sort, and edit these items. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGrid.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.AllowCustomPaging"> <summary> Gets or sets a value that indicates whether custom paging is enabled. </summary> <returns>true if custom paging is enabled; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.AllowPaging"> <summary> Gets or sets a value that indicates whether paging is enabled. </summary> <returns>true if paging is enabled; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.AllowSorting"> <summary> Gets or sets a value that indicates whether sorting is enabled. </summary> <returns>true if sorting is enabled; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.AlternatingItemStyle"> <summary> Gets the style properties for alternating items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that represents the style properties for alternating items in the <see cref="T:System.Web.UI.WebControls.DataGrid" />. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.AutoGenerateColumns"> <summary> Gets or sets a value that indicates whether <see cref="T:System.Web.UI.WebControls.BoundColumn" /> objects are automatically created and displayed in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control for each field in the data source. </summary> <returns>true if <see cref="T:System.Web.UI.WebControls.BoundColumn" /> objects are automatically created and displayed; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.BackImageUrl"> <summary> Gets or sets the URL of an image to display in the background of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> The URL of an image to display in the background of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="E:System.Web.UI.WebControls.DataGrid.CancelCommand"> <summary> Occurs when the Cancel button is clicked for an item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataGrid.CancelCommandName"> <summary> Represents the Cancel command name. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.Columns"> <summary> Gets a collection of objects that represent the columns of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> object that contains a collection of objects that represent the columns of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGrid.CreateColumnSet(System.Web.UI.WebControls.PagedDataSource,System.Boolean)"> <summary> Creates the set of columns to be used to build up the control hierarchy. When <see cref="P:System.Web.UI.WebControls.DataGrid.AutoGenerateColumns" /> is true, the columns are created to match the data source and are appended to the set of columns defined in the <see cref="P:System.Web.UI.WebControls.DataGrid.Columns" /> collection. </summary> <returns> An <see cref="T:System.Collections.ArrayList" /> containing the effective set of columns in the right order. </returns> <param name="dataSource"> The data source being used to create the control hierarchy </param> <param name="useDataSource"> Whether to use the data source to generate columns automatically or to use saved state. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(System.Boolean)"> <summary> Creates the control hierarchy that is used to render the <see cref="T:System.Web.UI.WebControls.DataGrid" />. </summary> <param name="useDataSource"> Whether to use the data source to generate columns automatically or to use saved state. </param> <exception cref="T:System.Web.HttpException"> <paramref name="useDataSource" /> is true, the value of <see cref="P:System.Web.UI.WebControls.DataGrid.VirtualItemCount" /> is not set, and the selected data source does not implement the <see cref="T:System.Collections.ICollection" /> interface. - or - <paramref name="useDataSource" /> is true and the data source has an invalid <see cref="P:System.Web.UI.WebControls.PagedDataSource.CurrentPageIndex" /> property. </exception> </member> <member name="M:System.Web.UI.WebControls.DataGrid.CreateControlStyle"> <summary> Creates new control style. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> the represents the new style. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGrid.CreateItem(System.Int32,System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object. </returns> <param name="itemIndex"> The index for the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object. </param> <param name="dataSourceIndex"> The index of the data item from the data source. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.DataGrid.CurrentPageIndex"> <summary> Gets or sets the index of the currently displayed page. </summary> <returns> The zero-based index of the page currently displayed. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified page index is a negative value. </exception> </member> <member name="E:System.Web.UI.WebControls.DataGrid.DeleteCommand"> <summary> Occurs when the Delete button is clicked for an item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataGrid.DeleteCommandName"> <summary> Represents the Delete command name. This field is read-only. </summary> </member> <member name="E:System.Web.UI.WebControls.DataGrid.EditCommand"> <summary> Occurs when the Edit button is clicked for an item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataGrid.EditCommandName"> <summary> Represents the Edit command name. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.EditItemIndex"> <summary> Gets or sets the index of an item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control to edit. </summary> <returns> The index of an item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control to edit. The default value is -1, which indicates that no item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control is being edited. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified index is less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.DataGrid.EditItemStyle"> <summary> Gets the style properties of the item selected for editing in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties of the item selected for editing in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.FooterStyle"> <summary> Gets the style properties of the footer section in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties of the footer section of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.HeaderStyle"> <summary> Gets the style properties of the heading section in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties of the heading section in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGrid.InitializeItem(System.Web.UI.WebControls.DataGridItem,System.Web.UI.WebControls.DataGridColumn[])"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object. </summary> <param name="item"> The <see cref="T:System.Web.UI.WebControls.DataGridItem" /> to initialize. </param> <param name="columns"> An array of <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> objects that contains the columns in this <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.InitializePager(System.Web.UI.WebControls.DataGridItem,System.Int32,System.Web.UI.WebControls.PagedDataSource)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object that contains the paging UI. </summary> <param name="item"> The <see cref="T:System.Web.UI.WebControls.DataGridItem" /> that contains the pager. </param> <param name="columnSpan"> The number of columns to span the pager. </param> <param name="pagedDataSource"> A <see cref="T:System.Web.UI.WebControls.PagedDataSource" /> that contains the properties for the pager. </param> </member> <member name="E:System.Web.UI.WebControls.DataGrid.ItemCommand"> <summary> Occurs when any button is clicked in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.DataGrid.ItemCreated"> <summary> Occurs on the server when an item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control is created. </summary> </member> <member name="E:System.Web.UI.WebControls.DataGrid.ItemDataBound"> <summary> Occurs after an item is data bound to the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.Items"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.DataGridItem" /> objects that represent the individual items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" /> that contains a collection of <see cref="T:System.Web.UI.WebControls.DataGridItem" /> objects representing the individual items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.ItemStyle"> <summary> Gets the style properties of the items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties of the items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGrid.LoadViewState(System.Object)"> <summary> Loads a saved state of the <see cref="T:System.Web.UI.WebControls.DataGrid" />. </summary> <param name="savedState"> A saved state of the <see cref="T:System.Web.UI.WebControls.DataGrid" />. </param> </member> <member name="F:System.Web.UI.WebControls.DataGrid.NextPageCommandArgument"> <summary> Represents the Next command argument. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Passes the event raised by a control within the container up the page's UI server control hierarchy. </summary> <returns>true to indicate that this method is passing an event raised by a control within the container up the page's UI server control hierarchy; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnCancelCommand(System.Web.UI.WebControls.DataGridCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.CancelCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnDeleteCommand(System.Web.UI.WebControls.DataGridCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.DeleteCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnEditCommand(System.Web.UI.WebControls.DataGridCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.EditCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnItemCommand(System.Web.UI.WebControls.DataGridCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.ItemCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnItemCreated(System.Web.UI.WebControls.DataGridItemEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.ItemCreated" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridItemEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnItemDataBound(System.Web.UI.WebControls.DataGridItemEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.ItemDataBound" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridItemEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnPageIndexChanged(System.Web.UI.WebControls.DataGridPageChangedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.PageIndexChanged" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridPageChangedEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnSortCommand(System.Web.UI.WebControls.DataGridSortCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.SortCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridSortCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGrid.OnUpdateCommand(System.Web.UI.WebControls.DataGridCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataGrid.UpdateCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> that contains event data. </param> </member> <member name="F:System.Web.UI.WebControls.DataGrid.PageCommandName"> <summary> Represents the Page command name. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.PageCount"> <summary> Gets the total number of pages required to display the items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> The total number of pages required to display the items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="E:System.Web.UI.WebControls.DataGrid.PageIndexChanged"> <summary> Occurs when one of the page selection elements is clicked. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.PagerStyle"> <summary> Gets the style properties of the paging section of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> object that contains the style properties of the paging section of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.PageSize"> <summary> Gets or sets the number of items to display on a single page of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> The number of items to display on a single page of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is 10. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified page size less than 1. </exception> </member> <member name="M:System.Web.UI.WebControls.DataGrid.PrepareControlHierarchy"> <summary> Sets up the control hierarchy for this <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataGrid.PrevPageCommandArgument"> <summary> Represents the Prev command argument. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGrid.SaveViewState"> <summary> Saves the current state of the <see cref="T:System.Web.UI.WebControls.DataGrid" />. </summary> <returns> The saved state of the <see cref="T:System.Web.UI.WebControls.DataGrid" />. </returns> </member> <member name="F:System.Web.UI.WebControls.DataGrid.SelectCommandName"> <summary> Represents the Select command name. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.SelectedIndex"> <summary> Gets or sets the index of the selected item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> The index of the selected item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified index is less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.DataGrid.SelectedItem"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object that represents the selected item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object that represents the selected item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.SelectedItemStyle"> <summary> Gets the style properties of the currently selected item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties of the currently selected item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.ShowFooter"> <summary> Gets or sets a value that indicates whether the footer is displayed in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns>true to display the footer; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGrid.ShowHeader"> <summary> Gets or sets a value that indicates whether the header is displayed in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns>true to display the header; otherwise, false. The default value is true. </returns> </member> <member name="E:System.Web.UI.WebControls.DataGrid.SortCommand"> <summary> Occurs when a column is sorted. </summary> </member> <member name="F:System.Web.UI.WebControls.DataGrid.SortCommandName"> <summary> Represents the Sort command name. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> Always returns HtmlTextWriterTag.Table. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGrid.TrackViewState"> <summary> Marks the starting point to begin tracking and saving changes to the control as part of the control view state. </summary> </member> <member name="E:System.Web.UI.WebControls.DataGrid.UpdateCommand"> <summary> Occurs when the Update button is clicked for an item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataGrid.UpdateCommandName"> <summary> Represents the Update command name. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGrid.VirtualItemCount"> <summary> Gets or sets the virtual number of items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control when custom paging is used. </summary> <returns> The virtual number of items in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control when custom paging is used. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is a negative number. </exception> </member> <member name="T:System.Web.UI.WebControls.DataGridColumn"> <summary> Serves as the base class for the different column types of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.DesignMode"> <summary> Gets a value that indicates whether the column is in design mode. </summary> <returns>true if the column is in design mode; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.FooterStyle"> <summary> Gets the style properties for the footer section of the column. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the footer section of the column. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.FooterText"> <summary> Gets or sets the text displayed in the footer section of the column. </summary> <returns> The text displayed in the footer section of the column. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.HeaderImageUrl"> <summary> Gets or sets the location of an image to display in the header section of the column. </summary> <returns> The location of an image to display in the header section of the column. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.HeaderStyle"> <summary> Gets the style properties for the header section of the column. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the header section of the column. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.HeaderText"> <summary> Gets or sets the text displayed in the header section of the column. </summary> <returns> The text displayed in the header section of the column. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.Initialize"> <summary> Provides the base implementation to reset a column derived from the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> class to its initial state. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.InitializeCell(System.Web.UI.WebControls.TableCell,System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Provides the base implementation to reset the specified cell from a column derived from the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> class to its initial state. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.TableCell" /> that represents the cell to reset. </param> <param name="columnIndex"> The column number where the cell is located. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.IsTrackingViewState"> <summary> Gets a value that determines whether the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> object is marked to save its state. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> is marked; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.ItemStyle"> <summary> Gets the style properties for the item cells of the column. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties for the item cells of the column. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.LoadViewState(System.Object)"> <summary> Loads the state of the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> object. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.DataGridColumn" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.OnColumnChanged"> <summary> Calls the <see cref="M:System.Web.UI.Design.WebControls.DataGridDesigner.OnColumnsChanged" /> method. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.Owner"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that the column is a member of. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that the column is a member of. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.SaveViewState"> <summary> Saves the current state of the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> object. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.DataGridColumn" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.SortExpression"> <summary> Gets or sets the name of the field or expression to pass to the <see cref="M:System.Web.UI.WebControls.DataGrid.OnSortCommand(System.Web.UI.WebControls.DataGridSortCommandEventArgs)" /> method when a column is selected for sorting. </summary> <returns> The name of the field to pass to <see cref="M:System.Web.UI.WebControls.DataGrid.OnSortCommand(System.Web.UI.WebControls.DataGridSortCommandEventArgs)" /> when a column is selected for sorting. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value that indicates whether the column is tracking view state changes. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> object is tracking its view-state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads previously saved state. </summary> <param name="state"> An <see cref="T:System.Object" /> that represents the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> object to restore. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.System#Web#UI#IStateManager#SaveViewState"> <summary> Returns an object containing state changes. </summary> <returns> The <see cref="T:System.Object" /> that contains the view state changes. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.System#Web#UI#IStateManager#TrackViewState"> <summary> Starts tracking state changes. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.ToString"> <summary> Returns the string representation of the column. </summary> <returns> Returns <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumn.TrackViewState"> <summary> Causes tracking of view-state changes to the server control so they can be stored in the server control's <see cref="T:System.Web.UI.StateBag" /> object. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.ViewState"> <summary> Gets the <see cref="T:System.Web.UI.StateBag" /> object that allows a column derived from the <see cref="T:System.Web.UI.WebControls.DataGridColumn" /> class to store its properties. </summary> <returns> The <see cref="T:System.Web.UI.StateBag" /> for the <see cref="T:System.Web.UI.WebControls.DataGridColumn" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumn.Visible"> <summary> Gets or sets a value that indicates whether the column is visible in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns>true if the column is visible in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control; otherwise, false. The default value is true. </returns> </member> <member name="T:System.Web.UI.WebControls.DataGridColumnCollection"> <summary> A collection of <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column objects that represent the columns in a <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.#ctor(System.Web.UI.WebControls.DataGrid,System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> class. </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that corresponds with this collection. </param> <param name="columns"> A <see cref="T:System.Collections.ArrayList" /> that stores the collection of columns. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.Add(System.Web.UI.WebControls.DataGridColumn)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column object to the end of the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection. </summary> <param name="column"> The <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column object to append to the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.AddAt(System.Int32,System.Web.UI.WebControls.DataGridColumn)"> <summary> Inserts a <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column object in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection at the specified index. </summary> <param name="index"> The index location in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> at which to insert the <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column. </param> <param name="column"> The <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column to insert in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="column" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column objects from the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the items from the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection to the specified <see cref="T:System.Array" />, starting at the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" />. </param> <param name="index"> The first position in the specified <see cref="T:System.Array" /> to receive the copied contents. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.DataGridColumnCollection.Count"> <summary> Gets the number of columns in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection. </summary> <returns> The number of columns in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" /> interface that contains all the <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column objects in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" /> interface that contains all <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column objects in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.IndexOf(System.Web.UI.WebControls.DataGridColumn)"> <summary> Returns the index of the specified <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column object from the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection. </summary> <returns> The index position of the specified <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" />. The default value is -1, which indicates that the specified <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived object is not found. </returns> <param name="column"> The <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column to search for in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" />. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridColumnCollection.IsReadOnly"> <summary> Gets a value that indicates whether the columns in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection can be modified. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumnCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection is synchronized (thread safe). </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumnCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column object from the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection at the specified index. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> at the specified index. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.Remove(System.Web.UI.WebControls.DataGridColumn)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column object from the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection. </summary> <param name="column"> The <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column to remove from the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column object from the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection at the specified index. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.DataGridColumn" />-derived column in the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> to remove. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than 0 or greater than <see cref="P:System.Web.UI.WebControls.DataGridColumnCollection.Count" />. </exception> </member> <member name="P:System.Web.UI.WebControls.DataGridColumnCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> collection. </summary> <returns> A <see cref="T:System.Object" /> that can be used to synchronize access to the collection. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridColumnCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the collection is tracking its view-state changes. </summary> <returns>true if a <see cref="T:System.Web.UI.WebControls.DataGridColumnCollection" /> object is tracking its view-state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the previously saved state. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that contains the saved view state values for the control. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> Returns an object containing state changes. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved view state values for the control. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridColumnCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> Starts tracking state changes. </summary> </member> <member name="T:System.Web.UI.WebControls.DataGridCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DataGrid.CancelCommand" />, <see cref="E:System.Web.UI.WebControls.DataGrid.DeleteCommand" />, <see cref="E:System.Web.UI.WebControls.DataGrid.EditCommand" />, <see cref="E:System.Web.UI.WebControls.DataGrid.ItemCommand" />, and <see cref="E:System.Web.UI.WebControls.DataGrid.UpdateCommand" /> events of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridCommandEventArgs.#ctor(System.Web.UI.WebControls.DataGridItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> class. </summary> <param name="item"> A <see cref="T:System.Web.UI.WebControls.DataGridItem" /> that represents the selected item in the <see cref="T:System.Web.UI.WebControls.DataGrid" />. </param> <param name="commandSource"> The source of the command. </param> <param name="originalArgs"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridCommandEventArgs.CommandSource"> <summary> Gets the source of the command. </summary> <returns> The source of the command. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridCommandEventArgs.Item"> <summary> Gets the item containing the command source in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataGridItem" /> that represents the selected item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.DataGridCommandEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DataGrid.CancelCommand" />, <see cref="E:System.Web.UI.WebControls.DataGrid.DeleteCommand" />, <see cref="E:System.Web.UI.WebControls.DataGrid.EditCommand" />, <see cref="E:System.Web.UI.WebControls.DataGrid.ItemCommand" />, and <see cref="E:System.Web.UI.WebControls.DataGrid.UpdateCommand" /> events of a <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <param name="source"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DataGridItem"> <summary> Represents an item (row) in a <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridItem.#ctor(System.Int32,System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> class. </summary> <param name="itemIndex"> The index of the item from the <see cref="P:System.Web.UI.WebControls.DataGrid.Items" /> collection in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </param> <param name="dataSetIndex"> The index number of the item, from the bound data source, that appears in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridItem.DataItem"> <summary> Gets or sets the data item represented by the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> A <see cref="T:System.Object" /> that represents a data item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridItem.DataSetIndex"> <summary> Gets the index of the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object from the bound data source. </summary> <returns> The index of the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> from the bound data source. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridItem.ItemIndex"> <summary> Gets the index of the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object from the <see cref="P:System.Web.UI.WebControls.DataGrid.Items" /> collection of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> The index of the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> from the <see cref="P:System.Web.UI.WebControls.DataGrid.Items" /> collection of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridItem.ItemType"> <summary> Gets the type of the item represented by the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Used internally by the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> class. </summary> <returns>true if the event has been canceled; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridItem.SetItemType(System.Web.UI.WebControls.ListItemType)"> <summary> Used internally by the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> class. </summary> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridItem.System#Web#UI#IDataItemContainer#DataItem"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DataItem" />. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGridItem.System#Web#UI#IDataItemContainer#DataItemIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DataItemIndex" />. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGridItem.System#Web#UI#IDataItemContainer#DisplayIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DisplayIndex" />. </summary> </member> <member name="T:System.Web.UI.WebControls.DataGridItemCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.DataGridItem" /> objects in a <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridItemCollection.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" /> class. </summary> <param name="items"> A <see cref="T:System.Collections.ArrayList" /> that contains the items with which to initialize the collection. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridItemCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from this <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" /> collection to the specified <see cref="T:System.Array" />, starting at the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" />. </param> <param name="index"> The first position in the specified <see cref="T:System.Array" /> to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridItemCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.WebControls.DataGridItem" /> objects in the collection. </summary> <returns> The number of <see cref="T:System.Web.UI.WebControls.DataGridItem" /> objects in the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridItemCollection.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> objects in the <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" /> collection. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.Web.UI.WebControls.DataGridItem" /> objects in the <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridItemCollection.IsReadOnly"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> objects in the <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" /> collection can be modified. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridItemCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" /> collection is synchronized (thread-safe). </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridItemCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object at the specified index in the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.DataGridItem" /> at the specified index in the collection. </returns> <param name="index"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.DataGridItem" /> to retrieve from the collection. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridItemCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.DataGridItemCollection" /> collection. </summary> <returns> A <see cref="T:System.Object" /> that can be used to synchronize access to the collection. </returns> </member> <member name="T:System.Web.UI.WebControls.DataGridItemEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DataGrid.ItemCreated" /> and <see cref="E:System.Web.UI.WebControls.DataGrid.ItemDataBound" /> events of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridItemEventArgs.#ctor(System.Web.UI.WebControls.DataGridItem)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridItemEventArgs" /> class. </summary> <param name="item"> A <see cref="T:System.Web.UI.WebControls.DataGridItem" /> that represents an item in the <see cref="T:System.Web.UI.WebControls.DataGrid" />. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridItemEventArgs.Item"> <summary> Gets the referenced item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control when the event is raised. </summary> <returns> The referenced item in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control when the event is raised. </returns> </member> <member name="T:System.Web.UI.WebControls.DataGridItemEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DataGrid.ItemCreated" /> and <see cref="E:System.Web.UI.WebControls.DataGrid.ItemDataBound" /> events of a <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridItemEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DataGridPageChangedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DataGrid.PageIndexChanged" /> event of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridPageChangedEventArgs.#ctor(System.Object,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridPageChangedEventArgs" /> class. </summary> <param name="commandSource"> The source of the command. </param> <param name="newPageIndex"> The index of the page selected by the user from the page selection element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridPageChangedEventArgs.CommandSource"> <summary> Gets the source of the command. </summary> <returns> The source of the command. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridPageChangedEventArgs.NewPageIndex"> <summary> Gets the index of the page selected by the user in the page selection element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> The index of the page selected by the user in the page selection element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.DataGridPageChangedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DataGrid.PageIndexChanged" /> event of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <param name="source"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridPageChangedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DataGridPagerStyle"> <summary> Specifies the style for the pager of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridPagerStyle.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Copies the style of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object into this instance of the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> class. </summary> <param name="s"> The <see cref="T:System.Web.UI.WebControls.Style" /> to copy from. </param> </member> <member name="M:System.Web.UI.WebControls.DataGridPagerStyle.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Merges the style of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object with this instance of the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> class. </summary> <param name="s"> The <see cref="T:System.Web.UI.WebControls.Style" /> to merge with. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridPagerStyle.Mode"> <summary> Gets or sets a value that specifies whether the pager element displays buttons that link to the next and previous page, or numeric buttons that link directly to a page. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.PagerMode" /> values. The default value is NextPrev. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.PagerMode" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.DataGridPagerStyle.NextPageText"> <summary> Gets or sets the text displayed for the next page button. </summary> <returns> The text to display for the next page button. The default value is "&gt;", which is rendered as the greater than sign (>). </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is less than 1. </exception> </member> <member name="P:System.Web.UI.WebControls.DataGridPagerStyle.PageButtonCount"> <summary> Gets or sets the number of numeric buttons to display concurrently in the pager element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> The number of numeric buttons to display concurrently in the pager element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The default value is 10. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than 1. </exception> </member> <member name="P:System.Web.UI.WebControls.DataGridPagerStyle.Position"> <summary> Gets or sets the position of the pager element in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.PagerPosition" /> values. The default value is Bottom. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.PagerPosition" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.DataGridPagerStyle.PrevPageText"> <summary> Gets or sets the text displayed for the previous page button. </summary> <returns> The text to display for the previous page button. The default value is "&lt;", which is rendered as the less than sign (<). </returns> </member> <member name="M:System.Web.UI.WebControls.DataGridPagerStyle.Reset"> <summary> Restores the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> object to its default values. </summary> </member> <member name="P:System.Web.UI.WebControls.DataGridPagerStyle.Visible"> <summary> Gets or sets a value indicating whether the pager is displayed in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns>true to display the pager; otherwise, false. The default value is true. </returns> </member> <member name="T:System.Web.UI.WebControls.DataGridSortCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DataGrid.SortCommand" /> event of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataGridSortCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.DataGridCommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridSortCommandEventArgs" /> class. </summary> <param name="commandSource"> The source of the command. </param> <param name="dce"> A <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.DataGridSortCommandEventArgs.CommandSource"> <summary> Gets the source of the command. </summary> <returns> The source of the command. </returns> </member> <member name="P:System.Web.UI.WebControls.DataGridSortCommandEventArgs.SortExpression"> <summary> Gets the expression used to sort the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <returns> The expression used to sort the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.DataGridSortCommandEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DataGrid.SortCommand" /> event of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> <param name="source"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataGridSortCommandEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DataKey"> <summary> Represents the primary key field or fields of a record in a data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.DataKey.#ctor(System.Collections.Specialized.IOrderedDictionary)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataKey" /> class using the specified dictionary of key field values. </summary> <param name="keyTable"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains the key field values. </param> </member> <member name="M:System.Web.UI.WebControls.DataKey.#ctor(System.Collections.Specialized.IOrderedDictionary,System.String[])"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataKey" /> class using the specified dictionary of key field values and array of field names. </summary> <param name="keyTable"> The key field values. </param> <param name="keyNames"> An array of strings that contain the names of the key fields. </param> </member> <member name="P:System.Web.UI.WebControls.DataKey.IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DataKey" /> object is tracking its view-state changes. </summary> <returns>true to indicate that the <see cref="T:System.Web.UI.WebControls.DataKey" /> is tracking its view-state changes; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKey.Item(System.Int32)"> <summary> Gets the value of the key field at the specified index from a <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> <returns> The value of the key field at the specified index. </returns> <param name="index"> The zero-based index at which to retrieve the key field value. </param> </member> <member name="P:System.Web.UI.WebControls.DataKey.Item(System.String)"> <summary> Gets the value of the key field with the specified field name from a <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> <returns> The value of the key field with the specified field name. </returns> <param name="name"> The name of the key field for which to retrieve the key field value. </param> </member> <member name="M:System.Web.UI.WebControls.DataKey.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> <param name="state"> An object that represents the state of the <see cref="T:System.Web.UI.WebControls.DataKey" />. </param> <exception cref="T:System.Web.HttpException"> <paramref name="state" /> is not null and cannot be resolved to a valid <see cref="P:System.Web.UI.Control.ViewState" />. </exception> </member> <member name="M:System.Web.UI.WebControls.DataKey.SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKey.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DataKey" /> object is tracking its view-state changes. </summary> <returns>true to indicate that the <see cref="T:System.Web.UI.WebControls.DataKey" /> is tracking its view-state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.DataKey.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> <param name="state"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.DataKey" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataKey.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.DataKey.System#Web#UI#IStateManager#TrackViewState"> <summary> Marks the starting point at which to begin tracking and saving view-state changes to the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.DataKey.TrackViewState"> <summary> Marks the starting point at which to begin tracking and saving view-state changes to the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> </member> <member name="P:System.Web.UI.WebControls.DataKey.Value"> <summary> Gets the value of the key field at index 0 in the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> <returns> The value of the key field at index 0 in the <see cref="T:System.Web.UI.WebControls.DataKey" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKey.Values"> <summary> Gets an <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object that contains every key field in the <see cref="T:System.Web.UI.WebControls.DataKey" /> object. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains every key field in the <see cref="T:System.Web.UI.WebControls.DataKey" />. </returns> </member> <member name="T:System.Web.UI.WebControls.DataKeyArray"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.DataKey" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataKeyArray.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataKeyArray" /> class. </summary> <param name="keys"> An <see cref="T:System.Collections.ArrayList" /> of <see cref="T:System.Web.UI.WebControls.DataKey" /> objects with which to populate the collection. </param> </member> <member name="M:System.Web.UI.WebControls.DataKeyArray.CopyTo(System.Web.UI.WebControls.DataKey[],System.Int32)"> <summary> Copies all the items from this collection to the specified array of <see cref="T:System.Web.UI.WebControls.DataKey" /> objects, starting at the specified index in the array. </summary> <param name="array"> A zero-based array of <see cref="T:System.Web.UI.WebControls.DataKey" /> objects that receives the copied items from the collection. </param> <param name="index"> The first index in the specified array to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.DataKeyArray.Count"> <summary> Gets the number of items in the collection. </summary> <returns> The number of items in the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.DataKeyArray.GetEnumerator"> <summary> Returns an enumerator that contains all <see cref="T:System.Web.UI.WebControls.DataKey" /> objects in the collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.Web.UI.WebControls.DataKey" /> objects in the collection. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKeyArray.IsReadOnly"> <summary> Gets a value indicating whether the items in the collection can be modified. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKeyArray.IsSynchronized"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DataKeyArray" /> collection is synchronized (thread safe). </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKeyArray.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.DataKey" /> object from the collection at the specified index. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.DataKey" /> at the specified index in the collection. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.DataKey" /> to retrieve from the collection. </param> </member> <member name="P:System.Web.UI.WebControls.DataKeyArray.SyncRoot"> <summary> Gets the object used to synchronize access to the collection. </summary> <returns> An <see cref="T:System.Object" /> that can be used to synchronize access to the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.DataKeyArray.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from this collection to the specified <see cref="T:System.Array" />, starting at the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the collection. </param> <param name="index"> The first index in the specified <see cref="T:System.Array" /> to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.DataKeyArray.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DataKeyArray" /> object is tracking its view-state changes. </summary> <returns>true to indicate that the <see cref="T:System.Web.UI.WebControls.DataKeyArray" /> is tracking its view-state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.DataKeyArray.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.DataKeyArray" /> object. </summary> <param name="state"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.DataKeyArray" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataKeyArray.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.DataKeyArray" /> object. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.DataKeyArray" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataKeyArray.System#Web#UI#IStateManager#TrackViewState"> <summary> Marks the starting point at which to begin tracking and saving view-state changes to the <see cref="T:System.Web.UI.WebControls.DataKeyArray" /> object. </summary> </member> <member name="T:System.Web.UI.WebControls.DataKeyCollection"> <summary> Represents a collection that contains the key field of each record in a data source. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataKeyCollection.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataKeyCollection" /> class. </summary> <param name="keys"> A <see cref="T:System.Collections.ArrayList" /> that contains key fields from the data source. </param> </member> <member name="M:System.Web.UI.WebControls.DataKeyCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.DataKeyCollection" /> to the specified <see cref="T:System.Array" /> object, starting at the specified index in the <see cref="T:System.Array" /> object. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> object that receives the copied items from the <see cref="T:System.Web.UI.WebControls.DataKeyCollection" />. </param> <param name="index"> The first position in the specified <see cref="T:System.Array" /> object to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.DataKeyCollection.Count"> <summary> Gets the number of items in the collection. </summary> <returns> The number of items in the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.DataKeyCollection.GetEnumerator"> <summary> Creates a <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all key fields in the <see cref="T:System.Web.UI.WebControls.DataKeyCollection" />. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all key fields in the <see cref="T:System.Web.UI.WebControls.DataKeyCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKeyCollection.IsReadOnly"> <summary> Gets a value indicating whether items in the <see cref="T:System.Web.UI.WebControls.DataKeyCollection" /> can be modified. </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKeyCollection.IsSynchronized"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DataKeyCollection" /> is synchronized (thread-safe). </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataKeyCollection.Item(System.Int32)"> <summary> Gets the key field at the specified index in the collection. </summary> <returns> The key field at the specified index in the collection. </returns> <param name="index"> The zero-based index of the key field to retrieve from the collection. </param> </member> <member name="P:System.Web.UI.WebControls.DataKeyCollection.SyncRoot"> <summary> Gets the object used to synchronize access to the <see cref="T:System.Web.UI.WebControls.DataKeyCollection" />. </summary> <returns> A <see cref="T:System.Object" /> that can be used to synchronize access to the collection. </returns> </member> <member name="T:System.Web.UI.WebControls.DataList"> <summary> A data bound list control that displays items using templates. </summary> </member> <member name="M:System.Web.UI.WebControls.DataList.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataList" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.DataList.AlternatingItemStyle"> <summary> Gets the style properties for alternating items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that represents the style properties for alternating items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.AlternatingItemTemplate"> <summary> Gets or sets the template for alternating items in the <see cref="T:System.Web.UI.WebControls.DataList" />. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> object that contains the template for alternating items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is null. </returns> </member> <member name="E:System.Web.UI.WebControls.DataList.CancelCommand"> <summary> Occurs when the Cancel button is clicked for an item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataList.CancelCommandName"> <summary> Represents the Cancel command name. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.DataList.CreateControlHierarchy(System.Boolean)"> <summary> Creates the control hierarchy that is used to render the data list control, with or without the specified data source. </summary> <param name="useDataSource">true to use the control's data source; false to indicate that the control is being recreated from view state and should not be data-bound. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.CreateControlStyle"> <summary> Creates the default style object that is used internally by the <see cref="T:System.Web.UI.WebControls.DataList" /> control to implement all style related properties. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableStyle" /> that contains the default style properties for the control. </returns> </member> <member name="M:System.Web.UI.WebControls.DataList.CreateItem(System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.DataListItem" /> object. </summary> <returns> A new <see cref="T:System.Web.UI.WebControls.DataListItem" /> created with the specified list-item type. </returns> <param name="itemIndex"> The specified location within the <see cref="T:System.Web.UI.WebControls.DataList" /> to place the created item. </param> <param name="itemType"> A <see cref="T:System.Web.UI.WebControls.ListItemType" /> that represents the specified type of the item to create. </param> </member> <member name="E:System.Web.UI.WebControls.DataList.DeleteCommand"> <summary> Occurs when the Delete button is clicked for an item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataList.DeleteCommandName"> <summary> Represents the Delete command name. This field is read-only. </summary> </member> <member name="E:System.Web.UI.WebControls.DataList.EditCommand"> <summary> Occurs when the Edit button is clicked for an item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataList.EditCommandName"> <summary> Represents the Edit command name. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.DataList.EditItemIndex"> <summary> Gets or sets the index number of the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control to edit. </summary> <returns> The index number of the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control to edit. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than 0. </exception> </member> <member name="P:System.Web.UI.WebControls.DataList.EditItemStyle"> <summary> Gets the style properties for the item selected for editing in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties for the item selected for editing in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.EditItemTemplate"> <summary> Gets or sets the template for the item selected for editing in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> object that contains the template for the item selected for editing in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.ExtractTemplateRows"> <summary> Gets or sets a value that indicates whether the rows of a <see cref="T:System.Web.UI.WebControls.Table" /> control, defined in each template of a <see cref="T:System.Web.UI.WebControls.DataList" /> control, are extracted and displayed. </summary> <returns>true if the rows of a <see cref="T:System.Web.UI.WebControls.Table" /> control, defined in each template of a <see cref="T:System.Web.UI.WebControls.DataList" /> control, are extracted and displayed; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.FooterStyle"> <summary> Gets the style properties for the footer section of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties for the footer section of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.FooterTemplate"> <summary> Gets or sets the template for the footer section of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> object that contains the template for the footer section of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.GridLines"> <summary> Gets or sets the grid line style for the <see cref="T:System.Web.UI.WebControls.DataList" /> control when the <see cref="P:System.Web.UI.WebControls.DataList.RepeatLayout" /> property is set to RepeatLayout.Table. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.GridLines" /> enumeration values. The default value is None. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.HeaderStyle"> <summary> Gets the style properties for the heading section of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties for the heading section of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.HeaderTemplate"> <summary> Gets or sets the template for the heading section of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the template for the heading section of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is null. </returns> </member> <member name="M:System.Web.UI.WebControls.DataList.InitializeItem(System.Web.UI.WebControls.DataListItem)"> <summary> Initializes a <see cref="T:System.Web.UI.WebControls.DataListItem" /> object based on the specified templates and styles for the list-item type. </summary> <param name="item"> The <see cref="T:System.Web.UI.WebControls.DataListItem" /> to initialize. </param> </member> <member name="E:System.Web.UI.WebControls.DataList.ItemCommand"> <summary> Occurs when any button is clicked in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.DataList.ItemCreated"> <summary> Occurs on the server when an item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control is created. </summary> </member> <member name="E:System.Web.UI.WebControls.DataList.ItemDataBound"> <summary> Occurs when an item is data bound to the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.DataList.Items"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects representing the individual items within the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataListItemCollection" /> that contains a collection of <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects representing the individual items within the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.ItemStyle"> <summary> Gets the style properties for the items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties for the items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.ItemTemplate"> <summary> Gets or sets the template for the items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the template for the items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is null. </returns> </member> <member name="M:System.Web.UI.WebControls.DataList.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <param name="savedState"> An object that represents the state of the <see cref="T:System.Web.UI.WebControls.DataList" />. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnBubbleEvent(System.Object,System.EventArgs)"> <returns>true if the event has been canceled; otherwise, false. The default is false. </returns> <param name="source"> The source of the event. </param> <param name="e"></param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnCancelCommand(System.Web.UI.WebControls.DataListCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataList.CancelCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnDeleteCommand(System.Web.UI.WebControls.DataListCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataList.DeleteCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnEditCommand(System.Web.UI.WebControls.DataListCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataList.EditCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event for the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnItemCommand(System.Web.UI.WebControls.DataListCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataList.ItemCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnItemCreated(System.Web.UI.WebControls.DataListItemEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataList.ItemCreated" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListItemEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnItemDataBound(System.Web.UI.WebControls.DataListItemEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataList.ItemDataBound" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListItemEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.OnUpdateCommand(System.Web.UI.WebControls.DataListCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DataList.UpdateCommand" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListItemEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataList.PrepareControlHierarchy"> <summary> Prepares the control hierarchy for rendering in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DataList.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the list items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.DataList.RepeatColumns"> <summary> Gets or sets the number of columns to display in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> The number of columns to display in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is 0, which indicates that the items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control are displayed in a single row or column, based on the value of the <see cref="P:System.Web.UI.WebControls.DataList.RepeatDirection" /> property. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified number of columns is a negative value. </exception> </member> <member name="P:System.Web.UI.WebControls.DataList.RepeatDirection"> <summary> Gets or sets whether the <see cref="T:System.Web.UI.WebControls.DataList" /> control displays vertically or horizontally. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> values. The default is Vertical. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.DataList.RepeatLayout"> <summary> Gets or sets whether the control is displayed in a table or flow layout. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> values. The default is Table. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.DataList.SaveViewState"> <summary> Saves the changes to the control view state since the time the page was posted back to the server. </summary> <returns> The object that contains the changes to the <see cref="T:System.Web.UI.WebControls.DataList" /> view state. </returns> </member> <member name="F:System.Web.UI.WebControls.DataList.SelectCommandName"> <summary> Represents the Select command name. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.DataList.SelectedIndex"> <summary> Gets or sets the index of the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> The index of the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.DataList.SelectedItem"> <summary> Gets the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataListItem" /> that represents the item selected in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.SelectedItemStyle"> <summary> Gets the style properties for the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties for the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.SelectedItemTemplate"> <summary> Gets or sets the template for the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the template for the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.SelectedValue"> <summary> Gets the value of the key field for the selected data list item. </summary> <returns> The key field value for the selected data list item. The default is null, which indicates that no data list item is currently selected. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.WebControls.BaseDataList.DataKeyField" /> property has not been set. </exception> </member> <member name="P:System.Web.UI.WebControls.DataList.SeparatorStyle"> <summary> Gets the style properties of the separator between each item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that contains the style properties of the separator between each item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is an empty <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.SeparatorTemplate"> <summary> Gets or sets the template for the separator between the items of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the template for the separator between items in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.ShowFooter"> <summary> Gets or sets a value indicating whether the footer section is displayed in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns>true if the footer section is displayed; otherwise, false. The default value is true, however this property is only examined when the <see cref="P:System.Web.UI.WebControls.DataList.FooterTemplate" /> property is not null. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.ShowHeader"> <summary> Gets or sets a value indicating whether the header section is displayed in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns>true if the header is displayed; otherwise, false. The default value is true, however this property is only examined when the <see cref="P:System.Web.UI.WebControls.DataList.HeaderTemplate" /> property is not null. </returns> </member> <member name="M:System.Web.UI.WebControls.DataList.System#Web#UI#WebControls#IRepeatInfoUser#GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.WebControls.IRepeatInfoUser.GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)" />. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style of the specified item type at the specified index in the list control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataList.System#Web#UI#WebControls#IRepeatInfoUser#HasFooter"> <summary> For a description of this member, see <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasFooter" />. </summary> </member> <member name="P:System.Web.UI.WebControls.DataList.System#Web#UI#WebControls#IRepeatInfoUser#HasHeader"> <summary> For a description of this member, see <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasHeader" />. </summary> </member> <member name="P:System.Web.UI.WebControls.DataList.System#Web#UI#WebControls#IRepeatInfoUser#HasSeparators"> <summary> For a description of this member, see <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasSeparators" />. </summary> </member> <member name="M:System.Web.UI.WebControls.DataList.System#Web#UI#WebControls#IRepeatInfoUser#RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.WebControls.IRepeatInfoUser.RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)" />. </summary> </member> <member name="P:System.Web.UI.WebControls.DataList.System#Web#UI#WebControls#IRepeatInfoUser#RepeatedItemCount"> <summary> For a description of this member, see <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount" />. </summary> </member> <member name="P:System.Web.UI.WebControls.DataList.TagKey"> <summary> Gets the HTML tag that is used to render the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> Returns the <see cref="F:System.Web.UI.HtmlTextWriterTag.Table" /> tag if the <see cref="P:System.Web.UI.WebControls.DataList.RepeatLayout" /> is set to <see cref="F:System.Web.UI.WebControls.RepeatLayout.Table" />; otherwise, returns the <see cref="F:System.Web.UI.HtmlTextWriterTag.Span" /> tag. The default is <see cref="F:System.Web.UI.WebControls.RepeatLayout.Table" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DataList.TrackViewState"> <summary> Tracks view-state changes to the <see cref="T:System.Web.UI.WebControls.DataList" /> control so they can be stored in the control's <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="E:System.Web.UI.WebControls.DataList.UpdateCommand"> <summary> Occurs when the Update button is clicked for an item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DataList.UpdateCommandName"> <summary> Represents the Update command name. This field is read-only. </summary> </member> <member name="T:System.Web.UI.WebControls.DataListCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DataList.CancelCommand" />, <see cref="E:System.Web.UI.WebControls.DataList.DeleteCommand" />, <see cref="E:System.Web.UI.WebControls.DataList.EditCommand" />, <see cref="E:System.Web.UI.WebControls.DataList.ItemCommand" />, and <see cref="E:System.Web.UI.WebControls.DataList.UpdateCommand" /> events of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataListCommandEventArgs.#ctor(System.Web.UI.WebControls.DataListItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataListCommandEventArgs" /> class. </summary> <param name="item"> The selected item from the <see cref="T:System.Web.UI.WebControls.DataList" />. </param> <param name="commandSource"> The source of the command. </param> <param name="originalArgs"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains the original event data. </param> </member> <member name="P:System.Web.UI.WebControls.DataListCommandEventArgs.CommandSource"> <summary> Gets the source of the command. </summary> <returns> The source of the command. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListCommandEventArgs.Item"> <summary> Gets the item containing the command source in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataListItem" /> object that represents the selected item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.DataListCommandEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.DataList.CancelCommand" />, <see cref="E:System.Web.UI.WebControls.DataList.DeleteCommand" />, <see cref="E:System.Web.UI.WebControls.DataList.EditCommand" />, <see cref="E:System.Web.UI.WebControls.DataList.ItemCommand" />, and <see cref="E:System.Web.UI.WebControls.DataList.UpdateCommand" /> events of a <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <param name="source"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListCommandEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DataListItem"> <summary> Represents an item in a <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DataListItem.#ctor(System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataListItem" /> class. </summary> <param name="itemIndex"> The index of the item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control from the <see cref="P:System.Web.UI.WebControls.DataList.Items" /> collection. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="M:System.Web.UI.WebControls.DataListItem.CreateControlStyle"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object for the <see cref="T:System.Web.UI.WebControls.DataListItem" /> control, which contains the style properties for the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style properties of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListItem.DataItem"> <summary> Gets or sets a data item associated with the <see cref="T:System.Web.UI.WebControls.DataListItem" /> object in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> An <see cref="T:System.Object" /> that represents a data item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListItem.ItemIndex"> <summary> Gets the index of the <see cref="T:System.Web.UI.WebControls.DataListItem" /> object from the <see cref="P:System.Web.UI.WebControls.DataList.Items" /> collection of the control. </summary> <returns> The index of the <see cref="T:System.Web.UI.WebControls.DataListItem" /> object from the <see cref="P:System.Web.UI.WebControls.DataList.Items" /> collection. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListItem.ItemType"> <summary> Gets the type of the item represented by the <see cref="T:System.Web.UI.WebControls.DataListItem" /> object in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </returns> </member> <member name="M:System.Web.UI.WebControls.DataListItem.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the control is passed up the server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DataListItem.RenderItem(System.Web.UI.HtmlTextWriter,System.Boolean,System.Boolean)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.DataListItem" /> object on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> object that contains the output stream for rendering on the client. </param> <param name="extractRows">true to extract rows; otherwise false. </param> <param name="tableLayout">true to display as a table; otherwise false. </param> </member> <member name="M:System.Web.UI.WebControls.DataListItem.SetItemType(System.Web.UI.WebControls.ListItemType)"> <summary> Sets the current <see cref="P:System.Web.UI.WebControls.DataListItem.ItemType" /> property for the <see cref="T:System.Web.UI.WebControls.DataListItem" /> control. </summary> <param name="itemType"> A <see cref="T:System.Web.UI.WebControls.ListItemType" /> value. </param> </member> <member name="P:System.Web.UI.WebControls.DataListItem.System#Web#UI#IDataItemContainer#DataItem"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DataItem" />. </summary> <returns> An <see cref="T:System.Object" /> that represents the value to use when data-binding operations are performed. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListItem.System#Web#UI#IDataItemContainer#DataItemIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DataItemIndex" />. </summary> <returns> An integer representing the index of the data item bound to a control. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListItem.System#Web#UI#IDataItemContainer#DisplayIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DisplayIndex" />. </summary> <returns> An integer representing the position of the data item as displayed in a control. </returns> </member> <member name="T:System.Web.UI.WebControls.DataListItemCollection"> <summary> Represents the collection of <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataListItemCollection.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataListItemCollection" /> class. </summary> <param name="items"> A <see cref="T:System.Collections.ArrayList" /> object that contains the items with which to initialize the collection. </param> </member> <member name="M:System.Web.UI.WebControls.DataListItemCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from this <see cref="T:System.Web.UI.WebControls.DataListItemCollection" /> collection to the specified <see cref="T:System.Array" /> object, starting at the specified index in the <see cref="T:System.Array" /> object. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> object that receives the copied items from the <see cref="T:System.Web.UI.WebControls.DataListItemCollection" /> collection. </param> <param name="index"> The first position in the specified <see cref="T:System.Array" /> object to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.DataListItemCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects in the collection. </summary> <returns> The number of <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects in the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.DataListItemCollection.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" /> interface that contains all <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects in the <see cref="T:System.Web.UI.WebControls.DataListItemCollection" />. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" /> interface that contains all <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects in the <see cref="T:System.Web.UI.WebControls.DataListItemCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListItemCollection.IsReadOnly"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects in the <see cref="T:System.Web.UI.WebControls.DataListItemCollection" /> can be modified. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListItemCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.DataListItemCollection" /> is synchronized (thread-safe). </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.DataListItemCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DataListItem" /> object at the specified index in the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataListItem" /> object in the collection at the specified index. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.DataListItem" /> in the collection to retrieve. </param> </member> <member name="P:System.Web.UI.WebControls.DataListItemCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.DataListItemCollection" /> collection. </summary> <returns> A <see cref="T:System.Object" /> that can be used to synchronize access to the collection. </returns> </member> <member name="T:System.Web.UI.WebControls.DataListItemEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DataList.ItemCreated" /> and <see cref="E:System.Web.UI.WebControls.DataList.ItemDataBound" /> events of a <see cref="T:System.Web.UI.WebControls.DataList" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DataListItemEventArgs.#ctor(System.Web.UI.WebControls.DataListItem)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataListItemEventArgs" /> class. </summary> <param name="item"> A <see cref="T:System.Web.UI.WebControls.DataListItem" /> object that represents an item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.DataListItemEventArgs.Item"> <summary> Gets the referenced item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control when the event is raised. </summary> <returns> The referenced item in the <see cref="T:System.Web.UI.WebControls.DataList" /> control when the event is raised. </returns> </member> <member name="T:System.Web.UI.WebControls.DataListItemEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.DataList.ItemCreated" /> and <see cref="E:System.Web.UI.WebControls.DataList.ItemDataBound" /> events of the <see cref="T:System.Web.UI.WebControls.DataList" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DataListItemEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DayNameFormat"> <summary> Specifies the display format for the days of the week on a <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DayNameFormat.Full"> <summary> The days of the week displayed in full format. For example, Monday. </summary> </member> <member name="F:System.Web.UI.WebControls.DayNameFormat.Short"> <summary> The days of the week displayed in abbreviated format. For example, Mon represents Monday. </summary> </member> <member name="F:System.Web.UI.WebControls.DayNameFormat.FirstLetter"> <summary> The days of the week displayed with just the first letter. For example, M represents Monday. </summary> </member> <member name="F:System.Web.UI.WebControls.DayNameFormat.FirstTwoLetters"> <summary> The days of the week displayed with just the first two letters. For example, Mo represents Monday. </summary> </member> <member name="F:System.Web.UI.WebControls.DayNameFormat.Shortest"> <summary> The days of the week displayed in the shortest abbreviation format possible for the current culture. </summary> </member> <member name="T:System.Web.UI.WebControls.DayRenderEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.Calendar.DayRender" /> event of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.DayRenderEventArgs.#ctor(System.Web.UI.WebControls.TableCell,System.Web.UI.WebControls.CalendarDay)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DayRenderEventArgs" /> class using the specified cell and calendar day. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.TableCell" /> that represents a cell in the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> <param name="day"> A <see cref="T:System.Web.UI.WebControls.CalendarDay" /> that represents the day to render in the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> </member> <member name="M:System.Web.UI.WebControls.DayRenderEventArgs.#ctor(System.Web.UI.WebControls.TableCell,System.Web.UI.WebControls.CalendarDay,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DayRenderEventArgs" /> class using the specified cell, calendar day, and selection URL. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.TableCell" /> that represents a cell in the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> <param name="day"> A <see cref="T:System.Web.UI.WebControls.CalendarDay" /> that represents the day to render in the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> <param name="selectUrl"> The script used to post the page back to the server when the user selects the date being rendered. </param> </member> <member name="P:System.Web.UI.WebControls.DayRenderEventArgs.Cell"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.TableCell" /> object that represents the cell being rendered in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.TableCell" /> that represents the cell being rendered in the <see cref="T:System.Web.UI.WebControls.Calendar" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DayRenderEventArgs.Day"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.CalendarDay" /> object that represents the day being rendered in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.CalendarDay" /> that represents the day being rendered in the <see cref="T:System.Web.UI.WebControls.Calendar" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DayRenderEventArgs.SelectUrl"> <summary> Gets the script used to post the page back to the server when the date being rendered is selected in a <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> The script used to post the page back to the server when the date being rendered is selected. </returns> </member> <member name="T:System.Web.UI.WebControls.DayRenderEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.Calendar.DayRender" /> event of the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DayRenderEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsView"> <summary> Displays the values of a single record from a data source in a table, where each data row represents a field of the record. The <see cref="T:System.Web.UI.WebControls.DetailsView" /> control allows you to edit, delete, and insert records. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsView.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.DetailsView.AllowPaging"> <summary> Gets or sets a value indicating whether the paging feature is enabled. </summary> <returns>true to enable the paging feature; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.AlternatingRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the alternating data rows in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of alternating data rows in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.AutoGenerateDeleteButton"> <summary> Gets or sets a value indicating whether the built-in control to delete the current record is displayed in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns>true to display the built-in control to delete the current record; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.AutoGenerateEditButton"> <summary> Gets or sets a value indicating whether the built-in controls to edit the current record are displayed in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns>true to display the built-in controls to edit the current record; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.AutoGenerateInsertButton"> <summary> Gets or sets a value indicating whether the built-in controls to insert a new record are displayed in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns>true to display the built-in controls to insert a new record; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.AutoGenerateRows"> <summary> Gets or sets a value indicating whether row fields for each field in the data source are automatically generated and displayed in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns>true to display automatically generated bound row fields for each field in the data source; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.BackImageUrl"> <summary> Gets or sets the URL to an image to display in the background of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The URL to an image to display in the background of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.BottomPagerRow"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object that represents the bottom pager row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> that represents the bottom pager row in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.Caption"> <summary> Gets or sets the text to render in an HTML caption element in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> A string that represents the text to render in an HTML caption element in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.CaptionAlign"> <summary> Gets or sets the horizontal or vertical position of the HTML caption element in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> values. The default is TableCaptionAlign.NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.DetailsView.CellPadding"> <summary> Gets or sets the amount of space between the contents of a cell and the cell's border. </summary> <returns> The amount of space, in pixels, between the contents of a cell and the cell's border. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.CellSpacing"> <summary> Gets or sets the amount of space between cells. </summary> <returns> The amount of space, in pixels, between cells. The default value is 0. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.ChangeMode(System.Web.UI.WebControls.DetailsViewMode)"> <summary> Switches the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control to the specified mode. </summary> <param name="newMode"> One of the <see cref="T:System.Web.UI.WebControls.DetailsViewMode" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsView.CommandRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of a command row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of a command row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.CreateAutoGeneratedRow(System.Web.UI.WebControls.AutoGeneratedFieldProperties)"> <summary> Creates an <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> object that represents an automatically generated row field using the specified field properties. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> that contains the field properties specified by the <paramref name="fieldProperties" /> parameter. </returns> <param name="fieldProperties"> An <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> that contains the properties for the <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" />. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.CreateAutoGeneratedRows(System.Object)"> <summary> Creates a set of automatically generated row fields for the specified data item. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> that contains the automatically generated row fields for the specified data item. </returns> <param name="dataItem"> The data item for which to create the automatically generated row fields. </param> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.WebControls.DetailsView" /> control does not have any properties or attributes from which to generate fields. </exception> </member> <member name="M:System.Web.UI.WebControls.DetailsView.CreateChildControls(System.Collections.IEnumerable,System.Boolean)"> <summary> Creates the control hierarchy used to render the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The number of items in the data source. </returns> <param name="dataSource"> An <see cref="T:System.Collections.IEnumerable" /> that represents the data source for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </param> <param name="dataBinding">true to indicate that this method is being called during data binding; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> <paramref name="dataSource" /> returns a null <see cref="T:System.Web.UI.DataSourceView" />. - or - <paramref name="dataSource" /> is not an <see cref="T:System.Collections.ICollection" /> and cannot return a total row count. - or - <paramref name="dataBinding" /> is false and <paramref name="dataSource" /> does not implement the <see cref="T:System.Collections.ICollection" /> interface. - or - <paramref name="dataSource" /> does not implement the <see cref="T:System.Collections.ICollection" /> interface and <see cref="P:System.Web.UI.WebControls.DetailsView.AllowPaging" /> is set to true. </exception> </member> <member name="M:System.Web.UI.WebControls.DetailsView.CreateControlStyle"> <summary> Creates a default table style object for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains the default table style for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.CreateDataSourceSelectArguments"> <summary> Creates the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object that gets passed to the Select command. </summary> <returns> The <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that gets passed to the Select command </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.CreateFieldSet(System.Object,System.Boolean)"> <summary> Creates the complete set of automatically generated and user-defined row fields used to generate the control hierarchy. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> that contains both the automatically generated and the user-defined row fields for the specified data item. </returns> <param name="dataItem"> The data item for which to create the row fields. </param> <param name="useDataSource">true to use the data item to create the automatically generated row fields; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.CreateRow(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object using the specified item index, row type, and row state. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> with the specified item index, row type, and row state. </returns> <param name="rowIndex"> The zero-based index of the data item to display. </param> <param name="rowType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.CreateTable"> <summary> Creates the containing table for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Table" /> that represents the containing table for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.CurrentMode"> <summary> Gets the current data-entry mode of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.DetailsViewMode" /> values. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.DataBind"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.BaseDataBoundControl.DataBind" /> method of the base class. </summary> </member> <member name="P:System.Web.UI.WebControls.DetailsView.DataItem"> <summary> Gets the data item bound to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> An <see cref="T:System.Object" /> that represents the data item bound to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.DataItemCount"> <summary> Gets the number of items in the underlying data source. </summary> <returns> The number of items in the underlying data source. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.DataItemIndex"> <summary> Gets the index of the item being displayed in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control from the underlying data source. </summary> <returns> The zero-based index of the data item being displayed in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control from the underlying data source. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.DataKey"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DataKey" /> object that represents the primary key of the displayed record. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataKey" /> that represents the primary key of the displayed record. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.DataKeyNames"> <summary> Gets or sets an array that contains the names of the key fields for the data source. </summary> <returns> An array that contains the names of the key fields of the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.DefaultMode"> <summary> Get or sets the default data-entry mode of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.DetailsViewMode" /> values. The default is DetailsViewMode.ReadOnly. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.DetailsViewMode" /> enumeration values. </exception> </member> <member name="M:System.Web.UI.WebControls.DetailsView.DeleteItem"> <summary> Deletes the current record from the data source. </summary> </member> <member name="P:System.Web.UI.WebControls.DetailsView.EditRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the data rows when a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is in edit mode. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the data rows when a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is in edit mode. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.EmptyDataRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the empty data row displayed when the data source bound to a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control does not contain any records. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that allows you to set the appearance of the empty data row. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.EmptyDataTemplate"> <summary> Gets or sets the user-defined content for the empty data row rendered when a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is bound to a data source that does not contain any records. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the empty data row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.EmptyDataText"> <summary> Gets or sets the text to display in the empty data row rendered when a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is bound to a data source that does not contain any records. </summary> <returns> The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.EnablePagingCallbacks"> <summary> Gets or sets a value indicating whether client-side callback functions are used for paging operations in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns>true to use client-side callback functions for paging operations; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.EnsureDataBound"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.BaseDataBoundControl.DataBind" /> method after verifying that the data listing control requires data binding and that a valid data source control is specified. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsView.ExtractRowValues(System.Collections.Specialized.IOrderedDictionary,System.Boolean,System.Boolean)"> <summary> Retrieves the values of each field displayed and stores them in the specified <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object. </summary> <param name="fieldValues"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> used to store the field values. </param> <param name="includeReadOnlyFields">true to include read-only fields; otherwise, false. </param> <param name="includeKeys">true to include the primary key field or fields; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsView.FieldHeaderStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the header column in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the header column in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.Fields"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.DataControlField" /> objects that represent the explicitly declared row fields in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> that contains all explicitly declared row fields in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.FooterRow"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object that represents the footer row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> that represents the footer row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.FooterStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the footer row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the footer row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.FooterTemplate"> <summary> Gets or sets the user-defined content for the footer row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the footer row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.FooterText"> <summary> Gets or sets the text to display in the footer row of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The text to display in the footer row. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.GetCallbackResult"> <summary> Returns the result of a callback event that targets a control. </summary> <returns> The results of the callback. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.GetCallbackScript(System.Web.UI.WebControls.IButtonControl,System.String)"> <summary> Returns the callback string created using the specified argument. </summary> <returns> The complete callback string to be sent to the client. </returns> <param name="buttonControl"> The control that initiated the callback. </param> <param name="argument"> The callback code. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsView.GridLines"> <summary> Gets or sets the gridline style for a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.GridLines" /> values. The default is GridLines.Both. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.HeaderRow"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object that represents the header row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> that represents the header row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.HeaderStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the header row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the header row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.HeaderTemplate"> <summary> Gets or sets the user-defined content for the header row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the header row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.HeaderText"> <summary> Gets or sets the text to display in the header row of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The text to display in the header row. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control on the page. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. The default is HorizontalAlign.NotSet. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.InitializePager(System.Web.UI.WebControls.DetailsViewRow,System.Web.UI.WebControls.PagedDataSource)"> <summary> Creates the pager row for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="row"> The <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> that contains the pager row. </param> <param name="pagedDataSource"> A <see cref="T:System.Web.UI.WebControls.PagedDataSource" /> that contains the data for the current page. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.InitializeRow(System.Web.UI.WebControls.DetailsViewRow,System.Web.UI.WebControls.DataControlField)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object. </summary> <param name="row"> The <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> to initialize. </param> <param name="field"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> that corresponds to the row. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.InsertItem(System.Boolean)"> <summary> Inserts the current record in the data source. </summary> <param name="causesValidation">true to perform page validation when the method is called; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is not in insert mode. - or - The <see cref="T:System.Web.UI.DataSourceView" /> associated with the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is null. </exception> </member> <member name="P:System.Web.UI.WebControls.DetailsView.InsertRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the data rows in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control when the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is in insert mode. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the data rows in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control when the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is in insert mode. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.IsBindableType(System.Type)"> <summary> Determines whether the specified data type can be bound to a field in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns>true if the specified data type can be bound to a field in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control; otherwise, false. </returns> <param name="type"> A <see cref="T:System.Type" /> that represents the data type to check. </param> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ItemCommand"> <summary> Occurs when a button within a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is clicked. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ItemCreated"> <summary> Occurs when a record is created in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ItemDeleted"> <summary> Occurs when a Delete button within a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is clicked, but after the delete operation. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ItemDeleting"> <summary> Occurs when a Delete button within a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is clicked, but before the delete operation. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ItemInserted"> <summary> Occurs when an Insert button within a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is clicked, but after the insert operation. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ItemInserting"> <summary> Occurs when an Insert button within a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is clicked, but before the insert operation. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ItemUpdated"> <summary> Occurs when an Update button within a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is clicked, but after the update operation. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ItemUpdating"> <summary> Occurs when an Update button within a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is clicked, but before the update operation. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsView.LoadControlState(System.Object)"> <summary> Loads the state of the properties in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control that need to be persisted, even when the <see cref="P:System.Web.UI.Control.EnableViewState" /> property is set to false. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </param> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ModeChanged"> <summary> Occurs when a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control attempts to change between edit, insert, and read-only mode, but after the <see cref="P:System.Web.UI.WebControls.DetailsView.CurrentMode" /> property is updated. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.ModeChanging"> <summary> Occurs when a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control attempts to change between edit, insert, and read-only mode, but before the <see cref="P:System.Web.UI.WebControls.DetailsView.CurrentMode" /> property is updated. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the Web server control is passed up the page's user interface (UI) server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnDataSourceViewChanged(System.Object,System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.DataSourceView.DataSourceViewChanged" /> event. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnItemCommand(System.Web.UI.WebControls.DetailsViewCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemCommand" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewCommandEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnItemCreated(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemCreated" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnItemDeleted(System.Web.UI.WebControls.DetailsViewDeletedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemDeleted" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewDeletedEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnItemDeleting(System.Web.UI.WebControls.DetailsViewDeleteEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemDeleting" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewDeleteEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemDeleting" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnItemInserted(System.Web.UI.WebControls.DetailsViewInsertedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemInserted" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewInsertedEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnItemInserting(System.Web.UI.WebControls.DetailsViewInsertEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemInserting" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewInsertEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemInserting" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnItemUpdated(System.Web.UI.WebControls.DetailsViewUpdatedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemUpdated" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnItemUpdating(System.Web.UI.WebControls.DetailsViewUpdateEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemUpdating" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewUpdateEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemUpdating" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnModeChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ModeChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnModeChanging(System.Web.UI.WebControls.DetailsViewModeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.ModeChanging" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewModeEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.DetailsView.ModeChanging" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnPageIndexChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.PageIndexChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnPageIndexChanging(System.Web.UI.WebControls.DetailsViewPageEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.DetailsView.PageIndexChanging" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewPageEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is not bound to a data source control, the paging operation was not canceled, and an event handler is not registered for the event. </exception> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnPagePreLoad(System.Object,System.EventArgs)"> <summary> Sets the initialized state of the data-bound control before the control is loaded. </summary> <param name="sender"> The <see cref="T:System.Web.UI.Page" /> that raised the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsView.PageCount"> <summary> Gets the number of records in the data source. </summary> <returns> The number of records in the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.PageIndex"> <summary> Gets or sets the index of the displayed record. </summary> <returns> The zero-based index of the data item being displayed in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control from the underlying data source. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than -1. </exception> </member> <member name="E:System.Web.UI.WebControls.DetailsView.PageIndexChanged"> <summary> Occurs when the value of the <see cref="P:System.Web.UI.WebControls.DetailsView.PageIndex" /> property changes after a paging operation. </summary> </member> <member name="E:System.Web.UI.WebControls.DetailsView.PageIndexChanging"> <summary> Occurs when the value of the <see cref="P:System.Web.UI.WebControls.DetailsView.PageIndex" /> property changes before a paging operation. </summary> </member> <member name="P:System.Web.UI.WebControls.DetailsView.PagerSettings"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> object that allows you to set the properties of the pager buttons in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> that allows you to set the properties of the pager buttons in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.PagerStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the pager row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the pager row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.PagerTemplate"> <summary> Gets or sets the custom content for the pager row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the pager row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.PerformDataBinding(System.Collections.IEnumerable)"> <summary> Binds the specified data source to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="data"> An <see cref="T:System.Collections.IEnumerable" /> that represents the data source. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.PrepareControlHierarchy"> <summary> Sets up the control hierarchy of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsView.RaiseCallbackEvent(System.String)"> <summary> Creates the arguments for the callback handler in the <see cref="Overload:System.Web.UI.ClientScriptManager.GetCallbackEventReference" /> method. </summary> <param name="eventArgument"> The argument to pass to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.RaisePostBackEvent(System.String)"> <summary> Raises the appropriate events for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control when it posts back to the server. </summary> <param name="eventArgument"> The event argument from which to create a <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> for the event or events that are raised. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control on the client using the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsView.Rows"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> objects that represent the data rows in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" /> that contains all the data rows in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.RowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the data rows in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the data rows in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.SaveControlState"> <summary> Saves the state of the properties in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control that need to be persisted, even when the <see cref="P:System.Web.UI.Control.EnableViewState" /> property is set to false. </summary> <returns> Returns the server control's current view state. If there is no view state associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.SelectedValue"> <summary> Gets the data key value of the current record in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The data key value of the current record in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.System#Web#UI#ICallbackEventHandler#GetCallbackResult"> <summary> See the method <see cref="M:System.Web.UI.WebControls.DetailsView.GetCallbackResult" />. </summary> <returns> The results of the callback. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.System#Web#UI#ICallbackEventHandler#RaiseCallbackEvent(System.String)"> <summary> Raises the callback event using the specified arguments. </summary> <param name="eventArgument"> The event arguments. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsView.System#Web#UI#IDataItemContainer#DataItemIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.WebControls.DetailsView.DataItemIndex" />. </summary> <returns> Returns the <see cref="P:System.Web.UI.WebControls.DetailsView.DataItemIndex" /> value. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.System#Web#UI#IDataItemContainer#DisplayIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DisplayIndex" />. </summary> <returns> Returns 0. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> A string that represents an optional event argument to pass to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.System#Web#UI#WebControls#ICallbackContainer#GetCallbackScript(System.Web.UI.WebControls.IButtonControl,System.String)"> <summary> Creates the callback script for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The callback script for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> <param name="buttonControl"> The button control that posted the page back to the server. </param> <param name="argument"> The argument for the callback event. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsView.System#Web#UI#WebControls#IPostBackContainer#GetPostBackOptions(System.Web.UI.WebControls.IButtonControl)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.WebControls.IPostBackContainer.GetPostBackOptions(System.Web.UI.WebControls.IButtonControl)" />. </summary> <returns> A <see cref="T:System.Web.UI.PostBackOptions" /> with the information required for <see cref="Overload:System.Web.UI.Page.GetPostBackEventReference" /> to construct a valid script that, when executed on the client, initiates a client postback. </returns> <param name="buttonControl"> The control generating the client-side postback event. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="buttonControl" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="buttonControl" /> causes validation in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control and attempts to use the same <see cref="T:System.Web.UI.WebControls.DetailsView" /> control as a postback target. </exception> </member> <member name="P:System.Web.UI.WebControls.DetailsView.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> If <see cref="P:System.Web.UI.WebControls.DetailsView.EnablePagingCallbacks" /> is true, this property returns <see cref="F:System.Web.UI.HtmlTextWriterTag.Div" />. Otherwise, it returns <see cref="F:System.Web.UI.HtmlTextWriterTag.Table" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsView.TopPagerRow"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object that represents the top pager row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> that represents the top pager row in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsView.TrackViewState"> <summary> Marks the starting point to begin tracking and saving view-state changes to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsView.UpdateItem(System.Boolean)"> <summary> Updates the current record in the data source. </summary> <param name="causesValidation">true to perform page validation when the method is called; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is not in edit mode. - or - The <see cref="T:System.Web.UI.DataSourceView" /> associated with the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is null. </exception> </member> <member name="T:System.Web.UI.WebControls.DetailsViewCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemCommand" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewCommandEventArgs" /> class. </summary> <param name="commandSource"> The source of the command. </param> <param name="originalArgs"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains event data. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewCommandEventArgs.CommandSource"> <summary> Gets the source of the command. </summary> <returns> An instance of the <see cref="T:System.Object" /> class that represents the source of the command. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewCommandEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemCommand" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewCommandEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewDeletedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemDeleted" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewDeletedEventArgs.#ctor(System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewDeletedEventArgs" /> class. </summary> <param name="affectedRows"> The number of rows affected by the delete operation. </param> <param name="e"> An <see cref="T:System.Exception" /> that represents the exception raised when the delete operation was performed. If no exception is raised, use null for this parameter. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewDeletedEventArgs.AffectedRows"> <summary> Gets the number of rows affected by the delete operation. </summary> <returns> The number of rows affected by the delete operation. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewDeletedEventArgs.Exception"> <summary> Gets the exception (if any) that was raised during the delete operation. </summary> <returns> An <see cref="T:System.Exception" /> that represents the exception that was raised during the delete operation. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewDeletedEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler. </summary> <returns>true if the exception was handled in the event handler; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewDeletedEventArgs.Keys"> <summary> Gets an ordered dictionary of key field name/value pairs that contains the names and values of the key fields of the deleted items. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains an ordered dictionary of key field name/value pairs used to match the item to delete. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewDeletedEventArgs.Values"> <summary> Gets a dictionary of the non-key field name/value pairs for the item to delete. </summary> <returns> A <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the non-key field name/value pairs for the item to delete. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewDeletedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemDeleted" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewDeletedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewDeleteEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemDeleting" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewDeleteEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewDeleteEventArgs" /> class. </summary> <param name="rowIndex"> The index of the row being deleted. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewDeleteEventArgs.Keys"> <summary> Gets an ordered dictionary of key field name/value pairs that contains the names and values of the key fields of the deleted items. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains an ordered dictionary of key field name/value pairs used to match the item to delete. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewDeleteEventArgs.RowIndex"> <summary> Gets the index of the row being deleted. </summary> <returns> The index of the row being deleted. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewDeleteEventArgs.Values"> <summary> Gets a dictionary of the non-key field name/value pairs for the item to delete. </summary> <returns> A <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the non-key field name/value pairs for the item to delete. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewDeleteEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemDeleting" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewDeleteEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewInsertedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemInserted" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewInsertedEventArgs.#ctor(System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewInsertedEventArgs" /> class. </summary> <param name="affectedRows"> The number of rows affected by the insert operation. </param> <param name="e"> An <see cref="T:System.Exception" /> that represents the exception raised when the insert operation was performed. If no exception was raised, use null for this parameter. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewInsertedEventArgs.AffectedRows"> <summary> Gets the number of rows affected by the insert operation. </summary> <returns> The number of rows affected by the insert operation. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewInsertedEventArgs.Exception"> <summary> Gets the exception (if any) that was raised during the insert operation. </summary> <returns> An <see cref="T:System.Exception" /> that represents the exception that was raised during the insert operation. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewInsertedEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception that was raised during the insert operation was handled in the event handler. </summary> <returns>true if the exception was handled in the event handler; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewInsertedEventArgs.KeepInInsertMode"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control should remain in insert mode after an insert operation. </summary> <returns>true to remain in insert mode after an insert operation; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewInsertedEventArgs.Values"> <summary> Gets a dictionary that contains the field name/value pairs for the inserted record. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of key field name/value pairs for the inserted record. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewInsertedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemInserted" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewInsertedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewInsertEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemInserting" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewInsertEventArgs.#ctor(System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewInsertEventArgs" /> class. </summary> <param name="commandArgument"> An optional command argument passed to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewInsertEventArgs.CommandArgument"> <summary> Gets the command argument for the insert operation passed to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The command argument for the insert operation passed to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewInsertEventArgs.Values"> <summary> Gets a dictionary that contains the field name/value pairs for the record to insert. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of key field name/value pairs for the record to insert. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewInsertEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemInserting" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewInsertEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewMode"> <summary> Represents the different data-entry modes of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.DetailsViewMode.ReadOnly"> <summary> A display mode that prevents the user from modifying the values of a record. </summary> </member> <member name="F:System.Web.UI.WebControls.DetailsViewMode.Edit"> <summary> An editing mode that allows the user to update the values of an existing record. </summary> </member> <member name="F:System.Web.UI.WebControls.DetailsViewMode.Insert"> <summary> An inserting mode that allows the user to enter the values for a new record. </summary> </member> <member name="T:System.Web.UI.WebControls.DetailsViewModeEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.ModeChanging" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewModeEventArgs.#ctor(System.Web.UI.WebControls.DetailsViewMode,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewModeEventArgs" /> class. </summary> <param name="mode"> One of the <see cref="T:System.Web.UI.WebControls.DetailsViewMode" /> enumeration values. </param> <param name="cancelingEdit">true to indicate the <see cref="E:System.Web.UI.WebControls.DetailsView.ModeChanging" /> event was raised as a result of the user canceling an edit operation; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewModeEventArgs.CancelingEdit"> <summary> Gets a value indicating whether the <see cref="E:System.Web.UI.WebControls.DetailsView.ModeChanging" /> event was raised as a result of the user canceling an edit operation. </summary> <returns>true to indicate the <see cref="E:System.Web.UI.WebControls.DetailsView.ModeChanging" /> event was raised as a result of the user canceling an edit operation; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewModeEventArgs.NewMode"> <summary> Gets or sets the mode to which the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control is changing. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.DetailsViewMode" /> enumeration values. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewModeEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.ModeChanging" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewModeEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewPageEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.PageIndexChanging" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewPageEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewPageEventArgs" /> class. </summary> <param name="newPageIndex"> The index of the new page to display. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewPageEventArgs.NewPageIndex"> <summary> Gets or sets the index of the new page to display in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The index of the new page to display in the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewPageEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.PageIndexChanging" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewPageEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewPagerRow"> <summary> Represents the pager row in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewPagerRow.#ctor(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewPagerRow" /> class. </summary> <param name="rowIndex"> The index of the row in the <see cref="P:System.Web.UI.WebControls.DetailsView.Rows" /> collection of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </param> <param name="rowType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> enumeration values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewRow"> <summary> Represents a row within a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewRow.#ctor(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> class. </summary> <param name="rowIndex"> The index of the row in the <see cref="P:System.Web.UI.WebControls.DetailsView.Rows" /> collection of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </param> <param name="rowType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> enumeration values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsViewRow.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether to pass an event up the page's ASP.NET server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewRow.RowIndex"> <summary> Gets the index of the <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object in the <see cref="P:System.Web.UI.WebControls.DetailsView.Rows" /> collection of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The index of the <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> in the <see cref="P:System.Web.UI.WebControls.DetailsView.Rows" /> collection of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewRow.RowState"> <summary> Gets the state of the <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object. </summary> <returns> A bitwise combination of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewRow.RowType"> <summary> Gets the row type of the <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> values. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewRowCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> objects in a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewRowCollection.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" /> class using the specified <see cref="T:System.Collections.ArrayList" /> object. </summary> <param name="rows"> An <see cref="T:System.Collections.ArrayList" /> that contains the <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> objects with which to initialize the collection. </param> </member> <member name="M:System.Web.UI.WebControls.DetailsViewRowCollection.CopyTo(System.Web.UI.WebControls.DetailsViewRow[],System.Int32)"> <summary> Copies all the items from this <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" /> object to the specified <see cref="T:System.Array" /> object, starting at the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" />. </param> <param name="index"> The first index in the specified <see cref="T:System.Array" /> to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewRowCollection.Count"> <summary> Gets the number of items in the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" /> object. </summary> <returns> The number of items in the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsViewRowCollection.GetEnumerator"> <summary> Returns an enumerator that contains all <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> objects in the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" /> object. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> objects in the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewRowCollection.IsReadOnly"> <summary> Gets a value indicating whether the rows in the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" /> object can be modified. </summary> <returns> Always returns false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewRowCollection.IsSynchronized"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" /> object is synchronized (thread safe). </summary> <returns> Always returns false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewRowCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object from the collection at the specified index. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> at the specified index in the collection. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> to retrieve from the collection. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewRowCollection.SyncRoot"> <summary> Gets the object used to synchronize access to the collection. </summary> <returns> A <see cref="T:System.Object" /> that can be used to synchronize access to the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.DetailsViewRowCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from this <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" /> object to the specified <see cref="T:System.Array" /> object, starting at the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.DetailsViewRowCollection" />. </param> <param name="index"> The first index in the specified <see cref="T:System.Array" /> to receive the copied contents. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemUpdated" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.#ctor(System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs" /> class. </summary> <param name="affectedRows"> The number of rows affected by the update operation. </param> <param name="e"> An <see cref="T:System.Exception" /> that represents the exception raised when the update operation was performed. If no exception is raised, use null for this parameter. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.AffectedRows"> <summary> Gets the number of rows affected by the update operation. </summary> <returns> The number of rows affected by the update operation. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.Exception"> <summary> Gets the exception (if any) that was raised during the update operation. </summary> <returns> An <see cref="T:System.Exception" /> that represents the exception that was raised during the update operation. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception that was raised during the update operation was handled in the event handler. </summary> <returns>true if the exception was handled in the event handler; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.KeepInEditMode"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control should remain in edit mode after an update operation. </summary> <returns>true to remain in edit mode after an update operation; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.Keys"> <summary> Gets a dictionary that contains the key field name/value pairs for the updated record. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of key field name/value pairs for the updated record. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.NewValues"> <summary> Gets a dictionary that contains the new field name/value pairs for the updated record. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the new field name/value pairs for the updated record. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.OldValues"> <summary> Gets a dictionary that contains the original field name/value pairs for the updated record. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the original field name/value pairs for the updated record. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewUpdatedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemUpdated" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. This class cannot be inherited. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewUpdatedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DetailsViewUpdateEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemUpdating" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.DetailsViewUpdateEventArgs.#ctor(System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DetailsViewUpdateEventArgs" /> class. </summary> <param name="commandArgument"> An optional command argument passed to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdateEventArgs.CommandArgument"> <summary> Gets the command argument for the update operation passed to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <returns> The command argument for the update operation passed to the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdateEventArgs.Keys"> <summary> Gets a dictionary that contains the key field name/value pairs for the record to update. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of key field name/value pairs for the record to update. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdateEventArgs.NewValues"> <summary> Gets a dictionary that contains the new field name/value pairs for the record to update. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the new field name/value pairs for the record to update. </returns> </member> <member name="P:System.Web.UI.WebControls.DetailsViewUpdateEventArgs.OldValues"> <summary> Gets a dictionary that contains the original field name/value pairs for the record to update. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the original field name/value pairs for the record to update. </returns> </member> <member name="T:System.Web.UI.WebControls.DetailsViewUpdateEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DetailsView.ItemUpdating" /> event of a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.DetailsViewUpdateEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.DropDownList"> <summary> Represents a control that allows the user to select a single item from a drop-down list. </summary> </member> <member name="M:System.Web.UI.WebControls.DropDownList.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DropDownList" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.DropDownList.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds HTML attributes and styles that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream that renders HTML contents to the client. </param> </member> <member name="P:System.Web.UI.WebControls.DropDownList.BorderColor"> <summary> Gets or sets the border color of the control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the border color of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.DropDownList.BorderStyle"> <summary> Gets or sets the border style of the control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.BorderStyle" /> values. </returns> </member> <member name="P:System.Web.UI.WebControls.DropDownList.BorderWidth"> <summary> Gets or sets the border width for the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the border width for the control. </returns> </member> <member name="M:System.Web.UI.WebControls.DropDownList.CreateControlCollection"> <summary> Creates a collection to store child controls. </summary> <returns> Always returns an <see cref="T:System.Web.UI.EmptyControlCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.DropDownList.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes postback data for the <see cref="T:System.Web.UI.WebControls.DropDownList" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.DropDownList" /> control's state changes as a result of the postback event; otherwise, false. </returns> <param name="postDataKey"> The index within the posted collection that references the content to load. </param> <param name="postCollection"> The collection of all incoming name values posted to the server. </param> </member> <member name="M:System.Web.UI.WebControls.DropDownList.RaisePostDataChangedEvent"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.DropDownList" /> control when postback occurs. </summary> </member> <member name="P:System.Web.UI.WebControls.DropDownList.SelectedIndex"> <summary> Gets or sets the index of the selected item in the <see cref="T:System.Web.UI.WebControls.DropDownList" /> control. </summary> <returns> The index of the selected item in the <see cref="T:System.Web.UI.WebControls.DropDownList" /> control. The default value is 0, which selects the first item in the list. </returns> </member> <member name="M:System.Web.UI.WebControls.DropDownList.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes posted data for the <see cref="T:System.Web.UI.WebControls.DropDownList" /> control. </summary> <returns>true if the posted content is different from the last posting; otherwise, false. </returns> <param name="postDataKey"> The key value used to index an entry in the collection. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains post information. </param> </member> <member name="M:System.Web.UI.WebControls.DropDownList.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.DropDownList" /> control on postback. </summary> </member> <member name="M:System.Web.UI.WebControls.DropDownList.VerifyMultiSelect"> <summary> Always throws an <see cref="T:System.Web.HttpException" /> exception because multiple selection is not supported for the <see cref="T:System.Web.UI.WebControls.DropDownList" /> control. </summary> <exception cref="T:System.Web.HttpException"> In all cases. </exception> </member> <member name="T:System.Web.UI.WebControls.EditCommandColumn"> <summary> A special column type for the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that contains the Edit buttons for editing data items in each row. </summary> </member> <member name="M:System.Web.UI.WebControls.EditCommandColumn.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.EditCommandColumn.ButtonType"> <summary> Gets or sets the button type for the column. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonColumnType" /> values. The default value is LinkButton. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified button type is not one of the <see cref="T:System.Web.UI.WebControls.ButtonColumnType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.EditCommandColumn.CancelText"> <summary> Gets or sets the text to display for the Cancel command button in the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" />. </summary> <returns> The caption to display for the Cancel command button in the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" />. </returns> </member> <member name="P:System.Web.UI.WebControls.EditCommandColumn.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when an Update button in the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" /> object is clicked. </summary> <returns>true if validation is performed when an Update button in the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" /> is clicked; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.EditCommandColumn.EditText"> <summary> Gets or sets the text to display for the Edit button in the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" />. </summary> <returns> The caption to display for the Edit button in the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" />. </returns> </member> <member name="M:System.Web.UI.WebControls.EditCommandColumn.InitializeCell(System.Web.UI.WebControls.TableCell,System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Initializes a cell within the column. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.TableCell" /> that contains information about the cell to initialize. </param> <param name="columnIndex"> The column number where the cell is located. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.EditCommandColumn.UpdateText"> <summary> Gets or sets the text to display for the Update command button in the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" />. </summary> <returns> The caption to display for the Update command button in the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" />. </returns> </member> <member name="P:System.Web.UI.WebControls.EditCommandColumn.ValidationGroup"> <summary> Gets or sets the group of validation controls for which the <see cref="T:System.Web.UI.WebControls.EditCommandColumn" /> object causes validation when it posts back to the server. </summary> <returns> The group of validation controls for which the Update button in an <see cref="T:System.Web.UI.WebControls.EditCommandColumn" /> causes validation when it posts back to the server. The default is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.EmbeddedMailObject"> <summary> Represents an item to embed in an e-mail message constructed using the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObject.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObject.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> class, using the specified identifier name and path to populate the object. </summary> <param name="name"> The name used as the identifier of the item to embed in the mail message. For more information, see <see cref="P:System.Web.UI.WebControls.EmbeddedMailObject.Name" />. </param> <param name="path"> The path used to retrieve an item to embed in the mail message. For more information, see <see cref="P:System.Web.UI.WebControls.EmbeddedMailObject.Path" />. </param> </member> <member name="P:System.Web.UI.WebControls.EmbeddedMailObject.Name"> <summary> Gets or sets the name that is used as the identifier of the item to be embedded in a mail message constructed with the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> class. </summary> <returns> Returns the identifier of the item to embed in a mail message. </returns> </member> <member name="P:System.Web.UI.WebControls.EmbeddedMailObject.Path"> <summary> Gets or sets the path that is used to retrieve an item to embed in a mail message constructed with the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> class. </summary> <returns> Returns the path to the item to embed in a mail message. </returns> </member> <member name="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection"> <summary> Represents an ordered set of <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> objects. </summary> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObjectsCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObjectsCollection.Add(System.Web.UI.WebControls.EmbeddedMailObject)"> <summary> Adds an <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> to the end of the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" /> collection. </summary> <returns> Returns the index of the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> in the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> to add to the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. </param> <exception cref="T:System.ArgumentNullException"> The specified<paramref name=" value" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObjectsCollection.Contains(System.Web.UI.WebControls.EmbeddedMailObject)"> <summary> Determines whether the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" /> contains a specific <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" />. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" /> contains <paramref name="obj" />; otherwise, false. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> to locate in the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" /> object. </param> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObjectsCollection.CopyTo(System.Web.UI.WebControls.EmbeddedMailObject[],System.Int32)"> <summary> Copies the collection objects to a one-dimensional <see cref="T:System.Array" /> instance beginning at the specified index in the array. </summary> <param name="array"> The one-dimensional <see cref="T:System.Array" /> is the destination of the elements copied from the current <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. The array must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array " />at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> The specified<paramref name=" array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The specified <paramref name="index" /> is out of range of the collection. </exception> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObjectsCollection.IndexOf(System.Web.UI.WebControls.EmbeddedMailObject)"> <summary> Determines the index of a specific <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> in the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. </summary> <returns> The index of the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> if it exists in the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />; otherwise, -1. </returns> <param name="value"> An <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> to locate in the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObjectsCollection.Insert(System.Int32,System.Web.UI.WebControls.EmbeddedMailObject)"> <summary> Inserts an <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> into the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" /> object at the specified index position. </summary> <param name="index"> An integer value that indicates the index position at which to insert the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> in the collection. </param> <param name="value"> An <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> object to insert into the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified <paramref name="index" /> is out of range of the collection. </exception> <exception cref="T:System.ArgumentNullException"> The specified <paramref name="value" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.EmbeddedMailObjectsCollection.Item(System.Int32)"> <summary> Returns a specific element of a <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />, identified by its position. </summary> <returns> Returns the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> at the location specified by the <paramref name="index" /> parameter. </returns> <param name="index"> The zero-based index of the element to get. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index " />is less than zero. -or- <paramref name="index " />is equal to or greater than the number of items in the collection. </exception> </member> <member name="M:System.Web.UI.WebControls.EmbeddedMailObjectsCollection.Remove(System.Web.UI.WebControls.EmbeddedMailObject)"> <summary> Removes the first occurrence of the specified <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> from the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. </summary> <param name="value"> The <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> to remove from the <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. </param> </member> <member name="T:System.Web.UI.WebControls.FileUpload"> <summary> Displays a text box control and a browse button that enable users to select a file to upload to the server. </summary> </member> <member name="M:System.Web.UI.WebControls.FileUpload.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FileUpload" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.FileUpload.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles of a <see cref="T:System.Web.UI.WebControls.FileUpload" /> control to render to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.FileUpload.FileBytes"> <summary> Gets an array of the bytes in a file that is specified by using a <see cref="T:System.Web.UI.WebControls.FileUpload" /> control. </summary> <returns> A <see cref="T:System.Byte" /> array that contains the contents of the specified file. </returns> <exception cref="T:System.Web.HttpException"> The entire file was not read. </exception> </member> <member name="P:System.Web.UI.WebControls.FileUpload.FileContent"> <summary> Gets a <see cref="T:System.IO.Stream" /> object that points to a file to upload using the <see cref="T:System.Web.UI.WebControls.FileUpload" /> control. </summary> <returns> A <see cref="T:System.IO.Stream" /> that points to a file to upload using the <see cref="T:System.Web.UI.WebControls.FileUpload" />. </returns> </member> <member name="P:System.Web.UI.WebControls.FileUpload.FileName"> <summary> Gets the name of a file on a client to upload using the <see cref="T:System.Web.UI.WebControls.FileUpload" /> control. </summary> <returns> A string that specifies the name of a file on a client to upload using the <see cref="T:System.Web.UI.WebControls.FileUpload" />. </returns> </member> <member name="P:System.Web.UI.WebControls.FileUpload.HasFile"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.FileUpload" /> control contains a file. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.FileUpload" /> contains a file; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.FileUpload.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event for the <see cref="T:System.Web.UI.WebControls.FileUpload" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.FileUpload.PostedFile"> <summary> Gets the underlying <see cref="T:System.Web.HttpPostedFile" /> object for a file that is uploaded by using the <see cref="T:System.Web.UI.WebControls.FileUpload" /> control. </summary> <returns> An <see cref="T:System.Web.HttpPostedFile" /> for a file uploaded by using the <see cref="T:System.Web.UI.WebControls.FileUpload" />. </returns> </member> <member name="M:System.Web.UI.WebControls.FileUpload.Render(System.Web.UI.HtmlTextWriter)"> <summary> Sends the <see cref="T:System.Web.UI.WebControls.FileUpload" /> control content to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to render on the client. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the <see cref="T:System.Web.UI.WebControls.FileUpload" /> control content. </param> </member> <member name="M:System.Web.UI.WebControls.FileUpload.SaveAs(System.String)"> <summary> Saves the contents of an uploaded file to a specified path on the Web server. </summary> <param name="filename"> A string that specifies the full path of the location of the server on which to save the uploaded file. </param> <exception cref="T:System.Web.HttpException"> <paramref name="filename" /> is not a full path. </exception> </member> <member name="T:System.Web.UI.WebControls.FirstDayOfWeek"> <summary> Specifies the day to display as the first day of the week on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.FirstDayOfWeek.Sunday"> <summary> Indicates that the first day of the week is Sunday. </summary> </member> <member name="F:System.Web.UI.WebControls.FirstDayOfWeek.Monday"> <summary> Indicates that the first day of the week is Monday. </summary> </member> <member name="F:System.Web.UI.WebControls.FirstDayOfWeek.Tuesday"> <summary> Indicates that the first day of the week is Tuesday. </summary> </member> <member name="F:System.Web.UI.WebControls.FirstDayOfWeek.Wednesday"> <summary> Indicates that the first day of the week is Wednesday. </summary> </member> <member name="F:System.Web.UI.WebControls.FirstDayOfWeek.Thursday"> <summary> Indicates that the first day of the week is Thursday. </summary> </member> <member name="F:System.Web.UI.WebControls.FirstDayOfWeek.Friday"> <summary> Indicates that the first day of the week is Friday. </summary> </member> <member name="F:System.Web.UI.WebControls.FirstDayOfWeek.Saturday"> <summary> Indicates that the first day of the week is Saturday. </summary> </member> <member name="F:System.Web.UI.WebControls.FirstDayOfWeek.Default"> <summary> Indicates that the first day of the week is specified by the system settings. </summary> </member> <member name="T:System.Web.UI.WebControls.FontInfo"> <summary> Encapsulates the font properties of text. This class cannot be inherited. </summary> </member> <member name="P:System.Web.UI.WebControls.FontInfo.Bold"> <summary> Gets or sets a value that indicates whether the font is bold. </summary> <returns>true if the font is bold; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.FontInfo.ClearDefaults"> <summary> Resets all <see cref="T:System.Web.UI.WebControls.FontInfo" /> properties to the unset state and clears the view state. </summary> </member> <member name="M:System.Web.UI.WebControls.FontInfo.CopyFrom(System.Web.UI.WebControls.FontInfo)"> <summary> Duplicates the font properties of the specified <see cref="T:System.Web.UI.WebControls.FontInfo" /> into the instance of the <see cref="T:System.Web.UI.WebControls.FontInfo" /> class that this method is called from. </summary> <param name="f"> A <see cref="T:System.Web.UI.WebControls.FontInfo" /> that contains the font properties to duplicate. </param> </member> <member name="P:System.Web.UI.WebControls.FontInfo.Italic"> <summary> Gets or sets a value that indicates whether the font is italic. </summary> <returns>true if the font is italic; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.FontInfo.MergeWith(System.Web.UI.WebControls.FontInfo)"> <summary> Combines the font properties of the specified <see cref="T:System.Web.UI.WebControls.FontInfo" /> with the instance of the <see cref="T:System.Web.UI.WebControls.FontInfo" /> class that this method is called from. </summary> <param name="f"> A <see cref="T:System.Web.UI.WebControls.FontInfo" /> that contains the font properties to combine. </param> </member> <member name="P:System.Web.UI.WebControls.FontInfo.Name"> <summary> Gets or sets the primary font name. </summary> <returns> The primary font name. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentNullException"> The specified font name is null. </exception> </member> <member name="P:System.Web.UI.WebControls.FontInfo.Names"> <summary> Gets or sets an ordered array of font names. </summary> <returns> An ordered array of font names. </returns> </member> <member name="P:System.Web.UI.WebControls.FontInfo.Overline"> <summary> Gets or sets a value that indicates whether the font is overlined. </summary> <returns>true if the font is overlined; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.FontInfo.ShouldSerializeNames"> <summary> Determines whether the <see cref="P:System.Web.UI.WebControls.FontInfo.Names" /> property should be persisted. </summary> <returns>true if the <see cref="P:System.Web.UI.WebControls.FontInfo.Names" /> property has changed from its default value; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.FontInfo.Size"> <summary> Gets or sets the font size. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> that represents the font size. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified font size is negative. </exception> </member> <member name="P:System.Web.UI.WebControls.FontInfo.Strikeout"> <summary> Gets or sets a value that indicates whether the font is strikethrough. </summary> <returns>true if the font is struck through; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.FontInfo.ToString"> <summary> Returns a string that contains the font name and size for an instance of the <see cref="T:System.Web.UI.WebControls.FontInfo" /> class. </summary> <returns> A string that contains the font name and size for an instance of the <see cref="T:System.Web.UI.WebControls.FontInfo" /> class. </returns> </member> <member name="P:System.Web.UI.WebControls.FontInfo.Underline"> <summary> Gets or sets a value that indicates whether the font is underlined. </summary> <returns>true if the font is underlined; otherwise, false. The default value is false. </returns> </member> <member name="T:System.Web.UI.WebControls.FontNamesConverter"> <summary> Converts between a string containing a list of font names and an array of strings representing the individual names. </summary> </member> <member name="M:System.Web.UI.WebControls.FontNamesConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontNamesConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.FontNamesConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Determines whether this converter can convert an object of the specified data type to an array of strings containing individual font names. </summary> <returns>true if the type can be converted; otherwise, false. </returns> <param name="context"> A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides information about the context of a type converter. You can optionally pass in null for this parameter. </param> <param name="sourceType"> A <see cref="T:System.Type" /> that represents the data type to convert from. </param> </member> <member name="M:System.Web.UI.WebControls.FontNamesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts a string that represents a list of font names into an array of strings containing individual font names. </summary> <returns> A <see cref="T:System.Object" /> instance that represents the array of strings containing the individual font names. </returns> <param name="context"> A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides information about the context of a type converter. This parameter is not used in this method. It is reserved for future versions of this method. You can optionally pass in null for this parameter. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that represents information about a culture such as language, calendar system, and so on. This parameter is not used in this method. It is reserved for future versions of this method. You can optionally pass in null for this parameter. </param> <param name="value"> A <see cref="T:System.Object" /> instance that represents the source string to convert from. </param> <exception cref="M:System.ComponentModel.TypeConverter.GetConvertFromException(System.Object)"> <paramref name="value" /> is not of type <see cref="T:System.String" />. </exception> </member> <member name="M:System.Web.UI.WebControls.FontNamesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Creates a string that represents a list of font names from an array of strings containing individual font names. </summary> <returns> A <see cref="T:System.Object" /> instance that represents a string containing a list of font names. </returns> <param name="context"> A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides information about the context of a type converter. This parameter is not used in this method. It is reserved for future versions of this method. You can optionally pass in null for this parameter. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that represents information about a culture such as language, calendar system, and so on. This parameter is not used in this method. It is reserved for future versions of this method. You can optionally pass in null for this parameter. </param> <param name="value"> An object that represents the source array of strings to convert from. </param> <param name="destinationType"> A <see cref="T:System.Object" /> instance object that represents the data type to convert to. This parameter must be of type <see cref="T:System.String" />. </param> <exception cref="M:System.ComponentModel.TypeConverter.GetConvertToException(System.Object,System.Type)"> <paramref name="destinationType" /> is not of type <see cref="T:System.String" />. </exception> </member> <member name="T:System.Web.UI.WebControls.FontSize"> <summary> Specifies the font sizes defined by HTML 4.0. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.NotSet"> <summary> The font size is not set. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.AsUnit"> <summary> The font size is specified by a point value. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.Smaller"> <summary> The font size is one size smaller than the parent element. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.Larger"> <summary> The font size is one size larger than the parent element. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.XXSmall"> <summary> The font size is two sizes smaller than the base font size. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.XSmall"> <summary> The font size is one size smaller than the base font size. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.Small"> <summary> The base font size determined by the browser. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.Medium"> <summary> The font size is one size larger than the default font size. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.Large"> <summary> The font size is two sizes larger than the base font size. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.XLarge"> <summary> The font size is three sizes larger than the base font size. </summary> </member> <member name="F:System.Web.UI.WebControls.FontSize.XXLarge"> <summary> The font size is four sizes larger than the base font size. </summary> </member> <member name="T:System.Web.UI.WebControls.FontUnit"> <summary> Represents the size of a font. </summary> </member> <member name="M:System.Web.UI.WebControls.FontUnit.#ctor(System.Double)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class with the specified font size in points. </summary> <param name="value"> A <see cref="T:System.Double" /> that specifies the font size. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="value" /> is outside the valid range. </exception> </member> <member name="M:System.Web.UI.WebControls.FontUnit.#ctor(System.Double,System.Web.UI.WebControls.UnitType)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class with the specified font size and <see cref="T:System.Web.UI.WebControls.UnitType" /> value. </summary> <param name="value"> A <see cref="T:System.Double" /> that specifies the font size. </param> <param name="type"> A <see cref="T:System.Web.UI.WebControls.UnitType" /> to specify the units of the size. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="value" /> is outside the valid range. </exception> </member> <member name="M:System.Web.UI.WebControls.FontUnit.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class with the specified font size. </summary> <param name="value"> The size of the font. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class with the specified string. </summary> <param name="value"> A string to specify the font size. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.#ctor(System.String,System.Globalization.CultureInfo)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class with the specified string using the specified <see cref="T:System.Globalization.CultureInfo" /> object. </summary> <param name="value"> A string to specify the font size. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> used to make string comparisons. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.#ctor(System.Web.UI.WebControls.FontSize)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class with the specified <see cref="T:System.Web.UI.WebControls.FontSize" />. </summary> <param name="type"> One of the <see cref="T:System.Web.UI.WebControls.FontSize" /> values. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified font size is not one of the <see cref="T:System.Web.UI.WebControls.FontSize" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.FontUnit.#ctor(System.Web.UI.WebControls.Unit)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class with the specified <see cref="T:System.Web.UI.WebControls.Unit" />. </summary> <param name="value"> A <see cref="T:System.Web.UI.WebControls.Unit" /> that specifies the font size. </param> </member> <member name="F:System.Web.UI.WebControls.FontUnit.Empty"> <summary> Represents an empty <see cref="T:System.Web.UI.WebControls.FontUnit" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.FontUnit.Equals(System.Object)"> <summary> Determines whether the specified <see cref="T:System.Object" /> is equivalent to the instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class that this method is called from. </summary> <returns>true if the specified <see cref="T:System.Object" /> is equivalent to the instance of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> class that this method is called from; otherwise, false. </returns> <param name="obj"> A <see cref="T:System.Object" /> that contains the object to compare to this instance. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.GetHashCode"> <summary> Returns the hash code for this instance. </summary> <returns> A 32-bit signed integer that represents the hash code. </returns> </member> <member name="P:System.Web.UI.WebControls.FontUnit.IsEmpty"> <summary> Gets a value that indicates whether the font size has been set. </summary> <returns>true if the font size has not been set; otherwise, false. </returns> </member> <member name="F:System.Web.UI.WebControls.FontUnit.Large"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.Large. </summary> </member> <member name="F:System.Web.UI.WebControls.FontUnit.Larger"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.Larger. </summary> </member> <member name="F:System.Web.UI.WebControls.FontUnit.Medium"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.Medium. </summary> </member> <member name="M:System.Web.UI.WebControls.FontUnit.op_Equality(System.Web.UI.WebControls.FontUnit,System.Web.UI.WebControls.FontUnit)"> <summary> Compares two <see cref="T:System.Web.UI.WebControls.FontUnit" /> objects for equality. </summary> <returns>true if both <see cref="T:System.Web.UI.WebControls.FontUnit" /> objects are equal; otherwise, false. </returns> <param name="left"> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> on the left of the operator that contains font properties. </param> <param name="right"> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> on the right of the operator that contains font properties. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.op_Implicit(System.Int32)~System.Web.UI.WebControls.FontUnit"> <summary> Implicitly creates a <see cref="T:System.Web.UI.WebControls.FontUnit" /> of type <see cref="T:System.Drawing.Point" /> from an integer value. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> of type <see cref="T:System.Drawing.Point" /> that represents the font size specified the <paramref name="n" /> parameter. </returns> <param name="n"> An integer representing the <see cref="T:System.Drawing.Point" /> value to convert into a <see cref="T:System.Web.UI.WebControls.FontUnit" />. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.op_Inequality(System.Web.UI.WebControls.FontUnit,System.Web.UI.WebControls.FontUnit)"> <summary> Compares two <see cref="T:System.Web.UI.WebControls.FontUnit" /> objects for inequality. </summary> <returns>true if both <see cref="T:System.Web.UI.WebControls.FontUnit" /> objects are not equal; otherwise, false. </returns> <param name="left"> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> that contains font properties on the left of the operator. </param> <param name="right"> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> that contains font properties on the right of the operator. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.Parse(System.String)"> <summary> Converts the specified string to its <see cref="T:System.Web.UI.WebControls.FontUnit" /> equivalent. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> that represents the font size specified by the <paramref name="s" /> parameter. </returns> <param name="s"> A string representation of one of the <see cref="T:System.Web.UI.WebControls.FontSize" /> values. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.Parse(System.String,System.Globalization.CultureInfo)"> <summary> Converts the specified string to its <see cref="T:System.Web.UI.WebControls.FontUnit" /> equivalent in the specified culture. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> that represents the font size specified by the <paramref name="s" /> parameter in the culture specified by the <paramref name="culture" /> parameter. </returns> <param name="s"> A string representation of one of the <see cref="T:System.Web.UI.WebControls.FontSize" /> values. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that represents the culture of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> object. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.Point(System.Int32)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.FontUnit" /> of type <see cref="T:System.Drawing.Point" /> from an integer value. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontUnit" /> that represents the font size specified by the <paramref name="n" /> parameter. </returns> <param name="n"> An integer representing the <see cref="T:System.Drawing.Point" /> value to convert to a <see cref="T:System.Web.UI.WebControls.FontUnit" />. </param> </member> <member name="F:System.Web.UI.WebControls.FontUnit.Small"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.Small. </summary> </member> <member name="F:System.Web.UI.WebControls.FontUnit.Smaller"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.Smaller. </summary> </member> <member name="M:System.Web.UI.WebControls.FontUnit.ToString"> <summary> Converts the <see cref="T:System.Web.UI.WebControls.FontUnit" /> object to the default string representation. </summary> <returns> The string representation of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.FontUnit.ToString(System.Globalization.CultureInfo)"> <summary> Converts the <see cref="T:System.Web.UI.WebControls.FontUnit" /> object to a string representation, using the specified <see cref="T:System.Globalization.CultureInfo" />. </summary> <returns> The string representation of the <see cref="T:System.Web.UI.WebControls.FontUnit" /> object in the specified culture. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the culture to represent the <see cref="T:System.Web.UI.WebControls.FontUnit" />. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnit.ToString(System.IFormatProvider)"> <summary> Converts a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object to a string equivalent using the specified format provider. </summary> <returns> A string that represents this <see cref="T:System.Web.UI.WebControls.FontUnit" />, with any numeric unit value in the format specified by <paramref name="formatProvider" />. </returns> <param name="formatProvider"> An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information, which is used if the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property is set to the <see cref="F:System.Web.UI.WebControls.FontSize.AsUnit" /> value; otherwise, it is ignored. </param> </member> <member name="P:System.Web.UI.WebControls.FontUnit.Type"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.FontSize" /> enumeration value that represents the font size. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.FontSize" /> values. </returns> </member> <member name="P:System.Web.UI.WebControls.FontUnit.Unit"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the font size. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> object that specifies the font size. </returns> </member> <member name="F:System.Web.UI.WebControls.FontUnit.XLarge"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.XLarge. </summary> </member> <member name="F:System.Web.UI.WebControls.FontUnit.XSmall"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.XSmall. </summary> </member> <member name="F:System.Web.UI.WebControls.FontUnit.XXLarge"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.XXLarge. </summary> </member> <member name="F:System.Web.UI.WebControls.FontUnit.XXSmall"> <summary> Represents a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object with the <see cref="P:System.Web.UI.WebControls.FontUnit.Type" /> property set to FontSize.XXSmall. </summary> </member> <member name="T:System.Web.UI.WebControls.FontUnitConverter"> <summary> Converts a <see cref="T:System.Web.UI.WebControls.FontUnit" /> to a string. It also converts a string to a <see cref="T:System.Web.UI.WebControls.FontUnit" />. </summary> </member> <member name="M:System.Web.UI.WebControls.FontUnitConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FontUnitConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.FontUnitConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Determines whether a data type can be converted to a <see cref="T:System.Web.UI.WebControls.FontUnit" />. </summary> <returns>true if the data type specified by the <paramref name="sourceType" /> parameter can be converted to a <see cref="T:System.Web.UI.WebControls.FontUnit" />; otherwise, false. </returns> <param name="context"> A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> implemented object that provides information about the context of a type converter. </param> <param name="sourceType"> A <see cref="T:System.Type" /> that represents the data type to check. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnitConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Returns a value indicating whether the converter can convert a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object to the specified type. </summary> <returns>true if the converter supports converting a <see cref="T:System.Web.UI.WebControls.FontUnit" /> object to the destination type; otherwise, false. Note: This method will return true only if the <paramref name="destinationType" /> is <see cref="T:System.String" />. The only type this converter can convert <see cref="T:System.Web.UI.WebControls.FontUnit" /> into is <see cref="T:System.String" />. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that indicates the context of the object to convert. </param> <param name="destinationType"> A <see cref="T:System.Type" /> that represents the data type to convert to. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnitConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts an object to a <see cref="T:System.Web.UI.WebControls.FontUnit" /> in a specific culture. </summary> <returns> A <see cref="T:System.Object" /> that represents the converted value. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> implemented object that provides information about the context of a type converter. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to represent the <see cref="T:System.Web.UI.WebControls.FontUnit" />, when it is expressed in points. </param> <param name="value"> The object to convert to a <see cref="T:System.Web.UI.WebControls.FontUnit" />. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnitConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Converts a <see cref="T:System.Web.UI.WebControls.FontUnit" /> to an object with a different data type. </summary> <returns> A <see cref="T:System.Object" /> that represents the converted value. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> implemented object that provides information about the context of a type converter. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to represent the <see cref="T:System.Web.UI.WebControls.FontUnit" />, when it is expressed in points. </param> <param name="value"> A <see cref="T:System.Object" /> that represents the <see cref="T:System.Web.UI.WebControls.FontUnit" /> to convert. </param> <param name="destinationType"> A <see cref="T:System.Type" /> that represents the data type to convert to. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> containing the standard values for a <see cref="T:System.Web.UI.WebControls.FontUnit" />, using the specified format context. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> containing the standard values for a <see cref="T:System.Web.UI.WebControls.FontUnit" />. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides information about the context of a type converter. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnitConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns whether the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned by the <see cref="M:System.Web.UI.WebControls.FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method is an exclusive list of values, using the specified format context. </summary> <returns>false for all cases. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides information about the context of a type converter. </param> </member> <member name="M:System.Web.UI.WebControls.FontUnitConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns whether the instance of the <see cref="T:System.Web.UI.WebControls.FontUnitConverter" /> class that this method is called from supports a standard set of values that can be picked from a list, using the specified format context. </summary> <returns>true for all cases. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides information about the context of a type converter. </param> </member> <member name="T:System.Web.UI.WebControls.FormParameter"> <summary> Binds the value of an HTTP request <see cref="P:System.Web.HttpRequest.Form" /> field to a parameter object. </summary> </member> <member name="M:System.Web.UI.WebControls.FormParameter.#ctor"> <summary> Initializes a new unnamed instance of the <see cref="T:System.Web.UI.WebControls.FormParameter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.FormParameter.#ctor(System.String,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.FormParameter" /> class, using the specified string to identify which form variable field to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="formField"> The name of the form variable that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.FormParameter.#ctor(System.String,System.TypeCode,System.String)"> <summary> Initializes a new named and strongly typed instance of the <see cref="T:System.Web.UI.WebControls.FormParameter" /> class, using the specified string to identify which form variable to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="type"> The type that the parameter represents. The default is <see cref="F:System.TypeCode.Object" />. </param> <param name="formField"> The name of the form variable that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.FormParameter.#ctor(System.Web.UI.WebControls.FormParameter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormParameter" /> class with the values of the instance specified by the <paramref name="original" /> parameter. </summary> <param name="original"> A <see cref="T:System.Web.UI.WebControls.FormParameter" /> instance that the current instance is initialized from. </param> </member> <member name="M:System.Web.UI.WebControls.FormParameter.Clone"> <summary> Returns a duplicate of the current <see cref="T:System.Web.UI.WebControls.FormParameter" /> instance. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FormParameter" /> that is an exact duplicate of the current one. </returns> </member> <member name="M:System.Web.UI.WebControls.FormParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Updates and returns the value of the <see cref="T:System.Web.UI.WebControls.FormParameter" /> object. </summary> <returns> An object that represents the updated and current value of the parameter. If the context or the request is null (Nothing in Visual Basic), the <see cref="M:System.Web.UI.WebControls.FormParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> method returns null. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> of the request. </param> <param name="control"> A <see cref="T:System.Web.UI.Control" /> that is associated with the page where the <see cref="T:System.Web.UI.WebControls.FormParameter" /> is used. </param> </member> <member name="P:System.Web.UI.WebControls.FormParameter.FormField"> <summary> Gets or sets the name of the form variable that the parameter binds to. </summary> <returns> A string that identifies the form variable to which the parameter binds. </returns> </member> <member name="T:System.Web.UI.WebControls.FormView"> <summary> Displays the values of a single record from a data source using user-defined templates. The <see cref="T:System.Web.UI.WebControls.FormView" /> control allows you to edit, delete, and insert records. </summary> </member> <member name="M:System.Web.UI.WebControls.FormView.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormView" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.FormView.AllowPaging"> <summary> Gets or sets a value indicating whether the paging feature is enabled. </summary> <returns>true to enable the paging feature; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.BackImageUrl"> <summary> Gets or sets the URL to an image to display in the background of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The URL to an image to display in the background of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.BottomPagerRow"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object that represents the pager row displayed at the bottom of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object that represents the bottom pager row of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.Caption"> <summary> Gets or sets the text to render in an HTML caption element in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> A string that represents the text to render in an HTML caption element in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.CaptionAlign"> <summary> Gets or sets the horizontal or vertical position of the HTML caption element in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> values. The default is TableCaptionAlign.NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.FormView.CellPadding"> <summary> Gets or sets the amount of space between the contents of a cell and the cell's border. </summary> <returns> The amount of space, in pixels, between the contents of a cell and the cell's border. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.CellSpacing"> <summary> Gets or sets the amount of space between cells. </summary> <returns> The amount of space, in pixels, between cells. The default value is 0. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.ChangeMode(System.Web.UI.WebControls.FormViewMode)"> <summary> Switches the <see cref="T:System.Web.UI.WebControls.FormView" /> control to the specified data-entry mode. </summary> <param name="newMode"> One of the <see cref="T:System.Web.UI.WebControls.FormViewMode" /> enumeration values. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.CreateChildControls(System.Collections.IEnumerable,System.Boolean)"> <summary> Creates the control hierarchy used to render the <see cref="T:System.Web.UI.WebControls.FormView" /> control with the specified data source. </summary> <returns> The number of items created from the data source. </returns> <param name="dataSource"> An <see cref="T:System.Collections.IEnumerable" /> that represents the data source used to create the control hierarchy. </param> <param name="dataBinding">true to indicate that the control hierarchy is created directly from the data source; false to indicate the control hierarchy is created from the view state. </param> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.DataSourceView" /> of the <see cref="T:System.Web.UI.IDataSource" /> to which the <see cref="T:System.Web.UI.WebControls.FormView" /> control is bound is null. </exception> </member> <member name="M:System.Web.UI.WebControls.FormView.CreateControlStyle"> <summary> Creates a default table style object for the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains the default table style for the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.CreateDataSourceSelectArguments"> <summary> Creates the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object that contains the arguments that are passed to the data source for processing. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that contains the arguments that are passed to the data source. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.CreateRow(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object using the specified item index, row type, and row state. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FormViewRow" /> with the specified item index, row type, and row state. </returns> <param name="itemIndex"> The zero-based index of the data item to display. </param> <param name="rowType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> enumeration values. </param> <param name="rowState"> A bitwise combination of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.CreateTable"> <summary> Creates the containing table for the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Table" /> that represents the containing table for the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.CurrentMode"> <summary> Gets the current data-entry mode of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.FormViewMode" /> values. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.DataBind"> <summary> Binds the data source to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.FormView.DataItem"> <summary> Gets the data item bound to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> An <see cref="T:System.Object" /> that represents the data item bound to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.DataItemCount"> <summary> Gets the number of data items in the data source. </summary> <returns> The number of data items in the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.DataItemIndex"> <summary> Gets the index of the data item bound to the <see cref="T:System.Web.UI.WebControls.FormView" /> control from the data source. </summary> <returns> The index of the data item bound to the <see cref="T:System.Web.UI.WebControls.FormView" /> control from the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.DataKey"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.DataKey" /> object that represents the primary key of the displayed record. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataKey" /> object that represents the primary key of the displayed record. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.DataKeyNames"> <summary> Gets or sets an array that contains the names of the key fields for the data source. </summary> <returns> An array that contains the names of the key fields for the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.DefaultMode"> <summary> Gets or sets the data-entry mode to which the <see cref="T:System.Web.UI.WebControls.FormView" /> control returns after an update, insert, or cancel operation. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.FormViewMode" /> values. The default is FormViewMode.ReadOnly. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.FormViewMode" /> enumeration values. </exception> </member> <member name="M:System.Web.UI.WebControls.FormView.DeleteItem"> <summary> Deletes the current record in the <see cref="T:System.Web.UI.WebControls.FormView" /> control from the data source. </summary> </member> <member name="P:System.Web.UI.WebControls.FormView.EditItemTemplate"> <summary> Gets or sets the custom content for an item in edit mode. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the data row when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is in edit mode. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.EditRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the data row when a <see cref="T:System.Web.UI.WebControls.FormView" /> control is in edit mode. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the data row when a <see cref="T:System.Web.UI.WebControls.FormView" /> control is in edit mode. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.EmptyDataRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the empty data row displayed when the data source bound to a <see cref="T:System.Web.UI.WebControls.FormView" /> control does not contain any records. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that allows you to set the appearance of the empty data row. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.EmptyDataTemplate"> <summary> Gets or sets the user-defined content for the empty data row rendered when a <see cref="T:System.Web.UI.WebControls.FormView" /> control is bound to a data source that does not contain any records. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the empty data row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.EmptyDataText"> <summary> Gets or sets the text to display in the empty data row rendered when a <see cref="T:System.Web.UI.WebControls.FormView" /> control is bound to a data source that does not contain any records. </summary> <returns> The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.EnsureDataBound"> <summary> Makes certain that the <see cref="T:System.Web.UI.WebControls.FormView" /> control is bound to data when appropriate. </summary> </member> <member name="M:System.Web.UI.WebControls.FormView.ExtractRowValues(System.Collections.Specialized.IOrderedDictionary,System.Boolean)"> <summary> Retrieves the values of each field declared within the data row and stores them in the specified <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object. </summary> <param name="fieldValues"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> used to store the field values of the current data item. </param> <param name="includeKeys">true to include key fields; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.FormView.FooterRow"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object that represents the footer row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FormViewRow" /> that represents the footer row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.FooterStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the footer row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the footer row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.FooterTemplate"> <summary> Gets or sets the user-defined content for the footer row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the footer row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.FooterText"> <summary> Gets or sets the text to display in the footer row of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The text to display in the footer row. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.GridLines"> <summary> Gets or sets the gridline style for a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.GridLines" /> values. The default is GridLines.None. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.HeaderRow"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object that represents the header row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FormViewRow" /> that represents the header row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.HeaderStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the header row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the header row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.HeaderTemplate"> <summary> Gets or sets the user-defined content for the header row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the header row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.HeaderText"> <summary> Gets or sets the text to display in the header row of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The text to display in the header row. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of a <see cref="T:System.Web.UI.WebControls.FormView" /> control on the page. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. The default is HorizontalAlign.NotSet. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.InitializePager(System.Web.UI.WebControls.FormViewRow,System.Web.UI.WebControls.PagedDataSource)"> <summary> Creates the pager row for the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="row"> The <see cref="T:System.Web.UI.WebControls.FormViewRow" /> that contains the pager row. </param> <param name="pagedDataSource"> A <see cref="T:System.Web.UI.WebControls.PagedDataSource" /> that contains the data for the current page. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.InitializeRow(System.Web.UI.WebControls.FormViewRow)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.DetailsViewRow" /> object. </summary> <param name="row"> The <see cref="T:System.Web.UI.WebControls.FormViewRow" /> to initialize. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.InsertItem(System.Boolean)"> <summary> Inserts the current record in the data source. </summary> <param name="causesValidation">true to perform page validation when the method is called; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is not in insert mode. -or- The <see cref="T:System.Web.UI.DataSourceView" /> object associated with the <see cref="T:System.Web.UI.WebControls.FormView" /> control is null. </exception> </member> <member name="P:System.Web.UI.WebControls.FormView.InsertItemTemplate"> <summary> Gets or sets the custom content for an item in insert mode. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the data row when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is in insert mode. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.InsertRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the data row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control when the control is in insert mode. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the data row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control when the control is in insert mode. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.IsBindableType(System.Type)"> <summary> Determines whether the specified data type can be bound to a field in the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns>true if the specified data type can be bound to a field in the <see cref="T:System.Web.UI.WebControls.FormView" /> control; otherwise, false. </returns> <param name="type"> A <see cref="T:System.Type" /> that represents the data type to check. </param> </member> <member name="E:System.Web.UI.WebControls.FormView.ItemCommand"> <summary> Occurs when a button within a <see cref="T:System.Web.UI.WebControls.FormView" /> control is clicked. </summary> </member> <member name="E:System.Web.UI.WebControls.FormView.ItemCreated"> <summary> Occurs after all the rows are created in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.FormView.ItemDeleted"> <summary> Occurs when a Delete button within a <see cref="T:System.Web.UI.WebControls.FormView" /> control is clicked, but after the delete operation. </summary> </member> <member name="E:System.Web.UI.WebControls.FormView.ItemDeleting"> <summary> Occurs when a Delete button within a <see cref="T:System.Web.UI.WebControls.FormView" /> control is clicked, but before the delete operation. </summary> </member> <member name="E:System.Web.UI.WebControls.FormView.ItemInserted"> <summary> Occurs when an Insert button within a <see cref="T:System.Web.UI.WebControls.FormView" /> control is clicked, but after the insert operation. </summary> </member> <member name="E:System.Web.UI.WebControls.FormView.ItemInserting"> <summary> Occurs when an Insert button within a <see cref="T:System.Web.UI.WebControls.FormView" /> control is clicked, but before the insert operation. </summary> </member> <member name="P:System.Web.UI.WebControls.FormView.ItemTemplate"> <summary> Gets or sets the custom content for the data row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control when the control is in read-only mode. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the data row when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is in read-only mode. The default value is null, which indicates that this property is not set. </returns> </member> <member name="E:System.Web.UI.WebControls.FormView.ItemUpdated"> <summary> Occurs when an Update button within a <see cref="T:System.Web.UI.WebControls.FormView" /> control is clicked, but after the update operation. </summary> </member> <member name="E:System.Web.UI.WebControls.FormView.ItemUpdating"> <summary> Occurs when an Update button within a <see cref="T:System.Web.UI.WebControls.FormView" /> control is clicked, but before the update operation. </summary> </member> <member name="M:System.Web.UI.WebControls.FormView.LoadControlState(System.Object)"> <summary> Loads the state of the <see cref="T:System.Web.UI.WebControls.FormView" /> control properties that need to be persisted, even when the <see cref="P:System.Web.UI.Control.EnableViewState" /> property is set to false. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </param> </member> <member name="E:System.Web.UI.WebControls.FormView.ModeChanged"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.FormView" /> control switches between edit, insert, and read-only mode, but after the mode has changed. </summary> </member> <member name="E:System.Web.UI.WebControls.FormView.ModeChanging"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.FormView" /> control switches between edit, insert, and read-only mode, but before the mode changes. </summary> </member> <member name="M:System.Web.UI.WebControls.FormView.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Handles an event passed up through the control hierarchy. </summary> <returns>true to indicate the event should be passed further up the control hierarchy; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnItemCommand(System.Web.UI.WebControls.FormViewCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ItemCommand" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewCommandEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnItemCreated(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ItemCreated" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnItemDeleted(System.Web.UI.WebControls.FormViewDeletedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ItemDeleted" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewDeletedEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnItemDeleting(System.Web.UI.WebControls.FormViewDeleteEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ItemDeleting" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewDeleteEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is not bound to a data source control, the user did not cancel the delete operation, and an event handler is not registered for the event. </exception> </member> <member name="M:System.Web.UI.WebControls.FormView.OnItemInserted(System.Web.UI.WebControls.FormViewInsertedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ItemInserted" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewInsertedEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnItemInserting(System.Web.UI.WebControls.FormViewInsertEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ItemInserting" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewInsertEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is not bound to a data source control, the user did not cancel the insert operation, and an event handler is not registered for the event. </exception> </member> <member name="M:System.Web.UI.WebControls.FormView.OnItemUpdated(System.Web.UI.WebControls.FormViewUpdatedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ItemUpdated" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewUpdatedEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnItemUpdating(System.Web.UI.WebControls.FormViewUpdateEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ItemUpdating" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewUpdateEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is not bound to a data source control, the user did not cancel the update operation, and an event handler is not registered for the event. </exception> </member> <member name="M:System.Web.UI.WebControls.FormView.OnModeChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ModeChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnModeChanging(System.Web.UI.WebControls.FormViewModeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.ModeChanging" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewModeEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is not bound to a data source control, the mode change was not canceled, and an event handler is not registered for the event. </exception> </member> <member name="M:System.Web.UI.WebControls.FormView.OnPageIndexChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.PageIndexChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.OnPageIndexChanging(System.Web.UI.WebControls.FormViewPageEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.FormView.PageIndexChanging" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewPageEventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is not bound to a data source control, the paging operation was not canceled, and an event handler is not registered for the event. </exception> </member> <member name="P:System.Web.UI.WebControls.FormView.PageCount"> <summary> Gets the total number of pages required to display every record in the data source. </summary> <returns> The number of items in the underlying data source. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.PageIndex"> <summary> Gets or sets the index of the displayed page. </summary> <returns> The zero-based index of the data item being displayed in a <see cref="T:System.Web.UI.WebControls.FormView" /> control from the underlying data source. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than -1. </exception> </member> <member name="E:System.Web.UI.WebControls.FormView.PageIndexChanged"> <summary> Occurs when the value of the <see cref="P:System.Web.UI.WebControls.FormView.PageIndex" /> property changes after a paging operation. </summary> </member> <member name="E:System.Web.UI.WebControls.FormView.PageIndexChanging"> <summary> Occurs when the value of the <see cref="P:System.Web.UI.WebControls.FormView.PageIndex" /> property changes before a paging operation. </summary> </member> <member name="P:System.Web.UI.WebControls.FormView.PagerSettings"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> object that allows you to set the properties of the pager buttons in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> that allows you to set the properties of the pager buttons in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.PagerStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the pager row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the pager row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.PagerTemplate"> <summary> Gets or sets the custom content for the pager row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the pager row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.PerformDataBinding(System.Collections.IEnumerable)"> <summary> Binds the specified data source to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="data"> An <see cref="T:System.Collections.IEnumerable" /> that represents the data source. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.PrepareControlHierarchy"> <summary> Sets up the control hierarchy of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.FormView.RaisePostBackEvent(System.String)"> <summary> Raises the appropriate events for the <see cref="T:System.Web.UI.WebControls.FormView" /> control when it posts back to the server. </summary> <param name="eventArgument"> The event argument from which to create a <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> for the event or events that are raised. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.FormView" /> control on the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="P:System.Web.UI.WebControls.FormView.Row"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object that represents the data row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.FormViewRow" /> that represents the data row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.RowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that allows you to set the appearance of the data row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control when the control is in read-only mode. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the data row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control when the control is in read-only mode. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.SaveControlState"> <summary> Saves the state of the <see cref="T:System.Web.UI.WebControls.FormView" /> control properties that need to be persisted, even when the <see cref="P:System.Web.UI.Control.EnableViewState" /> property is set to false. </summary> <returns> Returns the server control's current view state. If there is no view state associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.SelectedValue"> <summary> Gets the data key value of the current record in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The data key value of the current record in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.System#Web#UI#IDataItemContainer#DataItemIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DataItemIndex" />. </summary> <returns> An object that represents the display index. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.System#Web#UI#IDataItemContainer#DisplayIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DisplayIndex" />. </summary> <returns> Always returns 0. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.FormView" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.FormView.System#Web#UI#WebControls#IPostBackContainer#GetPostBackOptions(System.Web.UI.WebControls.IButtonControl)"> <summary> Determines the postback event options for the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The postback event options for the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> <param name="buttonControl"> The button control that posted the page back to the server. </param> <exception cref="T:System.ArgumentNullException"> The object contained in the <paramref name="buttonControl" /> parameter is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.WebControls.IButtonControl.CausesValidation" /> property of <paramref name="buttonControl" /> is true. </exception> </member> <member name="P:System.Web.UI.WebControls.FormView.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> Always returns HtmlTextWriterTag.Table. </returns> </member> <member name="P:System.Web.UI.WebControls.FormView.TopPagerRow"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object that represents the pager row displayed at the top of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FormViewRow" /> that represents the top pager row in the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.FormView.TrackViewState"> <summary> Marks the starting point at which to begin tracking and saving view-state changes to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.FormView.UpdateItem(System.Boolean)"> <summary> Updates the current record in the data source. </summary> <param name="causesValidation">true to perform page validation when the method is called; otherwise false. </param> <exception cref="T:System.Web.HttpException"> This method is called when the <see cref="T:System.Web.UI.WebControls.FormView" /> control is not in edit mode. -or- The <see cref="T:System.Web.UI.DataSourceView" /> object associated with the <see cref="T:System.Web.UI.WebControls.FormView" /> control is null. </exception> </member> <member name="T:System.Web.UI.WebControls.FormViewCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.ItemCommand" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewCommandEventArgs" /> class. </summary> <param name="commandSource"> The source of the command. </param> <param name="originalArgs"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains event data. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewCommandEventArgs.CommandSource"> <summary> Gets the control that raised the event. </summary> <returns> An <see cref="T:System.Object" /> that represents the control that raised the event. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewCommandEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.ItemCommand" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. This class cannot be inherited. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewCommandEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewDeletedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.ItemDeleted" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewDeletedEventArgs.#ctor(System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewDeletedEventArgs" /> class. </summary> <param name="affectedRows"> The number of rows affected by the delete operation. </param> <param name="e"> An <see cref="T:System.Exception" /> that represents the exception raised when the delete operation was performed. If no exception is raised, use null for this parameter. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewDeletedEventArgs.AffectedRows"> <summary> Gets the number of rows affected by the delete operation. </summary> <returns> The number of rows affected by the delete operation. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewDeletedEventArgs.Exception"> <summary> Gets the exception (if any) that was raised during the delete operation. </summary> <returns> An <see cref="T:System.Exception" /> that represents the exception that was raised during the delete operation. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewDeletedEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler. </summary> <returns>true if the exception was handled in the event handler; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewDeletedEventArgs.Keys"> <summary> Gets an ordered dictionary of key field name/value pairs for the deleted record. </summary> <returns> An <see cref="T:System.Collections.Specialized.OrderedDictionary" /> that contains key field name/value pairs for the deleted record. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewDeletedEventArgs.Values"> <summary> Gets a dictionary of the non-key field name/value pairs for the deleted record. </summary> <returns> An <see cref="T:System.Collections.Specialized.OrderedDictionary" /> that contains a dictionary of the non-key field name/value pairs for the deleted record. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewDeletedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.ItemDeleted" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewDeletedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewDeleteEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.ItemDeleting" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewDeleteEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewDeleteEventArgs" /> class. </summary> <param name="rowIndex"> The index of the row being deleted. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewDeleteEventArgs.Keys"> <summary> Gets an ordered dictionary of key field name/value pairs for the record to delete. </summary> <returns> An <see cref="T:System.Collections.Specialized.OrderedDictionary" /> that contains the key field name/value pairs for the record to delete. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewDeleteEventArgs.RowIndex"> <summary> Gets the index of the record being deleted from the data source. </summary> <returns> The index of the record being deleted from the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewDeleteEventArgs.Values"> <summary> Gets a dictionary of the non-key field name/value pairs for the item to delete. </summary> <returns> An <see cref="T:System.Collections.Specialized.OrderedDictionary" /> that contains the non-key field name/value pairs for the item to delete. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewDeleteEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.ItemDeleting" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewDeleteEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewInsertedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.ItemInserted" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewInsertedEventArgs.#ctor(System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewInsertedEventArgs" /> class. </summary> <param name="affectedRows"> The number of rows affected by the insert operation. </param> <param name="e"> An <see cref="T:System.Exception" /> that represents the exception raised when the insert operation was performed. If no exception was raised, use null for this parameter. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewInsertedEventArgs.AffectedRows"> <summary> Gets the number of rows affected by the insert operation. </summary> <returns> The number of rows affected by the insert operation. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewInsertedEventArgs.Exception"> <summary> Gets the exception (if any) that was raised during the insert operation. </summary> <returns> An <see cref="T:System.Exception" /> that represents the exception that was raised during the insert operation. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewInsertedEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception that was raised during the insert operation was handled in the event handler. </summary> <returns>true if the exception was handled in the event handler; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewInsertedEventArgs.KeepInInsertMode"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.FormView" /> control should remain in insert mode after an insert operation. </summary> <returns>true to remain in insert mode after an insert operation; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewInsertedEventArgs.Values"> <summary> Gets a dictionary that contains the field name/value pairs for the inserted record. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object that contains a dictionary of key field name/value pairs for the inserted record. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewInsertedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.ItemInserted" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewInsertedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewInsertEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.ItemInserting" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewInsertEventArgs.#ctor(System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewInsertEventArgs" /> class. </summary> <param name="commandArgument"> An optional command argument passed to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewInsertEventArgs.CommandArgument"> <summary> Gets the command argument for the insert operation passed to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The command argument for the insert operation passed to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewInsertEventArgs.Values"> <summary> Gets a dictionary that contains the field name/value pairs for the record to insert. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of key field name/value pairs for the record to insert. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewInsertEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.ItemInserting" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewInsertEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewMode"> <summary> Represents the different data-entry modes of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.FormViewMode.ReadOnly"> <summary> A display mode that prevents the user from modifying the values of a record. </summary> </member> <member name="F:System.Web.UI.WebControls.FormViewMode.Edit"> <summary> An editing mode that allows the user to update the values of an existing record. </summary> </member> <member name="F:System.Web.UI.WebControls.FormViewMode.Insert"> <summary> An inserting mode that allows the user to enter the values for a new record. </summary> </member> <member name="T:System.Web.UI.WebControls.FormViewModeEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.ModeChanging" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewModeEventArgs.#ctor(System.Web.UI.WebControls.FormViewMode,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewModeEventArgs" /> class. </summary> <param name="mode"> One of the <see cref="T:System.Web.UI.WebControls.FormViewMode" /> enumeration values. </param> <param name="cancelingEdit">true to indicate the <see cref="E:System.Web.UI.WebControls.FormView.ModeChanging" /> event was raised as a result of the user canceling an edit operation; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewModeEventArgs.CancelingEdit"> <summary> Gets a value indicating whether the <see cref="E:System.Web.UI.WebControls.FormView.ModeChanging" /> event was raised as a result of the user canceling an edit operation. </summary> <returns>true to indicate the <see cref="E:System.Web.UI.WebControls.FormView.ModeChanging" /> event was raised as a result of the user canceling an edit operation; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewModeEventArgs.NewMode"> <summary> Gets or sets the mode to which the <see cref="T:System.Web.UI.WebControls.FormView" /> control is changing. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.FormViewMode" /> enumeration values. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewModeEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.ModeChanging" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewModeEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewPageEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.PageIndexChanging" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewPageEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewPageEventArgs" /> class. </summary> <param name="newPageIndex"> The index of the new page to display. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewPageEventArgs.NewPageIndex"> <summary> Gets or sets the index of the new page to display in the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The index of the new page to display in the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewPageEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.PageIndexChanging" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewPageEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewPagerRow"> <summary> Represents the pager row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewPagerRow.#ctor(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewPagerRow" /> class. </summary> <param name="rowIndex"> The index of the row in the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </param> <param name="rowType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> enumeration values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewRow"> <summary> Represents a row within a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewRow.#ctor(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewRow" /> class. </summary> <param name="itemIndex"> The index of the data item in the data source. </param> <param name="rowType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> enumeration values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewRow.ItemIndex"> <summary> Gets the index of the data item displayed from the data source. </summary> <returns> The index of the data item displayed from the data source. </returns> </member> <member name="M:System.Web.UI.WebControls.FormViewRow.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether to pass an event up the page's ASP.NET server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewRow.RowState"> <summary> Gets the state of the <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object. </summary> <returns> A bitwise combination of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewRow.RowType"> <summary> Gets the row type of the <see cref="T:System.Web.UI.WebControls.FormViewRow" /> object. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> values. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewUpdatedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.ItemUpdated" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewUpdatedEventArgs.#ctor(System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewUpdatedEventArgs" /> class. </summary> <param name="affectedRows"> The number of rows affected by the update operation. </param> <param name="e"> An <see cref="T:System.Exception" /> that represents the exception raised when the update operation was performed. If no exception is raised, use null for this parameter. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdatedEventArgs.AffectedRows"> <summary> Gets the number of rows affected by the update operation. </summary> <returns> The number of rows affected by the update operation. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdatedEventArgs.Exception"> <summary> Gets the exception (if any) that was raised during the update operation. </summary> <returns> An <see cref="T:System.Exception" /> object that represents the exception that was raised during the update operation. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdatedEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception that was raised during the update operation was handled in the event handler. </summary> <returns>true if the exception was handled in the event handler; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdatedEventArgs.KeepInEditMode"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.FormView" /> control should remain in edit mode after an update operation. </summary> <returns>true to remain in edit mode after an update operation; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdatedEventArgs.Keys"> <summary> Gets a dictionary that contains the original key field name/value pairs for the updated record. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the original key field name/value pairs for the updated record. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdatedEventArgs.NewValues"> <summary> Gets a dictionary that contains the new field name/value pairs for the updated record. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the new field name/value pairs for the updated record. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdatedEventArgs.OldValues"> <summary> Gets a dictionary that contains the original non-key field name/value pairs for the updated record. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the original field name/value pairs for the updated record. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewUpdatedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.ItemUpdated" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewUpdatedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.FormViewUpdateEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.FormView.ItemUpdating" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.FormViewUpdateEventArgs.#ctor(System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewUpdateEventArgs" /> class. </summary> <param name="commandArgument"> An optional command argument passed to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdateEventArgs.CommandArgument"> <summary> Gets the command argument for the update operation passed to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <returns> The command argument for the update operation passed to the <see cref="T:System.Web.UI.WebControls.FormView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdateEventArgs.Keys"> <summary> Gets a dictionary that contains the original key field name/value pairs for the record to update. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the original key field name/value pairs for the record to update. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdateEventArgs.NewValues"> <summary> Gets a dictionary that contains the new field name/value pairs for the record to update. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the new field name/value pairs for the record to update. </returns> </member> <member name="P:System.Web.UI.WebControls.FormViewUpdateEventArgs.OldValues"> <summary> Gets a dictionary that contains the original non-key field name/value pairs for the record to update. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the original non-key field name/value pairs for the record to update. </returns> </member> <member name="T:System.Web.UI.WebControls.FormViewUpdateEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.FormView.ItemUpdating" /> event of a <see cref="T:System.Web.UI.WebControls.FormView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.FormViewUpdateEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridLines"> <summary> Specifies the gridline styles for controls that display items in a table structure. </summary> </member> <member name="F:System.Web.UI.WebControls.GridLines.None"> <summary> No gridlines are rendered. </summary> </member> <member name="F:System.Web.UI.WebControls.GridLines.Horizontal"> <summary> Only horizontal gridlines are rendered. </summary> </member> <member name="F:System.Web.UI.WebControls.GridLines.Vertical"> <summary> Only vertical gridlines are rendered. </summary> </member> <member name="F:System.Web.UI.WebControls.GridLines.Both"> <summary> Both horizontal and vertical gridlines are rendered. </summary> </member> <member name="T:System.Web.UI.WebControls.GridView"> <summary> Displays the values of a data source in a table where each column represents a field and each row represents a record. The <see cref="T:System.Web.UI.WebControls.GridView" /> control enables you to select, sort, and edit these items. </summary> </member> <member name="M:System.Web.UI.WebControls.GridView.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridView" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.GridView.AllowPaging"> <summary> Gets or sets a value indicating whether the paging feature is enabled. </summary> <returns>true if the paging feature is enabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.AllowSorting"> <summary> Gets or sets a value indicating whether the sorting feature is enabled. </summary> <returns>true if the sorting feature is enabled; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.AlternatingRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that enables you to set the appearance of alternating data rows in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of alternating data rows in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.AutoGenerateColumns"> <summary> Gets or sets a value indicating whether bound fields are automatically created for each field in the data source. </summary> <returns>true to automatically create bound fields for each field in the data source; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.AutoGenerateDeleteButton"> <summary> Gets or sets a value indicating whether a <see cref="T:System.Web.UI.WebControls.CommandField" /> field column with a Delete button for each data row is automatically added to a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns>true to automatically add a <see cref="T:System.Web.UI.WebControls.CommandField" /> field column with a Delete button for each data row; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.AutoGenerateEditButton"> <summary> Gets or sets a value indicating whether a <see cref="T:System.Web.UI.WebControls.CommandField" /> field column with an Edit button for each data row is automatically added to a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns>true to automatically add a <see cref="T:System.Web.UI.WebControls.CommandField" /> field column with an Edit button for each data row; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.AutoGenerateSelectButton"> <summary> Gets or sets a value indicating whether a <see cref="T:System.Web.UI.WebControls.CommandField" /> field column with a Select button for each data row is automatically added to a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns>true to automatically add a <see cref="T:System.Web.UI.WebControls.CommandField" /> field column with a Select button for each data row; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.BackImageUrl"> <summary> Gets or sets the URL to an image to display in the background of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The URL of an image to display in the background of the <see cref="T:System.Web.UI.WebControls.GridView" /> control. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.BottomPagerRow"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the bottom pager row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the bottom pager row in the control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.Caption"> <summary> Gets or sets the text to render in an HTML caption element in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> A string that represents the text to render in an HTML caption element in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.CaptionAlign"> <summary> Gets or sets the horizontal or vertical position of the HTML caption element in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> values. The default is TableCaptionAlign.NotSet, which uses the browser's default setting. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.GridView.CellPadding"> <summary> Gets or sets the amount of space between the contents of a cell and the cell's border. </summary> <returns> The amount of space, in pixels, between the contents of a cell and the cell's border. The default value is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.CellSpacing"> <summary> Gets or sets the amount of space between cells. </summary> <returns> The amount of space, in pixels, between cells. The default value is 0. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.Columns"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.DataControlField" /> objects that represent the column fields in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCollection" /> that contains all the column fields in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.CreateAutoGeneratedColumn(System.Web.UI.WebControls.AutoGeneratedFieldProperties)"> <summary> Creates an automatically generated column field. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.AutoGeneratedField" /> that represents the automatically generated column field specified by the <paramref name="fieldProperties" /> parameter. </returns> <param name="fieldProperties"> An <see cref="T:System.Web.UI.WebControls.AutoGeneratedFieldProperties" /> that represents the properties of the automatically generated column field to create. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.CreateChildControls(System.Collections.IEnumerable,System.Boolean)"> <summary> Creates the control hierarchy used to render the <see cref="T:System.Web.UI.WebControls.GridView" /> control using the specified data source. </summary> <returns> The number of rows created. </returns> <param name="dataSource"> An <see cref="T:System.Collections.IEnumerable" /> that contains the data source for the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </param> <param name="dataBinding">true to indicate that the child controls are bound to data; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> <paramref name="dataSource" /> returns a null <see cref="T:System.Web.UI.DataSourceView" />. -or- <paramref name="dataSource" /> does not implement the <see cref="T:System.Collections.ICollection" /> interface and cannot return a <see cref="P:System.Web.UI.DataSourceSelectArguments.TotalRowCount" />. -or- <see cref="P:System.Web.UI.WebControls.GridView.AllowPaging" /> is true and <paramref name="dataSource" /> does not implement the <see cref="T:System.Collections.ICollection" /> interface and cannot perform data source paging. -or- <paramref name="dataSource" /> does not implement the <see cref="T:System.Collections.ICollection" /> interface and <paramref name="dataBinding" /> is set to false. </exception> </member> <member name="M:System.Web.UI.WebControls.GridView.CreateChildTable"> <summary> Creates a new child table. </summary> <returns> Always returns a new <see cref="T:System.Web.UI.WebControls.Table" /> that represents the child table. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.CreateColumns(System.Web.UI.WebControls.PagedDataSource,System.Boolean)"> <summary> Creates the set of column fields used to build the control hierarchy. </summary> <returns> A <see cref="T:System.Collections.ICollection" /> that contains the fields used to build the control hierarchy. </returns> <param name="dataSource"> A <see cref="T:System.Web.UI.WebControls.PagedDataSource" /> that represents the data source. </param> <param name="useDataSource">true to use the data source specified by the <paramref name="dataSource" /> parameter; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.CreateControlStyle"> <summary> Creates the default style for the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style for the control. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.CreateDataSourceSelectArguments"> <summary> Creates the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object that contains the arguments that get passed to the data source for processing. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that contains the arguments that get passed to the data source. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.CreateRow(System.Int32,System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)"> <summary> Creates a row in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> created using the specified parameters. </returns> <param name="rowIndex"> The index of the row to create. </param> <param name="dataSourceIndex"> The index of the data source item to bind to the row. </param> <param name="rowType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.DataBind"> <summary> Binds the data source to the <see cref="T:System.Web.UI.WebControls.GridView" /> control. This method cannot be inherited. </summary> </member> <member name="P:System.Web.UI.WebControls.GridView.DataKeyNames"> <summary> Gets or sets an array that contains the names of the primary key fields for the items displayed in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> An array that contains the names of the primary key fields for the items displayed in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.DataKeys"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.DataKey" /> objects that represent the data key value of each row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.DataKeyArray" /> that contains the data key of each row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.DeleteRow(System.Int32)"> <summary> Deletes the record at the specified index from the data source. </summary> <param name="rowIndex"> The index of the row to delete. </param> </member> <member name="P:System.Web.UI.WebControls.GridView.EditIndex"> <summary> Gets or sets the index of the row to edit. </summary> <returns> The zero-based index of the row to edit. The default is -1, which indicates that no row is being edited. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified index is less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.GridView.EditRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that enables you to set the appearance of the row selected for editing in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the row being edited in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.EmptyDataRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that enables you to set the appearance of the empty data row rendered when a <see cref="T:System.Web.UI.WebControls.GridView" /> control is bound to a data source that does not contain any records. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that enables you to set the appearance of the null row. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.EmptyDataTemplate"> <summary> Gets or sets the user-defined content for the empty data row rendered when a <see cref="T:System.Web.UI.WebControls.GridView" /> control is bound to a data source that does not contain any records. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the empty data row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.EmptyDataText"> <summary> Gets or sets the text to display in the empty data row rendered when a <see cref="T:System.Web.UI.WebControls.GridView" /> control is bound to a data source that does not contain any records. </summary> <returns> The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.EnableSortingAndPagingCallbacks"> <summary> Gets or sets a value indicating whether client-side callbacks are used for sorting and paging operations. </summary> <returns>true to use client-side callbacks for sorting and paging operations; otherwise, false. The default is false. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.GridView.Columns" /> collection contains a column that does not support callbacks, such as <see cref="T:System.Web.UI.WebControls.TemplateField" />. </exception> </member> <member name="M:System.Web.UI.WebControls.GridView.ExtractRowValues(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.WebControls.GridViewRow,System.Boolean,System.Boolean)"> <summary> Retrieves the values of each field declared within the specified row and stores them in the specified <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object. </summary> <param name="fieldValues"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> used to store the field values. </param> <param name="row"> The <see cref="T:System.Web.UI.WebControls.GridViewRow" /> from which to retrieve the field values. </param> <param name="includeReadOnlyFields">true to include read-only fields; otherwise, false. </param> <param name="includePrimaryKey">true to include the primary key field or fields; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.GridView.FooterRow"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the footer row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the footer row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.FooterStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that enables you to set the appearance of the footer row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the footer row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.GetCallbackResult"> <summary> Returns the result of a callback event that targets a control. </summary> <returns> The results of the callback. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.GetCallbackScript(System.Web.UI.WebControls.IButtonControl,System.String)"> <summary> Creates the callback script for a button that performs a sorting operation. </summary> <returns> The callback script for a button that performs a sorting operation. </returns> <param name="buttonControl"> The button control for which to create the callback script. </param> <param name="argument"> The arguments to pass to the callback script. </param> </member> <member name="P:System.Web.UI.WebControls.GridView.GridLines"> <summary> Gets or sets the gridline style for a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.GridLines" /> values. The default is GridLines.Both. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.HeaderRow"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the header row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the header row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.HeaderStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that enables you to set the appearance of the header row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the header row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of a <see cref="T:System.Web.UI.WebControls.GridView" /> control on the page. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. The default is HorizontalAlign.NotSet. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.InitializePager(System.Web.UI.WebControls.GridViewRow,System.Int32,System.Web.UI.WebControls.PagedDataSource)"> <summary> Initializes the pager row displayed when the paging feature is enabled. </summary> <param name="row"> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the pager row to initialize. </param> <param name="columnSpan"> The number of columns the pager row should span. </param> <param name="pagedDataSource"> A <see cref="T:System.Web.UI.WebControls.PagedDataSource" /> that represents the data source. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.InitializeRow(System.Web.UI.WebControls.GridViewRow,System.Web.UI.WebControls.DataControlField[])"> <summary> Initializes a row in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="row"> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the row to initialize. </param> <param name="fields"> An array of <see cref="T:System.Web.UI.WebControls.DataControlField" /> objects that represent the column fields in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.IsBindableType(System.Type)"> <summary> Determines whether the specified data type can be bound to a column in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns>true if the specified data type can be bound to a column in a <see cref="T:System.Web.UI.WebControls.GridView" /> control; otherwise, false. </returns> <param name="type"> A <see cref="T:System.Type" /> that represents the data type to test. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.LoadControlState(System.Object)"> <summary> Loads the state of the properties in the <see cref="T:System.Web.UI.WebControls.GridView" /> control that need to be persisted, even when the <see cref="P:System.Web.UI.Control.EnableViewState" /> property is set to false. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that contains the saved control state values for the control. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that contains the saved view state values for the control. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the Web server control is passed up the page's user interface (UI) server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnDataPropertyChanged"> <summary> Rebinds the <see cref="T:System.Web.UI.WebControls.GridView" /> control to its data after the <see cref="P:System.Web.UI.WebControls.DataBoundControl.DataMember" />, <see cref="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSource" />, or <see cref="P:System.Web.UI.WebControls.DataBoundControl.DataSourceID" /> property is changed. </summary> </member> <member name="M:System.Web.UI.WebControls.GridView.OnDataSourceViewChanged(System.Object,System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.DataSourceView.DataSourceViewChanged" /> event. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnPageIndexChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.PageIndexChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnPageIndexChanging(System.Web.UI.WebControls.GridViewPageEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.PageIndexChanging" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewPageEventArgs" /> that contains event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.GridView.PageIndexChanging" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.GridView.OnPagePreLoad(System.Object,System.EventArgs)"> <summary> Sets the initialized state of the data-bound control before the control is loaded. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowCancelingEdit(System.Web.UI.WebControls.GridViewCancelEditEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowCancelingEdit" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewCancelEditEventArgs" /> that contains event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.GridView.RowCancelingEdit" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowCommand(System.Web.UI.WebControls.GridViewCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowCommand" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewCommandEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowCreated(System.Web.UI.WebControls.GridViewRowEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowCreated" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewRowEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowDataBound(System.Web.UI.WebControls.GridViewRowEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowDataBound" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewRowEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowDeleted(System.Web.UI.WebControls.GridViewDeletedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowDeleted" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewDeletedEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowDeleting(System.Web.UI.WebControls.GridViewDeleteEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowDeleting" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewDeleteEventArgs" /> that contains event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.GridView.RowDeleting" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowEditing(System.Web.UI.WebControls.GridViewEditEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowEditing" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewEditEventArgs" /> that contains event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.GridView.RowEditing" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowUpdated(System.Web.UI.WebControls.GridViewUpdatedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowUpdated" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewUpdatedEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnRowUpdating(System.Web.UI.WebControls.GridViewUpdateEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.RowUpdating" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewUpdateEventArgs" /> that contains event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.GridView.RowUpdating" /> event. </exception> </member> <member name="M:System.Web.UI.WebControls.GridView.OnSelectedIndexChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.SelectedIndexChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnSelectedIndexChanging(System.Web.UI.WebControls.GridViewSelectEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.SelectedIndexChanging" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewSelectEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnSorted(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.Sorted" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.OnSorting(System.Web.UI.WebControls.GridViewSortEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.GridView.Sorting" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewSortEventArgs" /> that contains event data. </param> <exception cref="T:System.Web.HttpException"> There is no handler for the <see cref="E:System.Web.UI.WebControls.GridView.Sorting" /> event. </exception> </member> <member name="P:System.Web.UI.WebControls.GridView.PageCount"> <summary> Gets the number of pages required to display the records of the data source in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The number of pages in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.PageIndex"> <summary> Gets or sets the index of the currently displayed page. </summary> <returns> The zero-based index of the currently displayed page. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.GridView.PageIndex" /> property is set to a value less than 0. </exception> </member> <member name="E:System.Web.UI.WebControls.GridView.PageIndexChanged"> <summary> Occurs when one of the pager buttons is clicked, but after the <see cref="T:System.Web.UI.WebControls.GridView" /> control handles the paging operation. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.PageIndexChanging"> <summary> Occurs when one of the pager buttons is clicked, but before the <see cref="T:System.Web.UI.WebControls.GridView" /> control handles the paging operation. </summary> </member> <member name="P:System.Web.UI.WebControls.GridView.PagerSettings"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> object that enables you to set the properties of the pager buttons in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> that enables you to set the properties of the pager buttons in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.PagerStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that enables you to set the appearance of the pager row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the pager row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.PagerTemplate"> <summary> Gets or sets the custom content for the pager row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for the pager row. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.PageSize"> <summary> Gets or sets the number of records to display on a page in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The number of records to display on a single page. The default is 10. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.GridView.PageSize" /> property is set to a value less than 1. </exception> </member> <member name="M:System.Web.UI.WebControls.GridView.PerformDataBinding(System.Collections.IEnumerable)"> <summary> Binds the specified data source to the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="data"> An <see cref="T:System.Collections.IEnumerable" /> that contains the data source. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.PrepareControlHierarchy"> <summary> Establishes the control hierarchy. </summary> </member> <member name="M:System.Web.UI.WebControls.GridView.RaiseCallbackEvent(System.String)"> <summary> Creates the arguments for the callback handler in the <see cref="M:System.Web.UI.ClientScriptManager.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.Boolean)" /> method. </summary> <param name="eventArgument"> The argument to pass to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.RaisePostBackEvent(System.String)"> <summary> Raises the appropriate events for the <see cref="T:System.Web.UI.WebControls.GridView" /> control when it posts back to the server. </summary> <param name="eventArgument"> The event argument from which to create a <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> for the event or events that are raised. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the Web server control content to the client's browser using the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> used to render the server control content on the client's browser. </param> </member> <member name="E:System.Web.UI.WebControls.GridView.RowCancelingEdit"> <summary> Occurs when the Cancel button of a row in edit mode is clicked, but before the row exits edit mode. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.RowCommand"> <summary> Occurs when a button is clicked in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.RowCreated"> <summary> Occurs when a row is created in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.RowDataBound"> <summary> Occurs when a data row is bound to data in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.RowDeleted"> <summary> Occurs when a row's Delete button is clicked, but after the <see cref="T:System.Web.UI.WebControls.GridView" /> control deletes the row. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.RowDeleting"> <summary> Occurs when a row's Delete button is clicked, but before the <see cref="T:System.Web.UI.WebControls.GridView" /> control deletes the row. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.RowEditing"> <summary> Occurs when a row's Edit button is clicked, but before the <see cref="T:System.Web.UI.WebControls.GridView" /> control enters edit mode. </summary> </member> <member name="P:System.Web.UI.WebControls.GridView.RowHeaderColumn"> <summary> Gets or sets the name of the column to use as the column header for the <see cref="T:System.Web.UI.WebControls.GridView" /> control. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns> The name of the column to use as the column header. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.Rows"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.GridViewRow" /> objects that represent the data rows in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" /> that contains all the data rows in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.RowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that enables you to set the appearance of the data rows in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the data rows in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="E:System.Web.UI.WebControls.GridView.RowUpdated"> <summary> Occurs when a row's Update button is clicked, but after the <see cref="T:System.Web.UI.WebControls.GridView" /> control updates the row. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.RowUpdating"> <summary> Occurs when a row's Update button is clicked, but before the <see cref="T:System.Web.UI.WebControls.GridView" /> control updates the row. </summary> </member> <member name="M:System.Web.UI.WebControls.GridView.SaveControlState"> <summary> Saves the state of the properties in the <see cref="T:System.Web.UI.WebControls.GridView" /> control that need to be persisted, even when the <see cref="P:System.Web.UI.Control.EnableViewState" /> property is set to false. </summary> <returns> Returns the server control's current view state. If there is no view state associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.SaveViewState"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Object" /> that contains the saved view state values for the control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.SelectedDataKey"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.DataKey" /> object that contains the data key value for the selected row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.DataKey" /> for the selected row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. The default is null, which indicates that no row is currently selected. </returns> <exception cref="T:System.InvalidOperationException"> No data keys are specified in the <see cref="P:System.Web.UI.WebControls.GridView.DataKeyNames" /> property. </exception> </member> <member name="P:System.Web.UI.WebControls.GridView.SelectedIndex"> <summary> Gets or sets the index of the selected row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The zero-based index of the selected row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. The default is -1, which indicates that no row is currently selected. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.GridView.SelectedIndex" /> property is set to a value less than -1. </exception> </member> <member name="E:System.Web.UI.WebControls.GridView.SelectedIndexChanged"> <summary> Occurs when a row's Select button is clicked, but after the <see cref="T:System.Web.UI.WebControls.GridView" /> control handles the select operation. </summary> </member> <member name="E:System.Web.UI.WebControls.GridView.SelectedIndexChanging"> <summary> Occurs when a row's Select button is clicked, but before the <see cref="T:System.Web.UI.WebControls.GridView" /> control handles the select operation. </summary> </member> <member name="P:System.Web.UI.WebControls.GridView.SelectedRow"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the selected row in the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the selected row in the control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.SelectedRowStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that enables you to set the appearance of the selected row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that represents the style of the selected row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.SelectedValue"> <summary> Gets the data key value of the selected row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The data key value of the selected row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.ShowFooter"> <summary> Gets or sets a value indicating whether the footer row is displayed in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns>true to display the footer row; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.ShowHeader"> <summary> Gets or sets a value indicating whether the header row is displayed in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns>true to display the header row; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.Sort(System.String,System.Web.UI.WebControls.SortDirection)"> <summary> Sorts the <see cref="T:System.Web.UI.WebControls.GridView" /> control based on the specified sort expression and direction. </summary> <param name="sortExpression"> The sort expression with which to sort the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </param> <param name="sortDirection"> One of the <see cref="T:System.Web.UI.WebControls.SortDirection" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.GridView.SortDirection"> <summary> Gets the sort direction of the column being sorted. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SortDirection" /> values. The default is SortDirection.Ascending. </returns> </member> <member name="E:System.Web.UI.WebControls.GridView.Sorted"> <summary> Occurs when the hyperlink to sort a column is clicked, but after the <see cref="T:System.Web.UI.WebControls.GridView" /> control handles the sort operation. </summary> </member> <member name="P:System.Web.UI.WebControls.GridView.SortExpression"> <summary> Gets the sort expression associated with the column or columns being sorted. </summary> <returns> The sort expression associated with the column or columns being sorted. </returns> </member> <member name="E:System.Web.UI.WebControls.GridView.Sorting"> <summary> Occurs when the hyperlink to sort a column is clicked, but before the <see cref="T:System.Web.UI.WebControls.GridView" /> control handles the sort operation. </summary> </member> <member name="M:System.Web.UI.WebControls.GridView.System#Web#UI#ICallbackEventHandler#GetCallbackResult"> <summary> Returns the result of a callback event that targets a control. </summary> <returns> The results of the callback. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.System#Web#UI#ICallbackEventHandler#RaiseCallbackEvent(System.String)"> <summary> Creates the arguments for the callback handler in the <see cref="M:System.Web.UI.ClientScriptManager.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String,System.Boolean)" /> method. </summary> <param name="eventArgument"> The argument to pass to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Raises the appropriate events for the <see cref="T:System.Web.UI.WebControls.GridView" /> control when it posts back to the server. </summary> <param name="eventArgument"> The event argument from which to create a <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> for the event or events that are raised. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.System#Web#UI#WebControls#ICallbackContainer#GetCallbackScript(System.Web.UI.WebControls.IButtonControl,System.String)"> <summary> Creates the callback script for a button that performs a sorting operation. </summary> <returns> The callback script for a button that performs a sorting operation. </returns> <param name="buttonControl"> The button control for which to create the callback script. </param> <param name="argument"> The arguments to pass to the callback script. </param> </member> <member name="M:System.Web.UI.WebControls.GridView.System#Web#UI#WebControls#IPostBackContainer#GetPostBackOptions(System.Web.UI.WebControls.IButtonControl)"> <summary> Creates a <see cref="T:System.Web.UI.PostBackOptions" /> object that represents the postback behavior of the specified button control. </summary> <returns> A <see cref="T:System.Web.UI.PostBackOptions" /> that represents the postback behavior of the specified button control. </returns> <param name="buttonControl"> The button control for which to create the callback script. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="buttonControl" /> parameter contains null. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="buttonControl" /> causes validation and is attempting to post back to the same container it validates. </exception> </member> <member name="P:System.Web.UI.WebControls.GridView.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.TopPagerRow"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the top pager row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the top pager row in the control. </returns> </member> <member name="M:System.Web.UI.WebControls.GridView.TrackViewState"> <summary> Tracks view-state changes to the <see cref="T:System.Web.UI.WebControls.GridView" /> control so they can be stored in the control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="M:System.Web.UI.WebControls.GridView.UpdateRow(System.Int32,System.Boolean)"> <summary> Updates the record at the specified row index using the field values of the row. </summary> <param name="rowIndex"> The index of the row to update. </param> <param name="causesValidation">true to perform page validation when this method is called; otherwise, false. </param> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.WebControls.GridView" /> control is bound to a data source control, but the <see cref="T:System.Web.UI.DataSourceView" /> associated with the data source is null. </exception> </member> <member name="P:System.Web.UI.WebControls.GridView.UseAccessibleHeader"> <summary> Gets or sets a value indicating whether a <see cref="T:System.Web.UI.WebControls.GridView" /> control renders its header in an accessible format. This property is provided to make the control more accessible to users of assistive technology devices. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.GridView" /> control renders its header in an accessible format; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewCancelEditEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.RowCancelingEdit" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewCancelEditEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewCancelEditEventArgs" /> class. </summary> <param name="rowIndex"> The index of the row containing the Cancel button that raised the event. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewCancelEditEventArgs.RowIndex"> <summary> Gets the index of the row containing the Cancel button that raised the event. </summary> <returns> The zero-based index of the row containing the Cancel button that raised the event. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewCancelEditEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.RowCancelingEdit" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewCancelEditEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.RowCommand" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewCommandEventArgs" /> class using the specified source of the command and event arguments. </summary> <param name="commandSource"> The source of the command. </param> <param name="originalArgs"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.GridViewCommandEventArgs.#ctor(System.Web.UI.WebControls.GridViewRow,System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewCommandEventArgs" /> class using the specified row, source of the command, and event arguments. </summary> <param name="row"> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the row containing the button. </param> <param name="commandSource"> The source of the command. </param> <param name="originalArgs"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> object that contains event data. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewCommandEventArgs.CommandSource"> <summary> Gets the source of the command. </summary> <returns> A instance of the <see cref="T:System.Object" /> class that represents the source of the command. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewCommandEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.RowCommand" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewCommandEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewDeletedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.RowDeleted" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewDeletedEventArgs.#ctor(System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewDeletedEventArgs" /> class. </summary> <param name="affectedRows"> The number of rows affected by the delete operation. </param> <param name="e"> An <see cref="T:System.Exception" /> that represents the exception raised when the delete operation was performed. If no exception is raised, use null for this parameter. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewDeletedEventArgs.AffectedRows"> <summary> Gets the number of rows affected by the delete operation. </summary> <returns> The number of rows affected by the delete operation. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewDeletedEventArgs.Exception"> <summary> Gets the exception (if any) that was raised during the delete operation. </summary> <returns> An <see cref="T:System.Exception" /> that represents the exception that was raised during the delete operation. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewDeletedEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler. </summary> <returns>true if the exception was handled in the event handler; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewDeletedEventArgs.Keys"> <summary> Gets an ordered dictionary of key field name/value pairs for the deleted record. </summary> <returns> A <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains an ordered dictionary of key field name/value pairs for the deleted record. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewDeletedEventArgs.Values"> <summary> Gets a dictionary of the non-key field name/value pairs for the deleted record. </summary> <returns> A <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> that contains a dictionary of the non-key field name/value pairs for the deleted record. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewDeletedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.RowDeleted" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewDeletedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewDeleteEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.RowDeleting" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewDeleteEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewDeleteEventArgs" /> class. </summary> <param name="rowIndex"> The index of the row that contains the Delete button that raised the event. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewDeleteEventArgs.Keys"> <summary> Gets a dictionary of field name/value pairs that represent the primary key of the row to delete. </summary> <returns> A dictionary that contains field name/value pairs that represent the primary key of the row to delete. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewDeleteEventArgs.RowIndex"> <summary> Gets the index of the row being deleted. </summary> <returns> The zero-based index of the row being deleted. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewDeleteEventArgs.Values"> <summary> Gets a dictionary of the non-key field name/value pairs for the row to delete. </summary> <returns> A <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object that contains the non-key field name/value pairs of the row to delete. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewDeleteEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.RowDeleting" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewDeleteEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewEditEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.RowEditing" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewEditEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewEditEventArgs" /> class. </summary> <param name="newEditIndex"> The index of the row to edit. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewEditEventArgs.NewEditIndex"> <summary> Gets or sets the index of the row being edited. </summary> <returns> The index of the row being edited. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewEditEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.RowEditing" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewEditEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewPageEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.PageIndexChanging" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewPageEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewPageEventArgs" /> class. </summary> <param name="newPageIndex"></param> </member> <member name="P:System.Web.UI.WebControls.GridViewPageEventArgs.NewPageIndex"> <summary> Gets or sets the index of the new page to display in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The index of the new page to display in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.GridViewPageEventArgs.NewPageIndex" /> property is less than zero. </exception> </member> <member name="T:System.Web.UI.WebControls.GridViewPageEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.PageIndexChanging" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewPageEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewRow"> <summary> Represents an individual row in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewRow.#ctor(System.Int32,System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> class. </summary> <param name="rowIndex"> The index of the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object in the <see cref="P:System.Web.UI.WebControls.GridView.Rows" /> collection of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </param> <param name="dataItemIndex"> The index of the <see cref="P:System.Web.UI.WebControls.GridViewRow.DataItem" /> in the underlying <see cref="T:System.Data.DataSet" />. </param> <param name="rowType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> enumeration values. </param> <param name="rowState"> A bitwise combination of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewRow.DataItem"> <summary> Gets the underlying data object to which the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object is bound. </summary> <returns> An <see cref="T:System.Object" /> that represents the underlying data object to which the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object is bound. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRow.DataItemIndex"> <summary> Gets the index of the <see cref="P:System.Web.UI.WebControls.GridViewRow.DataItem" /> in the underlying <see cref="T:System.Data.DataSet" />. </summary> <returns> The index of the <see cref="P:System.Web.UI.WebControls.GridViewRow.DataItem" /> in the underlying data source. </returns> </member> <member name="M:System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether to pass an event up the page's ASP.NET server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewRow.RowIndex"> <summary> Gets the index of the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object in the <see cref="P:System.Web.UI.WebControls.GridView.Rows" /> collection of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The index of the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object in the <see cref="P:System.Web.UI.WebControls.GridView.Rows" /> collection of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRow.RowState"> <summary> Gets the state of the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object. </summary> <returns> A bitwise combination of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRow.RowType"> <summary> Gets the row type of the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> values. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRow.System#Web#UI#IDataItemContainer#DataItem"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DataItem" />. </summary> <returns> Returns <see cref="P:System.Web.UI.WebControls.GridViewRow.DataItem" />. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRow.System#Web#UI#IDataItemContainer#DataItemIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DataItemIndex" />. </summary> <returns> Returns <see cref="P:System.Web.UI.WebControls.GridViewRow.DataItemIndex" />. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRow.System#Web#UI#IDataItemContainer#DisplayIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DisplayIndex" />. </summary> <returns> Returns <see cref="P:System.Web.UI.WebControls.GridViewRow.RowIndex" />. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewRowCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.GridViewRow" /> objects in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewRowCollection.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" /> class using the specified <see cref="T:System.Collections.ArrayList" /> object. </summary> <param name="rows"> An <see cref="T:System.Collections.ArrayList" /> object that contains the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> objects with which to initialize the collection. </param> </member> <member name="M:System.Web.UI.WebControls.GridViewRowCollection.CopyTo(System.Web.UI.WebControls.GridViewRow[],System.Int32)"> <summary> Copies all the items from this <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" /> to the specified <see cref="T:System.Array" /> object, starting at the specified index in the <see cref="T:System.Array" /> object. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> object that receives the copied items from the <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" /> object. </param> <param name="index"> The first index in the specified <see cref="T:System.Array" /> object to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewRowCollection.Count"> <summary> Gets the number of items in the <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" /> object. </summary> <returns> The number of items in the <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.GridViewRowCollection.GetEnumerator"> <summary> Returns an enumerator that contains all <see cref="T:System.Web.UI.WebControls.GridViewRow" /> objects in the <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" />. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all <see cref="T:System.Web.UI.WebControls.GridViewRow" /> objects in the <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRowCollection.IsReadOnly"> <summary> Gets a value indicating whether the rows in the <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" /> object can be modified. </summary> <returns> Always returns false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRowCollection.IsSynchronized"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.GridViewRowCollection" /> object is synchronized (thread-safe). </summary> <returns> Always returns false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewRowCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object at the specified index in the collection. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object to retrieve from the collection. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewRowCollection.SyncRoot"> <summary> Gets the object used to synchronize access to the collection. </summary> <returns> An <see cref="T:System.Object" /> that can be used to synchronize access to the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.GridViewRowCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> For a description of this member, see <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)" />. </summary> <param name="array"> The one-dimensional <see cref="T:System.Array" /> object that is the destination of the elements copied from the <see cref="T:System.Collections.ICollection" /> interface. The array must have zero-based indexing. </param> <param name="index"> The zero-based index in a <see cref="T:System.Array" /> object at which copying begins. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewRowEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.RowCreated" /> and <see cref="E:System.Web.UI.WebControls.GridView.RowDataBound" /> events. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewRowEventArgs.#ctor(System.Web.UI.WebControls.GridViewRow)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewRowEventArgs" /> class. </summary> <param name="row"> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the row being created or data-bound. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewRowEventArgs.Row"> <summary> Gets the row being created or data-bound. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the row being created or data-bound. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewRowEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.RowCreated" /> and <see cref="E:System.Web.UI.WebControls.GridView.RowDataBound" /> events of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewRowEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewSelectEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.SelectedIndexChanging" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewSelectEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewSelectEventArgs" /> class. </summary> <param name="newSelectedIndex"> The index of the new row to select in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewSelectEventArgs.NewSelectedIndex"> <summary> Gets or sets the index of the new row to select in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The index of the new row to select in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewSelectEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.SelectedIndexChanging" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewSelectEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewSortEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.Sorting" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewSortEventArgs.#ctor(System.String,System.Web.UI.WebControls.SortDirection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewSortEventArgs" /> class. </summary> <param name="sortExpression"> The sort expression used to sort the items in the control. </param> <param name="sortDirection"> A <see cref="T:System.Web.UI.WebControls.SortDirection" /> that indicates the direction in which to sort the items in the control. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewSortEventArgs.SortDirection"> <summary> Gets or sets the direction in which to sort the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SortDirection" /> values. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewSortEventArgs.SortExpression"> <summary> Gets or sets the expression used to sort the items in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The expression used to sort the items in the <see cref="T:System.Web.UI.WebControls.GridView" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewSortEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.Sorting" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewSortEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewUpdatedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.RowUpdated" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewUpdatedEventArgs.#ctor(System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewUpdatedEventArgs" /> class. </summary> <param name="affectedRows"> The number of rows that were affected by the update operation. </param> <param name="e"> The exception that was raised when the update operation was performed. If no exception was raised, use null for this parameter. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdatedEventArgs.AffectedRows"> <summary> Gets the number of rows that were affected by the update operation. </summary> <returns> The number of rows that were affected by the update operation. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdatedEventArgs.Exception"> <summary> Gets the exception (if any) that was raised during the update operation. </summary> <returns> The exception that was raised during the update operation. If no exceptions were raised, this property returns null. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdatedEventArgs.ExceptionHandled"> <summary> Gets or sets a value that indicates whether an exception that was raised during the update operation was handled in the event handler. </summary> <returns>true if the exception was handled in the event handler; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdatedEventArgs.KeepInEditMode"> <summary> Gets or sets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.GridView" /> control should remain in edit mode after an update operation. </summary> <returns>true if the control will remain in edit mode after an update operation; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdatedEventArgs.Keys"> <summary> Gets a dictionary that contains the key field name/value pairs for the updated record. </summary> <returns> A dictionary of key field name/value pairs for the updated record. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdatedEventArgs.NewValues"> <summary> Gets a dictionary that contains the new field name/value pairs for the updated record. </summary> <returns> A dictionary of the new field name/value pairs for the updated record. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdatedEventArgs.OldValues"> <summary> Gets a dictionary that contains the original field name/value pairs for the updated record. </summary> <returns> A dictionary of the original field name/value pairs for the updated record. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewUpdatedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.RowUpdated" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewUpdatedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.GridViewUpdateEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.GridView.RowUpdating" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.GridViewUpdateEventArgs.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.GridViewUpdateEventArgs" /> class. </summary> <param name="rowIndex"> The index of the row being updated. </param> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdateEventArgs.Keys"> <summary> Gets a dictionary of field name/value pairs that represent the primary key of the row to update. </summary> <returns> A <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object containing field name/value pairs that represent the primary key of the row to update. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdateEventArgs.NewValues"> <summary> Gets a dictionary containing the revised values of the non-key field name/value pairs in the row to update. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object containing the revised values of the non-key field name/value pairs in the row to update. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdateEventArgs.OldValues"> <summary> Gets a dictionary containing the original field name/value pairs in the row to update. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object that contains the original values of the field name/value pairs in the row to update. </returns> </member> <member name="P:System.Web.UI.WebControls.GridViewUpdateEventArgs.RowIndex"> <summary> Gets the index of the row being updated. </summary> <returns> The index of the row being updated. </returns> </member> <member name="T:System.Web.UI.WebControls.GridViewUpdateEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.GridView.RowUpdating" /> event of a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.GridViewUpdateEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.HiddenField"> <summary> Represents a hidden field used to store a non-displayed value. </summary> </member> <member name="M:System.Web.UI.WebControls.HiddenField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.HiddenField" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.HiddenField.CreateControlCollection"> <summary> Creates an <see cref="T:System.Web.UI.EmptyControlCollection" /> object used to indicate that child controls are not allowed. </summary> <returns> Always returns an <see cref="T:System.Web.UI.EmptyControlCollection" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.HiddenField.EnableTheming"> <summary> Gets or sets a value indicating whether themes apply to this control. </summary> <returns> Always returns false to indicate that this control does not support themes. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to set this property. </exception> </member> <member name="M:System.Web.UI.WebControls.HiddenField.Focus"> <summary> Sets input focus to this control. </summary> <exception cref="T:System.NotSupportedException"> An attempt is made to call this method. </exception> </member> <member name="M:System.Web.UI.WebControls.HiddenField.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes postback data for a <see cref="T:System.Web.UI.WebControls.HiddenField" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.HiddenField" /> control's state changes as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.WebControls.HiddenField.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.HiddenField.OnValueChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.HiddenField.ValueChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.HiddenField.RaisePostDataChangedEvent"> <summary> Notifies the ASP.NET application that the state of the <see cref="T:System.Web.UI.WebControls.HiddenField" /> control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.HiddenField.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the Web server control content to the client's browser using the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="P:System.Web.UI.WebControls.HiddenField.SkinID"> <summary> Gets or sets the skin to apply to the control. </summary> <returns> Always returns an empty string ("") to indicate that themes are not supported. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to set this property. </exception> </member> <member name="M:System.Web.UI.WebControls.HiddenField.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see the <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method. </summary> <returns>true if the server control's state changes as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.WebControls.HiddenField.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> method. </summary> </member> <member name="P:System.Web.UI.WebControls.HiddenField.Value"> <summary> Gets or sets the value of the hidden field. </summary> <returns> The value of the hidden field. The default is an empty string (""). </returns> </member> <member name="E:System.Web.UI.WebControls.HiddenField.ValueChanged"> <summary> Occurs when the value of the <see cref="T:System.Web.UI.WebControls.HiddenField" /> control changes between posts to the server. </summary> </member> <member name="T:System.Web.UI.WebControls.HierarchicalDataBoundControl"> <summary> Serves as the base class for all ASP.NET version 2.0 data-bound controls that display their data in hierarchical form. </summary> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.#ctor"></member> <member name="P:System.Web.UI.WebControls.HierarchicalDataBoundControl.DataSourceID"> <returns> The ID of a control that represents the data source from which the data-bound control retrieves its data. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.GetData(System.String)"> <summary> Retrieves a <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> object that the data-bound control uses to perform data operations. </summary> <returns> The <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> object that the data-bound control uses to perform data operations. </returns> <param name="viewPath"> The hierarchical path of the view to retrieve. </param> <exception cref="T:System.InvalidOperationException"> A <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> could not be retrieved for the specified <paramref name="viewPath" />. </exception> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.GetDataSource"> <summary> Retrieves the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> that the data-bound control is associated with, if any. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchicalDataSource" /> instance that represents the data source identified by the <see cref="P:System.Web.UI.WebControls.DataBoundControl.DataSourceID" /> property. </returns> <exception cref="T:System.Web.HttpException"> The data source control identified by the <see cref="P:System.Web.UI.WebControls.HierarchicalDataBoundControl.DataSourceID" /> property does not exist in the current container. - or - The data source control identified by the <see cref="P:System.Web.UI.WebControls.HierarchicalDataBoundControl.DataSourceID" /> property does not implement the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> interface. </exception> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.MarkAsDataBound"> <summary> Sets the state of the control in view state as successfully bound to data. </summary> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.OnDataPropertyChanged"> <summary> Called when one of the base data source identification properties is changed, to re-bind the data-bound control to its data. </summary> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.OnDataSourceChanged(System.Object,System.EventArgs)"> <summary> Called when the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> instance that the data-bound control works with raises the <see cref="E:System.Web.UI.IDataSource.DataSourceChanged" /> event. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> object. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.OnLoad(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.OnPagePreLoad(System.Object,System.EventArgs)"> <summary> Sets the initialized state of the data-bound control before the control is loaded. </summary> <param name="sender"> The <see cref="T:System.Web.UI.Page" /> that raised the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformDataBinding"> <summary> When overridden in a derived class, binds data from the data source to the control. </summary> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformSelect"> <summary> Retrieves data from the associated data source. </summary> </member> <member name="M:System.Web.UI.WebControls.HierarchicalDataBoundControl.ValidateDataSource(System.Object)"> <summary> Verifies that the object a data-bound control binds to is one it can work with. </summary> <param name="dataSource"> An object set to the <see cref="P:System.Web.UI.WebControls.BaseDataBoundControl.DataSource" /> property. </param> <exception cref="T:System.InvalidOperationException"> <paramref name="dataSource" /> is not null and implements neither the <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> nor the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> interface. </exception> </member> <member name="T:System.Web.UI.WebControls.HorizontalAlign"> <summary> Specifies the horizontal alignment of items within a container. </summary> </member> <member name="F:System.Web.UI.WebControls.HorizontalAlign.NotSet"> <summary> The horizontal alignment is not set. </summary> </member> <member name="F:System.Web.UI.WebControls.HorizontalAlign.Left"> <summary> The contents of a container are left justified. </summary> </member> <member name="F:System.Web.UI.WebControls.HorizontalAlign.Center"> <summary> The contents of a container are centered. </summary> </member> <member name="F:System.Web.UI.WebControls.HorizontalAlign.Right"> <summary> The contents of a container are right justified. </summary> </member> <member name="F:System.Web.UI.WebControls.HorizontalAlign.Justify"> <summary> The contents of a container are uniformly spread out and aligned with both the left and right margins. </summary> </member> <member name="T:System.Web.UI.WebControls.HotSpot"> <summary> Implements the basic functionality common to all hot spot shapes. </summary> </member> <member name="M:System.Web.UI.WebControls.HotSpot.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.HotSpot.AccessKey"> <summary> Gets or sets the access key that allows you to quickly navigate to the <see cref="T:System.Web.UI.WebControls.HotSpot" /> region. </summary> <returns> The access key for quick navigation to the <see cref="T:System.Web.UI.WebControls.HotSpot" /> region. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified access key is neither null, an empty string (""), nor a single character string. </exception> </member> <member name="P:System.Web.UI.WebControls.HotSpot.AlternateText"> <summary> Gets or sets the alternate text to display for a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control when the image is unavailable or renders to a browser that does not support images. </summary> <returns> The text displayed in place of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> when the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control's image is unavailable. The default value is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.HotSpot.GetCoordinates"> <summary> When overridden in a derived class, returns a string that represents the coordinates of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> region. </summary> <returns> A string that represents the coordinates of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> region. </returns> </member> <member name="P:System.Web.UI.WebControls.HotSpot.HotSpotMode"> <summary> Gets or sets the behavior of a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control when the <see cref="T:System.Web.UI.WebControls.HotSpot" /> is clicked. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HotSpotMode" /> enumeration values. The default is Default. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified type is not one of the <see cref="T:System.Web.UI.WebControls.HotSpotMode" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.HotSpot.IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object is tracking its view-state changes. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object is tracking its view-state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.HotSpot.LoadViewState(System.Object)"> <summary> Restores the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object's previously saved view state to the object. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to restore. </param> </member> <member name="P:System.Web.UI.WebControls.HotSpot.MarkupName"> <summary> When overridden in a derived class, gets the string representation for the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object's shape. </summary> <returns> A string that represents the name of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object's shape. </returns> </member> <member name="P:System.Web.UI.WebControls.HotSpot.NavigateUrl"> <summary> Gets or sets the URL to navigate to when a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object is clicked. </summary> <returns> The URL to navigate to when a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object is clicked. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.HotSpot.PostBackValue"> <summary> Gets or sets the name of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to pass in the event data when the <see cref="T:System.Web.UI.WebControls.HotSpot" /> is clicked. </summary> <returns> The name of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to pass in the event data when the <see cref="T:System.Web.UI.WebControls.HotSpot" /> is clicked. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.HotSpot.SaveViewState"> <summary> Saves the changes to the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object's view state since the time the page was posted back to the server. </summary> <returns> The <see cref="T:System.Object" /> that contains the changes to the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object's view state. If no view state is associated with the object, this method returns null. </returns> </member> <member name="P:System.Web.UI.WebControls.HotSpot.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object is tracking its view-state changes. </summary> <returns>true if a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object is tracking its view-state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.HotSpot.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Restores the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object's previously saved view state to the object. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that contains the saved view state values for the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to restore. </param> </member> <member name="M:System.Web.UI.WebControls.HotSpot.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the changes to the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object's view state since the last time the page was posted back to the server. </summary> <returns> The <see cref="T:System.Object" /> that contains the changes to the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object's view state. </returns> </member> <member name="M:System.Web.UI.WebControls.HotSpot.System#Web#UI#IStateManager#TrackViewState"> <summary> Instructs the <see cref="T:System.Web.UI.WebControls.HotSpot" /> region to track changes to its view state. </summary> </member> <member name="P:System.Web.UI.WebControls.HotSpot.TabIndex"> <summary> Gets or sets the tab index of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> region. </summary> <returns> The tab index of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> region. The default is 0, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified tab index is not between -32768 and 32767. </exception> </member> <member name="P:System.Web.UI.WebControls.HotSpot.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content linked to when a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object that navigates to a URL is clicked. </summary> <returns> The target window or frame in which to load the Web page linked to when a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object that navigates to a URL is clicked. The default value is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="M:System.Web.UI.WebControls.HotSpot.ToString"> <summary> Returns the <see cref="T:System.String" /> representation of this instance of a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object. </summary> <returns> A string that represents this <see cref="T:System.Web.UI.WebControls.HotSpot" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.HotSpot.TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to track changes to its view state so they can be stored in the object's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.WebControls.HotSpot.ViewState"> <summary> Gets a dictionary of state information that allows you to save and restore the view state of a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object across multiple requests for the same page. </summary> <returns> An instance of the <see cref="T:System.Web.UI.StateBag" /> class that contains the <see cref="T:System.Web.UI.WebControls.HotSpot" /> region's view-state information. </returns> </member> <member name="T:System.Web.UI.WebControls.HotSpotCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.HotSpot" /> objects inside an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.HotSpotCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.HotSpotCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.HotSpotCollection.Add(System.Web.UI.WebControls.HotSpot)"> <summary> Appends a specified <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to the end of the <see cref="T:System.Web.UI.WebControls.HotSpotCollection" /> collection. </summary> <returns> The index at which the object was added to the collection. </returns> <param name="spot"> The <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to append to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.HotSpotCollection.Insert(System.Int32,System.Web.UI.WebControls.HotSpot)"> <summary> Inserts a specified <see cref="T:System.Web.UI.WebControls.HotSpot" /> object into the <see cref="T:System.Web.UI.WebControls.HotSpotCollection" /> collection at the specified index location. </summary> <param name="index"> The array index at which to add the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object. </param> <param name="spot"> The <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to add to the collection. </param> </member> <member name="P:System.Web.UI.WebControls.HotSpotCollection.Item(System.Int32)"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.HotSpotCollection" /> collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.HotSpot" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.HotSpotCollection" /> collection. </returns> <param name="index"> The ordinal index value that specifies the location of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.HotSpotCollection.Remove(System.Web.UI.WebControls.HotSpot)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.HotSpot" /> object from the <see cref="T:System.Web.UI.WebControls.HotSpotCollection" /> collection. </summary> <param name="spot"> The <see cref="T:System.Web.UI.WebControls.HotSpot" /> object to remove from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.HotSpotCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object at the specified index location from the collection. </summary> <param name="index"> The array index from which to remove the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object. </param> </member> <member name="T:System.Web.UI.WebControls.HotSpotMode"> <summary> Specifies the behaviors of a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control when the <see cref="T:System.Web.UI.WebControls.HotSpot" /> is clicked. </summary> </member> <member name="F:System.Web.UI.WebControls.HotSpotMode.NotSet"> <summary> The <see cref="T:System.Web.UI.WebControls.HotSpot" /> uses the behavior set by the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control's <see cref="P:System.Web.UI.WebControls.ImageMap.HotSpotMode" /> property. If the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control does not define the behavior, the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object navigates to a URL. </summary> </member> <member name="F:System.Web.UI.WebControls.HotSpotMode.Navigate"> <summary> The <see cref="T:System.Web.UI.WebControls.HotSpot" /> navigates to a URL. </summary> </member> <member name="F:System.Web.UI.WebControls.HotSpotMode.PostBack"> <summary> The <see cref="T:System.Web.UI.WebControls.HotSpot" /> generates a postback to the server. </summary> </member> <member name="F:System.Web.UI.WebControls.HotSpotMode.Inactive"> <summary> The <see cref="T:System.Web.UI.WebControls.HotSpot" /> does not have any behavior. </summary> </member> <member name="T:System.Web.UI.WebControls.HyperLink"> <summary> A control that displays a link to another Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.HyperLink.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.HyperLink" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.HyperLink.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the attributes of a <see cref="T:System.Web.UI.WebControls.HyperLink" /> control to the output stream for rendering. </summary> <param name="writer"> The output stream to render on the client. </param> </member> <member name="M:System.Web.UI.WebControls.HyperLink.AddParsedSubObject(System.Object)"> <summary> Notifies the control that an element was parsed, and adds the element to the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> </member> <member name="P:System.Web.UI.WebControls.HyperLink.ImageUrl"> <summary> Gets or sets the path to an image to display for the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control. </summary> <returns> The path to the image to display for the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control. The default value is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.HyperLink.LoadViewState(System.Object)"> <param name="savedState"> The <see cref="T:System.Object" /> that contains the previously saved state. </param> </member> <member name="P:System.Web.UI.WebControls.HyperLink.NavigateUrl"> <summary> Gets or sets the URL to link to when the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control is clicked. </summary> <returns> The URL to link to when the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control is clicked. The default value is an empty string (''). </returns> </member> <member name="M:System.Web.UI.WebControls.HyperLink.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control on a page. </summary> <param name="writer"> The output stream to render on the client. </param> </member> <member name="P:System.Web.UI.WebControls.HyperLink.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content linked to when the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control is clicked. </summary> <returns> The target window or frame to load the Web page linked to when the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control is clicked. Values must begin with a letter in the range of a through z (case-insensitive), except for the special values listed in the following table, which begin with an underscore. _blank Renders the content in a new window without frames. _parent Renders the content in the immediate frameset parent. _search Renders the content in the search pane. _self Renders the content in the frame with focus. _top Renders the content in the full window without frames. Note: Check your browser documentation to determine if the _search value is supported. For example, Microsoft Internet Explorer 5.0 and later support the _search target value. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLink.Text"> <summary> Gets or sets the text caption for the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control. </summary> <returns> The text caption for the <see cref="T:System.Web.UI.WebControls.HyperLink" /> control. The default value is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.HyperLinkColumn"> <summary> A column type for the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that contains a hyperlink for each item in the column. </summary> </member> <member name="M:System.Web.UI.WebControls.HyperLinkColumn.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.HyperLinkColumn" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.HyperLinkColumn.DataNavigateUrlField"> <summary> Gets or sets the field from a data source to bind to the URL of the hyperlinks in the <see cref="T:System.Web.UI.WebControls.HyperLinkColumn" />. </summary> <returns> The field from a data source to bind to the URL of the hyperlinks in the <see cref="T:System.Web.UI.WebControls.HyperLinkColumn" />. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkColumn.DataNavigateUrlFormatString"> <summary> Gets or sets the display format for the URL of the hyperlinks in the <see cref="T:System.Web.UI.WebControls.HyperLinkColumn" /> when the URL is data-bound to a field in a data source. </summary> <returns> The string that specifies the display format for the URL of the hyperlinks in the <see cref="T:System.Web.UI.WebControls.HyperLinkColumn" /> when the URL is data-bound to a field in a data source. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkColumn.DataTextField"> <summary> Gets or sets the field from a data source to bind to the text caption of the hyperlinks in the <see cref="T:System.Web.UI.WebControls.HyperLinkColumn" />. </summary> <returns> The field name from a data source to bind to the text caption of the hyperlinks in <see cref="T:System.Web.UI.WebControls.HyperLinkColumn" />. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkColumn.DataTextFormatString"> <summary> Gets or sets the display format for the text caption of the hyperlinks in the <see cref="T:System.Web.UI.WebControls.HyperLinkColumn" /> column. </summary> <returns> The string that specifies the display format for the text caption of the hyperlinks in the column. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.HyperLinkColumn.FormatDataNavigateUrlValue(System.Object)"> <summary> Formats a data-bound URL using the format specified by the <see cref="P:System.Web.UI.WebControls.HyperLinkColumn.DataNavigateUrlFormatString" /> property. </summary> <returns> The data-bound URL in the format specified by the <see cref="P:System.Web.UI.WebControls.HyperLinkColumn.DataNavigateUrlFormatString" /> property. </returns> <param name="dataUrlValue"> The data-bound URL to format. </param> </member> <member name="M:System.Web.UI.WebControls.HyperLinkColumn.FormatDataTextValue(System.Object)"> <summary> Formats a data-bound text caption using the format specified by the <see cref="P:System.Web.UI.WebControls.HyperLinkColumn.DataTextFormatString" /> property. </summary> <returns> The data-bound text caption in the format specified by the <see cref="P:System.Web.UI.WebControls.HyperLinkColumn.DataTextFormatString" /> property. </returns> <param name="dataTextValue"> The data-bound URL to format. </param> </member> <member name="M:System.Web.UI.WebControls.HyperLinkColumn.Initialize"></member> <member name="M:System.Web.UI.WebControls.HyperLinkColumn.InitializeCell(System.Web.UI.WebControls.TableCell,System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Initializes the cell representing this column with the contained hyperlink. </summary> <param name="cell"> The cell to be initialized. </param> <param name="columnIndex"> The index of the column that contains the cell. </param> <param name="itemType"> The type of item that the cell is part of. </param> </member> <member name="P:System.Web.UI.WebControls.HyperLinkColumn.NavigateUrl"> <summary> Gets or sets the URL to link to when a hyperlink in the column is clicked. </summary> <returns> The URL to link to when a hyperlink in the column is clicked. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkColumn.Target"> <summary> Gets or sets the target window or frame to display the Web page content that is linked to when the hyperlink in the column is clicked. </summary> <returns> The target window or frame to load the Web page linked to when a hyperlink in the column is clicked. The default value is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkColumn.Text"> <summary> Gets or sets the text caption to display for the hyperlinks in the column. </summary> <returns> The text caption for the hyperlinks in the column. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.HyperLinkControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.HyperLink" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.HyperLinkControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.HyperLinkControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.HyperLinkControlBuilder.AllowWhitespaceLiterals"> <summary> Gets a value that indicates whether white spaces are allowed in literals for this control. </summary> <returns> Overloaded to always returns false to indicate that white spaces are not allowed. </returns> </member> <member name="T:System.Web.UI.WebControls.HyperLinkField"> <summary> Represents a field that is displayed as a hyperlink in a data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.HyperLinkField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.HyperLinkField.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object to the specified object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" />-derived object that receives the copy. </param> </member> <member name="M:System.Web.UI.WebControls.HyperLinkField.CreateField"> <summary> Returns a new instance of the <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> class. </summary> <returns> A new instance of <see cref="T:System.Web.UI.WebControls.HyperLinkField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkField.DataNavigateUrlFields"> <summary> Gets or sets the names of the fields from the data source used to construct the URLs for the hyperlinks in the <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object. </summary> <returns> An array containing the names of the fields from the data source used to construct the URLs for the hyperlinks in the <see cref="T:System.Web.UI.WebControls.HyperLinkField" />. The default is an empty array, indicating that <see cref="P:System.Web.UI.WebControls.HyperLinkField.DataNavigateUrlFields" /> is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkField.DataNavigateUrlFormatString"> <summary> Gets or sets the string that specifies the format in which the URLs for the hyperlinks in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object are rendered. </summary> <returns> A string that specifies the format in which the URLs for the hyperlinks in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> are rendered. The default is an empty string (""), which indicates that no special formatting is applied to the URL values. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkField.DataTextField"> <summary> Gets or sets the name of the field from the data source containing the text to display for the hyperlink captions in the <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object. </summary> <returns> The name of the field from the data source containing the values to display for the hyperlink captions in the <see cref="T:System.Web.UI.WebControls.HyperLinkField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkField.DataTextFormatString"> <summary> Get or sets the string that specifies the format in which the hyperlink captions in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object are displayed. </summary> <returns> A string that specifies the format in which the hyperlink captions in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> are displayed. The default is an empty string (""), which indicates that no special formatting is applied to the hyperlink captions. </returns> </member> <member name="M:System.Web.UI.WebControls.HyperLinkField.FormatDataNavigateUrlValue(System.Object[])"> <summary> Formats the navigation URL using the format string specified by the <see cref="P:System.Web.UI.WebControls.HyperLinkField.DataNavigateUrlFormatString" /> property. </summary> <returns> The formatted URL value. </returns> <param name="dataUrlValues"> An array of values to combine with the format string. </param> </member> <member name="M:System.Web.UI.WebControls.HyperLinkField.FormatDataTextValue(System.Object)"> <summary> Formats the caption text using the format string specified by the <see cref="P:System.Web.UI.WebControls.HyperLinkField.DataTextFormatString" /> property. </summary> <returns> The formatted text value. </returns> <param name="dataTextValue"> The text value to format. </param> </member> <member name="M:System.Web.UI.WebControls.HyperLinkField.Initialize(System.Boolean,System.Web.UI.Control)"> <summary> Initializes the <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object. </summary> <returns> Always returns false. </returns> <param name="enableSorting">true if sorting is supported; otherwise, false. </param> <param name="control"> The data control that acts as the parent for the <see cref="T:System.Web.UI.WebControls.HyperLinkField" />. </param> </member> <member name="M:System.Web.UI.WebControls.HyperLinkField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)"> <summary> Initializes a cell in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains the text or controls of the <see cref="T:System.Web.UI.WebControls.HyperLinkField" />. </param> <param name="cellType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlCellType" /> values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values that specifies the state of the row containing the <see cref="T:System.Web.UI.WebControls.HyperLinkField" />. </param> <param name="rowIndex"> The index of the row in the table. </param> </member> <member name="P:System.Web.UI.WebControls.HyperLinkField.NavigateUrl"> <summary> Gets or sets the URL to navigate to when a hyperlink in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object is clicked. </summary> <returns> The URL to navigate to when a hyperlink in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> is clicked. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkField.Target"> <summary> Gets or sets the target window or frame in which to display the Web page linked to when a hyperlink in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object is clicked. </summary> <returns> The target window or frame in which to load the Web page linked to when a hyperlink in a <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> is clicked. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.HyperLinkField.Text"> <summary> Gets or sets the text to display for each hyperlink in the <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object. </summary> <returns> The text to display for each hyperlink in the <see cref="T:System.Web.UI.WebControls.HyperLinkField" />. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.HyperLinkField.ValidateSupportsCallback"> <summary> Indicates that the controls contained by the <see cref="T:System.Web.UI.WebControls.HyperLinkField" /> object support callbacks. </summary> </member> <member name="T:System.Web.UI.WebControls.IButtonControl"> <summary> Defines properties and events that must be implemented to allow a control to act like a button on a Web page. </summary> </member> <member name="P:System.Web.UI.WebControls.IButtonControl.CausesValidation"> <summary> Gets or sets a value indicating whether clicking the button causes page validation to occur. </summary> <returns>true if clicking the button causes page validation to occur; otherwise, false. </returns> </member> <member name="E:System.Web.UI.WebControls.IButtonControl.Click"> <summary> Occurs when the button control is clicked. </summary> </member> <member name="E:System.Web.UI.WebControls.IButtonControl.Command"> <summary> Occurs when the button control is clicked. </summary> </member> <member name="P:System.Web.UI.WebControls.IButtonControl.CommandArgument"> <summary> Gets or sets an optional argument that is propagated to the <see cref="E:System.Web.UI.WebControls.IButtonControl.Command" /> event. </summary> <returns> The argument that is propagated to the <see cref="E:System.Web.UI.WebControls.IButtonControl.Command" /> event. </returns> </member> <member name="P:System.Web.UI.WebControls.IButtonControl.CommandName"> <summary> Gets or sets the command name that is propagated to the <see cref="E:System.Web.UI.WebControls.IButtonControl.Command" /> event. </summary> <returns> The name of the command that is propagated to the <see cref="E:System.Web.UI.WebControls.IButtonControl.Command" /> event. </returns> </member> <member name="P:System.Web.UI.WebControls.IButtonControl.PostBackUrl"> <summary> Gets or sets the URL of the Web page to post to from the current page when the button control is clicked. </summary> <returns> The URL of the Web page to post to from the current page when the button control is clicked. </returns> </member> <member name="P:System.Web.UI.WebControls.IButtonControl.Text"> <summary> Gets or sets the text caption displayed for the button. </summary> <returns> The text caption displayed for the button. </returns> </member> <member name="P:System.Web.UI.WebControls.IButtonControl.ValidationGroup"> <summary> Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server. </summary> <returns> The name for the group of controls for which the button control causes validation when it posts back to the server. </returns> </member> <member name="T:System.Web.UI.WebControls.ICallbackContainer"> <summary> Defines a method that enables controls to obtain a callback script. </summary> </member> <member name="M:System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript(System.Web.UI.WebControls.IButtonControl,System.String)"> <summary> Creates a script for initiating a client callback to a Web server. </summary> <returns> A script that, when run on a client, will initiate a callback to the Web server. </returns> <param name="buttonControl"> The control initiating the callback request. </param> <param name="argument"> The arguments used to build the callback script. </param> </member> <member name="T:System.Web.UI.WebControls.ICompositeControlDesignerAccessor"> <summary> Provides an interface to allow a composite-control designer to recreate the child controls of its associated control at design time. </summary> </member> <member name="M:System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls"> <summary> In a control derived from <see cref="T:System.Web.UI.WebControls.CompositeControl" />, recreates the child controls at design time. Called by the control's associated designer. </summary> </member> <member name="T:System.Web.UI.WebControls.Image"> <summary> Displays an image on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.Image.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Image" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Image.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the attributes of an <see cref="T:System.Web.UI.WebControls.Image" /> to the output stream for rendering on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client browser. </param> </member> <member name="P:System.Web.UI.WebControls.Image.AlternateText"> <summary> Gets or sets the alternate text displayed in the <see cref="T:System.Web.UI.WebControls.Image" /> control when the image is unavailable. Browsers that support the ToolTips feature display this text as a ToolTip. </summary> <returns> The alternate text displayed in the <see cref="T:System.Web.UI.WebControls.Image" /> control when the image is unavailable. </returns> </member> <member name="P:System.Web.UI.WebControls.Image.DescriptionUrl"> <summary> Gets or sets the location to a detailed description for the image. </summary> <returns> The URL for the file that contains a detailed description for the image. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Image.Enabled"> <summary> Gets or sets a value indicating whether the control is enabled. </summary> <returns>true if the control is enabled; otherwise false. </returns> </member> <member name="P:System.Web.UI.WebControls.Image.Font"> <summary> Gets the font properties for the text associated with the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontInfo" /> that contains the properties for the text associated with the control. </returns> </member> <member name="P:System.Web.UI.WebControls.Image.GenerateEmptyAlternateText"> <summary> Gets or sets a value indicating whether the control generates an alternate text attribute for an empty string value. </summary> <returns>true if the control generates the alternate text attribute for an empty string value; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.Image.ImageAlign"> <summary> Gets or sets the alignment of the <see cref="T:System.Web.UI.WebControls.Image" /> control in relation to other elements on the Web page. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ImageAlign" /> values. The default is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.ImageAlign" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.Image.ImageUrl"> <summary> Gets or sets the location of an image to display in the <see cref="T:System.Web.UI.WebControls.Image" /> control. </summary> <returns> The location of an image to display in the <see cref="T:System.Web.UI.WebControls.Image" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.Image.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the image control contents to the specified writer. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="T:System.Web.UI.WebControls.ImageAlign"> <summary> Specifies the alignment of an image in relation to the text of a Web page. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.NotSet"> <summary> The alignment is not set. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.Left"> <summary> The image is aligned on the left edge of the Web page with text wrapping on the right. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.Right"> <summary> The image is aligned on the right edge of the Web page with text wrapping on the left. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.Baseline"> <summary> The lower edge of the image is aligned with the lower edge of the first line of text. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.Top"> <summary> The upper edge of the image is aligned with the upper edge of the highest element on the same line. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.Middle"> <summary> The middle of the image is aligned with the lower edge of the first line of text. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.Bottom"> <summary> The lower edge of the image is aligned with the lower edge of the first line of text. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.AbsBottom"> <summary> The lower edge of the image is aligned with the lower edge of the largest element on the same line. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.AbsMiddle"> <summary> The middle of the image is aligned with the middle of the largest element on the same line. </summary> </member> <member name="F:System.Web.UI.WebControls.ImageAlign.TextTop"> <summary> The upper edge of the image is aligned with the upper edge of the highest text on the same line. </summary> </member> <member name="T:System.Web.UI.WebControls.ImageButton"> <summary> A control that displays an image and responds to mouse clicks on the image. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageButton.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ImageButton" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageButton.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the attributes of an <see cref="T:System.Web.UI.WebControls.ImageButton" /> to the output stream for rendering on the client. </summary> <param name="writer"> The output stream to render on the client. </param> </member> <member name="P:System.Web.UI.WebControls.ImageButton.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control is clicked; otherwise, false. The default value is true. </returns> </member> <member name="E:System.Web.UI.WebControls.ImageButton.Click"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.ImageButton" /> is clicked. </summary> </member> <member name="E:System.Web.UI.WebControls.ImageButton.Command"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.ImageButton" /> is clicked. </summary> </member> <member name="P:System.Web.UI.WebControls.ImageButton.CommandArgument"> <summary> Gets or sets an optional argument that provides additional information about the <see cref="P:System.Web.UI.WebControls.ImageButton.CommandName" /> property. </summary> <returns> An optional argument that supplements the <see cref="P:System.Web.UI.WebControls.ImageButton.CommandName" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageButton.CommandName"> <summary> Gets or sets the command name associated with the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control. </summary> <returns> The command name associated with the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageButton.Enabled"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ImageButton" /> can be clicked to perform a post back to the server. </summary> <returns>true if the control is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageButton.GenerateEmptyAlternateText"> <summary> Gets or sets a value indicating whether the control generates an alternate-text attribute for an empty string value. </summary> <returns>false, indicating that the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control does not generate an alternate-text attribute when the <see cref="P:System.Web.UI.WebControls.Image.AlternateText" /> property is empty. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set this property. </exception> </member> <member name="M:System.Web.UI.WebControls.ImageButton.GetPostBackOptions"> <summary> Creates a <see cref="T:System.Web.UI.PostBackOptions" /> object that represents the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control's postback behavior. </summary> <returns> A <see cref="T:System.Web.UI.PostBackOptions" /> that represents the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control's postback behavior. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageButton.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes posted data for the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control. </summary> <returns> Returns false for all cases. </returns> <param name="postDataKey"> The key value used to index an entry in the collection. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains post information. </param> </member> <member name="M:System.Web.UI.WebControls.ImageButton.OnClick(System.Web.UI.ImageClickEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ImageButton.Click" /> event and allows you to handle the <see cref="E:System.Web.UI.WebControls.ImageButton.Click" /> event directly. </summary> <param name="e"> A <see cref="T:System.Web.UI.ImageClickEventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.ImageButton.OnClientClick"> <summary> Gets or sets the client-side script that executes when an <see cref="T:System.Web.UI.WebControls.ImageButton" /> control's <see cref="E:System.Web.UI.WebControls.ImageButton.Click" /> event is raised. </summary> <returns> The client-side script that executes when an <see cref="T:System.Web.UI.WebControls.ImageButton" /> control's <see cref="E:System.Web.UI.WebControls.ImageButton.Click" /> event is raised. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageButton.OnCommand(System.Web.UI.WebControls.CommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ImageButton.Command" /> event and allows you to handle the <see cref="E:System.Web.UI.WebControls.ImageButton.Command" /> event directly. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ImageButton.OnPreRender(System.EventArgs)"> <summary> Determines whether the image has been clicked prior to rendering on the client. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.ImageButton.PostBackUrl"> <summary> Gets or sets the URL of the page to post to from the current page when the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control is clicked. </summary> <returns> The URL of the Web page to post to from the current page when the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control is clicked. The default value is an empty string (""), which causes the page to post back to itself. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.ImageButton.RaisePostDataChangedEvent"> <summary> Notifies the ASP.NET application that the state of the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageButton.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" />. </summary> <returns>true if the server control's state changes as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control, used to index the <paramref name="postCollection" />. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> collection that contains value information indexed by control identifiers. </param> </member> <member name="M:System.Web.UI.WebControls.ImageButton.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageButton.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> The argument for the event </param> </member> <member name="E:System.Web.UI.WebControls.ImageButton.System#Web#UI#WebControls#IButtonControl#Click"> <summary> For a description of this member, see the <see cref="E:System.Web.UI.WebControls.IButtonControl.Click" /> event. </summary> </member> <member name="P:System.Web.UI.WebControls.ImageButton.System#Web#UI#WebControls#IButtonControl#Text"> <summary> For a description of this member, see <see cref="P:System.Web.UI.WebControls.IButtonControl.Text" />. </summary> </member> <member name="P:System.Web.UI.WebControls.ImageButton.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that corresponds to the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control. </summary> <returns> An <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration value. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageButton.Text"> <summary> Gets or sets the value of the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control's <see cref="P:System.Web.UI.WebControls.Image.AlternateText" /> property. </summary> <returns> The value of the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control's <see cref="P:System.Web.UI.WebControls.Image.AlternateText" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageButton.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.WebControls.ImageButton" /> control causes validation when it posts back to the server. The default value is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.ImageField"> <summary> Represents a field that is displayed as an image in a data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ImageField" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.ImageField.AlternateText"> <summary> Gets or sets the alternate text displayed for an image in the <see cref="T:System.Web.UI.WebControls.ImageField" /> object. </summary> <returns> The alternate text for an image displayed in the <see cref="T:System.Web.UI.WebControls.ImageField" /> object. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageField.ConvertEmptyStringToNull"> <summary> Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are returned from the data source. </summary> <returns>true if <see cref="F:System.String.Empty" /> values should be converted to null; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageField.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current <see cref="T:System.Web.UI.WebControls.ImageField" /> object to the specified object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" />-derived object that receives the copy. </param> </member> <member name="M:System.Web.UI.WebControls.ImageField.CreateField"> <summary> Returns a new instance of the <see cref="T:System.Web.UI.WebControls.ImageField" /> class. </summary> <returns> A new instance of the <see cref="T:System.Web.UI.WebControls.ImageField" /> class. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageField.DataAlternateTextField"> <summary> Gets or sets the name of the field from the data source that contains the values to bind to the <see cref="P:System.Web.UI.WebControls.Image.AlternateText" /> property of each image in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object. </summary> <returns> The name of the field to bind the <see cref="P:System.Web.UI.WebControls.Image.AlternateText" /> property of each image in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageField.DataAlternateTextFormatString"> <summary> Gets or sets the string that specifies the format in which the alternate text for each image in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object is rendered. </summary> <returns> A string that specifies the format in which the alternate text for each image in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object is rendered. The default is an empty string (""), which indicates that now special formatting is applied to the alternate text. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageField.DataImageUrlField"> <summary> Gets or sets the name of the field from the data source that contains the values to bind to the <see cref="P:System.Web.UI.MobileControls.Image.ImageUrl" /> property of each image in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.MobileControls.Image.ImageUrl" /> property of each image in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageField.DataImageUrlFormatString"> <summary> Gets or sets the string that specifies the format in which the URL for each image in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object is rendered. </summary> <returns> A string that specifies the format in which the URL for each image in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object is rendered. The default is the empty string ("") , which indicates that no special formatting is applied to the URLs. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageField.ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState,System.Boolean)"> <summary> Fills the specified <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object with the values from the specified <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object. </summary> <param name="dictionary"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> used to store the values of the specified cell. </param> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains the values to retrieve. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="includeReadOnly">true to include the values of read-only fields; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.ImageField.FormatImageUrlValue(System.Object)"> <summary> Applies the format specified by the <see cref="P:System.Web.UI.WebControls.ImageField.DataImageUrlFormatString" /> property to a field value. </summary> <returns> The transformed value. </returns> <param name="dataValue"> The value to transform. </param> </member> <member name="M:System.Web.UI.WebControls.ImageField.GetDesignTimeValue"> <summary> Retrieves the value used for a field's value when rendering the <see cref="T:System.Web.UI.WebControls.ImageField" /> object in a designer. </summary> <returns> The value to display in the designer as the field's value. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageField.GetFormattedAlternateText(System.Web.UI.Control)"> <summary> Applies the format specified by the <see cref="P:System.Web.UI.WebControls.ImageField.DataAlternateTextFormatString" /> property to the alternate text value contained in the specified <see cref="T:System.Web.UI.Control" /> object. </summary> <returns> The transformed value. </returns> <param name="controlContainer"> The <see cref="T:System.Web.UI.Control" /> that contains the alternate text value to transform. </param> </member> <member name="M:System.Web.UI.WebControls.ImageField.GetValue(System.Web.UI.Control,System.String,System.ComponentModel.PropertyDescriptor@)"> <summary> Retrieves the value of the specified field from the specified control. </summary> <returns> The value of the specified field. </returns> <param name="controlContainer"> The <see cref="T:System.Web.UI.Control" /> that contains the field value. </param> <param name="fieldName"> The name of the field for which to retrieve the value. </param> <param name="cachedDescriptor"> A <see cref="T:System.ComponentModel.PropertyDescriptor" />, passed by reference, that represents the properties of the field. </param> <exception cref="T:System.Web.HttpException"> The <paramref name="controlContainer" /> parameter is null. - or - The data item associated with the container control is null. - or - The field specified by the <paramref name="fieldName" /> parameter could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.ImageField.Initialize(System.Boolean,System.Web.UI.Control)"> <summary> Initializes the <see cref="T:System.Web.UI.WebControls.ImageField" /> object. </summary> <returns> Always returns true. </returns> <param name="enableSorting">true if sorting is supported; otherwise, false. </param> <param name="control"> The data control that contains the <see cref="T:System.Web.UI.WebControls.ImageField" />. </param> </member> <member name="M:System.Web.UI.WebControls.ImageField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object with the specified cell type, row state, and row index. </summary> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> to initialize. </param> <param name="cellType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlCellType" /> values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="rowIndex"> The zero-based index of the row. </param> </member> <member name="M:System.Web.UI.WebControls.ImageField.InitializeDataCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState)"> <summary> Initializes the specified <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> object with the specified row state. </summary> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> to initialize. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.ImageField.NullDisplayText"> <summary> Gets or sets the text to display in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object when the value of the field specified by the <see cref="P:System.Web.UI.WebControls.ImageField.DataImageUrlField" /> property is null. </summary> <returns> The text to display when the value of a field is null. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageField.NullImageUrl"> <summary> Gets or sets the URL to an alternate image displayed in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object when the value of the field specified by the <see cref="P:System.Web.UI.WebControls.ImageField.DataImageUrlField" /> property is null. </summary> <returns> The URL to an alternate image displayed when the value of a field is null. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageField.OnDataBindField(System.Object,System.EventArgs)"> <summary> Binds the value of a field to the <see cref="T:System.Web.UI.WebControls.ImageField" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.WebControls.ImageField" /> object contains a control that is not a <see cref="T:System.Web.UI.WebControls.TextBox" /> control in edit mode and is not an <see cref="T:System.Web.UI.WebControls.Image" /> control with a <see cref="T:System.Web.UI.WebControls.Label" /> control in read-only mode. </exception> </member> <member name="P:System.Web.UI.WebControls.ImageField.ReadOnly"> <summary> Gets or sets a value indicating whether the values of the field specified by the <see cref="P:System.Web.UI.WebControls.ImageField.DataImageUrlField" /> property can be modified in edit mode. </summary> <returns>true to indicate that the field values cannot be modified in edit mode; otherwise, false. The default is false. </returns> </member> <member name="F:System.Web.UI.WebControls.ImageField.ThisExpression"> <summary> Represents the "this" expression. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageField.ValidateSupportsCallback"> <summary> Determines whether the controls contained in an <see cref="T:System.Web.UI.WebControls.ImageField" /> object support callbacks. </summary> </member> <member name="T:System.Web.UI.WebControls.ImageMap"> <summary> Creates a control that displays an image on a page. When a hot spot region defined within the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control is clicked, the control either generates a postback to the server or navigates to a specified URL. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageMap.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ImageMap" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageMap.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles of an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" />. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="E:System.Web.UI.WebControls.ImageMap.Click"> <summary> Occurs when a <see cref="T:System.Web.UI.WebControls.HotSpot" /> object in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control is clicked. </summary> </member> <member name="P:System.Web.UI.WebControls.ImageMap.Enabled"> <summary> Gets or sets a value indicating whether the control can respond to user interaction. </summary> <returns>true if the control is to respond to user clicks; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.ImageMap.HotSpotMode"> <summary> Gets or sets the default behavior for the <see cref="T:System.Web.UI.WebControls.HotSpot" /> objects of an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control when the <see cref="T:System.Web.UI.WebControls.HotSpot" /> objects are clicked. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HotSpotMode" /> enumeration values. The default is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified type is not one of the <see cref="T:System.Web.UI.WebControls.HotSpotMode" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.ImageMap.HotSpots"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.HotSpot" /> objects that represents the defined hot spot regions in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.HotSpotCollection" /> object that represents the defined hot spot regions in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageMap.LoadViewState(System.Object)"> <summary> Restores view-state information for the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control from a previous page request that was saved by the <see cref="M:System.Web.UI.WebControls.ImageMap.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control to restore. </param> <exception cref="T:System.ArgumentException"> <paramref name="savedState" /> is not a valid <see cref="P:System.Web.UI.Control.ViewState" />. </exception> </member> <member name="M:System.Web.UI.WebControls.ImageMap.OnClick(System.Web.UI.WebControls.ImageMapEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ImageMap.Click" /> event for the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. </summary> <param name="e"> An argument of type <see cref="T:System.Web.UI.WebControls.ImageMapEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ImageMap.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control when a form is posted back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.ImageMap.Render(System.Web.UI.HtmlTextWriter)"> <summary> Sends the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control content to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to render on the client. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control content. </param> </member> <member name="M:System.Web.UI.WebControls.ImageMap.SaveViewState"> <summary> Saves any changes to an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control's view-state that have occurred since the time the page was posted back to the server. </summary> <returns> Returns the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control's current view state. If there is no view state associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.ImageMap.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="P:System.Web.UI.WebControls.ImageMap.Target"> <summary> Gets or sets the target window or frame that displays the Web page content linked to when the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control is clicked. </summary> <returns> The target window or frame that displays the specified Web page when the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control is clicked. Values must begin with a letter in the range of A through Z (case-insensitive), except for the following special values, which begin with an underscore: _blank Renders the content in a new window without frames. _parent Renders the content in the immediate frameset parent. _search Renders the content in the search pane. _self Renders the content in the frame with focus. _top Renders the content in the full window without frames. Note: Check your browser documentation to determine if the _search value is supported. For example, Microsoft Internet Explorer 5.0 and later support the _search target value. The default value is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.ImageMap.TrackViewState"> <summary> Tracks view-state changes to the <see cref="T:System.Web.UI.WebControls.ImageMap" /> control so they can be stored in the control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="T:System.Web.UI.WebControls.ImageMapEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.ImageMap.Click" /> event of an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.ImageMapEventArgs.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ImageMapEventArgs" /> class. </summary> <param name="value"> The <see cref="T:System.String" /> object assigned to the <see cref="P:System.Web.UI.WebControls.HotSpot.PostBackValue" /> property of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object that was clicked. </param> </member> <member name="P:System.Web.UI.WebControls.ImageMapEventArgs.PostBackValue"> <summary> Gets the <see cref="T:System.String" /> assigned to the <see cref="P:System.Web.UI.WebControls.HotSpot.PostBackValue" /> property of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object that was clicked. </summary> <returns> The <see cref="T:System.String" /> assigned to the <see cref="P:System.Web.UI.WebControls.HotSpot.PostBackValue" /> property of the <see cref="T:System.Web.UI.WebControls.HotSpot" /> object that was clicked. </returns> </member> <member name="T:System.Web.UI.WebControls.ImageMapEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.ImageMap.Click" /> event of an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> The argument of type <see cref="T:System.Web.UI.WebControls.ImageMapEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.IPostBackContainer"> <summary> Defines a method that enables controls to obtain client-side script options. </summary> </member> <member name="M:System.Web.UI.WebControls.IPostBackContainer.GetPostBackOptions(System.Web.UI.WebControls.IButtonControl)"> <summary> Returns the options required for a postback script for a specified button control. </summary> <returns> A <see cref="T:System.Web.UI.PostBackOptions" /> object containing the options required to generate a postback script for <paramref name="buttonControl" />. </returns> <param name="buttonControl"> The control generating the postback event. </param> </member> <member name="T:System.Web.UI.WebControls.IRepeatInfoUser"> <summary> Defines the properties and methods that must be implemented by any list control that repeats a list of items. </summary> </member> <member name="M:System.Web.UI.WebControls.IRepeatInfoUser.GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)"> <summary> Retrieves the style of the specified item type at the specified index in the list control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style of the specified item type at the specified index in the list control. </returns> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list control. </param> </member> <member name="P:System.Web.UI.WebControls.IRepeatInfoUser.HasFooter"> <summary> Gets a value indicating whether the list control contains a footer section. </summary> <returns>true if the list control contains a footer section; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.IRepeatInfoUser.HasHeader"> <summary> Gets a value indicating whether the list control contains a heading section. </summary> <returns>true if the list control contains a heading section; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.IRepeatInfoUser.HasSeparators"> <summary> Gets a value indicating whether the list control contains a separator between items in the list. </summary> <returns>true if the list control contains a separator; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.IRepeatInfoUser.RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)"> <summary> Renders an item in the list with the specified information. </summary> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list control. </param> <param name="repeatInfo"> A <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> that represents the information used to render the item in the list. </param> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount"> <summary> Gets the number of items in the list control. </summary> <returns> The number of items in the list control. </returns> </member> <member name="T:System.Web.UI.WebControls.Label"> <summary> Represents a label control, which displays text on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.Label.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Label" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Label.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles of a <see cref="T:System.Web.UI.WebControls.Label" /> control to render to the specified output stream. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> <exception cref="T:System.Web.HttpException"> The control specified in the <see cref="P:System.Web.UI.WebControls.Label.AssociatedControlID" /> property cannot be found. </exception> </member> <member name="M:System.Web.UI.WebControls.Label.AddParsedSubObject(System.Object)"> <summary> Notifies the control that an element was parsed and adds the element to the <see cref="T:System.Web.UI.WebControls.Label" /> control. </summary> <param name="obj"> An object that represents the parsed element. </param> </member> <member name="P:System.Web.UI.WebControls.Label.AssociatedControlID"> <summary> Gets or sets the identifier for a server control that the <see cref="T:System.Web.UI.WebControls.Label" /> control is associated with. </summary> <returns> A string value corresponding to the <see cref="P:System.Web.UI.Control.ID" /> for a server control contained in the Web form. The default is an empty string (""), indicating that the <see cref="T:System.Web.UI.WebControls.Label" /> control is not associated with another server control. </returns> </member> <member name="M:System.Web.UI.WebControls.Label.LoadViewState(System.Object)"> <summary> Loads the previously saved state for the control. </summary> <param name="savedState"> An object that contains the saved view state values for the control. </param> </member> <member name="M:System.Web.UI.WebControls.Label.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the contents of the <see cref="T:System.Web.UI.WebControls.Label" /> into the specified writer. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> </member> <member name="P:System.Web.UI.WebControls.Label.TagKey"> <summary> Gets the HTML tag that is used to render the <see cref="T:System.Web.UI.WebControls.Label" /> control. </summary> <returns> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value used to render the <see cref="T:System.Web.UI.WebControls.Label" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Label.Text"> <summary> Gets or sets the text content of the <see cref="T:System.Web.UI.WebControls.Label" /> control. </summary> <returns> The text content of the control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.LabelControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.Label" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.LabelControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LabelControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.LabelControlBuilder.AllowWhitespaceLiterals"> <summary> Specifies whether white space literals are allowed. </summary> <returns>false for all cases. </returns> </member> <member name="T:System.Web.UI.WebControls.LinkButton"> <summary> Displays a hyperlink-style button control on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.LinkButton.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LinkButton" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.LinkButton.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the attributes of the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control to the output stream for rendering on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client. </param> </member> <member name="M:System.Web.UI.WebControls.LinkButton.AddParsedSubObject(System.Object)"> <summary> Notifies the control that an element, either XML or HTML, was parsed, and adds the element to the control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> </member> <member name="P:System.Web.UI.WebControls.LinkButton.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control is clicked; otherwise, false. The default value is true. </returns> </member> <member name="E:System.Web.UI.WebControls.LinkButton.Click"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control is clicked. </summary> </member> <member name="E:System.Web.UI.WebControls.LinkButton.Command"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control is clicked. </summary> </member> <member name="P:System.Web.UI.WebControls.LinkButton.CommandArgument"> <summary> Gets or sets an optional argument passed to the <see cref="E:System.Web.UI.WebControls.LinkButton.Command" /> event handler along with the associated <see cref="P:System.Web.UI.WebControls.LinkButton.CommandName" /> property. </summary> <returns> An optional argument passed to the <see cref="E:System.Web.UI.WebControls.LinkButton.Command" /> event handler along with the associated <see cref="P:System.Web.UI.WebControls.LinkButton.CommandName" /> property. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.LinkButton.CommandName"> <summary> Gets or sets the command name associated with the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control. This value is passed to the <see cref="E:System.Web.UI.WebControls.LinkButton.Command" /> event handler along with the <see cref="P:System.Web.UI.WebControls.LinkButton.CommandArgument" /> property. </summary> <returns> The command name of the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.LinkButton.GetPostBackOptions"> <summary> Creates a <see cref="T:System.Web.UI.PostBackOptions" /> object that represents the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control's postback behavior. </summary> <returns> A <see cref="T:System.Web.UI.PostBackOptions" /> that represents the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control's postback behavior. </returns> </member> <member name="M:System.Web.UI.WebControls.LinkButton.LoadViewState(System.Object)"> <param name="savedState"> An object that represents the control state to restore. </param> </member> <member name="M:System.Web.UI.WebControls.LinkButton.OnClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.LinkButton.Click" /> event of the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.LinkButton.OnClientClick"> <summary> Gets or sets the client-side script that executes when a <see cref="T:System.Web.UI.WebControls.LinkButton" /> control's <see cref="E:System.Web.UI.WebControls.LinkButton.Click" /> event is raised </summary> <returns> The client-side script that executes when a <see cref="T:System.Web.UI.WebControls.LinkButton" /> control's <see cref="E:System.Web.UI.WebControls.LinkButton.Click" /> event is raised. </returns> </member> <member name="M:System.Web.UI.WebControls.LinkButton.OnCommand(System.Web.UI.WebControls.CommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.LinkButton.Command" /> event of the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.LinkButton.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.LinkButton.PostBackUrl"> <summary> Gets or sets the URL of the page to post to from the current page when the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control is clicked. </summary> <returns> The URL of the Web page to post to from the current page when the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control is clicked. The default value is an empty string (""), which causes the page to post back to itself. </returns> </member> <member name="M:System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control when it posts back to the server. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.LinkButton.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the contents of the control to the specified writer. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.LinkButton.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="P:System.Web.UI.WebControls.LinkButton.Text"> <summary> Gets or sets the text caption displayed on the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control. </summary> <returns> The text caption displayed on the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.LinkButton.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.WebControls.LinkButton" /> control causes validation when it posts back to the server. The default value is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.LinkButtonControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.LinkButton" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.LinkButtonControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LinkButtonControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.LinkButtonControlBuilder.AllowWhitespaceLiterals"> <summary> Specifies whether white space literals are allowed. </summary> <returns>false for all cases. </returns> </member> <member name="T:System.Web.UI.WebControls.ListBox"> <summary> Represents a list box control that allows single or multiple item selection. </summary> </member> <member name="M:System.Web.UI.WebControls.ListBox.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ListBox" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ListBox.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds name, size, multiple, and onchange to the list of attributes to render. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> </member> <member name="P:System.Web.UI.WebControls.ListBox.BorderColor"> <summary> Gets or sets the border color of the control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> object that represents the border color of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.ListBox.BorderStyle"> <summary> Gets or sets the border style of the control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.BorderStyle" /> values. </returns> </member> <member name="P:System.Web.UI.WebControls.ListBox.BorderWidth"> <summary> Gets or sets the border width for the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> object that represents the border width of the control. </returns> </member> <member name="M:System.Web.UI.WebControls.ListBox.GetSelectedIndices"> <summary> Gets the array of index values for currently selected items in the <see cref="T:System.Web.UI.WebControls.ListBox" /> control. </summary> <returns> An array of integers, each representing the index of a selected item in the list box. </returns> </member> <member name="M:System.Web.UI.WebControls.ListBox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Loads the posted content of the list control, if it is different from the last posting. </summary> <returns>true if the posted content is different from the last posting; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control, used to index the <paramref name="postCollection" />. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains value information indexed by control identifiers. </param> </member> <member name="M:System.Web.UI.WebControls.ListBox.OnPreRender(System.EventArgs)"> <summary> Configures the <see cref="T:System.Web.UI.WebControls.ListBox" /> control prior to rendering on the client. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ListBox.RaisePostDataChangedEvent"> <summary> Invokes the <see cref="M:System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(System.EventArgs)" /> method whenever posted data for the <see cref="T:System.Web.UI.WebControls.ListBox" /> control has changed. </summary> </member> <member name="P:System.Web.UI.WebControls.ListBox.Rows"> <summary> Gets or sets the number of rows displayed in the <see cref="T:System.Web.UI.WebControls.ListBox" /> control. </summary> <returns> The number of rows displayed in the <see cref="T:System.Web.UI.WebControls.ListBox" /> control. The default value is 4. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified number of rows is less than one or greater than 2000. </exception> </member> <member name="P:System.Web.UI.WebControls.ListBox.SelectionMode"> <summary> Gets or sets the selection mode of the <see cref="T:System.Web.UI.WebControls.ListBox" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ListSelectionMode" /> values. The default value is Single. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified selection mode is not one of the <see cref="T:System.Web.UI.WebControls.ListSelectionMode" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.ListBox.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Loads the posted content of the list control, if it is different from the last posting. </summary> <returns>true if the posted content is different from the last posting; otherwise, false. </returns> <param name="postDataKey"> The index within the posted collection that references the content to load. </param> <param name="postCollection"> The collection posted to the server. </param> </member> <member name="M:System.Web.UI.WebControls.ListBox.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Invokes the <see cref="M:System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(System.EventArgs)" /> method whenever posted data for the <see cref="T:System.Web.UI.WebControls.ListBox" /> control has changed. </summary> </member> <member name="T:System.Web.UI.WebControls.ListControl"> <summary> Serves as the abstract base class that defines the properties, methods, and events common for all list-type controls. </summary> </member> <member name="M:System.Web.UI.WebControls.ListControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ListControl" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ListControl.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Applies HTML attributes and styles to render to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.ListControl.AppendDataBoundItems"> <summary> Gets or sets a value that indicates whether list items are cleared before data binding. </summary> <returns>true if list items are not cleared before data binding; otherwise, false, if the items collection is cleared before data binding is performed. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.ListControl.AutoPostBack"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection. </summary> <returns>true if a postback to the server automatically occurs whenever the user changes the selection of the list; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.ListControl.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when a control that is derived from the <see cref="T:System.Web.UI.WebControls.ListControl" /> class is clicked. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.WebControls.ListControl" /> control is clicked; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.ListControl.ClearSelection"> <summary> Clears out the list selection and sets the <see cref="P:System.Web.UI.WebControls.ListItem.Selected" /> property of all items to false. </summary> </member> <member name="P:System.Web.UI.WebControls.ListControl.DataTextField"> <summary> Gets or sets the field of the data source that provides the text content of the list items. </summary> <returns> A <see cref="T:System.String" /> that specifies the field of the data source that provides the text content of the list items. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ListControl.DataTextFormatString"> <summary> Gets or sets the formatting string used to control how data bound to the list control is displayed. </summary> <returns> The formatting string for data bound to the control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ListControl.DataValueField"> <summary> Gets or sets the field of the data source that provides the value of each list item. </summary> <returns> A <see cref="T:System.String" /> that specifies the field of the data source that provides the value of each list item. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ListControl.Items"> <summary> Gets the collection of items in the list control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ListItemCollection" /> that represents the items within the list. The default is an empty list. </returns> </member> <member name="M:System.Web.UI.WebControls.ListControl.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.DetailsView" /> control. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.ListControl" /> -derived control. </param> </member> <member name="M:System.Web.UI.WebControls.ListControl.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.ListControl.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ListControl.SelectedIndexChanged" /> event. This allows you to provide a custom handler for the event. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ListControl.OnTextChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ListControl.TextChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.ListControl.PerformDataBinding(System.Collections.IEnumerable)"> <summary> Binds the specified data source to the control that is derived from the <see cref="T:System.Web.UI.WebControls.ListControl" /> class. </summary> <param name="dataSource"> An <see cref="T:System.Collections.IEnumerable" /> that represents the data source. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The cached value of <see cref="P:System.Web.UI.WebControls.ListControl.SelectedIndex" /> is out of range. </exception> <exception cref="T:System.ArgumentException"> The cached values of <see cref="P:System.Web.UI.WebControls.ListControl.SelectedIndex" /> and <see cref="P:System.Web.UI.WebControls.ListControl.SelectedValue" /> do not match. </exception> </member> <member name="M:System.Web.UI.WebControls.ListControl.PerformSelect"> <summary> Retrieves data from the associated data source. </summary> </member> <member name="M:System.Web.UI.WebControls.ListControl.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the items in the <see cref="T:System.Web.UI.WebControls.ListControl" /> control. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream used to write content to a Web page. </param> </member> <member name="M:System.Web.UI.WebControls.ListControl.SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.ListControl" /> -derived control and the items it contains. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the <see cref="T:System.Web.UI.WebControls.ListControl" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.ListControl.SelectedIndex"> <summary> Gets or sets the lowest ordinal index of the selected items in the list. </summary> <returns> The lowest ordinal index of the selected items in the list. The default is -1, which indicates that nothing is selected. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The index was set to less than -1, or greater than or equal to the number of items on the list at the time the list is rendered. </exception> </member> <member name="E:System.Web.UI.WebControls.ListControl.SelectedIndexChanged"> <summary> Occurs when the selection from the list control changes between posts to the server. </summary> </member> <member name="P:System.Web.UI.WebControls.ListControl.SelectedItem"> <summary> Gets the selected item with the lowest index in the list control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ListItem" /> that represents the lowest indexed item selected from the list control. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.ListControl.SelectedValue"> <summary> Gets the value of the selected item in the list control, or selects the item in the list control that contains the specified value. </summary> <returns> The value of the selected item in the list control. The default is an empty string (""). </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not in the list of avaliable values. </exception> </member> <member name="M:System.Web.UI.WebControls.ListControl.SetPostDataSelection(System.Int32)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.ListItem.Selected" /> property of a <see cref="T:System.Web.UI.WebControls.ListItem" /> control after a page is posted. </summary> <param name="selectedIndex"> The index of the selected item in the <see cref="P:System.Web.UI.WebControls.ListControl.Items" /> collection. </param> </member> <member name="P:System.Web.UI.WebControls.ListControl.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.ListControl" /> control. </summary> <returns> <see cref="F:System.Web.UI.HtmlTextWriterTag.Select" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ListControl.Text"> <summary> Gets or sets the <see cref="P:System.Web.UI.WebControls.ListControl.SelectedValue" /> property of the <see cref="T:System.Web.UI.WebControls.ListControl" /> control. </summary> <returns> The <see cref="P:System.Web.UI.WebControls.ListControl.SelectedValue" /> of the <see cref="T:System.Web.UI.WebControls.ListControl" />. </returns> </member> <member name="E:System.Web.UI.WebControls.ListControl.TextChanged"> <summary> Occurs when the <see cref="P:System.Web.UI.WebControls.ListControl.Text" /> and <see cref="P:System.Web.UI.WebControls.ListControl.SelectedValue" /> properties change. </summary> </member> <member name="M:System.Web.UI.WebControls.ListControl.TrackViewState"> <summary> Marks the starting point to begin tracking and saving view-state changes to a <see cref="T:System.Web.UI.WebControls.ListControl" /> -derived control. </summary> </member> <member name="P:System.Web.UI.WebControls.ListControl.ValidationGroup"> <summary> Gets or sets the group of controls for which the control that is derived from the <see cref="T:System.Web.UI.WebControls.ListControl" /> class causes validation when it posts back to the server. </summary> <returns> The group of controls for which the derived <see cref="T:System.Web.UI.WebControls.ListControl" /> causes validation when it posts back to the server. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.ListControl.VerifyMultiSelect"> <summary> Determines whether the list control supports multiselection mode. </summary> <exception cref="T:System.Web.HttpException"> <see cref="P:System.Web.UI.WebControls.ListBox.SelectionMode" /> is set to <see cref="F:System.Web.UI.WebControls.ListSelectionMode.Single" />. </exception> </member> <member name="T:System.Web.UI.WebControls.ListItem"> <summary> Represents a data item in a data-bound list control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.ListItem.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ListItem" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ListItem.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ListItem" /> class with the specified text data. </summary> <param name="text"> The text to display in the list control for the item represented by the <see cref="T:System.Web.UI.WebControls.ListItem" />. </param> </member> <member name="M:System.Web.UI.WebControls.ListItem.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ListItem" /> class with the specified text and value data. </summary> <param name="text"> The text to display in the list control for the item represented by the <see cref="T:System.Web.UI.WebControls.ListItem" />. </param> <param name="value"> The value associated with the <see cref="T:System.Web.UI.WebControls.ListItem" />. </param> </member> <member name="M:System.Web.UI.WebControls.ListItem.#ctor(System.String,System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ListItem" /> class with the specified text, value, and enabled data. </summary> <param name="text"> The text to display in the list control for the item represented by the <see cref="T:System.Web.UI.WebControls.ListItem" />. </param> <param name="value"> The value associated with the <see cref="T:System.Web.UI.WebControls.ListItem" />. </param> <param name="enabled"> Indicates whether the <see cref="T:System.Web.UI.WebControls.ListItem" /> is enabled. </param> </member> <member name="P:System.Web.UI.WebControls.ListItem.Attributes"> <summary> Gets a collection of attribute name and value pairs for the <see cref="T:System.Web.UI.WebControls.ListItem" /> that are not directly supported by the class. </summary> <returns> A <see cref="T:System.Web.UI.AttributeCollection" /> that contains a collection of name and value pairs. </returns> </member> <member name="P:System.Web.UI.WebControls.ListItem.Enabled"> <summary> Gets or sets a value indicating whether the list item is enabled. </summary> <returns>true if the list item is enabled; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItem.Equals(System.Object)"> <returns>true if the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.Object" />; otherwise, false. </returns> <param name="o"></param> </member> <member name="M:System.Web.UI.WebControls.ListItem.FromString(System.String)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.ListItem" /> from the specified text. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ListItem" /> that represents the text specified by the <paramref name="s" /> parameter. </returns> <param name="s"> The text to display in the list control for the item represented by the <see cref="T:System.Web.UI.WebControls.ListItem" />. </param> </member> <member name="M:System.Web.UI.WebControls.ListItem.GetHashCode"> <summary> Serves as a hash function for a particular type, and is suitable for use in hashing algorithms and data structures like a hash table. </summary> </member> <member name="P:System.Web.UI.WebControls.ListItem.Selected"> <summary> Gets or sets a value indicating whether the item is selected. </summary> <returns>true if the item is selected; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItem.System#Web#UI#IAttributeAccessor#GetAttribute(System.String)"> <summary> Returns the attribute value of the list item control having the specified attribute name. </summary> <param name="name"> The name component of an attribute's name/value pair. </param> </member> <member name="M:System.Web.UI.WebControls.ListItem.System#Web#UI#IAttributeAccessor#SetAttribute(System.String,System.String)"> <summary> Sets an attribute of the list item control with the specified name and value. </summary> <param name="name"> The name component of the attribute's name/value pair. </param> <param name="value"> The value component of the attribute's name/value pair. </param> </member> <member name="M:System.Web.UI.WebControls.ListItem.System#Web#UI#IParserAccessor#AddParsedSubObject(System.Object)"> <summary> Allows the <see cref="P:System.Web.UI.WebControls.ListItem.Text" /> property to be persisted as inner content. </summary> <param name="obj"> The specified object that is parsed. </param> <exception cref="T:System.Web.HttpException"> <paramref name="obj" /> is a <see cref="T:System.Web.UI.DataBoundLiteralControl" />. - or - <paramref name="obj" /> is not a <see cref="T:System.Web.UI.LiteralControl" />. </exception> </member> <member name="P:System.Web.UI.WebControls.ListItem.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns>true if view state is being tracked; otherwise false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItem.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the saved view state values for the control. </param> </member> <member name="M:System.Web.UI.WebControls.ListItem.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> The <see cref="T:System.Object" /> that contains the view state changes. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItem.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="P:System.Web.UI.WebControls.ListItem.Text"> <summary> Gets or sets the text displayed in a list control for the item represented by the <see cref="T:System.Web.UI.WebControls.ListItem" />. </summary> <returns> The text displayed in a list control for the item represented by the <see cref="T:System.Web.UI.WebControls.ListItem" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItem.ToString"> <returns> A <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ListItem.Value"> <summary> Gets or sets the value associated with the <see cref="T:System.Web.UI.WebControls.ListItem" />. </summary> <returns> The value associated with the <see cref="T:System.Web.UI.WebControls.ListItem" />. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.ListItemCollection"> <summary> A collection of <see cref="T:System.Web.UI.WebControls.ListItem" /> objects in a list control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ListItemCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.Add(System.String)"> <summary> Appends a <see cref="T:System.Web.UI.WebControls.ListItem" /> to the end of the collection that represents the specified string. </summary> <param name="item"> A <see cref="T:System.String" /> that represents the item to add to the end of the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.Add(System.Web.UI.WebControls.ListItem)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.ListItem" /> to the end of the collection. </summary> <param name="item"> The <see cref="T:System.Web.UI.WebControls.ListItem" /> to append to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.AddRange(System.Web.UI.WebControls.ListItem[])"> <summary> Adds the items in an array of <see cref="T:System.Web.UI.WebControls.ListItem" /> objects to the collection. </summary> <param name="items"> An array of <see cref="T:System.Web.UI.WebControls.ListItem" /> objects that contain the items to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="items" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.Capacity"> <summary> Gets or sets the maximum number of items that the <see cref="T:System.Web.UI.WebControls.ListItemCollection" /> can store. </summary> <returns> The maximum number of items that the <see cref="T:System.Web.UI.WebControls.ListItemCollection" /> can store. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.WebControls.ListItem" /> objects from the collection. </summary> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.Contains(System.Web.UI.WebControls.ListItem)"> <summary> Determines whether the collection contains the specified item. </summary> <returns>true if the collection contains the specified item; otherwise, false. </returns> <param name="item"> A <see cref="T:System.Web.UI.WebControls.ListItem" /> to search for in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the items from the <see cref="T:System.Web.UI.WebControls.ListItemCollection" /> to the specified <see cref="T:System.Array" />, starting with the specified index. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.ListItemCollection" />. </param> <param name="index"> The first index in the specified <see cref="T:System.Array" /> to receive the items. </param> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.WebControls.ListItem" /> objects in the collection. </summary> <returns> The number of <see cref="T:System.Web.UI.WebControls.ListItem" /> objects in the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.FindByText(System.String)"> <summary> Searches the collection for a <see cref="T:System.Web.UI.WebControls.ListItem" /> with a <see cref="P:System.Web.UI.WebControls.ListItem.Text" /> property that contains the specified text. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ListItem" /> that contains the text specified by the <paramref name="text" /> parameter. </returns> <param name="text"> The text to search for. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.FindByValue(System.String)"> <summary> Searches the collection for a <see cref="T:System.Web.UI.WebControls.ListItem" /> with a <see cref="P:System.Web.UI.WebControls.ListItem.Value" /> property that contains the specified value. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ListItem" /> that contains the value specified by the <paramref name="value" /> parameter. </returns> <param name="value"> The value to search for. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all <see cref="T:System.Web.UI.WebControls.ListItem" /> objects in the <see cref="T:System.Web.UI.WebControls.ListItemCollection" />. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all <see cref="T:System.Web.UI.WebControls.ListItem" /> objects in the <see cref="T:System.Web.UI.WebControls.ListItemCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.IndexOf(System.Web.UI.WebControls.ListItem)"> <summary> Determines the index value that represents the position of the specified <see cref="T:System.Web.UI.WebControls.ListItem" /> in the collection. </summary> <returns> The index position of the specified <see cref="T:System.Web.UI.WebControls.ListItem" /> in the collection. </returns> <param name="item"> A <see cref="T:System.Web.UI.WebControls.ListItem" /> to search for in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.Insert(System.Int32,System.String)"> <summary> Inserts a <see cref="T:System.Web.UI.WebControls.ListItem" /> which represents the specified string in the collection at the specified index location. </summary> <param name="index"> The location in the collection to insert the <see cref="T:System.Web.UI.WebControls.ListItem" />. </param> <param name="item"> A <see cref="T:System.String" /> that represents the item to insert in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.Insert(System.Int32,System.Web.UI.WebControls.ListItem)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.ListItem" /> in the collection at the specified index location. </summary> <param name="index"> The location in the collection to insert the <see cref="T:System.Web.UI.WebControls.ListItem" />. </param> <param name="item"> The <see cref="T:System.Web.UI.WebControls.ListItem" /> to add to the collection. </param> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ListItemCollection" /> is read-only. </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.ListItemCollection" /> is synchronized (thread-safe). </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.ListItem" /> at the specified index in the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.ListItem" /> object at the specified index in the collection. </returns> <param name="index"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.ListItem" /> to retrieve from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.Remove(System.String)"> <summary> Removes a <see cref="T:System.Web.UI.WebControls.ListItem" /> from the collection that represents the specified string. </summary> <param name="item"> A <see cref="T:System.String" /> that represents the item to remove from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.Remove(System.Web.UI.WebControls.ListItem)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.ListItem" /> from the collection. </summary> <param name="item"> The <see cref="T:System.Web.UI.WebControls.ListItem" /> to remove from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.ListItem" /> at the specified index from the collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.ListItem" /> to remove. </param> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.ListItemCollection" />. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.System#Collections#IList#Add(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Collections.IList.Add(System.Object)" />. </summary> <returns> The index at which the item has been added. </returns> <param name="item"> The <see cref="T:System.Object" /> to add to the <see cref="T:System.Collections.IList" />. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.System#Collections#IList#Contains(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Collections.IList.Contains(System.Object)" />. </summary> <returns>true if the <see cref="T:System.Object" /> is found in the <see cref="T:System.Collections.IList" />; otherwise, false. </returns> <param name="item"> The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.IList" />. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.System#Collections#IList#IndexOf(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Collections.IList.IndexOf(System.Object)" />. </summary> <returns> The index of <paramref name="value" /> if found in the list; otherwise, -1. </returns> <param name="item"> The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.IList" />. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.System#Collections#IList#Insert(System.Int32,System.Object)"> <summary> For a description of this member, see <see cref="M:System.Collections.IList.Insert(System.Int32,System.Object)" />. </summary> <param name="index"> The zero-based index at which <paramref name="value" /> should be inserted. </param> <param name="item"> The <see cref="T:System.Object" /> to insert into the <see cref="T:System.Collections.IList" />. </param> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.System#Collections#IList#IsFixedSize"> <summary> For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />. </summary> <returns>false. </returns> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.System#Collections#IList#Item(System.Int32)"> <summary> For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)" />. </summary> <returns> The element as the specified index. </returns> <param name="index"> The zero-based index of the element to get. </param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.System#Collections#IList#Remove(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Collections.IList.Remove(System.Object)" />. </summary> <param name="item"> The <see cref="T:System.Object" /> to remove from the <see cref="T:System.Collections.IList" />. </param> </member> <member name="P:System.Web.UI.WebControls.ListItemCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns>true if the server control is tracking its view state change; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the previously saved state. </summary> <param name="state"></param> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> Returns object containing state changes. </summary> <returns> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.ListItemCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItemCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> Starts tracking state of changes. </summary> </member> <member name="T:System.Web.UI.WebControls.ListItemControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.ListItem" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.ListItemControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ListItemControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ListItemControlBuilder.AllowWhitespaceLiterals"> <summary> Determines whether white spaces in the text associated with the <see cref="T:System.Web.UI.WebControls.ListItem" /> are represented by <see cref="T:System.Web.UI.LiteralControl" /> objects. </summary> <returns>false for all cases. </returns> </member> <member name="M:System.Web.UI.WebControls.ListItemControlBuilder.HtmlDecodeLiterals"> <summary> Determines whether HTML entities in the text associated with the <see cref="T:System.Web.UI.WebControls.ListItem" /> are converted to their equivalent characters when the text is parsed. </summary> <returns>true for all cases. </returns> </member> <member name="T:System.Web.UI.WebControls.ListItemType"> <summary> Specifies the type of an item in a list control. </summary> </member> <member name="F:System.Web.UI.WebControls.ListItemType.Header"> <summary> A header for the list control. It is not data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.ListItemType.Footer"> <summary> A footer for the list control. It is not data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.ListItemType.Item"> <summary> An item in the list control. It is data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.ListItemType.AlternatingItem"> <summary> An item in alternating (zero-based even-indexed) cells. It is data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.ListItemType.SelectedItem"> <summary> A selected item in the list control. It is data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.ListItemType.EditItem"> <summary> An item in a list control currently in edit mode. It is data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.ListItemType.Separator"> <summary> A separator between items in a list control. It is not data-bound. </summary> </member> <member name="F:System.Web.UI.WebControls.ListItemType.Pager"> <summary> A pager that displays the controls to navigate to different pages associated with the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. It is not data-bound. </summary> </member> <member name="T:System.Web.UI.WebControls.ListSelectionMode"> <summary> Specifies the selection mode of the <see cref="T:System.Web.UI.WebControls.ListBox" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.ListSelectionMode.Single"> <summary> Single item selection mode. </summary> </member> <member name="F:System.Web.UI.WebControls.ListSelectionMode.Multiple"> <summary> Multiple item selection mode. </summary> </member> <member name="T:System.Web.UI.WebControls.Literal"> <summary> Reserves a location on the Web page to display static text. </summary> </member> <member name="M:System.Web.UI.WebControls.Literal.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Literal" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Literal.AddParsedSubObject(System.Object)"> <summary> Notifies the <see cref="T:System.Web.UI.WebControls.Literal" /> control that an XML or HTML element was parsed and adds that element to the <see cref="T:System.Web.UI.ControlCollection" /> of the control. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> <exception cref="T:System.Web.HttpException"> <paramref name="obj" /> is not of type <see cref="T:System.Web.UI.LiteralControl" />. </exception> </member> <member name="M:System.Web.UI.WebControls.Literal.CreateControlCollection"> <summary> Creates an <see cref="T:System.Web.UI.EmptyControlCollection" /> object for the current instance of the <see cref="T:System.Web.UI.WebControls.Literal" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> object to contain the current server control's child server controls. </returns> </member> <member name="M:System.Web.UI.WebControls.Literal.Focus"> <summary> Set input focus to a control; the <see cref="M:System.Web.UI.WebControls.Literal.Focus" /> base control method is not supported on a <see cref="T:System.Web.UI.WebControls.Literal" /> control. </summary> <exception cref="T:System.NotSupportedException"> The <see cref="M:System.Web.UI.WebControls.Literal.Focus" /> was called on a <see cref="T:System.Web.UI.WebControls.Literal" />. </exception> </member> <member name="P:System.Web.UI.WebControls.Literal.Mode"> <summary> Gets or sets an enumeration value that specifies how the content in the <see cref="T:System.Web.UI.WebControls.Literal" /> control is rendered. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.LiteralMode" /> enumeration values. The default is Transform. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified type is not one of the <see cref="T:System.Web.UI.WebControls.LiteralMode" /> enumeration values. </exception> </member> <member name="M:System.Web.UI.WebControls.Literal.Render(System.Web.UI.HtmlTextWriter)"> <summary> Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the server control content. </param> </member> <member name="P:System.Web.UI.WebControls.Literal.Text"> <summary> Gets or sets the caption displayed in the <see cref="T:System.Web.UI.WebControls.Literal" /> control. </summary> <returns> The caption displayed in the <see cref="T:System.Web.UI.WebControls.Literal" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.LiteralControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.Literal" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.LiteralControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LiteralControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.LiteralControlBuilder.AllowWhitespaceLiterals"> <summary> Determines whether the control builder should process the white space literals that are represented by the <see cref="T:System.Web.UI.WebControls.Literal" /> control. </summary> <returns>false. </returns> </member> <member name="M:System.Web.UI.WebControls.LiteralControlBuilder.AppendLiteralString(System.String)"> <summary> Adds the specified literal content to a control. The <see cref="M:System.Web.UI.WebControls.LiteralControlBuilder.AppendLiteralString(System.String)" /> method is called by the ASP.NET page framework. </summary> <param name="s"> The content to add to the control. </param> <exception cref="T:System.Web.HttpException"> The string literal is not well formed. </exception> </member> <member name="M:System.Web.UI.WebControls.LiteralControlBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Throws <see cref="T:System.Web.HttpException" />, because adding child control builders does not apply to the <see cref="T:System.Web.UI.WebControls.Literal" /> control. </summary> <param name="subBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> object to add the child control builders to. </param> <exception cref="T:System.Web.HttpException"> An attempt is made to use this method. </exception> </member> <member name="T:System.Web.UI.WebControls.LiteralMode"> <summary> Specifies how the content in a <see cref="T:System.Web.UI.WebControls.Literal" /> control is rendered. </summary> </member> <member name="F:System.Web.UI.WebControls.LiteralMode.Transform"> <summary> The literal control's unsupported markup-language elements are removed. If the literal control is rendered on a browser that supports HTML or XHTML, the control's contents are not modified. </summary> </member> <member name="F:System.Web.UI.WebControls.LiteralMode.PassThrough"> <summary> The literal control's contents are not modified. </summary> </member> <member name="F:System.Web.UI.WebControls.LiteralMode.Encode"> <summary> The literal control's contents are HTML-encoded. </summary> </member> <member name="T:System.Web.UI.WebControls.Localize"> <summary> Reserves a location on a Web page in which to display localized static text. </summary> </member> <member name="M:System.Web.UI.WebControls.Localize.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Localize" /> class. </summary> </member> <member name="T:System.Web.UI.WebControls.Login"> <summary> Provides user interface (UI) elements for logging in to a Web site. </summary> </member> <member name="M:System.Web.UI.WebControls.Login.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.Login.Authenticate"> <summary> Occurs when a user is authenticated. </summary> </member> <member name="P:System.Web.UI.WebControls.Login.BorderPadding"> <summary> Gets or sets the amount of padding inside the borders of the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> The amount of space (in pixels) between the contents of a <see cref="T:System.Web.UI.WebControls.Login" /> control and the <see cref="T:System.Web.UI.WebControls.Login" /> control's border. The default value is 1. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.Login.BorderPadding" /> property is set to a value less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.Login.CheckBoxStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the Remember Me check box. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for the <see cref="T:System.Web.UI.WebControls.Login" /> control's Remember Me check box. </returns> </member> <member name="M:System.Web.UI.WebControls.Login.CreateChildControls"> <summary> Creates the individual controls that make up the <see cref="T:System.Web.UI.WebControls.Login" /> control and associates event handlers with their events. </summary> </member> <member name="P:System.Web.UI.WebControls.Login.CreateUserIconUrl"> <summary> Gets the location of an image to display next to the link to a registration page for new users. </summary> <returns> The URL of the image to display. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.CreateUserText"> <summary> Gets or sets the text of a link to a registration page for new users. </summary> <returns> The text of the link to the new-user registration page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.CreateUserUrl"> <summary> Gets or sets the URL of the new-user registration page. </summary> <returns> The URL of the new-user registration page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.DestinationPageUrl"> <summary> Gets or sets the URL of the page displayed to the user when a login attempt is successful. </summary> <returns> The URL of the page the user is redirected to when a login attempt is successful. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.DisplayRememberMe"> <summary> Gets or sets a value indicating whether to display a check box to enable the user to control whether a persistent cookie is sent to their browser. </summary> <returns>true to display the check box; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.FailureAction"> <summary> Gets or sets the action that occurs when a login attempt fails. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.LoginFailureAction" /> enumeration values. The default is <see cref="F:System.Web.UI.WebControls.LoginFailureAction.Refresh" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.LoginFailureAction" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.Login.FailureText"> <summary> Gets or sets the text displayed when a login attempt fails. </summary> <returns> The text to display to the user when a login attempt fails. The default is "Your login attempt has failed. Please try again." </returns> </member> <member name="P:System.Web.UI.WebControls.Login.FailureTextStyle"> <summary> Gets a reference to a collection of properties that define the appearance of error text in the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of error text. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.HelpPageIconUrl"> <summary> Gets the location of an image to display next to the link to the login Help page. </summary> <returns> The URL of the image to display. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.HelpPageText"> <summary> Gets or sets the text of a link to the login Help page. </summary> <returns> The text of the link to the login Help page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.HelpPageUrl"> <summary> Gets or sets the URL of the login Help page. </summary> <returns> The URL of the login Help page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.HyperLinkStyle"> <summary> Gets a reference to a collection of properties that define the appearance of hyperlinks in the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of hyperlinks. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.InstructionText"> <summary> Gets or sets login instruction text for the user. </summary> <returns> The login instruction text to display to the user. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.InstructionTextStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that defines the settings for instruction text in the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the style settings of the <see cref="T:System.Web.UI.WebControls.Login" /> control instruction text. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.LabelStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object that defines the settings for <see cref="T:System.Web.UI.WebControls.Login" /> control labels. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that defines the style settings of the <see cref="T:System.Web.UI.WebControls.Login" /> control labels. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.LayoutTemplate"> <summary> Gets or sets the template used to display the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the template for displaying the <see cref="T:System.Web.UI.WebControls.Login" /> control. The default value is null. </returns> </member> <member name="M:System.Web.UI.WebControls.Login.LoadViewState(System.Object)"> <param name="savedState"> The <see cref="P:System.Web.UI.PageStatePersister.ViewState" /> to load. </param> <exception cref="T:System.ArgumentException"> <paramref name="savedState" /> is not a valid <see cref="P:System.Web.UI.PageStatePersister.ViewState" />. </exception> </member> <member name="E:System.Web.UI.WebControls.Login.LoggedIn"> <summary> Occurs when the user logs in to the Web site and has been authenticated. </summary> </member> <member name="E:System.Web.UI.WebControls.Login.LoggingIn"> <summary> Occurs when a user submits login information, before authentication takes place. </summary> </member> <member name="F:System.Web.UI.WebControls.Login.LoginButtonCommandName"> <summary> Represents the command name associated with the login button. </summary> </member> <member name="P:System.Web.UI.WebControls.Login.LoginButtonImageUrl"> <summary> Gets or sets the URL of an image to use for the login button. </summary> <returns> The URL of the image used for the login button. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.LoginButtonStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.Style" /> object that allows you to set the appearance of the login button in the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style of the login button. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.LoginButtonText"> <summary> Gets or sets the text for the <see cref="T:System.Web.UI.WebControls.Login" /> control's login button. </summary> <returns> The text used for the <see cref="T:System.Web.UI.WebControls.Login" /> control's login button. The default is "Login". </returns> </member> <member name="P:System.Web.UI.WebControls.Login.LoginButtonType"> <summary> Gets or sets the type of button to use when rendering the <see cref="T:System.Web.UI.WebControls.Login" /> button. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> enumeration values. The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.Login.LoginButtonType" /> property is not set to a valid <see cref="T:System.Web.UI.WebControls.ButtonType" /> enumeration value. </exception> </member> <member name="E:System.Web.UI.WebControls.Login.LoginError"> <summary> Occurs when a login error is detected. </summary> </member> <member name="P:System.Web.UI.WebControls.Login.MembershipProvider"> <summary> Gets or sets the name of the membership data provider used by the control. </summary> <returns> The name of the membership data provider used by the control. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Login.OnAuthenticate(System.Web.UI.WebControls.AuthenticateEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Login.Authenticate" /> event to authenticate the user. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.AuthenticateEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Login.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether to pass an event up the page's user interface (UI) server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. The default is false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> containing the data for the event. </param> </member> <member name="M:System.Web.UI.WebControls.Login.OnLoggedIn(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Login.LoggedIn" /> event after the user logs in to the Web site and has been authenticated. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Login.OnLoggingIn(System.Web.UI.WebControls.LoginCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Login.LoggingIn" /> event when a user submits login information but before the authentication takes place. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Login.OnLoginError(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Login.LoginError" /> event when a login attempt fails. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Login.OnPreRender(System.EventArgs)"> <summary> Implements the base <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> method. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="P:System.Web.UI.WebControls.Login.Orientation"> <summary> Gets or sets a value that specifies the position of the elements of the <see cref="T:System.Web.UI.WebControls.Login" /> control on the page. </summary> <returns> One the <see cref="T:System.Web.UI.WebControls.Orientation" /> enumeration values. The default is <see cref="F:System.Web.UI.WebControls.Orientation.Vertical" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.Login.Orientation" /> property is not set to a valid <see cref="T:System.Web.UI.WebControls.Orientation" /> enumeration value. </exception> </member> <member name="P:System.Web.UI.WebControls.Login.Password"> <summary> Gets the password entered by the user. </summary> <returns> The password entered by the user. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.PasswordLabelText"> <summary> Gets or sets the text of the label for the <see cref="P:System.Web.UI.WebControls.Login.Password" /> text box. </summary> <returns> The text of the label for the <see cref="P:System.Web.UI.WebControls.Login.Password" /> text box. The default is "Password:". </returns> </member> <member name="P:System.Web.UI.WebControls.Login.PasswordRecoveryIconUrl"> <summary> Gets the location of an image to display next to the link to the password recovery page. </summary> <returns> The URL of the image to display. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.PasswordRecoveryText"> <summary> Gets or sets the text of a link to the password recovery page. </summary> <returns> The text of the link to the password recovery page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.PasswordRecoveryUrl"> <summary> Gets or sets the URL of the password recovery page. </summary> <returns> The URL of the password recovery page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.PasswordRequiredErrorMessage"> <summary> Gets or sets the error message to display in a <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control when the password field is left blank. </summary> <returns> The error message to display in a <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control when the password field is left blank. The default is "Password." </returns> </member> <member name="P:System.Web.UI.WebControls.Login.RememberMeSet"> <summary> Gets or sets a value indicating whether to send a persistent authentication cookie to the user's browser. </summary> <returns>true to send a persistent authentication cookie; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.RememberMeText"> <summary> Gets or sets the text of the label for the Remember Me check box. </summary> <returns> The text of the label for the Remember Me check box. The default is "Remember me next time." </returns> </member> <member name="M:System.Web.UI.WebControls.Login.Render(System.Web.UI.HtmlTextWriter)"> <param name="writer"></param> </member> <member name="M:System.Web.UI.WebControls.Login.SaveViewState"></member> <member name="M:System.Web.UI.WebControls.Login.SetDesignModeState(System.Collections.IDictionary)"> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> containing the state of the <see cref="T:System.Web.UI.WebControls.Login" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.Login.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that corresponds to a <see cref="T:System.Web.UI.WebControls.Login" /> control. This property is used primarily by control developers. </summary> <returns> Always returns <see cref="F:System.Web.UI.HtmlTextWriterTag.Table" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.TextBoxStyle"> <summary> Gets a reference to a collection of properties that define the appearance of text boxes in the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that contains properties that define the appearance of text boxes. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.TextLayout"> <summary> Specifies the position of each label relative to its associated text box for the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.LoginTextLayout" /> enumeration values. The default is <see cref="F:System.Web.UI.WebControls.LoginTextLayout.TextOnLeft" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.LoginTextLayout" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.Login.TitleText"> <summary> Gets or sets the title of the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> The title of the <see cref="T:System.Web.UI.WebControls.Login" /> control. The default is "Login". </returns> </member> <member name="P:System.Web.UI.WebControls.Login.TitleTextStyle"> <summary> Gets a reference to a collection of properties that define the appearance of the title text in the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of title text. </returns> </member> <member name="M:System.Web.UI.WebControls.Login.TrackViewState"> <summary> Overrides the base <see cref="M:System.Web.UI.Control.TrackViewState" /> method. </summary> </member> <member name="P:System.Web.UI.WebControls.Login.UserName"> <summary> Gets the user name entered by the user. </summary> <returns> The user name entered by the user. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.UserNameLabelText"> <summary> Gets or sets the text of the label for the <see cref="P:System.Web.UI.WebControls.Login.UserName" /> text box. </summary> <returns> The text of the label for the <see cref="P:System.Web.UI.WebControls.Login.UserName" /> text box. The default is "User Name:". </returns> </member> <member name="P:System.Web.UI.WebControls.Login.UserNameRequiredErrorMessage"> <summary> Gets or sets the error message to display in a <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control when the user name field is left blank. </summary> <returns> The error message to display in a <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control when the user name field is left blank. The default is "User Name." </returns> </member> <member name="P:System.Web.UI.WebControls.Login.ValidatorTextStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of error messages associated with validators used by the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> containing the style settings. </returns> </member> <member name="P:System.Web.UI.WebControls.Login.VisibleWhenLoggedIn"> <summary> Gets or sets a value indicating whether to show the <see cref="T:System.Web.UI.WebControls.Login" /> control after the user is authenticated. </summary> <returns>false if the <see cref="T:System.Web.UI.WebControls.Login" /> control should be hidden when the user is authenticated; otherwise, true. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.LoginCancelEventArgs"> <summary> Provides data for a cancelable event. </summary> </member> <member name="M:System.Web.UI.WebControls.LoginCancelEventArgs.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> class with the <see cref="P:System.Web.UI.WebControls.LoginCancelEventArgs.Cancel" /> property set to false. </summary> </member> <member name="M:System.Web.UI.WebControls.LoginCancelEventArgs.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> class with the <see cref="P:System.Web.UI.WebControls.LoginCancelEventArgs.Cancel" /> property set to the specified value. </summary> <param name="cancel">true to cancel the event; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.LoginCancelEventArgs.Cancel"> <summary> Gets or sets a value indicating whether the event should be canceled. </summary> <returns>true if the event should be canceled; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.LoginCancelEventHandler"> <summary> Represents the method that handles a cancelable event. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.LoginFailureAction"> <summary> Determines the page that the user will go to when a login attempt is not successful. </summary> </member> <member name="F:System.Web.UI.WebControls.LoginFailureAction.Refresh"> <summary> Refreshes the current page so that the <see cref="T:System.Web.UI.WebControls.Login" /> control can display an error message. </summary> </member> <member name="F:System.Web.UI.WebControls.LoginFailureAction.RedirectToLoginPage"> <summary> Redirects the user to the login page defined in the site's configuration files (Machine.config and Web.config). </summary> </member> <member name="T:System.Web.UI.WebControls.LoginName"> <summary> Displays the value of the System.Web.UI.Page.User.Identity.Name property. </summary> </member> <member name="M:System.Web.UI.WebControls.LoginName.#ctor"> <summary> Initializes the <see cref="T:System.Web.UI.WebControls.LoginName" /> control to its default values. </summary> </member> <member name="P:System.Web.UI.WebControls.LoginName.FormatString"> <summary> Provides a format item string to display. </summary> <returns> A string containing format items for displaying the user's name. The default value is "{0}". </returns> <exception cref="T:System.FormatException"> The format string is not valid. </exception> </member> <member name="M:System.Web.UI.WebControls.LoginName.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.WebControls.LoginName" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> control. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered output. </param> </member> <member name="M:System.Web.UI.WebControls.LoginName.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <param name="writer"></param> </member> <member name="M:System.Web.UI.WebControls.LoginName.RenderContents(System.Web.UI.HtmlTextWriter)"> <param name="writer"></param> <exception cref="T:System.FormatException"> The <see cref="P:System.Web.UI.WebControls.LoginName.FormatString" /> property is not set to a valid format string. </exception> </member> <member name="M:System.Web.UI.WebControls.LoginName.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <param name="writer"></param> </member> <member name="T:System.Web.UI.WebControls.LoginStatus"> <summary> Detects the user's authentication state and toggles the state of a link to log in to or log out of a Web site. </summary> </member> <member name="M:System.Web.UI.WebControls.LoginStatus.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LoginStatus" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.LoginStatus.CreateChildControls"> <summary> Creates the child controls that make up the <see cref="T:System.Web.UI.WebControls.LoginStatus" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.LoginStatus.LoggedOut"> <summary> Raised after the user clicks the logout link and the logout process is complete. </summary> </member> <member name="E:System.Web.UI.WebControls.LoginStatus.LoggingOut"> <summary> Raised when the user clicks the logout button. </summary> </member> <member name="P:System.Web.UI.WebControls.LoginStatus.LoginImageUrl"> <summary> Gets or sets the URL of the image used for the login link. </summary> <returns> A string containing the URL of the image used for the login link. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.LoginStatus.LoginText"> <summary> Gets or sets the text used for the login link. </summary> <returns> A string displayed as the login link. The default is "Login". </returns> </member> <member name="P:System.Web.UI.WebControls.LoginStatus.LogoutAction"> <summary> Gets or sets a value that determines the action taken when a user logs out of a Web site with the <see cref="T:System.Web.UI.WebControls.LoginStatus" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.LogoutAction" /> values. The default is <see cref="F:System.Web.UI.WebControls.LogoutAction.Refresh" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The property is set to an invalid <see cref="T:System.Web.UI.WebControls.LogoutAction" /> value. </exception> </member> <member name="P:System.Web.UI.WebControls.LoginStatus.LogoutImageUrl"> <summary> Gets or sets the URL of the image used for the logout button. </summary> <returns> A string containing the URL of the image used for the logout link. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.LoginStatus.LogoutPageUrl"> <summary> Gets or sets the URL of the logout page. </summary> <returns> A string containing the URL of the logout page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.LoginStatus.LogoutText"> <summary> Gets or sets the text used for the logout link. </summary> <returns> A string displayed as the logout link. The default is "Logout". </returns> </member> <member name="M:System.Web.UI.WebControls.LoginStatus.OnLoggedOut(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.LoginStatus.LoggedOut" /> event after the user clicks the logout link and logout processing is complete. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.LoginStatus.OnLoggingOut(System.Web.UI.WebControls.LoginCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.LoginStatus.LoggingOut" /> event when a user clicks the logout link on the <see cref="T:System.Web.UI.WebControls.LoginStatus" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.LoginStatus.OnPreRender(System.EventArgs)"> <summary> Determines whether a user is logged in, and gets the URL of the login page. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.LoginStatus.Render(System.Web.UI.HtmlTextWriter)"> <param name="writer"></param> </member> <member name="M:System.Web.UI.WebControls.LoginStatus.RenderContents(System.Web.UI.HtmlTextWriter)"> <param name="writer"></param> </member> <member name="M:System.Web.UI.WebControls.LoginStatus.SetDesignModeState(System.Collections.IDictionary)"> <summary> Overrides the base <see cref="M:System.Web.UI.Control.SetDesignModeState(System.Collections.IDictionary)" /> method. </summary> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> containing the state of the <see cref="T:System.Web.UI.WebControls.LoginStatus" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.LoginStatus.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.LoginStatus" /> control. </summary> <returns> Always returns <see cref="F:System.Web.UI.HtmlTextWriterTag.A" />. </returns> </member> <member name="T:System.Web.UI.WebControls.LoginTextLayout"> <summary> Specifies the position of labels relative to their associated text boxes for the <see cref="T:System.Web.UI.WebControls.Login" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.LoginTextLayout.TextOnLeft"> <summary> Places labels to the left of the associated text entry fields. </summary> </member> <member name="F:System.Web.UI.WebControls.LoginTextLayout.TextOnTop"> <summary> Places labels above the associated text entry fields. </summary> </member> <member name="T:System.Web.UI.WebControls.LoginView"> <summary> Displays the appropriate content template for a given user, based on the user's authentication status and role membership. </summary> </member> <member name="M:System.Web.UI.WebControls.LoginView.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LoginView" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.LoginView.AnonymousTemplate"> <summary> Gets or sets the template to display to users who are not logged in to the Web site. </summary> <returns> The <see cref="T:System.Web.UI.ITemplate" /> to display. </returns> </member> <member name="P:System.Web.UI.WebControls.LoginView.Controls"> <summary> Gets the <see cref="T:System.Web.UI.ControlCollection" /> object that contains the child controls for the <see cref="T:System.Web.UI.WebControls.LoginView" /> control. </summary> <returns> The collection of child controls for the <see cref="T:System.Web.UI.WebControls.LoginView" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.LoginView.CreateChildControls"> <summary> Creates the child controls that make up the <see cref="T:System.Web.UI.WebControls.LoginView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.LoginView.DataBind"> <summary> Binds a data source to <see cref="T:System.Web.UI.WebControls.LoginView" /> and all its child controls. </summary> </member> <member name="P:System.Web.UI.WebControls.LoginView.EnableTheming"> <summary> Gets or sets a value indicating whether themes can be applied to the <see cref="T:System.Web.UI.WebControls.LoginView" /> control. </summary> <returns>true to use themes; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.LoginView.Focus"> <summary> Sets input focus to a control. </summary> <exception cref="T:System.NotSupportedException"> You call the <see cref="M:System.Web.UI.WebControls.LoginView.Focus" /> method. </exception> </member> <member name="M:System.Web.UI.WebControls.LoginView.LoadControlState(System.Object)"> <summary> This method implements <see cref="M:System.Web.UI.Control.LoadControlState(System.Object)" />. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="P:System.Web.UI.WebControls.LoginView.LoggedInTemplate"> <summary> Gets or sets the template to display to Web site users who are logged in to the Web site but are not members of one of the role groups specified in the <see cref="P:System.Web.UI.WebControls.LoginView.RoleGroups" /> property. </summary> <returns> The <see cref="T:System.Web.UI.ITemplate" /> to display. </returns> </member> <member name="M:System.Web.UI.WebControls.LoginView.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.LoginView.OnPreRender(System.EventArgs)"> <summary> Determines which role-group template to display, based on the roles of the logged-in user. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.LoginView.OnViewChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.LoginView.ViewChanged" /> event after the <see cref="T:System.Web.UI.WebControls.LoginView" /> control switches views. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.LoginView.OnViewChanging(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.LoginView.ViewChanging" /> event before the <see cref="T:System.Web.UI.WebControls.LoginView" /> control switches views. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.LoginView.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the Web server control content to the client's browser using the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> used to render the server control content on the client's browser. </param> </member> <member name="P:System.Web.UI.WebControls.LoginView.RoleGroups"> <summary> Gets a collection of role groups that associate content templates with particular roles. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.RoleGroupCollection" /> object that contains the defined role-group templates. </returns> </member> <member name="M:System.Web.UI.WebControls.LoginView.SaveControlState"> <summary> This method implements <see cref="M:System.Web.UI.Control.SaveControlState" />. </summary> </member> <member name="M:System.Web.UI.WebControls.LoginView.SetDesignModeState(System.Collections.IDictionary)"> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> object containing the state of the <see cref="T:System.Web.UI.WebControls.LoginView" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.LoginView.SkinID"> <summary> Gets or sets the skin to apply to the <see cref="T:System.Web.UI.WebControls.LoginView" /> control. </summary> <returns> The name of the skin to apply to the <see cref="T:System.Web.UI.WebControls.LoginView" /> control. The default value is an empty string (""). </returns> <exception cref="T:System.ArgumentException"> The skin specified in the <see cref="P:System.Web.UI.WebControls.LoginView.SkinID" /> property does not exist in the theme. </exception> </member> <member name="E:System.Web.UI.WebControls.LoginView.ViewChanged"> <summary> Occurs after the view is changed. </summary> </member> <member name="E:System.Web.UI.WebControls.LoginView.ViewChanging"> <summary> Occurs before the view is changed. </summary> </member> <member name="T:System.Web.UI.WebControls.LogoutAction"> <summary> Indicates the page that the user will be directed to when he or she logs out of the Web site. </summary> </member> <member name="F:System.Web.UI.WebControls.LogoutAction.Refresh"> <summary> Reloads the current page with the user logged out. </summary> </member> <member name="F:System.Web.UI.WebControls.LogoutAction.Redirect"> <summary> Redirects the user to a specified URL. </summary> </member> <member name="F:System.Web.UI.WebControls.LogoutAction.RedirectToLoginPage"> <summary> Redirects the user to the login page defined in the site's configuration files (Machine.config and Web.config). </summary> </member> <member name="T:System.Web.UI.WebControls.MailDefinition"> <summary> Allows a control to create e-mail messages from text files or strings. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.MailDefinition.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.MailDefinition.BodyFileName"> <summary> Gets or sets the name of the file that contains text for the body of the e-mail message. </summary> <returns> The name of the file that contains the message body text. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.MailDefinition.CC"> <summary> Gets or sets a comma-separated list of e-mail addresses to send a copy (CC) of the message to. </summary> <returns> A comma-separated list of e-mail addresses to send a copy (CC) of the message to. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.MailDefinition.CreateMailMessage(System.String,System.Collections.IDictionary,System.String,System.Web.UI.Control)"> <summary> Creates an e-mail message with replacements from a text file to send by means of SMTP (Simple Mail Transfer Protocol). </summary> <returns> A new <see cref="T:System.Web.Mail.MailMessage" />. </returns> <param name="recipients"> The comma-separated list of recipients. </param> <param name="replacements"> An <see cref="T:System.Collections.IDictionary" /> containing a list of strings and their replacement strings. </param> <param name="body"> The text of the e-mail message. </param> <param name="owner"> The <see cref="T:System.Web.UI.Control" /> that owns this <see cref="T:System.Web.UI.WebControls.MailDefinition" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="replacements" /> does not contain strings. </exception> <exception cref="T:System.Web.HttpException"> The From value in the SMTP section of the configuration file is null or an empty string (""). - or - <paramref name="recipients" /> contains an incorrect e-mail address. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="owner" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.MailDefinition.CreateMailMessage(System.String,System.Collections.IDictionary,System.Web.UI.Control)"> <summary> Creates an e-mail message from a text file to send by means of SMTP (Simple Mail Transfer Protocol). </summary> <returns> A new <see cref="T:System.Net.Mail.MailMessage" /> object. </returns> <param name="recipients"> A comma-separated list of message recipients. </param> <param name="replacements"> An <see cref="T:System.Collections.IDictionary" /> containing a list of strings and their replacement strings. </param> <param name="owner"> The <see cref="T:System.Web.UI.Control" /> that owns this <see cref="T:System.Web.UI.WebControls.MailDefinition" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="replacements" /> does not contain strings. </exception> <exception cref="T:System.Web.HttpException"> The From value in the SMTP section of the configuration file is null or the empty string - or - <paramref name="recipients" /> contains an incorrect e-mail address. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="owner" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.MailDefinition.EmbeddedObjects"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.EmbeddedMailObject" /> instances, typically used to embed images in a <see cref="T:System.Web.UI.WebControls.MailDefinition" /> object before sending an e-mail to a user. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.EmbeddedMailObjectsCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.MailDefinition.From"> <summary> Gets or sets the e-mail address of the message sender. </summary> <returns> The e-mail address of the message sender. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.MailDefinition.IsBodyHtml"> <summary> Gets or sets a value indicating whether the body of the e-mail is HTML. </summary> <returns>true if the body of the e-mail is HTML; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.MailDefinition.Priority"> <summary> Gets or sets the priority of the e-mail message. </summary> <returns> One of the <see cref="T:System.Net.Mail.MailPriority" /> values. The default is <see cref="F:System.Net.Mail.MailPriority.Normal" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Net.Mail.MailPriority" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.MailDefinition.Subject"> <summary> Gets or sets the subject line of the e-mail message. </summary> <returns> The subject line of the e-mail message. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.MailDefinition.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value that indicates whether the server control is saving changes to its view state. </summary> <returns>true if the control is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.MailDefinition.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.IStateManager.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="M:System.Web.UI.WebControls.MailDefinition.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns> The server control's current view state. </returns> </member> <member name="M:System.Web.UI.WebControls.MailDefinition.System#Web#UI#IStateManager#TrackViewState"> <summary> Causes tracking of view-state changes to the server control so they can be stored in the server control's <see cref="T:System.Web.UI.StateBag" /> object. </summary> </member> <member name="T:System.Web.UI.WebControls.MailMessageEventArgs"> <summary> Provides data for e-mail–related events. </summary> </member> <member name="M:System.Web.UI.WebControls.MailMessageEventArgs.#ctor(System.Net.Mail.MailMessage)"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.WebControls.MailMessageEventArgs" /> class. </summary> <param name="message"> The <see cref="T:System.Net.Mail.MailMessage" /> containing the message. </param> </member> <member name="P:System.Web.UI.WebControls.MailMessageEventArgs.Message"> <summary> Gets the e-mail message contents. </summary> <returns> A <see cref="T:System.Web.Mail.MailMessage" /> containing the message contents. </returns> </member> <member name="T:System.Web.UI.WebControls.MailMessageEventHandler"> <summary> Represents the method that handles mail events. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MailMessageEventArgs" /> that contains the mail message data for the event. </param> </member> <member name="T:System.Web.UI.WebControls.Menu"> <summary> Displays a menu in an ASP.NET Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.Menu.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Menu" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Menu.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds HTML attributes and styles that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The output stream that renders HTML contents to the client. </param> </member> <member name="P:System.Web.UI.WebControls.Menu.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> that contains the child controls of the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains the child controls </returns> </member> <member name="M:System.Web.UI.WebControls.Menu.CreateChildControls"> <summary> Creates the child controls of a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.Menu.DataBind"> <summary> Binds the data source to the <see cref="T:System.Web.UI.WebControls.Menu" /> control. This method cannot be inherited. </summary> </member> <member name="P:System.Web.UI.WebControls.Menu.DataBindings"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> objects that define the relationship between a data item and the menu item it is binding to. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItemBindingCollection" /> that represents the relationship between a data item and the menu item it is binding to. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DisappearAfter"> <summary> Gets or sets the duration for which a dynamic menu is displayed after the mouse pointer is no longer positioned over the menu. </summary> <returns> The amount of time (in milliseconds) a dynamic menu is displayed after the mouse pointer is no longer positioned over the menu. The default is 500. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicBottomSeparatorImageUrl"> <summary> Gets or sets the URL to an image to display at the bottom of each dynamic menu item to separate it from other menu items. </summary> <returns> The URL to a separator image displayed at the bottom of each dynamic menu item. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicEnableDefaultPopOutImage"> <summary> Gets or sets a value indicating whether the built-in image that indicates that a dynamic menu item has a submenu is displayed. </summary> <returns>true to display the built-in image for dynamic menu items with submenus; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicHorizontalOffset"> <summary> Gets or sets the number of pixels to shift a dynamic menu horizontally relative to its parent menu item. </summary> <returns> The number of pixels to shift a dynamic menu horizontally relative to its parent menu item. The default is 0. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicHoverStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.Style" /> object that allows you to set the appearance of a dynamic menu item when the mouse pointer is positioned over it. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style of a dynamic menu item when the mouse pointer is positioned over it. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicItemFormatString"> <summary> Gets or sets additional text shown with all menu items that are dynamically displayed. </summary> <returns> The additional text or characters that appear with all menu items. The default value for this property is "{0}." </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicItemTemplate"> <summary> Gets or sets the template that contains the custom content to render for a dynamic menu. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for a dynamic menu. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicMenuItemStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object that allows you to set the appearance of the menu items within a dynamic menu. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> that represents the style of the menu items within a dynamic menu. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicMenuStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object that allows you to set the appearance of a dynamic menu. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> that represents the style of a dynamic menu. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicPopOutImageTextFormatString"> <summary> Gets or sets the alternate text for the image used to indicate that a dynamic menu item has a submenu. </summary> <returns> The alternate text for the image used to indicate that a dynamic menu item has a submenu. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicPopOutImageUrl"> <summary> Gets or sets the URL to a custom image that is displayed in a dynamic menu item when the dynamic menu item has a submenu. </summary> <returns> The URL to an image used to indicate that a dynamic menu item has a submenu. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicSelectedStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object that allows you to set the appearance of the dynamic menu item selected by the user. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> that represents the style of the selected dynamic menu item. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicTopSeparatorImageUrl"> <summary> Gets or sets the URL to an image to display at the top of each dynamic menu item to separate it from other menu items. </summary> <returns> The URL to a separator image displayed at the top of each dynamic menu item. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.DynamicVerticalOffset"> <summary> Gets or sets the number of pixels to shift a dynamic menu vertically relative to its parent menu item. </summary> <returns> The number of pixels to shift a dynamic menu vertically relative to its parent menu item. The default is 0. </returns> </member> <member name="M:System.Web.UI.WebControls.Menu.EnsureDataBound"> <summary> Verifies that the menu control requires data binding and that a valid data source control is specified before calling the <see cref="M:System.Web.UI.WebControls.Menu.DataBind" /> method. </summary> </member> <member name="M:System.Web.UI.WebControls.Menu.FindItem(System.String)"> <summary> Retrieves the menu item at the specified value path. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItem" /> that represents the menu item at the specified value path. </returns> <param name="valuePath"> The value path to the menu item to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.GetDesignModeState"> <summary> Retrieves the design-time state of the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing the design-time state of the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.Items"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object that contains all menu items in the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> that contains all menu items in the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.ItemWrap"> <summary> Gets or sets a value indicating whether the text for menu items should wrap. </summary> <returns>true to wrap the menu item text; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.LevelMenuItemStyles"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.MenuItemStyleCollection" /> object that contains the style settings that are applied to menu items based on their level in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItemStyleCollection" /> that contains the style settings that are applied to menu items based on their level in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.LevelSelectedStyles"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.MenuItemStyleCollection" /> object that contains the style settings that are applied to the selected menu item based on its level in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItemStyleCollection" /> that contains the style settings that are applied to the selected menu item based on its level in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.LevelSubMenuStyles"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.MenuItemStyleCollection" /> object that contains the style settings that are applied to the submenu items in the static menu based on their level in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItemStyleCollection" /> that contains the style settings that are applied to the submenu items in the static menu based on their level in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.Menu.LoadControlState(System.Object)"> <summary> Loads the state of the properties in the <see cref="T:System.Web.UI.WebControls.Menu" /> control that need to be persisted. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the saved view-state values for the control. </param> </member> <member name="P:System.Web.UI.WebControls.Menu.MaximumDynamicDisplayLevels"> <summary> Gets or sets the number of menu levels to render for a dynamic menu. </summary> <returns> The number of menu levels to render for a dynamic menu. The default is 3. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.Menu.MaximumDynamicDisplayLevels" /> property is set to a value less than 0. </exception> </member> <member name="E:System.Web.UI.WebControls.Menu.MenuItemClick"> <summary> Occurs when a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control is clicked. </summary> </member> <member name="F:System.Web.UI.WebControls.Menu.MenuItemClickCommandName"> <summary> Contains the command name. </summary> </member> <member name="E:System.Web.UI.WebControls.Menu.MenuItemDataBound"> <summary> Occurs when a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control is bound to data. </summary> </member> <member name="M:System.Web.UI.WebControls.Menu.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the <see cref="T:System.Web.UI.WebControls.Menu" /> control is passed up the page's user interface (UI) server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. The default is false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MenuEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MenuEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.OnMenuItemClick(System.Web.UI.WebControls.MenuEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Menu.MenuItemClick" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MenuEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.OnMenuItemDataBound(System.Web.UI.WebControls.MenuEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Menu.MenuItemDataBound" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MenuEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.Menu.Orientation"> <summary> Gets or sets the direction in which to render the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.Orientation" /> enumeration values. The default is Orientation.Vertical. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.PathSeparator"> <summary> Gets or sets the character used to delimit the path of a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> The character used to delimit the path of a menu item. The default value is a slash mark (/). </returns> </member> <member name="M:System.Web.UI.WebControls.Menu.PerformDataBinding"> <summary> Binds the items from the data source to the menu items in the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.Menu.RaisePostBackEvent(System.String)"> <summary> Processes an event raised when a form is posted to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents the event argument passed to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the menu control on the client browser. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream used to write content to a Web page. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Adds tag attributes and writes the markup for the opening tag of the control to the output stream emitted to the browser or device. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to build and render the device-specific output. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> This member overrides <see cref="M:System.Web.UI.WebControls.WebControl.RenderContents(System.Web.UI.HtmlTextWriter)" />. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to build and render the device-specific output. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Performs final markup and writes the HTML closing tag of the control to the output stream emitted to the browser or device. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to build and render the device-specific output. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.SaveControlState"> <summary> Saves the state of the properties in the <see cref="T:System.Web.UI.WebControls.Menu" /> control that need to be persisted. </summary> <returns> An object that contains the state data for the control. If there have been no changes to the state, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.Menu.SaveViewState"> <summary> Saves the state of the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> An <see cref="T:System.Object" /> that contains the state of the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.ScrollDownImageUrl"> <summary> Gets or sets the URL to an image displayed in a dynamic menu to indicate that the user can scroll down for additional menu items. </summary> <returns> The URL to an image displayed in a dynamic menu to indicate that the user can scroll down for additional menu items. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.ScrollDownText"> <summary> Gets or sets the alternate text for the image specified in the <see cref="P:System.Web.UI.WebControls.Menu.ScrollDownImageUrl" /> property. </summary> <returns> The alternate text for the image specified in the <see cref="P:System.Web.UI.WebControls.Menu.ScrollDownImageUrl" /> property. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.ScrollUpImageUrl"> <summary> Gets or sets the URL to an image displayed in a dynamic menu to indicate that the user can scroll up for additional menu items. </summary> <returns> The URL to an image displayed in a dynamic menu to indicate that the user can scroll up for additional menu items. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.ScrollUpText"> <summary> Gets or sets the alternate text for the image specified in the <see cref="P:System.Web.UI.WebControls.Menu.ScrollUpImageUrl" /> property. </summary> <returns> The alternate text for the image specified in the <see cref="P:System.Web.UI.WebControls.Menu.ScrollUpImageUrl" /> property. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.SelectedItem"> <summary> Gets the selected menu item. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItem" /> that represents the selected menu item. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.SelectedValue"> <summary> Gets the value of the selected menu item. </summary> <returns> The value of the selected menu item. The default is <see cref="F:System.String.Empty" />, which indicates that no menu item is currently selected. </returns> </member> <member name="M:System.Web.UI.WebControls.Menu.SetDesignModeState(System.Collections.IDictionary)"> <summary> Sets design-time data for the <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> that contains state data for displaying the control. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.SetItemDataBound(System.Web.UI.WebControls.MenuItem,System.Boolean)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.MenuItem.DataBound" /> property of the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object with the specified value. </summary> <param name="node"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> to set. </param> <param name="dataBound">true to set the node as data-bound; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.SetItemDataItem(System.Web.UI.WebControls.MenuItem,System.Object)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.MenuItem.DataItem" /> property of the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object with the specified value. </summary> <param name="node"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> to set. </param> <param name="dataItem"> The data item for the <see cref="T:System.Web.UI.WebControls.MenuItem" />. </param> </member> <member name="M:System.Web.UI.WebControls.Menu.SetItemDataPath(System.Web.UI.WebControls.MenuItem,System.String)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.MenuItem.DataPath" /> property of the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object with the specified value. </summary> <param name="node"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> to set. </param> <param name="dataPath"> The data path for the <see cref="T:System.Web.UI.WebControls.MenuItem" />. </param> </member> <member name="P:System.Web.UI.WebControls.Menu.SkipLinkText"> <summary> Gets or sets the alternate text for a hidden image read by screen readers to provide the ability to skip the list of links. </summary> <returns> The alternate text of a hidden image read by screen readers to provide the ability to skip the list of links. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticBottomSeparatorImageUrl"> <summary> Gets or sets the URL to an image displayed as the separator at the bottom of each static menu item. </summary> <returns> The URL to an image displayed as the separator at the bottom of each static menu item. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticDisplayLevels"> <summary> Gets or sets the number of menu levels to display in a static menu. </summary> <returns> The number of menu levels to display in a static menu. The default is 1. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is less than 1. </exception> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticEnableDefaultPopOutImage"> <summary> Gets or sets a value indicating whether the built-in image is displayed to indicate that a static menu item has a submenu. </summary> <returns>true to display the built-in image for static menu items with submenus; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticHoverStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.Style" /> object that allows you to set the appearance of a static menu item when the mouse pointer is positioned over it. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style of a static menu item when the mouse pointer is positioned over it. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticItemFormatString"> <summary> Gets or sets additional text shown with all menu items that are statically displayed. </summary> <returns> The additional text or characters that appear with all menu items. The default value for this property is "{0}." </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticItemTemplate"> <summary> Gets or sets the template that contains the custom content to render for a static menu. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that contains the custom content for a static menu. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticMenuItemStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object that allows you to set the appearance of the menu items in a static menu. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> that represents the style of the menu items in a static menu. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticMenuStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object that allows you to set the appearance of a static menu. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> that represents the style of a static menu. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticPopOutImageTextFormatString"> <summary> Gets or sets the alternate text for the pop-out image used to indicate that a static menu item has a submenu. </summary> <returns> The alternate text for the pop-out image. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticPopOutImageUrl"> <summary> Gets or sets the URL to an image displayed to indicate that a static menu item has a submenu. </summary> <returns> The URL to an image displayed to indicate that a static menu item has a submenu. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticSelectedStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object that allows you to set the appearance of the menu item selected by the user in a static menu. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> that represents the style of the selected menu item in a static menu. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticSubMenuIndent"> <summary> Gets or sets the amount of space, in pixels, to indent submenus within a static menu. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the amount of space, in pixels, to indent submenus within a static menu. The default is 0. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value of the selected <see cref="T:System.Web.UI.WebControls.Unit" /> is less than 0. </exception> </member> <member name="P:System.Web.UI.WebControls.Menu.StaticTopSeparatorImageUrl"> <summary> Gets or sets the URL to an image displayed as the separator at the top of each static menu item. </summary> <returns> The URL to an image displayed as the separator at the top of each static menu item. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.Menu.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Processes an event raised when a form is posted to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents the event argument passed to the event handler. </param> </member> <member name="P:System.Web.UI.WebControls.Menu.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that corresponds to a <see cref="T:System.Web.UI.WebControls.Menu" /> control. This property is used primarily by control developers. </summary> <returns> Always returns HtmlTextWriterTag.Table. </returns> </member> <member name="P:System.Web.UI.WebControls.Menu.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content associated with a menu item. </summary> <returns> The target window or frame in which to display the linked Web page content. The default value is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="M:System.Web.UI.WebControls.Menu.TrackViewState"> <summary> Tracks view-state changes to the <see cref="T:System.Web.UI.WebControls.Menu" /> control so they can be stored in the control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="T:System.Web.UI.WebControls.MenuEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.Menu.MenuItemClick" /> and <see cref="E:System.Web.UI.WebControls.Menu.MenuItemDataBound" /> events of a <see cref="T:System.Web.UI.WebControls.Menu" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuEventArgs.#ctor(System.Web.UI.WebControls.MenuItem)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuEventArgs" /> class using the specified menu item. </summary> <param name="item"> For the <see cref="E:System.Web.UI.WebControls.Menu.MenuItemClick" /> event, this parameter represents the menu item clicked by the user. For the <see cref="E:System.Web.UI.WebControls.Menu.MenuItemDataBound" /> event, this parameter represents the menu item being bound to data. </param> </member> <member name="M:System.Web.UI.WebControls.MenuEventArgs.#ctor(System.Web.UI.WebControls.MenuItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuEventArgs" /> class using the specified menu item, command source, and event arguments. </summary> <param name="item"> For the <see cref="E:System.Web.UI.WebControls.Menu.MenuItemClick" /> event, this parameter represents the menu item clicked by the user. For the <see cref="E:System.Web.UI.WebControls.Menu.MenuItemDataBound" /> event, this parameter represents the menu item being bound to data. </param> <param name="commandSource"> The <see cref="T:System.Object" /> that raised the event. </param> <param name="originalArgs"> A <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> that contains the command name and command argument values for the menu item. </param> </member> <member name="P:System.Web.UI.WebControls.MenuEventArgs.CommandSource"> <summary> Gets the <see cref="T:System.Object" /> that raised the event. </summary> <returns> The <see cref="T:System.Object" /> that raised the event. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuEventArgs.Item"> <summary> Gets the menu item associated with the event raised. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItem" /> that represents the menu item associated with the event raised. </returns> </member> <member name="T:System.Web.UI.WebControls.MenuEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.Menu.MenuItemClick" /> event or <see cref="E:System.Web.UI.WebControls.Menu.MenuItemDataBound" /> event of a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MenuEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.MenuItem"> <summary> Represents a menu item displayed in the <see cref="T:System.Web.UI.WebControls.Menu" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItem.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> class without menu text or a value. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItem.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> class using the specified menu text. </summary> <param name="text"> The text displayed for a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItem.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> class using the specified menu text and value. </summary> <param name="text"> The text displayed for a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </param> <param name="value"> The supplemental data associated with the menu item, such as data used for handling postback events. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItem.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> class using the specified menu text, value, and URL to an image. </summary> <param name="text"> The text displayed for a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </param> <param name="value"> The supplemental data associated with the menu item, such as data used for handling postback events. </param> <param name="imageUrl"> The URL to an image displayed next to the text in a menu item. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItem.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> class using the specified menu text, value, image URL, and navigation URL. </summary> <param name="text"> The text displayed for a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </param> <param name="value"> The supplemental data associated with the menu item, such as data used for handling postback events. </param> <param name="imageUrl"> The URL to an image displayed next to the text in a menu item. </param> <param name="navigateUrl"> The URL to link to when the menu item is clicked. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItem.#ctor(System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> class using the specified menu text, value, image URL, navigation URL, and target. </summary> <param name="text"> The text displayed for a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </param> <param name="value"> The supplemental data associated with the menu item, such as data used for handling postback events. </param> <param name="imageUrl"> The URL to an image displayed next to the text in a menu item. </param> <param name="navigateUrl"> The URL to link to when the menu item is clicked. </param> <param name="target"> The target window or frame in which to display the Web page content linked to a menu item when the menu item is clicked. </param> </member> <member name="P:System.Web.UI.WebControls.MenuItem.ChildItems"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object that contains the submenu items of the current menu item. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> that contains the submenu items of the current menu item. The default is null, which indicates that this menu item does not contain any submenu items. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.DataBound"> <summary> Gets a value indicating whether the menu item was created through data binding. </summary> <returns>true if the menu item was created through data binding; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.DataItem"> <summary> Gets the data item that is bound to the menu item. </summary> <returns> An <see cref="T:System.Object" /> that represents the data item that is bound to the menu item. The default value is null, which indicates that the menu item is not bound to any data item. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.DataPath"> <summary> Gets the path to the data that is bound to the menu item. </summary> <returns> The path to the data that is bound to the node. This value comes from the hierarchical data source control to which the <see cref="T:System.Web.UI.WebControls.Menu" /> control is bound. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.Depth"> <summary> Gets the level at which a menu item is displayed. </summary> <returns> The level at which a menu item is displayed. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.Enabled"> <summary> Gets or sets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.MenuItem" /> object is enabled, allowing the item to display a pop-out image and any child menu items. </summary> <returns>true if the menu item is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.ImageUrl"> <summary> Gets or sets the URL to an image that is displayed next to the text in a menu item. </summary> <returns> The URL to a custom image that is displayed next to the text of a menu item. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.NavigateUrl"> <summary> Gets or sets the URL to navigate to when the menu item is clicked. </summary> <returns> The URL to navigate to when the menu item is clicked. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.Parent"> <summary> Gets the parent menu item of the current menu item. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItem" /> that represents the parent menu item of the current menu item. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.PopOutImageUrl"> <summary> Gets or sets the URL to an image that is displayed in a menu item to indicate that the menu item has a dynamic submenu. </summary> <returns> The URL to an image that is displayed in a menu item to indicate that the menu item has a dynamic submenu. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.Selectable"> <summary> Gets or sets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.MenuItem" /> object can be selected, or is "clickable." </summary> <returns>true if the menu item can be selected; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.Selected"> <summary> Gets or sets a value indicating whether the current menu item is selected in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns>true to indicate that the current menu item is selected in a <see cref="T:System.Web.UI.WebControls.Menu" /> control; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.SeparatorImageUrl"> <summary> Gets or sets the URL to an image displayed at the bottom of a menu item to separate it from other menu items. </summary> <returns> The URL to an image used to separate the current menu item from other menu items. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItem.System#ICloneable#Clone"> <summary> Creates a copy of the current <see cref="T:System.Web.UI.WebControls.MenuItem" /> object. </summary> <returns> An <see cref="T:System.Object" /> that represents a copy of the <see cref="T:System.Web.UI.WebControls.MenuItem" />. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.MenuItem" /> object is saving changes to its view state. </summary> <returns>true if the control is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItem.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the menu item's previously saved view state. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the saved view state values. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItem.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the view-state changes to an <see cref="T:System.Object" />. </summary> <returns> The <see cref="T:System.Object" /> that contains the view-state changes. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItem.System#Web#UI#IStateManager#TrackViewState"> <summary> Instructs the <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to track changes to its view state. </summary> </member> <member name="P:System.Web.UI.WebControls.MenuItem.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content associated with a menu item. </summary> <returns> The target window or frame in which to display the linked Web page content. The default value is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.Text"> <summary> Gets or sets the text displayed for the menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <returns> The text displayed for the menu item in the <see cref="T:System.Web.UI.WebControls.Menu" /> control. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.ToolTip"> <summary> Gets or sets the ToolTip text for the menu item. </summary> <returns> The ToolTip text for the menu item. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.Value"> <summary> Gets or sets a non-displayed value used to store any additional data about the menu item, such as data used for handling postback events. </summary> <returns> Supplemental data about the menu item that is not displayed. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItem.ValuePath"> <summary> Gets the path from the root menu item to the current menu item. </summary> <returns> A delimiter-separated list of menu item values that form a path from the root menu item to the current menu item. </returns> </member> <member name="T:System.Web.UI.WebControls.MenuItemBinding"> <summary> Defines the relationship between a data item and the menu item it is binding to in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemBinding.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.DataMember"> <summary> Gets or sets the data member to bind to a menu item. </summary> <returns> The data member to bind to a menu item. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.Depth"> <summary> Gets or sets the menu depth to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The menu depth to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.Enabled"> <summary> Gets or sets a value that indicates whether the menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied is enabled, allowing the item to display a pop-out image and any child menu items. </summary> <returns>true if the menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.EnabledField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Enabled" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Enabled" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.FormatString"> <summary> Gets or sets the string that specifies the display format for the text of a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> A formatting string that specifies the display format for the text of a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.ImageUrl"> <summary> Gets or sets the URL to an image that is displayed next to the text of a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The URL to an image that is displayed next to the text of a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.ImageUrlField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.ImageUrl" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.ImageUrl" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.NavigateUrl"> <summary> Gets or sets the URL to link to when a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied is clicked. </summary> <returns> The URL to link to when a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied is clicked. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.NavigateUrlField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.NavigateUrl" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.NavigateUrl" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.PopOutImageUrl"> <summary> Gets or sets the URL to an image that indicates the presence of a dynamic submenu for a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The URL to an image that indicates the presence of a dynamic submenu for a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.PopOutImageUrlField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.PopOutImageUrl" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.PopOutImageUrl" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.Selectable"> <summary> Gets or sets a value that indicates whether the menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied can be selected, or is "clickable." </summary> <returns>true if the menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied is selectable; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.SelectableField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Selectable" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Selectable" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.SeparatorImageUrl"> <summary> Gets or sets the URL to an image displayed below the text of a menu item (to separate it from other menu items) for a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The URL to an image displayed below the text of a menu item for a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.SeparatorImageUrlField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.SeparatorImageUrl" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.SeparatorImageUrl" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemBinding.System#ICloneable#Clone"> <summary> Creates a copy of the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object. </summary> <returns> An <see cref="T:System.Object" /> that represents a copy of the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" />. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.System#Web#UI#IDataSourceViewSchemaAccessor#DataSourceViewSchema"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema" />. </summary> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is saving changes to its view state. </summary> <returns>true if the control is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemBinding.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the node's previously saved view state. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the saved view state values. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemBinding.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the view state changes to an <see cref="T:System.Object" />. </summary> <returns> An <see cref="T:System.Object" /> that contains the view state changes. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemBinding.System#Web#UI#IStateManager#TrackViewState"> <summary> Instructs the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object to track changes to its view state. </summary> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content associated with a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The target window or frame in which to display the linked Web page content. The default value is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.TargetField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Target" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Target" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.Text"> <summary> Gets or sets the text displayed for the menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The text displayed for the menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.TextField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Text" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Text" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.ToolTip"> <summary> Gets or sets the ToolTip text for a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The ToolTip text for a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.ToolTipField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.ToolTip" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.ToolTip" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemBinding.ToString"> <summary> Returns a string that represents the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object. </summary> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.Value"> <summary> Gets or sets a nondisplayed value used to store any additional data about a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied, such as data used for handling postback events. </summary> <returns> Supplemental data about a menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied; this data is not displayed. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemBinding.ValueField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Value" /> property of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.MenuItem.Value" /> of a <see cref="T:System.Web.UI.WebControls.MenuItem" /> to which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is applied. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="T:System.Web.UI.WebControls.MenuItemBindingCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> objects. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemBindingCollection.Add(System.Web.UI.WebControls.MenuItemBinding)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object to the end of the collection. </summary> <returns> The index at which the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> was inserted in the collection. </returns> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> to append to the end of the collection. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemBindingCollection.Contains(System.Web.UI.WebControls.MenuItemBinding)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object is in the collection. </summary> <returns>true if the specified <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> is contained in the collection; otherwise, false. </returns> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> to find. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemBindingCollection.CopyTo(System.Web.UI.WebControls.MenuItemBinding[],System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.MenuItemBindingCollection" /> object to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> objects, starting at the specified index in the target array. </summary> <param name="array"> A zero-based array of <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> objects that receives the copied items from the collection. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemBindingCollection.IndexOf(System.Web.UI.WebControls.MenuItemBinding)"> <summary> Determines the index of the specified <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object in the collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="value" /> within the collection, if found; otherwise, -1. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> to determine the index of. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemBindingCollection.Insert(System.Int32,System.Web.UI.WebControls.MenuItemBinding)"> <summary> Adds the specified <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object to the collection at the specified index location. </summary> <param name="index"> The zero-based index location at which to insert the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" />. </param> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> to insert. </param> </member> <member name="P:System.Web.UI.WebControls.MenuItemBindingCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object at the specified index from the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> at the specified index in the collection. </returns> <param name="i"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemBindingCollection.Remove(System.Web.UI.WebControls.MenuItemBinding)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object from the collection. </summary> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> to remove from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemBindingCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> object at the specified index location from the collection. </summary> <param name="index"> The zero-based index location of the menu item binding to remove. </param> </member> <member name="T:System.Web.UI.WebControls.MenuItemCollection"> <summary> Represents a collection of menu items in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> class using the default values. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.#ctor(System.Web.UI.WebControls.MenuItem)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> class using the specified parent menu item (or owner). </summary> <param name="owner"> A <see cref="T:System.Web.UI.WebControls.MenuItem" /> that represents the parent menu item of the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.Add(System.Web.UI.WebControls.MenuItem)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to the end of the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </summary> <param name="child"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> to append to the end of the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="child" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.AddAt(System.Int32,System.Web.UI.WebControls.MenuItem)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object in the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object at the specified index location. </summary> <param name="index"> The zero-based index location at which to insert the <see cref="T:System.Web.UI.WebControls.MenuItem" />. </param> <param name="child"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> to insert. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.Clear"> <summary> Removes all items from the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.Contains(System.Web.UI.WebControls.MenuItem)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object is in the collection. </summary> <returns>true if the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object is contained in the collection; otherwise, false. </returns> <param name="c"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> to find. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index in the target array. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" />. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is not an array of <see cref="T:System.Web.UI.WebControls.MenuItem" /> objects. </exception> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.CopyTo(System.Web.UI.WebControls.MenuItem[],System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.MenuItem" /> objects, starting at the specified index in the target array. </summary> <param name="array"> A zero-based array of <see cref="T:System.Web.UI.WebControls.MenuItem" /> objects that receives the copied items from the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" />. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> </member> <member name="P:System.Web.UI.WebControls.MenuItemCollection.Count"> <summary> Gets the number of menu items contained in the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </summary> <returns> The number of menu items contained in the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.GetEnumerator"> <summary> Returns an enumerator that can be used to iterate through the items in the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </summary> <returns> An enumerator that can be used to iterate through the items in the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.IndexOf(System.Web.UI.WebControls.MenuItem)"> <summary> Determines the index of the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object in the collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="value" /> within the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" />, if found; otherwise, -1. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> to locate. </param> </member> <member name="P:System.Web.UI.WebControls.MenuItemCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object is synchronized (thread safe). </summary> <returns> Always returns false. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.MenuItem" /> object at the specified index in the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> at the specified index in the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" />. </returns> <param name="index"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.Remove(System.Web.UI.WebControls.MenuItem)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object from the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </summary> <param name="value"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> object to remove. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.MenuItem" /> object at the specified index location from the current <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </summary> <param name="index"> The zero-based index location of the menu item to remove. </param> </member> <member name="P:System.Web.UI.WebControls.MenuItemCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object. </summary> <returns> An <see cref="T:System.Object" /> that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object is saving changes to its view state. </summary> <returns>true if the control is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object's previously saved view state. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the saved view state values. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the changes to view state to an <see cref="T:System.Object" />. </summary> <returns> The <see cref="T:System.Object" /> that contains the view state changes. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> Instructs the <see cref="T:System.Web.UI.WebControls.MenuItemCollection" /> object to track changes to its view state. </summary> </member> <member name="T:System.Web.UI.WebControls.MenuItemStyle"> <summary> Represents the style of a menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyle.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyle.#ctor(System.Web.UI.StateBag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> class using the specified state information. </summary> <param name="bag"> A <see cref="T:System.Web.UI.StateBag" /> that represents the state bag in which menu item style information is stored. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyle.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Copies the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object into the current instance of the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> class. </summary> <param name="s"> The <see cref="T:System.Web.UI.WebControls.Style" /> to copy. </param> </member> <member name="P:System.Web.UI.WebControls.MenuItemStyle.HorizontalPadding"> <summary> Gets or sets the amount of space to the left and right of the menu item's text. </summary> <returns> The amount of space (in pixels) to the left and right of the menu item's text. The default is 0. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is of type <see cref="F:System.Web.UI.WebControls.UnitType.Percentage" />. - or - The selected value is less than 0. </exception> </member> <member name="P:System.Web.UI.WebControls.MenuItemStyle.ItemSpacing"> <summary> Gets or sets the amount of vertical spacing between the menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object is applied and its adjacent menu items. </summary> <returns> The amount of vertical spacing (in pixels) between the menu item to which the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object is applied and its adjacent menu items. The default is 0. </returns> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyle.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Combines the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object with those of the current instance of the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> class. </summary> <param name="s"> The <see cref="T:System.Web.UI.WebControls.Style" /> to combine settings with. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyle.Reset"> <summary> Returns the current instance of the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> class to its original state. </summary> </member> <member name="P:System.Web.UI.WebControls.MenuItemStyle.VerticalPadding"> <summary> Gets or sets the amount of space above and below a menu item's text. </summary> <returns> The amount of space (in pixels) above and below a menu item's text. The default is 0. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is of type <see cref="F:System.Web.UI.WebControls.UnitType.Percentage" />. - or - The selected value is less than 0. </exception> </member> <member name="T:System.Web.UI.WebControls.MenuItemStyleCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> objects in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyleCollection.Add(System.Web.UI.WebControls.MenuItemStyle)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object to the end of the current collection. </summary> <returns> The zero-based index of the added <see cref="T:System.Web.UI.WebControls.MenuItemStyle" />. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> to append to the end of the current collection. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyleCollection.Contains(System.Web.UI.WebControls.MenuItemStyle)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object is in the collection. </summary> <returns>true if the specified <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> is contained in the collection; otherwise, false. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> to find. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyleCollection.CopyTo(System.Web.UI.WebControls.MenuItemStyle[],System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.MenuItemStyleCollection" /> object to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> objects, starting at the specified index in the target array. </summary> <param name="styleArray"> A zero-based array of <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> objects that received the copied items from the <see cref="T:System.Web.UI.WebControls.MenuItemStyleCollection" />. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyleCollection.IndexOf(System.Web.UI.WebControls.MenuItemStyle)"> <summary> Determines the index of the specified <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object in the collection. </summary> <returns> The zero-based index of the first occurrence of the specified <see cref="T:System.Web.UI.WebControls.MenuItemStyle" />, if found; otherwise, -1. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> to locate. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyleCollection.Insert(System.Int32,System.Web.UI.WebControls.MenuItemStyle)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object into the collection at the specified index location. </summary> <param name="index"> The zero-based index location at which to insert the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" />. </param> <param name="style"> The <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> to insert. </param> </member> <member name="P:System.Web.UI.WebControls.MenuItemStyleCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object at the specified index from the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> at the specified index in the collection. </returns> <param name="i"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyleCollection.Remove(System.Web.UI.WebControls.MenuItemStyle)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object from the collection. </summary> <param name="style"> The <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> to remove. </param> </member> <member name="M:System.Web.UI.WebControls.MenuItemStyleCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> object at the specified index location from the collection. </summary> <param name="index"> The zero-based index location of the <see cref="T:System.Web.UI.WebControls.MenuItemStyle" /> to remove. </param> </member> <member name="T:System.Web.UI.WebControls.MenuItemTemplateContainer"> <summary> Represents a container that holds the contents of a templated menu item in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.MenuItemTemplateContainer.#ctor(System.Int32,System.Web.UI.WebControls.MenuItem)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MenuItemTemplateContainer" /> class using the specified menu item index and menu item. </summary> <param name="itemIndex"> The index of the menu item. </param> <param name="dataItem"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> object associated with the container. </param> </member> <member name="P:System.Web.UI.WebControls.MenuItemTemplateContainer.DataItem"> <summary> Gets or sets the menu item associated with the container. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItem" /> that represents the menu item associated with the container. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemTemplateContainer.ItemIndex"> <summary> Gets the index of the menu item associated with the container. </summary> <returns> The index of the menu item associated with the container. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemTemplateContainer.System#Web#UI#IDataItemContainer#DataItem"> <summary> Gets the menu item associated with the container. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.MenuItem" /> object that represents the menu item associated with the container. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemTemplateContainer.System#Web#UI#IDataItemContainer#DataItemIndex"> <summary> Gets the index value of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> object associated with the container. </summary> <returns> The index value of the <see cref="T:System.Web.UI.WebControls.MenuItem" /> object associated with the container. </returns> </member> <member name="P:System.Web.UI.WebControls.MenuItemTemplateContainer.System#Web#UI#IDataItemContainer#DisplayIndex"> <summary> Gets the index value of the menu item for the container. </summary> <returns> The index value of the menu item for the container. </returns> </member> <member name="T:System.Web.UI.WebControls.MonthChangedEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.Calendar.VisibleMonthChanged" /> event of a <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.MonthChangedEventArgs.#ctor(System.DateTime,System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MonthChangedEventArgs" /> class. </summary> <param name="newDate"> The date that determines the month currently displayed by the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> <param name="previousDate"> The date that determines the month previously displayed by the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param> </member> <member name="P:System.Web.UI.WebControls.MonthChangedEventArgs.NewDate"> <summary> Gets the date that determines the currently displayed month in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> The date that determines the month currently displayed by the <see cref="T:System.Web.UI.WebControls.Calendar" />. </returns> </member> <member name="P:System.Web.UI.WebControls.MonthChangedEventArgs.PreviousDate"> <summary> Gets the date that determines the previously displayed month in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> The date that determines the month previously displayed by the <see cref="T:System.Web.UI.WebControls.Calendar" />. </returns> </member> <member name="T:System.Web.UI.WebControls.MonthChangedEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.Calendar.VisibleMonthChanged" /> event of a <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MonthChangedEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.MultiView"> <summary> Represents a control that acts as a container for a group of <see cref="T:System.Web.UI.WebControls.View" /> controls. </summary> </member> <member name="M:System.Web.UI.WebControls.MultiView.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MultiView" /> class. </summary> </member> <member name="E:System.Web.UI.WebControls.MultiView.ActiveViewChanged"> <summary> Occurs when the active <see cref="T:System.Web.UI.WebControls.View" /> control of a <see cref="T:System.Web.UI.WebControls.MultiView" /> control changes between posts to the server. </summary> </member> <member name="P:System.Web.UI.WebControls.MultiView.ActiveViewIndex"> <summary> Gets or sets the index of the active <see cref="T:System.Web.UI.WebControls.View" /> control within a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <returns> The zero-based index of the active <see cref="T:System.Web.UI.WebControls.View" /> control within a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. The default is -1, indicating that no view is set as active. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified index was set to less than -1, or greater than or equal to the number of items on the list. </exception> </member> <member name="M:System.Web.UI.WebControls.MultiView.AddParsedSubObject(System.Object)"> <summary> Notifies the <see cref="T:System.Web.UI.WebControls.MultiView" /> control that an XML or HTML element was parsed, and adds the element to the <see cref="T:System.Web.UI.WebControls.ViewCollection" /> collection of the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> <exception cref="T:System.Web.HttpException"> The specified <see cref="T:System.Object" /> is not a <see cref="T:System.Web.UI.WebControls.View" /> control. </exception> </member> <member name="M:System.Web.UI.WebControls.MultiView.CreateControlCollection"> <summary> Creates a <see cref="T:System.Web.UI.ControlCollection" /> to hold the child controls of the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ViewCollection" /> to contain the <see cref="T:System.Web.UI.WebControls.View" /> controls of the current <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.MultiView.EnableTheming"> <summary> Gets or sets a value indicating whether themes apply to the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <returns>true if themes are to be used; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.MultiView.GetActiveView"> <summary> Returns the current active <see cref="T:System.Web.UI.WebControls.View" /> control within a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.View" /> control that represents the active view within a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </returns> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.WebControls.MultiView.ActiveViewIndex" /> property is not set to a valid <see cref="T:System.Web.UI.WebControls.View" /> control within the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </exception> </member> <member name="M:System.Web.UI.WebControls.MultiView.LoadControlState(System.Object)"> <summary> Loads the current state of the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <param name="state"> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </param> </member> <member name="F:System.Web.UI.WebControls.MultiView.NextViewCommandName"> <summary> Represents the command name associated with the next <see cref="T:System.Web.UI.WebControls.View" /> control to display in a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.MultiView.OnActiveViewChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.MultiView.ActiveViewChanged" /> event of a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.MultiView.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the <see cref="T:System.Web.UI.WebControls.MultiView" /> control is passed to the page's UI server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. The default is false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> <exception cref="T:System.Web.HttpException"> The <see cref="T:System.Web.UI.WebControls.MultiView" /> control cannot find the <see cref="T:System.Web.UI.WebControls.View" /> specified in the <see cref="P:System.Web.UI.WebControls.CommandEventArgs.CommandArgument" /> property of <paramref name="e" />. </exception> <exception cref="T:System.FormatException"> The <see cref="P:System.Web.UI.WebControls.CommandEventArgs.CommandArgument" /> property of <paramref name="e" /> cannot be parsed as an integer. </exception> </member> <member name="M:System.Web.UI.WebControls.MultiView.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="F:System.Web.UI.WebControls.MultiView.PreviousViewCommandName"> <summary> Represents the command name associated with the previous <see cref="T:System.Web.UI.WebControls.View" /> control to display in a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.MultiView.RemovedControl(System.Web.UI.Control)"> <summary> Called after a <see cref="T:System.Web.UI.WebControls.View" /> control is removed from the <see cref="P:System.Web.UI.Control.Controls" /> collection of a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <param name="ctl"> The <see cref="T:System.Web.UI.WebControls.View" /> control that has been removed. </param> </member> <member name="M:System.Web.UI.WebControls.MultiView.Render(System.Web.UI.HtmlTextWriter)"> <summary> Writes the <see cref="T:System.Web.UI.WebControls.MultiView" /> control content to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, for display on the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.MultiView.SaveControlState"> <summary> Saves the current state of the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <returns> An <see cref="T:System.Object" /> that represents the state of the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. If there is no state associated with the <see cref="T:System.Web.UI.WebControls.MultiView" /> control, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.MultiView.SetActiveView(System.Web.UI.WebControls.View)"> <summary> Sets the specified <see cref="T:System.Web.UI.WebControls.View" /> control to the active view within a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <param name="view"> A <see cref="T:System.Web.UI.WebControls.View" /> control to set as the active view within a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </param> <exception cref="T:System.Web.HttpException"> The specified <paramref name="view" /> parameter value was not contained in the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </exception> </member> <member name="F:System.Web.UI.WebControls.MultiView.SwitchViewByIDCommandName"> <summary> Represents the command name associated with changing the active <see cref="T:System.Web.UI.WebControls.View" /> control in a <see cref="T:System.Web.UI.WebControls.MultiView" /> control, based on a specified <see cref="T:System.Web.UI.WebControls.View" /> id. This field is read-only. </summary> </member> <member name="F:System.Web.UI.WebControls.MultiView.SwitchViewByIndexCommandName"> <summary> Represents the command name associated with changing the active <see cref="T:System.Web.UI.WebControls.View" /> control in a <see cref="T:System.Web.UI.WebControls.MultiView" /> control based on a specified <see cref="T:System.Web.UI.WebControls.View" /> index. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.MultiView.Views"> <summary> Gets the collection of <see cref="T:System.Web.UI.WebControls.View" /> controls in the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ViewCollection" /> that represents a collection of <see cref="T:System.Web.UI.WebControls.View" /> controls within a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. The default is null. </returns> </member> <member name="T:System.Web.UI.WebControls.MultiViewControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.MultiViewControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MultiViewControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.MultiViewControlBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Adds builders to the <see cref="T:System.Web.UI.ControlBuilder" /> object for any child controls that belong to the <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> <param name="subBuilder"> The ControlBuilder object assigned to the child control. </param> </member> <member name="T:System.Web.UI.WebControls.NextPrevFormat"> <summary> Represents the display format for the previous and next month navigation controls within the <see cref="T:System.Web.UI.WebControls.Calendar" />. </summary> </member> <member name="F:System.Web.UI.WebControls.NextPrevFormat.CustomText"> <summary> Custom text format for the month navigation controls on the <see cref="T:System.Web.UI.WebControls.Calendar" />. </summary> </member> <member name="F:System.Web.UI.WebControls.NextPrevFormat.ShortMonth"> <summary> Abbreviated month name format for the month navigation controls on the <see cref="T:System.Web.UI.WebControls.Calendar" />. For example, "Jan". </summary> </member> <member name="F:System.Web.UI.WebControls.NextPrevFormat.FullMonth"> <summary> Full month name format for the month navigation controls on the <see cref="T:System.Web.UI.WebControls.Calendar" />. For example, "January". </summary> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSource"> <summary> Represents a business object that provides data to data-bound controls in multitier Web application architectures. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> class with the specified type name and data retrieval method name. </summary> <param name="typeName"> The name of the class that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> works with. </param> <param name="selectMethod"> The name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> invokes to retrieve data. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.CacheDuration"> <summary> Gets or sets the length of time, in seconds, that the data source control caches data that is retrieved by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property. </summary> <returns> The number of seconds that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> caches the results of a <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property invocation. The default is 0. The value cannot be negative. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.CacheExpirationPolicy"> <summary> Gets or sets the cache expiration behavior that, when combined with the duration, describes the behavior of the cache that the data source control uses. </summary> <returns> One of the <see cref="T:System.Web.UI.DataSourceCacheExpiry" /> values. The default is <see cref="F:System.Web.UI.DataSourceCacheExpiry.Absolute" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.CacheKeyDependency"> <summary> Gets or sets a user-defined key dependency that is linked to all data cache objects that are created by the data source control. </summary> <returns> A key that identifies all cache objects created by the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.ConflictDetection"> <summary> Gets or sets a value that determines whether or not just the new values are passed to the Update method or both the old and new values are passed to the Update method. </summary> <returns> One of the <see cref="T:System.Web.UI.ConflictOptions" /> values. The default is <see cref="F:System.Web.UI.ConflictOptions.OverwriteChanges" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.ConvertNullToDBNull"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.Parameter" /> values that are passed to an update, insert, or delete operation are automatically converted from null to the <see cref="F:System.DBNull.Value" /> value by the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <returns>true, if any null values in <see cref="T:System.Web.UI.WebControls.Parameter" /> objects passed to the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control are automatically converted to <see cref="F:System.DBNull.Value" /> values; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.DataObjectTypeName"> <summary> Gets or sets the name of a class that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control uses for a parameter in an update, insert, or delete data operation, instead of passing individual values from the data-bound control. </summary> <returns> A partially or fully qualified class name that identifies the type of the object that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> can use as a parameter for an <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Insert" />, <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Update" />, or a <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Delete" /> operation. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.Delete"> <summary> Performs a delete operation by calling the method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.DeleteMethod" /> property with any parameters that are in the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.DeleteParameters" /> collection. </summary> <returns> A value that represents the number of rows deleted from the underlying data storage, if the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.AffectedRows" /> property of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs" /> is set in the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Deleted" /> event; otherwise, -1. </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Deleted"> <summary> Occurs when a <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Delete" /> operation has completed. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.DeleteMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control invokes to delete data. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> uses to delete data. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.DeleteParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.DeleteMethod" /> method. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.DeleteMethod" /> method. </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Deleting"> <summary> Occurs before a <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Delete" /> operation. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.EnableCaching"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control has data caching enabled. </summary> <returns>true if data caching is enabled for the data source control; otherwise, false. The default is false. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSource.EnableCaching" /> property is set to true when the method specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property returns a <see cref="T:System.Data.Common.DbDataReader" />. </exception> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.EnablePaging"> <summary> Gets or sets a value that indicates whether the data source control supports paging through the set of data that it retrieves. </summary> <returns>true if the data source control supports paging through the data it retrieves; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.FilterExpression"> <summary> Gets or sets a filtering expression that is applied when the method that is specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property is called. </summary> <returns> A string that represents a filtering expression that is applied when data is retrieved by using the method or function identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSource.FilterExpression" /> property was set and the <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Select" /> method does not return a <see cref="T:System.Data.DataSet" /> or <see cref="T:System.Data.DataTable" />. </exception> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Filtering"> <summary> Occurs before a filter operation. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.FilterParameters"> <summary> Gets a collection of parameters that are associated with any parameter placeholders in the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.FilterExpression" /> string. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains a set of parameters associated with any parameter placeholders found in the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.FilterExpression" /> property. </returns> <exception cref="T:System.NotSupportedException"> You set the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.FilterExpression" /> property and the <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Select" /> method does not return a <see cref="T:System.Data.DataSet" /> or <see cref="T:System.Data.DataTable" />. </exception> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.GetView(System.String)"> <summary> Retrieves the named data source view that is associated with the data source control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> named DefaultView that is associated with the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" />. </returns> <param name="viewName"> The name of the view to retrieve. Because the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> supports only one view, <paramref name="viewName" /> is ignored. </param> <exception cref="T:System.ArgumentException"> The specified <paramref name="viewName" /> is null or something other than DefaultView. </exception> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.GetViewNames"> <summary> Retrieves a collection of names representing the list of view objects that are associated with the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> that contains the names of the views associated with the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" />. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.Insert"> <summary> Performs an insert operation by calling the method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.InsertMethod" /> property and any parameters in the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.InsertParameters" /> collection. </summary> <returns> A value that represents the number of rows inserted into the underlying data storage. </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Inserted"> <summary> Occurs when an <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Insert" /> operation has completed. </summary> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Inserting"> <summary> Occurs before an <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Insert" /> operation. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.InsertMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control invokes to insert data. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> uses to insert data. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.InsertParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.InsertMethod" /> property. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the method identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.InsertMethod" /> property. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <param name="savedState"> An object that contains the saved view state values for the control. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.MaximumRowsParameterName"> <summary> Gets or sets the name of the business object data retrieval method parameter that is used to indicate the number of records to retrieve for data source paging support. </summary> <returns> The name of the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> parameter that is used to indicate the number of records to retrieve. The default is "maximumRows". </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.ObjectCreated"> <summary> Occurs after the object that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.TypeName" /> property is created. </summary> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.ObjectCreating"> <summary> Occurs before the object that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.TypeName" /> property is created. </summary> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.ObjectDisposing"> <summary> Occurs before the object that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.TypeName" /> property is discarded. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.OldValuesParameterFormatString"> <summary> Gets or sets a format string to apply to the names of the parameters for original values that are passed to the Delete or Update methods. </summary> <returns> A string that represents a format string applied to the names of any <paramref name="oldValues" /> or key parameters passed to the <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Delete" /> or <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Update" /> methods. The default is "{0}", which means the parameter name is the field name. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.OnInit(System.EventArgs)"> <summary> Adds a <see cref="E:System.Web.UI.Page.LoadComplete" /> event handler to the page that contains the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.SaveViewState"> <summary> Saves the state of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <returns> Returns the server control's current view state; otherwise, returns null, if there is no view state associated with the control. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.Select"> <summary> Retrieves data from the underlying data storage by calling the method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property with the parameters in the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectParameters" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of data rows. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.SelectCountMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control invokes to retrieve a row count. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> uses to retrieve a row count. The method must return an integer (<see cref="T:System.Int32" />). The default is an empty string (""). </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Selected"> <summary> Occurs when a <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Select" /> operation has completed. </summary> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Selecting"> <summary> Occurs before a <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Select" /> operation. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control invokes to retrieve data. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> uses to retrieve data. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.SelectParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the method specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the method specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.SortParameterName"> <summary> Gets or sets the name of the business object that the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> parameter used to specify a sort expression for data source sorting support. </summary> <returns> The name of the method parameter used to indicate the parameter which is used to sort the data. The default is an empty string. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.SqlCacheDependency"> <summary> Gets or sets a semicolon-delimited string that indicates which databases and tables to use for the Microsoft SQL Server cache dependency. </summary> <returns> A string that indicates which databases and tables to use for the SQL Server cache dependency. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.StartRowIndexParameterName"> <summary> Gets or sets the name of the data retrieval method parameter that is used to indicate the value of the identifier of the first record to retrieve for data source paging support. </summary> <returns> The name of the business object method parameter used to indicate the first record to retrieve. The parameter must return an integer value. The default is "startRowIndex". </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.TrackViewState"> <summary> Tracks view-state changes to the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control so that they can be stored in the <see cref="T:System.Web.UI.StateBag" /> object. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.TypeName"> <summary> Gets or sets the name of the class that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object represents. </summary> <returns> A partially or fully qualified class name that identifies the type of the object that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> represents. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSource.Update"> <summary> Performs an update operation by calling the method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.UpdateMethod" /> property and any parameters that are in the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.UpdateParameters" /> collection. </summary> <returns> A value that represents the number of rows updated in the underlying data storage. </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Updated"> <summary> Occurs when an <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Update" /> operation has completed. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.UpdateMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control invokes to update data. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> uses to update data. The default is an empty string. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSource.UpdateParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the method that is specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.UpdateMethod" /> property. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the method that is specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.UpdateMethod" /> property. </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSource.Updating"> <summary> Occurs before an <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Update" /> operation. </summary> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceDisposingEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.ObjectDisposing" /> event of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceDisposingEventArgs.#ctor(System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceDisposingEventArgs" /> class using the specified object. </summary> <param name="objectInstance"> The business object with which the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> interacts to perform data operations. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceDisposingEventArgs.ObjectInstance"> <summary> Gets an object that represents the business object with which the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control performs data operations. </summary> <returns> The business object the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> uses to data operations; otherwise, null, if null is passed to the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceEventArgs" />. </returns> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceDisposingEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.ObjectDisposing" /> event of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" />. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceDisposingEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.ObjectCreating" /> and <see cref="E:System.Web.UI.WebControls.ObjectDataSource.ObjectCreated" /> events of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceEventArgs.#ctor(System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceEventArgs" /> class using the specified object. </summary> <param name="objectInstance"> The business object with which the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> interacts to perform data operations. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceEventArgs.ObjectInstance"> <summary> Gets or sets an object that represents the business object with which the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control performs data operations. </summary> <returns> The business object the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> uses to perform data operations; otherwise, null, if null is passed to the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceEventArgs" />. </returns> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Filtering" /> event of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs.#ctor(System.Collections.Specialized.IOrderedDictionary)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs" /> class by using the specified object. </summary> <param name="parameterValues"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs.ParameterValues"> <summary> Gets an <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> interface that provides access to the <see cref="T:System.Web.UI.WebControls.Parameter" /> objects of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> class. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects. </returns> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceFilteringEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Filtering" /> event of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" />. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Inserting" />, <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Updating" />, and <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Deleting" /> events of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs.#ctor(System.Collections.Specialized.IOrderedDictionary)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs" /> class using the specified input parameters collection. </summary> <param name="inputParameters"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects that represent the names of the parameters of the business object method and their associated values. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs.InputParameters"> <summary> Gets a collection that contains business object method parameters and their values. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs that represent the business object method parameters and their corresponding values. </returns> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceMethodEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Selecting" />, <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Updating" />, <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Inserting" />, or <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Deleting" /> event of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" />. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceObjectEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.ObjectCreating" /> and <see cref="E:System.Web.UI.WebControls.ObjectDataSource.ObjectCreated" /> events of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Selecting" /> event of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs.#ctor(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.DataSourceSelectArguments,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs" /> class. </summary> <param name="inputParameters"> An <see cref="T:System.Collections.IDictionary" /> of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects. </param> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that specifies which additional data-related operations the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> should perform on a results set, such as sorting the data or returning a specific subset of data. </param> <param name="executingSelectCount">true to indicate the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> is retrieving the number of rows of data, in addition to the data itself; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs.Arguments"> <summary> Provides a mechanism that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object can use to request data-related operations when data is retrieved. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that specifies which additional data-related operations the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> should perform on a results set. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs.ExecutingSelectCount"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> is retrieving a row count during a data retrieval operation. </summary> <returns>true, if data source paging is enabled and the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> is retrieving a row count; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceSelectingEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Selecting" /> event of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Selected" />, <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Inserted" />, <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Updated" />, and <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Deleted" /> events of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.#ctor(System.Object,System.Collections.IDictionary)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs" /> class using the specified output parameters and return value. </summary> <param name="returnValue"> An object that represents a return value for the completed database operation. </param> <param name="outputParameters"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs of parameter objects. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.#ctor(System.Object,System.Collections.IDictionary,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs" /> class using the specified output parameters, return value, and exception. </summary> <param name="returnValue"> An object that represents a return value for the completed database operation. </param> <param name="outputParameters"> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs of parameter objects. </param> <param name="exception"> An <see cref="T:System.Exception" /> that wraps any internal exceptions thrown during the method call. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.AffectedRows"> <summary> Gets or sets the number of rows that are affected by the data operation. </summary> <returns> The number of rows affected by the data operation. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.Exception"> <summary> Gets a wrapper for any exceptions that are thrown by the method that is called by the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control during a data operation. </summary> <returns> An <see cref="T:System.Exception" /> that wraps any exceptions thrown by the business object in its <see cref="P:System.Exception.InnerException" />. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception that was thrown by the business object has been handled. </summary> <returns>true if an exception thrown by the business object has been handled and should not be thrown by the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" />; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.OutputParameters"> <summary> Gets a collection that contains business object method parameters and their values. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> of name/value pairs that represent the business object method parameters and their corresponding values. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.ReturnValue"> <summary> Gets the return value that is returned by the business object method, if any, as an object. </summary> <returns> An object that represents the return value returned by the business object method; otherwise, null, if the business object method returns no value. </returns> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Selected" />, <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Updated" />, <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Inserted" />, and <see cref="E:System.Web.UI.WebControls.ObjectDataSource.Deleted" /> events of the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.ObjectDataSourceView"> <summary> Supports the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control and provides an interface for data-bound controls to perform data operations with business and data objects. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.#ctor(System.Web.UI.WebControls.ObjectDataSource,System.String,System.Web.HttpContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> class. </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> is associated with. </param> <param name="name"> A unique name for the data source view, within the scope of the data source control that owns it. </param> <param name="context"> The current <see cref="T:System.Web.HttpContext" />. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.CanDelete"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control supports the delete operation. </summary> <returns>true, if the operation is supported; otherwise, false. Deletion is not supported, if the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteMethod" /> property is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.CanInsert"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control supports the insert operation. </summary> <returns>true, if the operation is supported; otherwise, false. Insertion is not supported, if the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertMethod" /> property is an empty string. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.CanPage"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control supports paging through the retrieved data. </summary> <returns>true, if the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.EnablePaging" /> value is set to true; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.CanRetrieveTotalRowCount"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control supports retrieving the total number of data rows, in addition to the set of data. </summary> <returns>true, if the operation is supported; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.CanSort"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control supports a sorted view on the underlying data source. </summary> <returns>true. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.CanUpdate"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control supports the update operation. </summary> <returns>true, if the operation is supported; otherwise, false. Updating is not supported if the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> property is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.ConflictDetection"> <summary> Gets or sets a value that determines how the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control performs updates and deletes when data in a row in the underlying data storage changes during the time of the operation. </summary> <returns> One of the <see cref="T:System.Web.UI.ConflictOptions" /> values. The default is the <see cref="F:System.Web.UI.ConflictOptions.OverwriteChanges" /> value. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.ConflictOptions" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.ConvertNullToDBNull"> <summary> Gets or sets a value indicating whether <see cref="T:System.Web.UI.WebControls.Parameter" /> values that are passed to an update, insert, or delete operation are automatically converted from null to the <see cref="F:System.DBNull.Value" /> value. </summary> <returns>true, if null in <see cref="T:System.Web.UI.WebControls.Parameter" /> objects passed to the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> is automatically converted to the <see cref="F:System.DBNull.Value" /> value; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.DataObjectTypeName"> <summary> Gets or sets the name of a class that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control uses for a parameter in a data operation. The <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control uses the specified class instead of the <see cref="T:System.Web.UI.WebControls.Parameter" /> objects that are in the various parameters collections. </summary> <returns> A partially or fully qualified class name that identifies the type of the object that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> can use as a parameter for a <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Insert" />, <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Update" />, or <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Delete" /> operation. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.Delete(System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs a delete operation by calling the business object method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteMethod" /> property using the specified <paramref name="keys" /> and <paramref name="oldValues" /> collections. </summary> <returns> The number of rows deleted; otherwise, -1, if the number is not known. </returns> <param name="keys"> A <see cref="T:System.Collections.IDictionary" /> of the key values used to identify the item to delete. These parameters are used with the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteMethod" /> property to perform the delete operation. If there are no parameters associated with the method, pass null. </param> <param name="oldValues"> A <see cref="T:System.Collections.IDictionary" /> that contains the additional non-key values used to match the item in the data source. Row values are passed to the method only if the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> field. </param> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Deleted"> <summary> Occurs when a <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Delete" /> operation has completed. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object invokes to delete data. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> uses to delete data. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteMethod" /> method. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the method specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteMethod" /> property. </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Deleting"> <summary> Occurs before a <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Delete" /> operation. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.EnablePaging"> <summary> Gets or sets a value indicating whether the data source control supports paging through the set of data that it retrieves. </summary> <returns>true, if the data source control supports paging through the data it retrieves; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs a delete operation using the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteMethod" /> method and the specified <paramref name="keys" /> and <paramref name="oldValues" /> collection. </summary> <returns> The number of rows deleted; otherwise, -1, if the number is not known. For more information, see <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Delete" />. </returns> <param name="keys"> A <see cref="T:System.Collections.IDictionary" /> of parameters used with the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.DeleteMethod" /> property to perform the delete operation. If there are no parameters associated with the method, pass null. </param> <param name="oldValues"> A <see cref="T:System.Collections.IDictionary" /> that contains row values that are evaluated, only if the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> field. </param> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.CanDelete" /> property returns false. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> value, and no values are passed in the <paramref name="oldValues" /> collection. </exception> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.ExecuteInsert(System.Collections.IDictionary)"> <summary> Performs an insert operation by calling the business object method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertMethod" /> property using the specified <paramref name="values" /> collection. </summary> <returns> The number of rows inserted; otherwise, -1, if the number is not known. For more information, see <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Insert" />. </returns> <param name="values"> A <see cref="T:System.Collections.IDictionary" /> of parameters used with the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertMethod" /> property to perform the insert operation. If there are no parameters associated with the method, pass null. </param> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.CanInsert" /> property returns false. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="values" /> is null or empty. </exception> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)"> <summary> Retrieves data from the object that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.TypeName" /> property by calling the method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectMethod" /> property and passing any values in the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectParameters" /> collection. </summary> <returns> A <see cref="T:System.Collections.IEnumerable" /> list of data rows. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> used to request operations on the data beyond basic data retrieval. </param> <exception cref="T:System.NotSupportedException"> The <paramref name="arguments" /> passed to the <see cref="M:System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> method specify that the data source should perform some additional work while retrieving data to enable paging or sorting through the retrieved data, but the data source control does not support the requested capability. - or - The object returned by the <see cref="M:System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> method is not a <see cref="T:System.Data.DataSet" /> or <see cref="T:System.Data.DataTable" />, and caching is enabled. Only <see cref="T:System.Data.DataSet" /> and <see cref="T:System.Data.DataTable" /> objects can be cached for the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> control. - or - Both caching and client impersonation are enabled. The <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> does not support caching when client impersonation is enabled. </exception> <exception cref="T:System.InvalidOperationException"> The object returned by the <see cref="M:System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> method is a <see cref="T:System.Data.DataSet" />, but has no tables in its <see cref="P:System.Data.DataSet.Tables" /> collection. - or - The <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.EnablePaging" /> property is set to true, but the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.StartRowIndexParameterName" /> and <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.MaximumRowsParameterName" /> properties are not set. </exception> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.ExecuteUpdate(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs an update operation by calling the method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> property and using any parameters that are supplied in the <paramref name="keys" />, <paramref name="values" />, or <paramref name="oldValues" /> collections. </summary> <returns> The number of rows updated; or -1, if the number is not known. For more information, see <see cref="M:System.Web.UI.WebControls.ObjectDataSource.Update" />. </returns> <param name="keys"> A <see cref="T:System.Collections.IDictionary" /> of primary keys to use with the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> property to perform the update database operation. If there are no keys associated with the method, pass null. </param> <param name="values"> A <see cref="T:System.Collections.IDictionary" /> of values to be used with the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> to perform the update database operation. If there are no parameters associated with the method, pass null. </param> <param name="oldValues"> A <see cref="T:System.Collections.IDictionary" /> that represents the original values in the underlying data store. If there are no parameters associated with the query, pass null. </param> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.CanInsert" /> property returns false. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="oldValues" /> is null or empty and <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.ConflictDetection" /> is set to <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" />. </exception> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.FilterExpression"> <summary> Gets or sets a filtering expression that is applied when the business object method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectMethod" /> property is called. </summary> <returns> A string that represents a filtering expression applied when data is retrieved using the business object method identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectMethod" /> property. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.FilterExpression" /> property was set and the <see cref="M:System.Web.UI.WebControls.ObjectDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)" /> method does not return a <see cref="T:System.Data.DataSet" />. </exception> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Filtering"> <summary> Occurs before a filter operation. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.FilterParameters"> <summary> Gets a collection of parameters that are associated with any parameter placeholders that are in the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.FilterExpression" /> string. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains a set of parameters associated with any parameter placeholders found in the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.FilterExpression" /> property. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.FilterExpression" /> property was set and the <see cref="M:System.Web.UI.WebControls.ObjectDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)" /> method does not return a <see cref="T:System.Data.DataSet" />. </exception> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.Insert(System.Collections.IDictionary)"> <summary> Performs an insert operation by calling the business object method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertMethod" /> property using the specified <paramref name="values" /> collection. </summary> <returns> The number of rows inserted; otherwise, -1, if the number is not known. </returns> <param name="values"> A <see cref="T:System.Collections.IDictionary" /> collection of parameters used with the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertMethod" /> property to perform the insert operation. If there are no parameters associated with the method, pass null. </param> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.CanInsert" /> property returns false. </exception> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Inserted"> <summary> Occurs when an <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Insert" /> operation has completed. </summary> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Inserting"> <summary> Occurs before an <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Insert" /> operation. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object invokes to insert data. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> uses to insert data. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertMethod" /> method. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.InsertMethod" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object is saving changes to its view state. </summary> <returns>true, if the data source view is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.LoadViewState(System.Object)"> <summary> Restores previously saved view state for the data source view. </summary> <param name="savedState"> An object that represents the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> state to restore. </param> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.MaximumRowsParameterName"> <summary> Gets or sets the name of the data retrieval method parameter that is used to indicate the number of records to retrieve for data source paging support. </summary> <returns> The name of the method parameter used to indicate the number of records to retrieve. The default is "maximumRows". </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.ObjectCreated"> <summary> Occurs after the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object creates an instance of the type that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.TypeName" /> property. </summary> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.ObjectCreating"> <summary> Occurs before the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object creates an instance of the type that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.TypeName" /> property. </summary> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.ObjectDisposing"> <summary> Occurs when the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object discards an instance of an object that it has created. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.OldValuesParameterFormatString"> <summary> Gets or sets a format string to apply to the names of the parameters for original values that are passed to the Delete or Update methods. </summary> <returns> A string that represents a format string applied to the names of any <paramref name="oldValues" /> passed to the <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Delete" /> or <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Update" /> method. The default is "{0}", which means the parameter name is simply the field name. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnDeleted(System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Deleted" /> event after the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object has completed a delete operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnDeleting(System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Deleting" /> event before the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object attempts a delete operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnFiltering(System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Filtering" /> event before the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object attempts a filtering operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnInserted(System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Inserted" /> event after the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object has completed an insert operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnInserting(System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Inserting" /> event before the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object attempts an insert operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnObjectCreated(System.Web.UI.WebControls.ObjectDataSourceEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.ObjectCreated" /> event after the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> creates an instance of the object that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.TypeName" /> property. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnObjectCreating(System.Web.UI.WebControls.ObjectDataSourceEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.ObjectCreating" /> event before the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object creates an instance of a business object to perform a data operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnObjectDisposing(System.Web.UI.WebControls.ObjectDataSourceDisposingEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.ObjectDisposing" /> event before the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object discards an instantiated type. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceDisposingEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnSelected(System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Selected" /> event after the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object has completed a data retrieval operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnSelecting(System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Selecting" /> event before the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object attempts a data retrieval operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnUpdated(System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Updated" /> event after the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object has completed an update operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.OnUpdating(System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ObjectDataSourceView.Updating" /> event before the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object attempts an update operation. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.SaveViewState"> <summary> Saves the changes to the view state for the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object since the time when the page was posted back to the server. </summary> <returns> The object that contains the changes to the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> view state; otherwise null, if there is no view state associated with the object. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)"> <summary> Retrieves data from the object that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.TypeName" /> property by calling the method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectMethod" /> property and passing any values in the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectParameters" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of data rows. For more information, see <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectMethod" />. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> used to request operations on the data beyond basic data retrieval. </param> <exception cref="T:System.NotSupportedException"> The <paramref name="arguments" /> passed to the <see cref="M:System.Web.UI.WebControls.ObjectDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)" /> method specify that the data source should perform some additional work while retrieving data to enable paging or sorting through the retrieved data, but the data source control does not support the requested capability. </exception> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectCountMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> control invokes to retrieve a row count. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> uses to retrieve a row count. The default is an empty string (""). </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Selected"> <summary> Occurs when a data retrieval operation has completed. </summary> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Selecting"> <summary> Occurs before a data retrieval operation. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> control invokes to retrieve data. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> uses to retrieve data. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectParameters"> <summary> Gets the parameters collection containing the parameters that are used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.SelectMethod" /> method. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the method specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSource.SelectMethod" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.SortParameterName"> <summary> Gets or sets the name of the data retrieval method parameter that is used to specify a sort expression for data source sorting support. </summary> <returns> The name of the method parameter used to indicate the parameter that accepts this sort expression value. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.StartRowIndexParameterName"> <summary> Gets or sets the name of the data retrieval method parameter that is used to indicate the integer index of the first record to retrieve from the results set for data source paging support. </summary> <returns> The name of the business object method parameter used to indicate the first record to retrieve. The default is "startRowIndex". </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns>true, if the data source view is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="savedState"> An object that represents the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> state to restore. </param> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> The object that contains the changes to the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> view state; otherwise, null. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object to track changes to its view state so that the changes can be stored in the <see cref="P:System.Web.UI.Control.ViewState" /> object for the control and persisted across requests for the same page. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.TypeName"> <summary> Gets or sets the name of the class that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> control represents. </summary> <returns> A partially or fully qualified class name that identifies the type of the object that the <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> represents. The default is an empty string. </returns> </member> <member name="M:System.Web.UI.WebControls.ObjectDataSourceView.Update(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs an update operation by calling the method that is identified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> property and using any parameters that are supplied in the <paramref name="keys" />, <paramref name="values" />, or <paramref name="oldValues" /> collections. </summary> <returns> The number of rows updated; otherwise, -1, if the number is not known. </returns> <param name="keys"> A <see cref="T:System.Collections.IDictionary" /> of the key values used to identify the item to update. These parameters are used with the method specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> property to perform the update operation. If there are no parameters associated with the method, pass null. </param> <param name="values"> A <see cref="T:System.Collections.IDictionary" /> of new values to apply to the data source. These parameters are used with the method specified by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> property to perform the update database operation. If there are no parameters associated with the method, pass null. </param> <param name="oldValues"> A <see cref="T:System.Collections.IDictionary" /> that contains the additional non-key values used to match the item in the data source. Row values are passed to the delete method, only if the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> field. </param> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Updated"> <summary> Occurs when an <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Update" /> operation has completed. </summary> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod"> <summary> Gets or sets the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> object invokes to update data. </summary> <returns> A string that represents the name of the method or function that the <see cref="T:System.Web.UI.WebControls.ObjectDataSourceView" /> uses to update data. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateParameters"> <summary> Gets the parameters collection containing the parameters that are used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> method. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.ObjectDataSourceView.UpdateMethod" /> property. </returns> </member> <member name="E:System.Web.UI.WebControls.ObjectDataSourceView.Updating"> <summary> Occurs before an <see cref="Overload:System.Web.UI.WebControls.ObjectDataSourceView.Update" /> operation. </summary> </member> <member name="T:System.Web.UI.WebControls.Orientation"> <summary> Specifies the general layout of items within a composite control. </summary> </member> <member name="F:System.Web.UI.WebControls.Orientation.Horizontal"> <summary> Lays out the elements of the control in a horizontal manner. Most controls are side-by-side, with very little stacking of controls. </summary> </member> <member name="F:System.Web.UI.WebControls.Orientation.Vertical"> <summary> Lays out the elements of the control in a vertical manner. Most controls are stacked, with few controls side-by-side. </summary> </member> <member name="T:System.Web.UI.WebControls.PagedDataSource"> <summary> Encapsulates the paging-related properties of a data-bound control (such as <see cref="T:System.Web.UI.WebControls.DataGrid" />, <see cref="T:System.Web.UI.WebControls.GridView" />, <see cref="T:System.Web.UI.WebControls.DetailsView" />, and <see cref="T:System.Web.UI.WebControls.FormView" />) that allow it to perform paging. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.PagedDataSource.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PagedDataSource" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.AllowCustomPaging"> <summary> Gets or sets a value indicating whether custom paging is enabled in a data-bound control. </summary> <returns>true if custom paging is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.AllowPaging"> <summary> Gets or sets a value indicating whether paging is enabled in a data-bound control. </summary> <returns>true if paging is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.AllowServerPaging"> <summary> Gets or sets a value indicating whether server-side paging is enabled. </summary> <returns>true if server-side paging is enabled; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.PagedDataSource.CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from the data source to the specified <see cref="T:System.Array" />, starting at the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the data source. </param> <param name="index"> The first position in the specified <see cref="T:System.Array" /> to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.Count"> <summary> Gets the number of items to be used from the data source. </summary> <returns> The number of items to be used from the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.CurrentPageIndex"> <summary> Gets or sets the index of the current page. </summary> <returns> The index of the current page. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.DataSource"> <summary> Gets or sets the data source. </summary> <returns> A <see cref="T:System.Collections.IEnumerable" /> implemented object that represents the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.DataSourceCount"> <summary> Gets the number of items in the data source. </summary> <returns> The number of items in the data source. </returns> <exception cref="T:System.Web.HttpException"> The data source is not an <see cref="T:System.Collections.ICollection" /> implemented object. </exception> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.FirstIndexInPage"> <summary> Gets the index of the first record displayed on the page. </summary> <returns> The index of the first record displayed on the page. </returns> </member> <member name="M:System.Web.UI.WebControls.PagedDataSource.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all items in the data source. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all items in the data source. </returns> </member> <member name="M:System.Web.UI.WebControls.PagedDataSource.GetItemProperties(System.ComponentModel.PropertyDescriptor[])"> <summary> Returns the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data. </summary> <returns> The <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data. </returns> <param name="listAccessors"> An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects that contains the list name returned. This can be null. </param> </member> <member name="M:System.Web.UI.WebControls.PagedDataSource.GetListName(System.ComponentModel.PropertyDescriptor[])"> <summary> Returns the name of the list. This method does not apply to this class. </summary> <returns> <see cref="F:System.String.Empty" /> for all cases. </returns> <param name="listAccessors"> An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects that contains the list name returned. This can be null. </param> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.IsCustomPagingEnabled"> <summary> Gets a value indicating whether custom paging is enabled. </summary> <returns>true if custom paging is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.IsFirstPage"> <summary> Gets a value indicating whether the current page is the first page. </summary> <returns>true if the current page is the first page; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.IsLastPage"> <summary> Gets a value indicating whether the current page is the last page. </summary> <returns>true if the current page is the last page; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.IsPagingEnabled"> <summary> Gets a value indicating whether paging is enabled. </summary> <returns>true if paging is enabled; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.IsReadOnly"> <summary> Gets a value indicating whether the data source is read-only. </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.IsServerPagingEnabled"> <summary> Gets a value indicating whether server-side paging support is enabled. </summary> <returns>true if paging is enabled and server-side paging is indicated using the <see cref="P:System.Web.UI.WebControls.PagedDataSource.AllowServerPaging" /> property; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.IsSynchronized"> <summary> Gets a value indicating whether access to the data source is synchronized (thread-safe). </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.PageCount"> <summary> Gets the total number of pages necessary to display all items in the data source. </summary> <returns> The number of pages necessary to display all items in the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.PageSize"> <summary> Gets or sets the number of items to display on a single page. </summary> <returns> The number of items to display on a single page. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the collection. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="P:System.Web.UI.WebControls.PagedDataSource.VirtualCount"> <summary> Gets or sets the virtual number of items in the data source when custom paging is used. </summary> <returns> The virtual number of items in the data source when custom paging is used. </returns> </member> <member name="T:System.Web.UI.WebControls.PagerButtons"> <summary> Specifies the types of buttons to display for navigating between pages of content in a paginated control. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerButtons.NextPrevious"> <summary> A set of pagination controls consisting of Previous and Next buttons. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerButtons.Numeric"> <summary> A set of pagination controls consisting of numbered link buttons to access pages directly. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerButtons.NextPreviousFirstLast"> <summary> A set of pagination controls consisting of Previous, Next, First, and Last buttons. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerButtons.NumericFirstLast"> <summary> A set of pagination controls consisting of numbered and First and Last link buttons. </summary> </member> <member name="T:System.Web.UI.WebControls.PagerMode"> <summary> Represents the mode of the pager for accessing various pages within the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerMode.NextPrev"> <summary> A pager with Previous and Next buttons to access the next and previous pages. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerMode.NumericPages"> <summary> A pager with numbered buttons to access pages directly. </summary> </member> <member name="T:System.Web.UI.WebControls.PagerPosition"> <summary> Specifies the position of the pager for accessing various pages within a paginated control. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerPosition.Bottom"> <summary> A pager positioned at the bottom of the control. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerPosition.Top"> <summary> A pager positioned at the top of the control. </summary> </member> <member name="F:System.Web.UI.WebControls.PagerPosition.TopAndBottom"> <summary> Pagers positioned at both the top and the bottom of the control. </summary> </member> <member name="T:System.Web.UI.WebControls.PagerSettings"> <summary> Represents the properties of the paging controls in a control that supports pagination. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.PagerSettings.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.FirstPageImageUrl"> <summary> Gets or sets the URL to an image to display for the first-page button. </summary> <returns> The URL to an image to display for the first-page button. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.PagerSettings.FirstPageImageUrl" /> is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.FirstPageText"> <summary> Gets or sets the text to display for the first-page button. </summary> <returns> The text to display for the first-page button. The default is "&lt;&lt;", which renders as "<<". </returns> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.LastPageImageUrl"> <summary> Gets or sets the URL to an image to display for the last-page button. </summary> <returns> The URL to an image to display for the last-page button. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.PagerSettings.LastPageImageUrl" /> is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.LastPageText"> <summary> Gets or sets the text to display for the last-page button. </summary> <returns> The text to display for the last-page button. The default is "&gt;&gt;", which renders as ">>". </returns> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.Mode"> <summary> Gets or sets the mode in which to display the pager controls in a control that supports pagination. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.PagerButtons" /> values. The default is PagerButtons.Numeric. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.PagerSettings.Mode" /> is set to a value that is not one of the <see cref="T:System.Web.UI.WebControls.PagerButtons" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.NextPageImageUrl"> <summary> Gets or sets the URL to an image to display for the next-page button. </summary> <returns> The URL to an image to display for the next-page button. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.PagerSettings.NextPageImageUrl" /> is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.NextPageText"> <summary> Gets or sets the text to display for the next-page button. </summary> <returns> The text to display for the next-page button. The default is "&gt;", which renders as ">". </returns> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.PageButtonCount"> <summary> Gets or sets the number of page buttons to display in the pager when the <see cref="P:System.Web.UI.WebControls.PagerSettings.Mode" /> property is set to the <see cref="F:System.Web.UI.WebControls.PagerButtons.Numeric" /> or <see cref="F:System.Web.UI.WebControls.PagerButtons.NumericFirstLast" /> value. </summary> <returns> The number of page buttons to display in the pager. The default is 10. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.PagerSettings.PageButtonCount" /> is set to a value that is less than 1. </exception> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.Position"> <summary> Gets or sets a value that specifies the location where the pager is displayed. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.PagerPosition" /> values. The default is <see cref="F:System.Web.UI.WebControls.PagerPosition.Bottom" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.PagerSettings.Position" /> is set to a value that is not one of the <see cref="T:System.Web.UI.WebControls.PagerPosition" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.PreviousPageImageUrl"> <summary> Gets or sets the URL to an image to display for the previous-page button. </summary> <returns> The URL to an image to display for the previous-page button. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.PagerSettings.PreviousPageImageUrl" /> is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.PreviousPageText"> <summary> Gets or sets the text to display for the previous page button. </summary> <returns> The text to display for the previous page button. The default is "&lt;", which renders as "<". </returns> </member> <member name="E:System.Web.UI.WebControls.PagerSettings.PropertyChanged"> <summary> Occurs when a property of a <see cref="T:System.Web.UI.WebControls.PagerSettings" /> object changes values. </summary> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value that indicates whether the server control is tracking its view state changes. </summary> <returns>true if the data source view is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.PagerSettings.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> object. </summary> <param name="state"> An object that represents the state of the <see cref="T:System.Web.UI.WebControls.PagerSettings" />. </param> </member> <member name="M:System.Web.UI.WebControls.PagerSettings.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> object. </summary> <returns> An object that contains the saved state of the <see cref="T:System.Web.UI.WebControls.PagerSettings" />. </returns> </member> <member name="M:System.Web.UI.WebControls.PagerSettings.System#Web#UI#IStateManager#TrackViewState"> <summary> Marks the starting point at which to begin tracking and saving view state changes to the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.PagerSettings.ToString"> <summary> Retrieves the string representation of a <see cref="T:System.Web.UI.WebControls.PagerSettings" /> object. </summary> <returns> An empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.PagerSettings.Visible"> <summary> Gets or sets a value indicating whether the paging controls are displayed in a control that supports pagination. </summary> <returns>true to display the pager; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.Panel"> <summary> Represents a control that acts as a container for other controls. </summary> </member> <member name="M:System.Web.UI.WebControls.Panel.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Panel" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Panel.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds information about the background image, alignment, wrap, and direction to the list of attributes to render. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.WebControls.Panel.DefaultButton" /> property of the <see cref="T:System.Web.UI.WebControls.Panel" /> control must be the ID of a control of type <see cref="T:System.Web.UI.WebControls.IButtonControl" />. </exception> </member> <member name="P:System.Web.UI.WebControls.Panel.BackImageUrl"> <summary> Gets or sets the URL of the background image for the panel control. </summary> <returns> The URL of the background image for the panel control. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Panel.CreateControlStyle"> <summary> Creates a style object that is used internally by the <see cref="T:System.Web.UI.WebControls.Panel" /> control to implement all style related properties. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.PanelStyle" /> that contains the style properties of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.Panel.DefaultButton"> <summary> Gets or sets the identifier for the default button that is contained in the <see cref="T:System.Web.UI.WebControls.Panel" /> control. </summary> <returns> A string value corresponding to the <see cref="P:System.Web.UI.Control.ID" /> for a button control contained in the <see cref="T:System.Web.UI.WebControls.Panel" />. The default is an empty string, indicating that the <see cref="T:System.Web.UI.WebControls.Panel" /> does not have a default button. </returns> </member> <member name="P:System.Web.UI.WebControls.Panel.Direction"> <summary> Gets or sets the direction in which to display controls that include text in a <see cref="T:System.Web.UI.WebControls.Panel" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ContentDirection" /> enumeration values. The default is NotSet. </returns> </member> <member name="P:System.Web.UI.WebControls.Panel.GroupingText"> <summary> Gets or sets the caption for the group of controls that is contained in the panel control. </summary> <returns> The caption text for the child controls contained in the panel control. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Panel.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the contents within the panel. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. The default is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The horizontal alignment is not one of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.Panel.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the HTML opening tag of the <see cref="T:System.Web.UI.WebControls.Panel" /> control to the specified writer. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.Panel.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the HTML closing tag of the <see cref="T:System.Web.UI.WebControls.Panel" /> control into the specified writer. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.Panel.ScrollBars"> <summary> Gets or sets the visibility and position of scroll bars in a <see cref="T:System.Web.UI.WebControls.Panel" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ScrollBars" /> enumeration values. The default is None. </returns> </member> <member name="P:System.Web.UI.WebControls.Panel.Wrap"> <summary> Gets or sets a value indicating whether the content wraps within the panel. </summary> <returns>true if the content wraps within the panel; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.PanelStyle"> <summary> Represents the style for a <see cref="T:System.Web.UI.WebControls.Panel" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.PanelStyle.#ctor(System.Web.UI.StateBag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PanelStyle" /> class. </summary> <param name="bag"> A <see cref="T:System.Web.UI.StateBag" /> object that represents the state bag in which to store style information. </param> </member> <member name="P:System.Web.UI.WebControls.PanelStyle.BackImageUrl"> <summary> Gets or sets the URL of the background image for the panel control. </summary> <returns> The URL of the background image for the panel control. The default value is an empty string (""). </returns> <exception cref="T:System.ArgumentNullException"> The <see cref="P:System.Web.UI.WebControls.PanelStyle.BackImageUrl" /> property is null. </exception> </member> <member name="M:System.Web.UI.WebControls.PanelStyle.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Duplicates the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object for the current instance of the <see cref="T:System.Web.UI.WebControls.PanelStyle" /> class. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> object that represents the style settings to copy. </param> </member> <member name="P:System.Web.UI.WebControls.PanelStyle.Direction"> <summary> Gets or sets the direction in which to display controls that include text in a panel control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ContentDirection" /> values. The default is <see cref="F:System.Web.UI.WebControls.ContentDirection.NotSet" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The direction is not one of the <see cref="T:System.Web.UI.WebControls.ContentDirection" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.PanelStyle.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the contents within a panel control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. The default is <see cref="F:System.Web.UI.WebControls.HorizontalAlign.NotSet" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The horizontal alignment is not one of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.PanelStyle.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Combines the style settings of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object with the current instance of the <see cref="T:System.Web.UI.WebControls.PanelStyle" /> class. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> object that represents the style settings to combine with the <see cref="T:System.Web.UI.WebControls.PanelStyle" /> object. </param> </member> <member name="M:System.Web.UI.WebControls.PanelStyle.Reset"> <summary> Removes any defined style settings from the <see cref="T:System.Web.UI.WebControls.PanelStyle" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.PanelStyle.ScrollBars"> <summary> Gets or sets the visibility and position of scroll bars in a panel control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ScrollBars" /> values. The default is <see cref="F:System.Web.UI.WebControls.ScrollBars.None" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.PanelStyle.ScrollBars" /> property is not one of the <see cref="T:System.Web.UI.WebControls.ScrollBars" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.PanelStyle.Wrap"> <summary> Gets or sets a value indicating whether the content wraps within the panel. </summary> <returns>true if the content wraps within the panel; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.Parameter"> <summary> Provides a mechanism that data source controls use to bind to application variables, user identities and choices, and other data. Serves as the base class for all ASP.NET parameter types. </summary> </member> <member name="M:System.Web.UI.WebControls.Parameter.#ctor"> <summary> Initializes a new default instance of the <see cref="T:System.Web.UI.WebControls.Parameter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Parameter.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Parameter" /> class, using the specified name. </summary> <param name="name"> The name of the parameter. </param> </member> <member name="M:System.Web.UI.WebControls.Parameter.#ctor(System.String,System.TypeCode)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Parameter" /> class, using the specified name and type. </summary> <param name="name"></param> <param name="type"></param> </member> <member name="M:System.Web.UI.WebControls.Parameter.#ctor(System.String,System.TypeCode,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Parameter" /> class, using the specified name, the specified type, and the specified string for its <see cref="P:System.Web.UI.WebControls.Parameter.DefaultValue" /> property. </summary> <param name="name"> The name of the parameter. </param> <param name="type"> A <see cref="T:System.TypeCode" /> that describes the type of the parameter. </param> <param name="defaultValue"> A string that serves as a default value for the parameter, if the <see cref="T:System.Web.UI.WebControls.Parameter" /> is bound to a value that is not yet initialized when <see cref="M:System.Web.UI.WebControls.Parameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> is called. </param> </member> <member name="M:System.Web.UI.WebControls.Parameter.#ctor(System.Web.UI.WebControls.Parameter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Parameter" /> class with the values of the original, specified instance. </summary> <param name="original"> A <see cref="T:System.Web.UI.WebControls.Parameter" /> instance from which the current instance is initialized. </param> </member> <member name="M:System.Web.UI.WebControls.Parameter.Clone"> <summary> Returns a duplicate of the current <see cref="T:System.Web.UI.WebControls.Parameter" /> instance. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Parameter" /> that is an exact duplicate of the current one. </returns> </member> <member name="P:System.Web.UI.WebControls.Parameter.ConvertEmptyStringToNull"> <summary> Gets or sets a value indicating whether the value that the <see cref="T:System.Web.UI.WebControls.Parameter" /> object is bound to should be converted to null if it is <see cref="F:System.String.Empty" />. </summary> <returns>true if the value that the <see cref="T:System.Web.UI.WebControls.Parameter" /> is bound to should be converted to null when it is <see cref="F:System.String.Empty" />; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.Parameter.DefaultValue"> <summary> Specifies a default value for the parameter, should the value that the parameter is bound to be uninitialized when the <see cref="M:System.Web.UI.WebControls.Parameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> method is called. </summary> <returns> A string that serves as a default value for the <see cref="T:System.Web.UI.WebControls.Parameter" /> when the value it is bound to cannot be resolved or is uninitialized. </returns> </member> <member name="P:System.Web.UI.WebControls.Parameter.Direction"> <summary> Indicates whether the <see cref="T:System.Web.UI.WebControls.Parameter" /> object is used to bind a value to a control, or the control can be used to change the value. </summary> <returns> One of the <see cref="T:System.Data.ParameterDirection" /> values. <see cref="P:System.Web.UI.WebControls.Parameter.Direction" /> is set to <see cref="F:System.Data.ParameterDirection.Input" /> by default. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Updates and returns the value of the <see cref="T:System.Web.UI.WebControls.Parameter" /> object. </summary> <returns> An object that represents the updated and current value of the parameter. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> of the request. </param> <param name="control"> The <see cref="T:System.Web.UI.Control" /> the parameter is bound to. If the parameter is not bound to a control, the <paramref name="control" /> parameter is ignored. </param> </member> <member name="P:System.Web.UI.WebControls.Parameter.IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.Parameter" /> object is saving changes to its view state. </summary> <returns>true if the data source view is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.LoadViewState(System.Object)"> <summary> Restores the data source view's previously saved view state. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the <see cref="T:System.Web.UI.WebControls.Parameter" /> state to restore. </param> </member> <member name="P:System.Web.UI.WebControls.Parameter.Name"> <summary> Gets or sets the name of the parameter. </summary> <returns> The name of the parameter. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.OnParameterChanged"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.ParameterCollection.OnParametersChanged(System.EventArgs)" /> method of the <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> collection that contains the <see cref="T:System.Web.UI.WebControls.Parameter" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.Parameter.SaveViewState"> <summary> Saves the changes to the <see cref="T:System.Web.UI.WebControls.Parameter" /> object's view state since the time the page was posted back to the server. </summary> <returns> The <see cref="T:System.Object" /> that contains the changes to the <see cref="T:System.Web.UI.WebControls.Parameter" /> view state. If there is no view state associated with the object, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.SetDirty"> <summary> Marks the <see cref="T:System.Web.UI.WebControls.Parameter" /> object so its state will be recorded in view state. </summary> </member> <member name="P:System.Web.UI.WebControls.Parameter.Size"> <summary> Gets or sets the size of the parameter. </summary> <returns> The size of the parameter expressed as an integer. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.System#ICloneable#Clone"> <summary> Returns a duplicate of the current <see cref="T:System.Web.UI.WebControls.Parameter" /> instance. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Parameter" /> that is a copy of the current object. </returns> </member> <member name="P:System.Web.UI.WebControls.Parameter.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.Parameter" /> object is saving changes to its view state. </summary> <returns>true if the data source view is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Restores the data source view's previously saved view state. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the <see cref="T:System.Web.UI.WebControls.Parameter" /> state to restore. </param> </member> <member name="M:System.Web.UI.WebControls.Parameter.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the changes to the <see cref="T:System.Web.UI.WebControls.Parameter" /> object's view state since the time the page was posted back to the server. </summary> <returns> The <see cref="T:System.Object" /> that contains the changes to the <see cref="T:System.Web.UI.WebControls.Parameter" /> object's view state. If there is no view state associated with the object, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.System#Web#UI#IStateManager#TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.WebControls.Parameter" /> object to track changes to its view state so they can be stored in the control's <see cref="P:System.Web.UI.Control.ViewState" /> object and persisted across requests for the same page. </summary> </member> <member name="M:System.Web.UI.WebControls.Parameter.ToString"> <summary> Converts the value of this instance to its equivalent string representation. </summary> <returns> A string representation of the value of this instance. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.WebControls.Parameter" /> object to track changes to its view state so they can be stored in the control's <see cref="P:System.Web.UI.Control.ViewState" /> object and persisted across requests for the same page. </summary> </member> <member name="P:System.Web.UI.WebControls.Parameter.Type"> <summary> Gets or sets the type of the parameter. </summary> <returns> The type of the <see cref="T:System.Web.UI.WebControls.Parameter" />. The default value is <see cref="F:System.TypeCode.Object" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The parameter type is not one of the <see cref="T:System.TypeCode" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.Parameter.ViewState"> <summary> Gets a dictionary of state information that allows you to save and restore the view state of a <see cref="T:System.Web.UI.WebControls.Parameter" /> object across multiple requests for the same page. </summary> <returns> An instance of <see cref="T:System.Web.UI.StateBag" /> that contains the <see cref="T:System.Web.UI.WebControls.Parameter" /> object's view-state information. </returns> </member> <member name="T:System.Web.UI.WebControls.ParameterCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.Parameter" /> and <see cref="T:System.Web.UI.WebControls.Parameter" />-derived objects that are used by data source controls in advanced data-binding scenarios. </summary> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class. </summary> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.Add(System.String,System.String)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.Parameter" /> object with the specified name and default value, and appends it to the end of the collection. </summary> <returns> The index value of the added item. </returns> <param name="name"> The name of the parameter. </param> <param name="value"> A string that serves as a default value for the parameter. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.Add(System.String,System.TypeCode,System.String)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.Parameter" /> object with the specified name, <see cref="T:System.TypeCode" />, and default value, and appends it to the end of the collection. </summary> <returns> The index value of the added item. </returns> <param name="name"> The name of the parameter. </param> <param name="type"> A string that serves as a default value for the parameter. </param> <param name="value"> A <see cref="T:System.TypeCode" /> that describes the type of the parameter. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.Add(System.Web.UI.WebControls.Parameter)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.Parameter" /> object to the end of the collection. </summary> <returns> The index value of the added item. </returns> <param name="parameter"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> to append to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.Contains(System.Web.UI.WebControls.Parameter)"> <summary> Determines whether the <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> collection contains a specific value </summary> <returns>true if the object is found in the <see cref="T:System.Web.UI.WebControls.ParameterCollection" />; otherwise, false. If null is passed for the <paramref name="value" /> parameter, false is returned. </returns> <param name="parameter"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> to locate in the <see cref="T:System.Web.UI.WebControls.ParameterCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.CopyTo(System.Web.UI.WebControls.Parameter[],System.Int32)"> <summary> Copies a specified index of a parameter array to the parameter collection. </summary> <param name="parameterArray"> Parameter array from which the value at a specified index is to be copied from. </param> <param name="index"> The integer index of the <paramref name="parameterArray" /> item that is to be copied. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.CreateKnownType(System.Int32)"> <summary> Creates an instance of a default <see cref="T:System.Web.UI.WebControls.Parameter" /> object. </summary> <returns> A default instance of a <see cref="T:System.Web.UI.WebControls.Parameter" />. </returns> <param name="index"> The index of the type of <see cref="T:System.Web.UI.WebControls.Parameter" /> to create from the ordered list of types returned by <see cref="M:System.Web.UI.WebControls.ParameterCollection.GetKnownTypes" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified index is not within the recognized range. </exception> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.GetKnownTypes"> <summary> Gets an array of <see cref="T:System.Web.UI.WebControls.Parameter" /> types that the <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> collection can contain. </summary> <returns> An ordered array of <see cref="T:System.Type" /> objects that identify the types of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects that the collection can contain. </returns> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.GetValues(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Gets an ordered collection of <see cref="T:System.Web.UI.WebControls.Parameter" /> object names and their corresponding values currently contained by the collection. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of name/value pairs. </returns> <param name="context"> The current <see cref="T:System.Web.HttpRequest" /> that the <see cref="T:System.Web.UI.WebControls.Parameter" /> binds to. </param> <param name="control"> The <see cref="T:System.Web.UI.Control" /> instance that is passed to each parameter's <see cref="M:System.Web.UI.WebControls.ControlParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> method. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.IndexOf(System.Web.UI.WebControls.Parameter)"> <summary> Determines the index of a specified <see cref="T:System.Web.UI.WebControls.Parameter" /> object in the <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> collection. </summary> <returns> The index of <paramref name="parameter" />, if it is found in the collection; otherwise, -1. </returns> <param name="parameter"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> to locate in the <see cref="T:System.Web.UI.WebControls.ParameterCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.Insert(System.Int32,System.Web.UI.WebControls.Parameter)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.Parameter" /> object into the <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> collection at the specified index. </summary> <param name="index"> The zero-based index at which the <see cref="T:System.Web.UI.WebControls.Parameter" /> is inserted. </param> <param name="parameter"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> to insert. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. -or- <paramref name="index" /> is greater than Count. </exception> </member> <member name="P:System.Web.UI.WebControls.ParameterCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.UI.WebControls.Parameter" /> object at the specified index in the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.Parameter" /> at the specified index in the collection. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.Parameter" /> to retrieve from the collection. </param> </member> <member name="P:System.Web.UI.WebControls.ParameterCollection.Item(System.String)"> <summary> Gets or sets the <see cref="T:System.Web.UI.WebControls.Parameter" /> object with the specified name in the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.Parameter" /> with the specified name in the collection. If the <see cref="T:System.Web.UI.WebControls.Parameter" /> is not found in the collection, the indexer returns null. </returns> <param name="name"> The <see cref="P:System.Web.UI.WebControls.Parameter.Name" /> of the <see cref="T:System.Web.UI.WebControls.Parameter" /> to retrieve from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.OnClearComplete"> <summary> Performs additional custom processes after clearing the contents of the collection. </summary> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.OnInsert(System.Int32,System.Object)"> <summary> Occurs before the <see cref="M:System.Web.UI.WebControls.ParameterCollection.Insert(System.Int32,System.Web.UI.WebControls.Parameter)" /> method is called. </summary> <param name="index"> The index in the collection that the <see cref="T:System.Web.UI.WebControls.Parameter" /> is inserted at. </param> <param name="value"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> that is inserted into the <see cref="T:System.Web.UI.WebControls.ParameterCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.OnInsertComplete(System.Int32,System.Object)"> <summary> Occurs after the <see cref="M:System.Web.UI.WebControls.ParameterCollection.Insert(System.Int32,System.Web.UI.WebControls.Parameter)" /> method completes. </summary> <param name="index"> The index in the collection that the <see cref="T:System.Web.UI.WebControls.Parameter" /> was inserted at. </param> <param name="value"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> that was inserted into the <see cref="T:System.Web.UI.WebControls.ParameterCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.OnParametersChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.ParameterCollection.ParametersChanged" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.OnRemoveComplete(System.Int32,System.Object)"> <summary> Occurs after the <see cref="M:System.Web.UI.WebControls.ParameterCollection.Remove(System.Web.UI.WebControls.Parameter)" /> method completes. </summary> <param name="index"> The index in the collection that the <see cref="T:System.Web.UI.WebControls.Parameter" /> was removed from. </param> <param name="value"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> that was removed from the <see cref="T:System.Web.UI.WebControls.ParameterCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.OnValidate(System.Object)"> <summary> Performs additional custom processes when validating a value. </summary> <param name="o"> The object being validated. </param> <exception cref="T:System.ArgumentException"> The object is not an instance of the <see cref="T:System.Web.UI.WebControls.Parameter" /> class or one of its derived classes. </exception> <exception cref="T:System.ArgumentNullException"> The object is null. </exception> </member> <member name="E:System.Web.UI.WebControls.ParameterCollection.ParametersChanged"> <summary> Occurs when one or more <see cref="T:System.Web.UI.WebControls.Parameter" /> objects contained by the collection changes state. </summary> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.Remove(System.Web.UI.WebControls.Parameter)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.Parameter" /> object from the <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> collection. </summary> <param name="parameter"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> to remove from the <see cref="T:System.Web.UI.WebControls.ParameterCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.Parameter" /> object at the specified index from the <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> collection. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.Parameter" /> to remove. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.SetDirtyObject(System.Object)"> <summary> Marks the specified <see cref="T:System.Web.UI.WebControls.Parameter" /> object as having changed since the last load or save from view state. </summary> <param name="o"> The <see cref="T:System.Web.UI.WebControls.Parameter" /> to mark as having changed since the last load or save from view state. </param> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.UpdateValues(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Iterates through the <see cref="T:System.Web.UI.WebControls.Parameter" /> objects contained by the collection, and calls the Evaluate method on each one. </summary> <param name="context"> The current <see cref="T:System.Web.HttpRequest" /> that the <see cref="T:System.Web.UI.WebControls.Parameter" /> binds to. </param> <param name="control"> The <see cref="T:System.Web.UI.Control" /> instance that is passed to each parameter's <see cref="M:System.Web.UI.WebControls.ControlParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> method. </param> </member> <member name="T:System.Web.UI.WebControls.PasswordRecovery"> <summary> Provides user interface (UI) elements that enable a user to recover or reset a lost password and receive it in e-mail. </summary> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.Answer"> <summary> Gets the answer to the password recovery confirmation question entered by the user. </summary> <returns> The answer to the password recovery confirmation question entered by the user. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.AnswerLabelText"> <summary> Gets or sets the label text for the password confirmation answer text box. </summary> <returns> The label for the password confirmation answer text box. The default is "Answer:" </returns> </member> <member name="E:System.Web.UI.WebControls.PasswordRecovery.AnswerLookupError"> <summary> Occurs when the user enters an incorrect answer to the password recovery confirmation question. </summary> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.AnswerRequiredErrorMessage"> <summary> Gets or sets the error message displayed to the user when the Answer text box is blank. </summary> <returns> The error message displayed when the Answer text box is empty. The default is "Answer." </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.BorderPadding"> <summary> Gets or sets the amount of padding inside the borders of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> The amount of space (in pixels) between the contents of a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control and the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control's border. The default value is 1. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.BorderPadding" /> property is set to less than -1. </exception> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.CreateChildControls"> <summary> Creates the individual controls that make up the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle"> <summary> Gets a reference to a collection of properties that define the appearance of error text in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of error text. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText"> <summary> Gets or sets the error message to display when there is a problem with the membership provider for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> The error message displayed when the user's password will not be sent by e-mail because of a problem with the membership provider. The default is "Your attempt to retrieve your password has failed. Please try again." </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageIconUrl"> <summary> Gets or sets the URL of an image to display next to the link to the Help page. </summary> <returns> The URL of an image to display next to the link to the Help page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageText"> <summary> Gets or sets the text of the link to the password recovery Help page. </summary> <returns> The text of the link to the password recovery Help page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageUrl"> <summary> Gets or sets the URL of the password recovery Help page. </summary> <returns> The URL of the password recovery Help page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle"> <summary> Gets a reference to a collection of properties that define the appearance of hyperlinks on the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains the settings that define the appearance of hyperlinks. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle"> <summary> Gets a reference to a collection of style properties that define the appearance of explanatory text in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of explanatory text. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle"> <summary> Gets a reference to a collection of style properties that define the appearance of text box labels in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of text box labels. </returns> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.LoadControlState(System.Object)"> <summary> Implements the base <see cref="M:System.Web.UI.Control.LoadControlState(System.Object)" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.LoadViewState(System.Object)"> <summary> Implements the base <see cref="M:System.Web.UI.Control.LoadViewState(System.Object)" /> method. </summary> <param name="savedState"> An object that represents the control state to restore. </param> <exception cref="T:System.ArgumentException"> The view state is invalid. </exception> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.MailDefinition"> <summary> Gets a reference to a collection of properties that define the characteristics of e-mail messages used to send new or recovered passwords to users. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.MailDefinition" /> that contains properties that define the characteristics of e-mail messages used to send users their passwords. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider"> <summary> Gets or sets the membership provider used to look up user information. </summary> <returns> The membership provider used to look up user information. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnAnswerLookupError(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.AnswerLookupError" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Implements the base <see cref="M:System.Web.UI.Control.OnBubbleEvent(System.Object,System.EventArgs)" /> method. </summary> <returns>true if the event has been canceled; otherwise, false. The default is false. </returns> <param name="source"> The source of the event. </param> <param name="e"></param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnInit(System.EventArgs)"> <summary> Implements the base <see cref="M:System.Web.UI.Control.OnInit(System.EventArgs)" /> method. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnPreRender(System.EventArgs)"> <summary> Implements the base <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> method. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnSendingMail(System.Web.UI.WebControls.MailMessageEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendingMail" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.MailMessageEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnSendMailError(System.Web.UI.WebControls.SendMailErrorEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendMailError" /> event when an e-mail message cannot be sent to the user. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SendMailErrorEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnUserLookupError(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.UserLookupError" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnVerifyingAnswer(System.Web.UI.WebControls.LoginCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingAnswer" /> event. </summary> <param name="e"> A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.OnVerifyingUser(System.Web.UI.WebControls.LoginCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingUser" /> event. </summary> <param name="e"> A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.Question"> <summary> Gets the password recovery confirmation question established by the user on the Web site. </summary> <returns> The password recovery confirmation question. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.QuestionFailureText"> <summary> Gets or sets the text to display when the user's answer to the password recovery confirmation question does not match the answer stored in the Web site data store. </summary> <returns> The text to display when the user's answer to the password recovery confirmation question does not match the answer stored in the Web site data store. The default value is "Your answer could not be verified. Please try again." </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.QuestionInstructionText"> <summary> Gets or sets the text to display in the Question view to instruct the user to answer the password recovery confirmation question. </summary> <returns> The instruction text to display in the Question view. The default is "Answer the following question to receive your password." </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.QuestionLabelText"> <summary> Gets or sets the text of the label for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> text box. </summary> <returns> The label for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> text box. The default is "Question:" </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate"> <summary> Gets or sets the template used to display the Question view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the template for displaying the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control in Question view. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplateContainer"> <summary> Gets the container that a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control used to create an instance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> template. This property provides programmatic access to child controls. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that contains a <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> template. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTitleText"> <summary> Gets or sets the title for the Question view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> The title for the Question view. The default is "Identity Confirmation". </returns> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.Render(System.Web.UI.HtmlTextWriter)"> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered output. </param> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.SaveControlState"> <summary> Implements the base <see cref="M:System.Web.UI.Control.SaveControlState" /> method. </summary> <returns> Returns the server control's current state. If there is no state associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.SaveViewState"> <summary> Implements the base <see cref="M:System.Web.UI.Control.SaveViewState" /> method. </summary> <returns> An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null. </returns> </member> <member name="E:System.Web.UI.WebControls.PasswordRecovery.SendingMail"> <summary> Occurs before the user is sent a password in e-mail. </summary> </member> <member name="E:System.Web.UI.WebControls.PasswordRecovery.SendMailError"> <summary> Occurs when the SMTP Mail system throws an error while attempting to send an e-mail message. </summary> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.SetDesignModeState(System.Collections.IDictionary)"> <summary> Implements the base <see cref="M:System.Web.UI.Control.System#Web#UI#IControlDesignerAccessor#SetDesignModeState(System.Collections.IDictionary)" /> method. </summary> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> containing the design-time data for the control. </param> </member> <member name="F:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonCommandName"> <summary> Represents the command to perform when the Submit button is clicked. </summary> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonImageUrl"> <summary> Gets or sets the URL of an image to use as the Submit button. </summary> <returns> The URL of the image to use as the Submit button. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonStyle"> <summary> Gets a reference to a collection of properties that define the appearance of Submit buttons in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that contains properties that define the appearance of the Submit buttons. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonText"> <summary> Gets or sets the text of the button that submits the form. </summary> <returns> The text of the button. The default is "Submit". </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonType"> <summary> Gets or sets the type of Submit button to use when rendering the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonType" /> property is not set to a valid <see cref="T:System.Web.UI.WebControls.ButtonType" /> value. </exception> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl"> <summary> Gets or sets the URL of the page to display after sending a password successfully. </summary> <returns> The URL of the password success page. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate"> <summary> Gets or sets the template used to display the Success view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the template for displaying the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control in Success view. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplateContainer"> <summary> Gets the container that a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control used to create an instance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" /> template. This property provides programmatic access to child controls. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that contains a <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" />. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SuccessText"> <summary> Gets or sets the text to display after sending a password successfully. </summary> <returns> The text to display when a password has been successfully sent. The default is "Your password has been sent to you." </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle"> <summary> Gets a reference to a collection of style properties that define the appearance of text displayed in the Success view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of text displayed in the Success view. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that corresponds to a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> The <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Always returns HtmlTextWriterTag.Table.</returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle"> <summary> Gets a reference to a collection of style properties that define the appearance of text boxes in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.Style" /> that contains properties that define the appearance of text boxes in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.TextLayout"> <summary> Gets or sets a value that specifies whether to display the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control in a horizontal or vertical layout. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.LoginTextLayout" /> enumeration values. The default is <see cref="F:System.Web.UI.WebControls.LoginTextLayout.TextOnLeft" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextLayout" /> property is not set to a valid <see cref="T:System.Web.UI.WebControls.LoginTextLayout" /> enumeration value. </exception> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle"> <summary> Gets a reference to a collection of style properties that define the appearance of title text that appears in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> that contains properties that define the appearance of title text in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.PasswordRecovery.TrackViewState"> <summary> Implements the base <see cref="M:System.Web.UI.Control.TrackViewState" /> method. </summary> </member> <member name="E:System.Web.UI.WebControls.PasswordRecovery.UserLookupError"> <summary> Occurs when the membership provider cannot find the user name entered by the user. </summary> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.UserName"> <summary> Gets or sets the text that appears in the User Name text box. </summary> <returns> The user name entered by the user. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText"> <summary> Gets or sets the text displayed when the user name entered by the user is not a valid user name for the Web site. </summary> <returns> The text displayed when the user name entered by the user is not a valid user name for the Web site. The default is "We were unable to access your information. Please try again." </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.UserNameInstructionText"> <summary> Gets or sets the text to display in the UserName view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control to instruct the user to enter a user name. </summary> <returns> The instruction text to display in the UserName view. The default is "Enter your user name to receive your password." </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.UserNameLabelText"> <summary> Gets or sets the text of the label for the User Name text box. </summary> <returns> The label for the User Name text box. The default is "User Name:". </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.UserNameRequiredErrorMessage"> <summary> Gets or sets the error message displayed when a user leaves the User Name text box empty. </summary> <returns> The error message displayed when the User Name text box is empty. The default is "User Name". </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate"> <summary> Gets or sets the template used to display the UserName view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the template for displaying the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control in UserName view. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplateContainer"> <summary> Gets the container that a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control used to create an instance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> template. This property provides programmatic access to child controls. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that contains a <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" />. </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTitleText"> <summary> Gets or sets the title for the UserName view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> The title for the UserName view. The default is "Forgot Your Password?" </returns> </member> <member name="P:System.Web.UI.WebControls.PasswordRecovery.ValidatorTextStyle"> <summary> Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of error messages that are associated with any input validation used by the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the appearance of error messages that are associated with any input validation used by the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. The default is null. </returns> </member> <member name="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingAnswer"> <summary> Occurs when the user has submitted an answer to the password recovery confirmation question. </summary> </member> <member name="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingUser"> <summary> Occurs before the user name is validated by the membership provider. </summary> </member> <member name="T:System.Web.UI.WebControls.PathDirection"> <summary> Indicates the hierarchical order in which navigation nodes are rendered for site-navigation controls. </summary> </member> <member name="F:System.Web.UI.WebControls.PathDirection.RootToCurrent"> <summary> Nodes are rendered in a hierarchical order from the top-most node to the current node, from left to right. </summary> </member> <member name="F:System.Web.UI.WebControls.PathDirection.CurrentToRoot"> <summary> Nodes are rendered in a hierarchical order from the current node to the top-most node, from left to right. </summary> </member> <member name="T:System.Web.UI.WebControls.PlaceHolder"> <summary> Stores dynamically added server controls on the Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.PlaceHolder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PlaceHolder" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.PlaceHolder.EnableTheming"> <summary> Gets or sets a value indicating whether themes apply to this control. </summary> <returns>true to use themes; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.UI.WebControls.PlaceHolderControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.PlaceHolder" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.PlaceHolderControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PlaceHolderControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.PlaceHolderControlBuilder.AllowWhitespaceLiterals"> <summary> Specifies whether white-space literals are allowed. </summary> <returns>false in all cases. </returns> </member> <member name="T:System.Web.UI.WebControls.PolygonHotSpot"> <summary> Defines a polygon-shaped hot spot region in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.PolygonHotSpot.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PolygonHotSpot" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.PolygonHotSpot.Coordinates"> <summary> A string of coordinates that represents the vertexes of a <see cref="T:System.Web.UI.WebControls.PolygonHotSpot" /> object. </summary> <returns> A string that represents the coordinates of a <see cref="T:System.Web.UI.WebControls.PolygonHotSpot" /> object's vertexes. </returns> </member> <member name="M:System.Web.UI.WebControls.PolygonHotSpot.GetCoordinates"> <summary> Returns a string that represents the coordinates of the vertexes of a <see cref="T:System.Web.UI.WebControls.PolygonHotSpot" /> object. </summary> <returns> A string that represents the coordinates of the vertexes of a <see cref="T:System.Web.UI.WebControls.PolygonHotSpot" /> object. The default value is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.ProfileParameter"> <summary> Binds the value of an ASP.NET Profile property to a parameter object. </summary> </member> <member name="M:System.Web.UI.WebControls.ProfileParameter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ProfileParameter.#ctor(System.String,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> class, using the specified property name to identify which ASP.NET Profile property to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="propertyName"> The name of the ASP.NET Profile property that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.ProfileParameter.#ctor(System.String,System.TypeCode,System.String)"> <summary> Initializes a new named and strongly typed instance of the <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> class, using the specified property name to identify which ASP.NET Profile property to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="type"> The type that the parameter represents. The default is <see cref="F:System.TypeCode.Object" />. </param> <param name="propertyName"> The name of the ASP.NET Profile property that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.ProfileParameter.#ctor(System.Web.UI.WebControls.ProfileParameter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> class with the values of the instance specified by the <paramref name="original" /> parameter. </summary> <param name="original"> A <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> instance from which the current instance is initialized. </param> </member> <member name="M:System.Web.UI.WebControls.ProfileParameter.Clone"> <summary> Returns a duplicate of the current <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> instance. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> object that is an exact duplicate of the current one. </returns> </member> <member name="M:System.Web.UI.WebControls.ProfileParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Updates and returns the value of the <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> object. </summary> <returns> An object that represents the updated and current value of the parameter. If the context or the ASP.NET Profile is null (Nothing in Visual Basic), the <see cref="M:System.Web.UI.WebControls.ProfileParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> method returns null. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> of the request. </param> <param name="control"> A <see cref="T:System.Web.UI.Control" /> that is associated with the Web Form where the <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> is used. </param> </member> <member name="P:System.Web.UI.WebControls.ProfileParameter.PropertyName"> <summary> Gets or sets the name of the ASP.NET Profile property that the parameter binds to. </summary> <returns> A string that identifies the ASP.NET Profile property that the parameter binds to. </returns> </member> <member name="T:System.Web.UI.WebControls.QueryStringParameter"> <summary> Binds the value of an HTTP request query-string field to a parameter object. </summary> </member> <member name="M:System.Web.UI.WebControls.QueryStringParameter.#ctor"> <summary> Initializes a new unnamed instance of the <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.QueryStringParameter.#ctor(System.String,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> class, using the specified string to identify which query-string field to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="queryStringField"> The name of the query-string field that the parameter object is bound to. The default is an empty string (""). </param> </member> <member name="M:System.Web.UI.WebControls.QueryStringParameter.#ctor(System.String,System.TypeCode,System.String)"> <summary> Initializes a new named and strongly typed instance of the <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> class, using the specified string to identify which query-string field to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="type"> The type that the parameter represents. The default is <see cref="F:System.TypeCode.Object" />. </param> <param name="queryStringField"> The name of the query-string field that the parameter object is bound to. The default is an empty string (""). </param> </member> <member name="M:System.Web.UI.WebControls.QueryStringParameter.#ctor(System.Web.UI.WebControls.QueryStringParameter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> class, using the values of the instance that is specified by the <paramref name="original" /> parameter. </summary> <param name="original"> A <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> instance from which the current instance is initialized. </param> </member> <member name="M:System.Web.UI.WebControls.QueryStringParameter.Clone"> <summary> Returns a duplicate of the current <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> instance. </summary> <returns> A duplicate of the current instance. </returns> </member> <member name="M:System.Web.UI.WebControls.QueryStringParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Updates and returns the value of the <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> object. </summary> <returns> An object that represents the current value of the parameter. If the context or the request is null, the <see cref="M:System.Web.UI.WebControls.QueryStringParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> method returns null. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> instance of the request. </param> <param name="control"> A Web server control that is associated with the ASP.NET Web page where the <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> object is used. Note: This parameter is not used. </param> </member> <member name="P:System.Web.UI.WebControls.QueryStringParameter.QueryStringField"> <summary> Gets or sets the name of the query-string field that the parameter binds to. </summary> <returns> The name of the query-string field that the parameter binds to. </returns> </member> <member name="T:System.Web.UI.WebControls.RadioButton"> <summary> Represents a radio button control. </summary> </member> <member name="M:System.Web.UI.WebControls.RadioButton.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RadioButton" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.RadioButton.GroupName"> <summary> Gets or sets the name of the group that the radio button belongs to. </summary> <returns> The name of the group that the radio button belongs to. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.RadioButton.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes postback data for the <see cref="T:System.Web.UI.WebControls.RadioButton" /> control. </summary> <returns>true if the data for the <see cref="T:System.Web.UI.WebControls.RadioButton" /> has changed; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.WebControls.RadioButton.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.RadioButton.RaisePostDataChangedEvent"> <summary> Raises the <see cref="E:System.Windows.Forms.RadioButton.CheckedChanged" /> event, if the <see cref="P:System.Windows.Forms.RadioButton.Checked" /> property has changed on postback. </summary> </member> <member name="M:System.Web.UI.WebControls.RadioButton.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" />. </summary> <returns>true if <see cref="T:System.Web.UI.WebControls.RadioButton" /> is checked; otherwise, false. The default is false. </returns> <param name="postDataKey"> A string. </param> <param name="postCollection"> A name value collection that represents the posted collection of data. </param> </member> <member name="M:System.Web.UI.WebControls.RadioButton.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="T:System.Web.UI.WebControls.RadioButtonList"> <summary> Represents a list control that encapsulates a group of radio button controls. </summary> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.CellPadding"> <summary> Gets or sets the distance (in pixels) between the border and the contents of the table cell. </summary> <returns> The distance (in pixels) between the border and the contents of the table cell. The default is -1, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.CellSpacing"> <summary> Gets or sets the distance (in pixels) between adjacent table cells. </summary> <returns> The distance (in pixels) between adjacent table cells. The default is -1, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.CreateControlStyle"> <summary> Creates a style object that is used internally by the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control to implement all style-related properties. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains the style properties of the control. </returns> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.FindControl(System.String,System.Int32)"> <summary> Searches the current naming container for a server control with the specified ID and path offset. The <see cref="M:System.Web.UI.WebControls.RadioButtonList.FindControl(System.String,System.Int32)" /> method always returns the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> object. </summary> <returns> The current <see cref="T:System.Web.UI.WebControls.RadioButtonList" />. </returns> <param name="id"> The identifier for the control to find. </param> <param name="pathOffset"> The number of controls up the page control hierarchy needed to reach a naming container. </param> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)"> <summary> Retrieves the style of the specified item type at the specified index in the list control. </summary> <returns>null, indicating that style attributes are not set on individual list items in a <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control. </returns> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list control. </param> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.HasFooter"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control contains a footer section. </summary> <returns>false, indicating that the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> does not contain a footer section. </returns> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.HasHeader"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control contains a heading section. </summary> <returns>false, indicating that a <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control does not contain a heading section. </returns> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.HasSeparators"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control contains separators between items in the list. </summary> <returns>false, indicating that a <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control does not contain separators. </returns> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the posted data for the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control. </summary> <returns>true if the state of the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> is different from the last posting; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control, used to index the <paramref name="postCollection" />. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains value information indexed by control identifiers. </param> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.RaisePostDataChangedEvent"> <summary> Notifies the ASP.NET application that the state of the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control on the client. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream for rendering on the client. </param> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)"> <summary> Renders a list item in the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control. </summary> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list control. </param> <param name="repeatInfo"> A <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> that represents the information used to render the item in the list. </param> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.RepeatColumns"> <summary> Gets or sets the number of columns to display in the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control. </summary> <returns> The number of columns to display in the <see cref="T:System.Web.UI.WebControls.RadioButtonList" />. The default is 0, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The number of columns is set to a negative value. </exception> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.RepeatDirection"> <summary> Gets or sets the direction in which the radio buttons within the group are displayed. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> values. The default is Vertical. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The display direction of the list is not one of the <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.RepeatedItemCount"> <summary> Gets the number of list items in the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control. </summary> <returns> The number of items in the list control. </returns> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.RepeatLayout"> <summary> Gets or sets the layout of radio buttons within the group. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> values. The default is Table. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The radio button layout is not one of the <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes posted data for the <see cref="T:System.Web.UI.WebControls.RadioButtonList" /> control. </summary> <returns>true if the server control's state changed as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control, used to index the <paramref name="postCollection" />. </param> <param name="postCollection"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> that contains value information indexed by control identifiers. </param> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Raised when posted data for a control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.System#Web#UI#WebControls#IRepeatInfoUser#GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)"> <summary> Retrieves the style of the specified item type at the specified index in the list control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style of the specified item type at the specified index in the list control. </returns> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list. </param> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.System#Web#UI#WebControls#IRepeatInfoUser#HasFooter"> <summary> Gets a value that indicates whether the list control contains a footer section. </summary> <returns>true if the list control contains a footer section; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.System#Web#UI#WebControls#IRepeatInfoUser#HasHeader"> <summary> Gets a value that indicates whether the list control contains a heading section. </summary> <returns>true if the list control contains a header section; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.System#Web#UI#WebControls#IRepeatInfoUser#HasSeparators"> <summary> Gets a value that indicates whether the list control contains a separator between items in the list. </summary> <returns>true if the list control contains has separators; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.RadioButtonList.System#Web#UI#WebControls#IRepeatInfoUser#RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)"> <summary> Renders an item in the list with the specified information. </summary> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param> <param name="repeatIndex"> An ordinal index that specifies the location of the item in the list. </param> <param name="repeatInfo"> A <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> that represents the information used to render the item in the list. </param> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.System#Web#UI#WebControls#IRepeatInfoUser#RepeatedItemCount"> <summary> Gets the number of items in the list control. </summary> <returns> The number of items in the control. </returns> </member> <member name="P:System.Web.UI.WebControls.RadioButtonList.TextAlign"> <summary> Gets or sets the text alignment for the radio buttons within the group. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TextAlign" /> values. The default is Right. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The label text alignment associated with the radio buttons is not one of the <see cref="T:System.Web.UI.WebControls.TextAlign" /> values. </exception> </member> <member name="T:System.Web.UI.WebControls.RangeValidator"> <summary> Checks whether the value of an input control is within a specified range of values. </summary> </member> <member name="M:System.Web.UI.WebControls.RangeValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RangeValidator" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.RangeValidator.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles for the control that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.RangeValidator.ControlPropertiesValid"> <summary> This is a check of properties to determine any errors made by the developer. </summary> <returns>true if the control properties are valid; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.RangeValidator.EvaluateIsValid"> <summary> Determines whether the content in the input control is valid. </summary> <returns>true if the control is valid; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.RangeValidator.MaximumValue"> <summary> Gets or sets the maximum value of the validation range. </summary> <returns> The maximum value of the validation range. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.RangeValidator.MinimumValue"> <summary> Gets or sets the minimum value of the validation range. </summary> <returns> The minimum value of the validation range. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.RectangleHotSpot"> <summary> Defines a rectangular hot spot region in an <see cref="T:System.Web.UI.WebControls.ImageMap" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.RectangleHotSpot.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.RectangleHotSpot.Bottom"> <summary> Gets or sets the y-coordinate of the bottom side of the rectangular region defined by this <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object. </summary> <returns> The y-coordinate of the bottom side of the rectangular region defined by this <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object. The default is 0. </returns> </member> <member name="M:System.Web.UI.WebControls.RectangleHotSpot.GetCoordinates"> <summary> Returns a string that represents the x -and y-coordinates of a <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object's top left corner and the x- and y-coordinates of its bottom right corner. </summary> <returns> A string that represents the x- and y-coordinates of a <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object's top left corner and the x- and y-coordinates of its bottom right corner. </returns> </member> <member name="P:System.Web.UI.WebControls.RectangleHotSpot.Left"> <summary> Gets or sets the x-coordinate of the left side of the rectangular region defined by this <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object. </summary> <returns> The x-coordinate of the left side of the rectangular region defined by this <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object. The default is 0. </returns> </member> <member name="P:System.Web.UI.WebControls.RectangleHotSpot.Right"> <summary> Gets or sets the x-coordinate of the right side of the rectangular region defined by this <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object. </summary> <returns> The x-coordinate of the right side of the rectangular region defined by this <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object. The default is 0. </returns> </member> <member name="P:System.Web.UI.WebControls.RectangleHotSpot.Top"> <summary> Gets or sets the y-coordinate of the top side of the rectangular region defined by this <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object. </summary> <returns> The y-coordinate of the top side of the rectangular region defined by this <see cref="T:System.Web.UI.WebControls.RectangleHotSpot" /> object. The default is 0. </returns> </member> <member name="T:System.Web.UI.WebControls.RegularExpressionValidator"> <summary> Validates whether the value of an associated input control matches the pattern specified by a regular expression. </summary> </member> <member name="M:System.Web.UI.WebControls.RegularExpressionValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RegularExpressionValidator" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.RegularExpressionValidator.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object the HTML attributes and styles that need to be rendered for the control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.RegularExpressionValidator.EvaluateIsValid"> <summary> Indicates whether the value in the input control is valid. </summary> <returns>true if the value in the input control is valid; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.RegularExpressionValidator.ValidationExpression"> <summary> Gets or sets the regular expression that determines the pattern used to validate a field. </summary> <returns> A string that specifies the regular expression used to validate a field for format. The default is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.Web.HttpException"> The regular expression is not properly formed. </exception> </member> <member name="T:System.Web.UI.WebControls.RepeatDirection"> <summary> Specifies the direction in which items of a list control are displayed. </summary> </member> <member name="F:System.Web.UI.WebControls.RepeatDirection.Horizontal"> <summary> Items of a list are displayed horizontally in rows from left to right, then top to bottom, until all items are rendered. </summary> </member> <member name="F:System.Web.UI.WebControls.RepeatDirection.Vertical"> <summary> Items of a list are displayed vertically in columns from top to bottom, and then left to right, until all items are rendered. </summary> </member> <member name="T:System.Web.UI.WebControls.Repeater"> <summary> A data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list. </summary> </member> <member name="M:System.Web.UI.WebControls.Repeater.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Repeater" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.Repeater.AlternatingItemTemplate"> <summary> Gets or sets the object implementing <see cref="T:System.Web.UI.ITemplate" /> that defines how alternating items in the control are displayed. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that defines how alternating items are displayed. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.Repeater.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> that contains the child controls of the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains the child controls of the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.Repeater.CreateChildControls"></member> <member name="M:System.Web.UI.WebControls.Repeater.CreateControlHierarchy(System.Boolean)"> <summary> Creates a control hierarchy, with or without the specified data source. </summary> <param name="useDataSource"> Indicates whether to use the specified data source. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.CreateDataSourceSelectArguments"> <summary> Returns the <see cref="P:System.Web.UI.DataSourceSelectArguments.Empty" /> value. </summary> <returns> The <see cref="P:System.Web.UI.DataSourceSelectArguments.Empty" /> value. </returns> </member> <member name="M:System.Web.UI.WebControls.Repeater.CreateItem(System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> object with the specified item type and location within the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </summary> <returns> The new <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> object. </returns> <param name="itemIndex"> The specified location within the <see cref="T:System.Web.UI.WebControls.Repeater" /> control to place the created item. </param> <param name="itemType"> A <see cref="T:System.Web.UI.WebControls.ListItemType" /> that represents the specified type of the <see cref="T:System.Web.UI.WebControls.Repeater" /> item to create. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.DataBind"> <summary> Binds the <see cref="T:System.Web.UI.WebControls.Repeater" /> control and all its child controls to the specified data source. </summary> </member> <member name="P:System.Web.UI.WebControls.Repeater.DataMember"> <summary> Gets or sets the specific table in the <see cref="P:System.Web.UI.WebControls.Repeater.DataSource" /> to bind to the control. </summary> <returns> A string that specifies a table in the <see cref="P:System.Web.UI.WebControls.Repeater.DataSource" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Repeater.DataSource"> <summary> Gets or sets the data source that provides data for populating the list. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> or <see cref="T:System.ComponentModel.IListSource" /> object that contains a collection of values used to supply data to this control. The default value is null. </returns> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.UI.WebControls.Repeater.DataSource" /> object specified is not a supported source of data for the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </exception> <exception cref="T:System.Web.HttpException"> The data source cannot be resolved because a value is specified for both the <see cref="P:System.Web.UI.WebControls.Repeater.DataSource" /> property and the <see cref="P:System.Web.UI.WebControls.Repeater.DataSourceID" /> property. </exception> </member> <member name="P:System.Web.UI.WebControls.Repeater.DataSourceID"> <summary> Gets or sets the <see cref="P:System.Web.UI.Control.ID" /> property of the data source control that the <see cref="T:System.Web.UI.WebControls.Repeater" /> control should use to retrieve its data source. </summary> <returns> The ID property of the data source control. </returns> <exception cref="T:System.Web.HttpException"> The data source cannot be resolved for one of the following reasons: A value is specified for both the <see cref="P:System.Web.UI.WebControls.Repeater.DataSource" /> and <see cref="P:System.Web.UI.WebControls.Repeater.DataSourceID" /> properties. The data source specified by the <see cref="P:System.Web.UI.WebControls.Repeater.DataSourceID" /> property cannot be found on the page. The data source specified by the <see cref="P:System.Web.UI.WebControls.Repeater.DataSourceID" /> property does not implement <see cref="T:System.Web.UI.IDataSource" />. </exception> </member> <member name="P:System.Web.UI.WebControls.Repeater.EnableTheming"> <summary> Gets or sets a value indicating whether themes are applied to this control. </summary> <returns>true to use themes; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.Repeater.EnsureDataBound"> <summary> Verifies that the <see cref="T:System.Web.UI.WebControls.Repeater" /> control requires data binding and that a valid data source control is specified before calling the <see cref="M:System.Web.UI.WebControls.Repeater.DataBind" /> method. </summary> </member> <member name="P:System.Web.UI.WebControls.Repeater.FooterTemplate"> <summary> Gets or sets the <see cref="T:System.Web.UI.ITemplate" /> that defines how the footer section of the <see cref="T:System.Web.UI.WebControls.Repeater" /> control is displayed. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that defines how the footer section of the <see cref="T:System.Web.UI.WebControls.Repeater" /> control is displayed. The default value is null. </returns> </member> <member name="M:System.Web.UI.WebControls.Repeater.GetData"> <summary> Returns an <see cref="T:System.Collections.IEnumerable" /> interface from the data source. </summary> <returns> An object implementing <see cref="T:System.Collections.IEnumerable" /> that represents the data from the data source. </returns> </member> <member name="P:System.Web.UI.WebControls.Repeater.HeaderTemplate"> <summary> Gets or sets the <see cref="T:System.Web.UI.ITemplate" /> that defines how the header section of the <see cref="T:System.Web.UI.WebControls.Repeater" /> control is displayed. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that defines how the header section of the <see cref="T:System.Web.UI.WebControls.Repeater" /> control is displayed. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.Repeater.Initialized"> <summary> Returns a value indicating whether the control has been initialized. </summary> <returns>true, if the control has been initialized, otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.Repeater.InitializeItem(System.Web.UI.WebControls.RepeaterItem)"> <summary> Populates iteratively the specified <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> with a sub-hierarchy of child controls. </summary> <param name="item"> The control to be initialized from an inline template. </param> </member> <member name="P:System.Web.UI.WebControls.Repeater.IsBoundUsingDataSourceID"> <summary> Gets a value indicating whether the <see cref="P:System.Web.UI.WebControls.Repeater.DataSourceID" /> property is set. </summary> <returns>true if the <see cref="P:System.Web.UI.WebControls.Repeater.DataSourceID" /> property is set to a value other than an empty string (""); otherwise, false. </returns> </member> <member name="E:System.Web.UI.WebControls.Repeater.ItemCommand"> <summary> Occurs when a button is clicked in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.Repeater.ItemCreated"> <summary> Occurs when an item is created in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.Repeater.ItemDataBound"> <summary> Occurs after an item in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control is data-bound but before it is rendered on the page. </summary> </member> <member name="P:System.Web.UI.WebControls.Repeater.Items"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> objects in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </summary> <returns> A collection of <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> objects. The default is an empty <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Repeater.ItemTemplate"> <summary> Gets or sets the <see cref="T:System.Web.UI.ITemplate" /> that defines how items in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control are displayed. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" /> that defines how items in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control are displayed. The default value is null. </returns> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCommand" /> event if the <paramref name="EventArgs" /> parameter is an instance of <see cref="T:System.Web.UI.WebControls.RepeaterCommandEventArgs" />. </summary> <returns>true if the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCommand" /> was raised, otherwise false. </returns> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnDataBinding(System.EventArgs)"> <summary> Raises the DataBinding event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnDataPropertyChanged"> <summary> Determines whether data binding is required. </summary> <exception cref="T:System.Web.HttpException"> <see cref="M:System.Web.UI.WebControls.Repeater.OnDataPropertyChanged" /> is called during the data-binding phase of the control. </exception> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnDataSourceViewChanged(System.Object,System.EventArgs)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.Repeater.RequiresDataBinding" /> property to true. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnItemCommand(System.Web.UI.WebControls.RepeaterCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCommand" /> event. </summary> <param name="e"> The <see cref="T:System.Web.UI.WebControls.RepeaterCommandEventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnItemCreated(System.Web.UI.WebControls.RepeaterItemEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCreated" /> event. </summary> <param name="e"> The <see cref="T:System.Web.UI.WebControls.RepeaterItemEventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnItemDataBound(System.Web.UI.WebControls.RepeaterItemEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Repeater.ItemDataBound" /> event. </summary> <param name="e"> The <see cref="T:System.Web.UI.WebControls.RepeaterItemEventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Load" /> event and performs other initialization. </summary> <param name="e"> The <see cref="T:System.Web.UI.WebControls.RepeaterItemEventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Repeater.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> The <see cref="T:System.Web.UI.WebControls.RepeaterItemEventArgs" /> object contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.Repeater.RequiresDataBinding"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.Repeater" /> control needs to bind to its specified data source. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.Repeater" /> control needs to bind to a data source; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.Repeater.SelectArguments"> <summary> Gets a <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object that the <see cref="T:System.Web.UI.WebControls.Repeater" /> control uses when retrieving data from a data source control. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object used to retrieve data. The default is the <see cref="P:System.Web.UI.DataSourceSelectArguments.Empty" /> value. </returns> </member> <member name="P:System.Web.UI.WebControls.Repeater.SeparatorTemplate"> <summary> Gets or sets the <see cref="T:System.Web.UI.ITemplate" /> interface that defines how the separator between items is displayed. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that defines how the separator between items is displayed. The default is null. </returns> </member> <member name="T:System.Web.UI.WebControls.RepeaterCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCommand" /> event of a <see cref="T:System.Web.UI.WebControls.Repeater" />. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.RepeaterCommandEventArgs.#ctor(System.Web.UI.WebControls.RepeaterItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RepeaterCommandEventArgs" /> class. </summary> <param name="item"> A <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> that represents an item in the <see cref="T:System.Web.UI.WebControls.Repeater" />. The <see cref="P:System.Web.UI.WebControls.RepeaterCommandEventArgs.Item" /> property is set to this value. </param> <param name="commandSource"> The command source. The <see cref="P:System.Web.UI.WebControls.RepeaterCommandEventArgs.CommandSource" /> property is set to this value. </param> <param name="originalArgs"> The original event arguments. </param> </member> <member name="P:System.Web.UI.WebControls.RepeaterCommandEventArgs.CommandSource"> <summary> Gets the source of the command. </summary> <returns> The command source. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeaterCommandEventArgs.Item"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> associated with the event. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> associated with the event. </returns> </member> <member name="T:System.Web.UI.WebControls.RepeaterCommandEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCommand" /> event of a <see cref="T:System.Web.UI.WebControls.Repeater" />. </summary> <param name="source"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.RepeaterCommandEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.RepeaterItem"> <summary> Represents an item in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.RepeaterItem.#ctor(System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> class. </summary> <param name="itemIndex"> The index of the item in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control from the <see cref="P:System.Web.UI.WebControls.Repeater.Items" /> collection of the control. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.RepeaterItem.DataItem"> <summary> Gets or sets a data item associated with the <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> object in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </summary> <returns> A <see cref="T:System.Object" /> that represents a data item in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeaterItem.ItemIndex"> <summary> Gets the index of the item in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control from the <see cref="P:System.Web.UI.WebControls.Repeater.Items" /> collection of the control. </summary> <returns> The index of the item in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control from the <see cref="P:System.Web.UI.WebControls.Repeater.Items" /> collection of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeaterItem.ItemType"> <summary> Gets the type of the item in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </returns> </member> <member name="M:System.Web.UI.WebControls.RepeaterItem.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Assigns any sources of the event and its information to the parent <see cref="T:System.Web.UI.WebControls.Repeater" /> control, if the <see cref="T:System.EventArgs" /> parameter is an instance of <see cref="T:System.Web.UI.WebControls.RepeaterCommandEventArgs" />. </summary> <returns>true if the event assigned to the parent was raised, otherwise false. </returns> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.RepeaterItem.System#Web#UI#IDataItemContainer#DataItemIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DataItemIndex" />. </summary> <returns> An <see cref="P:System.Web.UI.WebControls.RepeaterItem.ItemIndex" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeaterItem.System#Web#UI#IDataItemContainer#DisplayIndex"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataItemContainer.DisplayIndex" />. </summary> <returns> An <see cref="P:System.Web.UI.WebControls.RepeaterItem.ItemIndex" /> property. </returns> </member> <member name="T:System.Web.UI.WebControls.RepeaterItemCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> objects in the <see cref="T:System.Web.UI.WebControls.Repeater" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.RepeaterItemCollection.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" /> class. </summary> <param name="items"> A <see cref="T:System.Collections.ArrayList" /> that contains the items with which to initialize the collection. </param> </member> <member name="M:System.Web.UI.WebControls.RepeaterItemCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from this <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" /> to the specified <see cref="T:System.Array" /> object, starting at the specified index in the <see cref="T:System.Array" /> object. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" />. </param> <param name="index"> The first position in the specified <see cref="T:System.Array" /> to receive the copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.RepeaterItemCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> objects in the collection. </summary> <returns> The number of <see cref="T:System.Web.UI.WebControls.DataListItem" /> objects in the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.RepeaterItemCollection.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" /> interface that can iterate through all the <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> objects in the <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" />. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" /> interface that contains all <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> objects in the <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeaterItemCollection.IsReadOnly"> <summary> Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> objects in the <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" /> can be modified. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeaterItemCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" /> is synchronized (thread-safe). </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeaterItemCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> object at the specified index in the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> object at the specified index in the collection. </returns> <param name="index"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> to retrieve in the collection. </param> </member> <member name="P:System.Web.UI.WebControls.RepeaterItemCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.RepeaterItemCollection" /> collection. </summary> <returns> A <see cref="T:System.Object" /> that can be used to synchronize access to the collection. </returns> </member> <member name="T:System.Web.UI.WebControls.RepeaterItemEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCreated" /> and <see cref="E:System.Web.UI.WebControls.Repeater.ItemDataBound" /> events of a <see cref="T:System.Web.UI.WebControls.Repeater" />. </summary> </member> <member name="M:System.Web.UI.WebControls.RepeaterItemEventArgs.#ctor(System.Web.UI.WebControls.RepeaterItem)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RepeaterItemEventArgs" /> class. </summary> <param name="item"> The <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> associated with the event. The <see cref="P:System.Web.UI.WebControls.RepeaterItemEventArgs.Item" /> property is set to this value. </param> </member> <member name="P:System.Web.UI.WebControls.RepeaterItemEventArgs.Item"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> associated with the event. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.RepeaterItem" /> associated with the event. </returns> </member> <member name="T:System.Web.UI.WebControls.RepeaterItemEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCreated" /> and <see cref="E:System.Web.UI.WebControls.Repeater.ItemDataBound" /> events of a <see cref="T:System.Web.UI.WebControls.Repeater" />. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.RepeaterItemEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.RepeatInfo"> <summary> Encapsulates the information used to render a list control that repeats a list of items. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.RepeatInfo.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.RepeatInfo.Caption"> <summary> Gets or sets the <see cref="P:System.Web.UI.WebControls.Table.Caption" /> property if the control is rendered as a <see cref="T:System.Web.UI.WebControls.Table" />. </summary> <returns> A string that specifies the <see cref="T:System.Web.UI.WebControls.Table" /> caption. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeatInfo.CaptionAlign"> <summary> Gets or sets the alignment of the caption, if the <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> is rendered as a <see cref="T:System.Web.UI.WebControls.Table" />. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> value for the rendered table. The default value is <see cref="F:System.Web.UI.WebControls.TableCaptionAlign.NotSet" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.RepeatInfo.OuterTableImplied"> <summary> Gets or sets a value indicating whether items should be rendered as if they are contained in a table. </summary> <returns>true if the items should be rendered as if they are contained in a table; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.RepeatInfo.RenderRepeater(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.IRepeatInfoUser,System.Web.UI.WebControls.Style,System.Web.UI.WebControls.WebControl)"> <summary> Renders a list control that repeats a list of items, using the specified information. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream used to render HTML content on the client. </param> <param name="user"> An <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> implemented object that represents the control to render. </param> <param name="controlStyle"> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style in which to display the items. </param> <param name="baseControl"> The control from which to copy base attributes. </param> </member> <member name="P:System.Web.UI.WebControls.RepeatInfo.RepeatColumns"> <summary> Gets or sets the number of columns to render. </summary> <returns> The number of columns to render. </returns> </member> <member name="P:System.Web.UI.WebControls.RepeatInfo.RepeatDirection"> <summary> Gets or sets a value that specifies whether the items are displayed vertically or horizontally. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> enumeration values. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified direction is not one of the <see cref="T:System.Web.UI.WebControls.RepeatDirection" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.RepeatInfo.RepeatLayout"> <summary> Gets or sets a value specifying whether items are displayed in a table. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> enumeration values. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified layout is not one of the <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.RepeatInfo.UseAccessibleHeader"> <summary> Gets or sets a value to indicate whether to add a <see cref="P:System.Web.UI.WebControls.TableHeaderCell.Scope" /> attribute when the control is rendered as a <see cref="T:System.Web.UI.WebControls.Table" />. </summary> <returns>true if a "scope" attribute is to be added, otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.RepeatLayout"> <summary> Specifies the layout of items in a list control. </summary> </member> <member name="F:System.Web.UI.WebControls.RepeatLayout.Table"> <summary> Items are displayed in a table. </summary> </member> <member name="F:System.Web.UI.WebControls.RepeatLayout.Flow"> <summary> Items are displayed without a table structure. </summary> </member> <member name="T:System.Web.UI.WebControls.RequiredFieldValidator"> <summary> Makes the associated input control a required field. </summary> </member> <member name="M:System.Web.UI.WebControls.RequiredFieldValidator.#ctor"> <summary> Initializes a new instance of <see cref="T:System.Web.UI.WebControls.RequiredFieldValidator" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.RequiredFieldValidator.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds the HTML attributes and styles that need to be rendered for the control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.RequiredFieldValidator.EvaluateIsValid"> <summary> Called during the validation stage when ASP.NET processes a Web Form. </summary> <returns>true if the value in the input control is valid; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.RequiredFieldValidator.InitialValue"> <summary> Gets or sets the initial value of the associated input control. </summary> <returns> A string that specifies the initial value of the associated input control. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.RoleGroup"> <summary> Associates a content template in a <see cref="T:System.Web.UI.WebControls.LoginView" /> control with one or more roles defined for the Web site. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.RoleGroup.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RoleGroup" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.RoleGroup.ContainsUser(System.Security.Principal.IPrincipal)"> <summary> Indicates whether the specified user is a member of any of the roles in the role group. </summary> <returns>true if the user is a member of one of the roles associated with this role group; otherwise, false. </returns> <param name="user"> The user name to look for in the role group. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="User" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.RoleGroup.ContentTemplate"> <summary> Gets or sets the content template associated with this role group. </summary> <returns> The <see cref="T:System.Web.UI.ITemplate" /> associated with this role group. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.RoleGroup.Roles"> <summary> Gets or sets the roles associated with this role group. </summary> <returns> A comma-separated list of roles associated with this role group. The default is null. </returns> </member> <member name="M:System.Web.UI.WebControls.RoleGroup.ToString"> <summary> Returns a comma-separated list of the roles associated with this role group. </summary> <returns> A comma-separated list of the roles associated with this role group. </returns> </member> <member name="T:System.Web.UI.WebControls.RoleGroupCollection"> <summary> Contains a sequential list of role groups that the <see cref="T:System.Web.UI.WebControls.LoginView" /> control uses to determine which control template to display to users based on their role. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.RoleGroupCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RoleGroupCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.RoleGroupCollection.Add(System.Web.UI.WebControls.RoleGroup)"> <summary> Adds a role group to the end of the collection. </summary> <param name="group"> The <see cref="T:System.Web.UI.WebControls.RoleGroup" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.RoleGroupCollection.Contains(System.Web.UI.WebControls.RoleGroup)"> <summary> Indicates whether the collection contains the specified role group. </summary> <returns>true if the specified role group is a member of the collection; otherwise false. </returns> <param name="group"> The <see cref="T:System.Web.UI.WebControls.RoleGroup" /> to look for in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.RoleGroupCollection.CopyTo(System.Web.UI.WebControls.RoleGroup[],System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.RoleGroupCollection" /> collection to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.RoleGroup" /> objects, starting at the specified index in the target array. </summary> <param name="array"> A zero-based array of <see cref="T:System.Web.UI.WebControls.RoleGroup" /> objects that receives the items copied from the collection. </param> <param name="index"> The position in the target array at which the array starts receiving the copied items. </param> </member> <member name="M:System.Web.UI.WebControls.RoleGroupCollection.GetMatchingRoleGroup(System.Security.Principal.IPrincipal)"> <summary> Returns the first role group that contains the specified user account. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.RoleGroup" /> representing the first role group in the collection that contains the specified user account. If the user is not part of a role group in the collection, it returns null. </returns> <param name="user"> An <see cref="T:System.Security.Principal.IPrincipal" /> that represents the user account to find the role group collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="user" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.RoleGroupCollection.IndexOf(System.Web.UI.WebControls.RoleGroup)"> <summary> Searches the collection and returns the zero-based index of the first occurrence of the specified <see cref="T:System.Web.UI.WebControls.RoleGroup" />. </summary> <returns> The zero-based index of the first occurrence of <paramref name="group" /> within the entire <see cref="T:System.Web.UI.WebControls.RoleGroupCollection" />, if found; otherwise, -1. </returns> <param name="group"> The <see cref="T:System.Web.UI.WebControls.RoleGroup" /> to locate in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.RoleGroupCollection.Insert(System.Int32,System.Web.UI.WebControls.RoleGroup)"> <summary> Adds a <see cref="T:System.Web.UI.WebControls.RoleGroup" /> to the collection at the specified index. </summary> <param name="index"> The zero-based index at which to insert the role group. </param> <param name="group"> The role group to insert. </param> </member> <member name="P:System.Web.UI.WebControls.RoleGroupCollection.Item(System.Int32)"> <summary> Gets the role group at the specified index. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.RoleGroup" /> at the specified index. </returns> <param name="index"> The index of the role group to return. </param> </member> <member name="M:System.Web.UI.WebControls.RoleGroupCollection.Remove(System.Web.UI.WebControls.RoleGroup)"> <summary> Deletes the first occurrence of the specified role group from the collection. </summary> <param name="group"> The <see cref="T:System.Web.UI.WebControls.RoleGroup" /> to remove from the collection. </param> </member> <member name="T:System.Web.UI.WebControls.ScrollBars"> <summary> Specifies the visibility and position of scroll bars in a <see cref="T:System.Web.UI.WebControls.Panel" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.ScrollBars.None"> <summary> Displays no scroll bars. </summary> </member> <member name="F:System.Web.UI.WebControls.ScrollBars.Horizontal"> <summary> Displays only a horizontal scroll bar. </summary> </member> <member name="F:System.Web.UI.WebControls.ScrollBars.Vertical"> <summary> Displays only a vertical scroll bar. </summary> </member> <member name="F:System.Web.UI.WebControls.ScrollBars.Both"> <summary> Displays both a horizontal and a vertical scroll bar. </summary> </member> <member name="F:System.Web.UI.WebControls.ScrollBars.Auto"> <summary> Displays, horizontal, vertical, or both scroll bars as necessary. Otherwise, no scroll bars are shown. </summary> </member> <member name="T:System.Web.UI.WebControls.SelectedDatesCollection"> <summary> Encapsulates a collection of <see cref="T:System.DateTime" /> objects that represent the selected dates in a <see cref="T:System.Web.UI.WebControls.Calendar" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.SelectedDatesCollection.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> class with the specified date list. </summary> <param name="dateList"> An <see cref="T:System.Collections.ArrayList" /> that represents a collection of dates. </param> </member> <member name="M:System.Web.UI.WebControls.SelectedDatesCollection.Add(System.DateTime)"> <summary> Appends the specified <see cref="T:System.DateTime" /> object to the end of the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection. </summary> <param name="date"> The <see cref="T:System.DateTime" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.SelectedDatesCollection.Clear"> <summary> Removes all <see cref="T:System.DateTime" /> objects from the collection. </summary> </member> <member name="M:System.Web.UI.WebControls.SelectedDatesCollection.Contains(System.DateTime)"> <summary> Returns a value indicating whether the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection contains the specified <see cref="T:System.DateTime" /> object. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> contains the specified <see cref="T:System.DateTime" />; otherwise, false. </returns> <param name="date"> The <see cref="T:System.DateTime" /> to search for in the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.SelectedDatesCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the items from the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection to the specified <see cref="T:System.Array" />, starting with the specified index. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </param> <param name="index"> The first index in the specified <see cref="T:System.Array" /> to receive the items. </param> </member> <member name="P:System.Web.UI.WebControls.SelectedDatesCollection.Count"> <summary> Gets the number of <see cref="T:System.DateTime" /> objects in the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection. </summary> <returns> The number of <see cref="T:System.DateTime" /> objects in the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.SelectedDatesCollection.GetEnumerator"> <summary> Returns an <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.DateTime" /> objects within the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all <see cref="T:System.DateTime" /> objects within the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.SelectedDatesCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection is read-only. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.SelectedDatesCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection is synchronized (thread safe). </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.SelectedDatesCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.DateTime" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection. </summary> <returns> A <see cref="T:System.DateTime" /> that represents an element in the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </returns> <param name="index"> An ordinal index value that specifies which <see cref="T:System.DateTime" /> to return. </param> </member> <member name="M:System.Web.UI.WebControls.SelectedDatesCollection.Remove(System.DateTime)"> <summary> Removes the specified <see cref="T:System.DateTime" /> object from the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection. </summary> <param name="date"> The <see cref="T:System.DateTime" /> to remove from the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.SelectedDatesCollection.SelectRange(System.DateTime,System.DateTime)"> <summary> Adds the specified range of dates to the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection. </summary> <param name="fromDate"> A <see cref="T:System.DateTime" /> that specifies the initial date to add to the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </param> <param name="toDate"> A <see cref="T:System.DateTime" /> that specifies the end date to add to the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" />. </param> </member> <member name="P:System.Web.UI.WebControls.SelectedDatesCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> collection. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="T:System.Web.UI.WebControls.SendMailErrorEventArgs"> <summary> Provides data for the SendMailError event of controls such as the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control, the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control, and the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.SendMailErrorEventArgs.#ctor(System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SendMailErrorEventArgs" /> class. </summary> <param name="e"> An <see cref="T:System.Exception" /> object containing the exception. </param> </member> <member name="P:System.Web.UI.WebControls.SendMailErrorEventArgs.Exception"> <summary> Returns the exception thrown by an SMTP mail service when an e-mail message cannot be sent. </summary> <returns> An <see cref="T:System.Exception" /> object that contains the exception. </returns> </member> <member name="P:System.Web.UI.WebControls.SendMailErrorEventArgs.Handled"> <summary> Indicates if the SMTP exception that is contained in the <see cref="P:System.Web.UI.WebControls.SendMailErrorEventArgs.Exception" /> property has been handled. </summary> <returns> If true, the exception is consumed and handled by the <see cref="T:System.Web.UI.WebControls.SendMailErrorEventHandler" /> delegate. If false, the exception is rethrown, including the original call stack and error message. The default is false. </returns> </member> <member name="T:System.Web.UI.WebControls.SendMailErrorEventHandler"> <summary> Represents the method that handles the SendMailError event of controls such as the <see cref="T:System.Web.UI.WebControls.ChangePassword" /> control, the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control, and the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SendMailErrorEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.ServerValidateEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.CustomValidator.ServerValidate" /> event of the <see cref="T:System.Web.UI.WebControls.CustomValidator" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.ServerValidateEventArgs.#ctor(System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ServerValidateEventArgs" /> class. </summary> <param name="value"> The value to validate. </param> <param name="isValid">true to indicate that the value passes validation; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.ServerValidateEventArgs.IsValid"> <summary> Gets or sets whether the value specified by the <see cref="P:System.Web.UI.WebControls.ServerValidateEventArgs.Value" /> property passed validation. </summary> <returns>true to indicate that the value specified by the <see cref="P:System.Web.UI.WebControls.ServerValidateEventArgs.Value" /> property passed validation; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.ServerValidateEventArgs.Value"> <summary> Gets the value to validate in the custom event handler for the <see cref="E:System.Web.UI.WebControls.CustomValidator.ServerValidate" /> event. </summary> <returns> The value to validate in the custom event handler for the <see cref="E:System.Web.UI.WebControls.CustomValidator.ServerValidate" /> event. </returns> </member> <member name="T:System.Web.UI.WebControls.ServerValidateEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.CustomValidator.ServerValidate" /> event of a <see cref="T:System.Web.UI.WebControls.CustomValidator" /> control. </summary> <param name="source"> The source of the event. </param> <param name="args"> A <see cref="T:System.Web.UI.WebControls.ServerValidateEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.SessionParameter"> <summary> Binds the value of a session variable to a parameter object. </summary> </member> <member name="M:System.Web.UI.WebControls.SessionParameter.#ctor"> <summary> Initializes a new unnamed instance of the <see cref="T:System.Web.UI.WebControls.SessionParameter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.SessionParameter.#ctor(System.String,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.SessionParameter" /> class, using the specified string to identify which HTTP cookie to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="sessionField"> The name of the <see cref="T:System.Web.SessionState.HttpSessionState" /> name/value pair that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.SessionParameter.#ctor(System.String,System.TypeCode,System.String)"> <summary> Initializes a new named and strongly typed instance of the <see cref="T:System.Web.UI.WebControls.SessionParameter" /> class, using the specified string to identify which HTTP cookie to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="type"> The type that the parameter represents. The default is <see cref="F:System.TypeCode.Object" />. </param> <param name="sessionField"> The name of the <see cref="T:System.Web.SessionState.HttpSessionState" /> name/value pair that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.SessionParameter.#ctor(System.Web.UI.WebControls.SessionParameter)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SessionParameter" /> class with the values of the instance specified by the <paramref name="original" /> parameter. </summary> <param name="original"> A <see cref="T:System.Web.UI.WebControls.SessionParameter" /> from which the current instance is initialized. </param> </member> <member name="M:System.Web.UI.WebControls.SessionParameter.Clone"> <summary> Returns a duplicate of the current <see cref="T:System.Web.UI.WebControls.SessionParameter" /> instance. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.SessionParameter" /> that is an exact duplicate of the current one. </returns> </member> <member name="M:System.Web.UI.WebControls.SessionParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)"> <summary> Updates and returns the value of the <see cref="T:System.Web.UI.WebControls.SessionParameter" /> object. </summary> <returns> An object that represents the updated and current value of the parameter. If the context or the request is null, the <see cref="M:System.Web.UI.WebControls.SessionParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)" /> method returns null. </returns> <param name="context"> The current <see cref="T:System.Web.HttpContext" /> of the request. </param> <param name="control"> A <see cref="T:System.Web.UI.Control" /> that is associated with the Web Forms page where the <see cref="T:System.Web.UI.WebControls.SessionParameter" /> is used. </param> </member> <member name="P:System.Web.UI.WebControls.SessionParameter.SessionField"> <summary> Gets or sets the name of the session variable that the parameter binds to. </summary> <returns> A string that identifies the <see cref="T:System.Web.SessionState.HttpSessionState" /> that the parameter binds to. </returns> </member> <member name="T:System.Web.UI.WebControls.SiteMapDataSource"> <summary> Provides a data source control that Web server controls and other controls can use to bind to hierarchical site map data. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSource.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.SiteMapDataSource.ContainsListCollection"> <summary> Gets a value indicating whether the data source control contains a collection of data source view objects. </summary> <returns>true if the data source control contains a collection of data source view objects; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSource.GetHierarchicalView(System.String)"> <summary> Retrieves a single view on the site map data for the <see cref="T:System.Web.SiteMapProvider" /> object according to the starting node and other properties of the data source. </summary> <returns> A <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> helper object on the site map data, starting with the node that is identified by the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl" /> or its child, if the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.ShowStartingNode" /> is false. </returns> <param name="viewPath"> The URL of the starting node, specified by the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl" />. </param> <exception cref="T:System.Web.HttpException"> No <see cref="T:System.Web.SiteMapProvider" /> is configured or available for the site. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartFromCurrentNode" /> is true but the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl" /> is set. </exception> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl" /> is set but the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> cannot resolve a node for the specified URL. </exception> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSource.GetList"> <summary> Retrieves a list of data source controls that can be used as sources of lists of data. </summary> <returns> An <see cref="T:System.Collections.IList" /> of data source controls that can be used as sources of lists of data. </returns> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSource.GetView(System.String)"> <summary> Retrieves a named view on the site map data of the site map provider according to the starting node and other properties of the data source. </summary> <returns> A <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> helper object on the site map data, according to the starting node that is identified by the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl" /> property or its child, if the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.ShowStartingNode" /> is false. </returns> <param name="viewName"> The name of the data source view to retrieve. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.Provider" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartFromCurrentNode" /> is true but the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl" /> is set. </exception> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl" /> is set but the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> cannot resolve a node for the specified URL. </exception> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSource.GetViewNames"> <summary> Retrieves a collection of named views for the data source control. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> of named <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> objects associated with the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" />. Because the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> supports only one named view, the <see cref="M:System.Web.UI.WebControls.SiteMapDataSource.GetViewNames" /> method returns an <see cref="T:System.Collections.ICollection" /> with one <see cref="F:System.String.Empty" /> element. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapDataSource.Provider"> <summary> Gets or sets a <see cref="T:System.Web.SiteMapProvider" /> object that is associated with the data source control. </summary> <returns> A <see cref="T:System.Web.SiteMapProvider" /> that is associated with the data source control; otherwise, if no provider is explicitly set, the default site map provider. </returns> <exception cref="T:System.Web.HttpException"> The provider named by the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.SiteMapProvider" /> is not available. - or - No default provider is configured for the site. </exception> </member> <member name="P:System.Web.UI.WebControls.SiteMapDataSource.ShowStartingNode"> <summary> Gets or sets a value indicating whether the starting node is retrieved and displayed. </summary> <returns>true if the starting node is displayed; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapDataSource.SiteMapProvider"> <summary> Gets or sets the name of the site map provider that the data source binds to. </summary> <returns> The name of the site map provider that the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> binds to. By default, the value is <see cref="F:System.String.Empty" />, and the default site map provider for the site is used. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapDataSource.StartFromCurrentNode"> <summary> Gets or sets a value indicating whether the site map node tree is retrieved using the node that represents the current page. </summary> <returns>true if the node tree is retrieved relative to the current page; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeOffset"> <summary> Gets or sets a positive or negative integer offset from the starting node that determines the root hierarchy that is exposed by the data source control. </summary> <returns> The default is 0, which indicates that the root hierarchy exposed by the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> is the same as the starting node. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl"> <summary> Gets or sets a node in the site map that the data source then uses as a reference point to retrieve nodes from a hierarchical site map. </summary> <returns> The URL of a node in the site map. The <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> retrieves the identified <see cref="T:System.Web.SiteMapNode" /> and any child nodes from the site map. The default is an <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapDataSource.System#ComponentModel#IListSource#ContainsListCollection"> <summary> Gets a value that indicates whether the collection is a collection of <see cref="T:System.Collections.IList" /> objects. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> is associated with one or more <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> objects; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSource.System#ComponentModel#IListSource#GetList"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.IListSource.GetList" />. </summary> <returns> An <see cref="T:System.Collections.IList" /> of data source controls that can be used as sources of lists of data. </returns> </member> <member name="E:System.Web.UI.WebControls.SiteMapDataSource.System#Web#UI#IDataSource#DataSourceChanged"> <summary> Occurs when a data source control has changed in some way that affects data-bound controls. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSource.System#Web#UI#IDataSource#GetView(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IDataSource.GetView(System.String)" />. </summary> <returns> A <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> helper object on the site map data, according to the starting node identified by the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.StartingNodeUrl" /> property or its child, if the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.ShowStartingNode" /> is false. </returns> <param name="viewName"> The URL of the root node of the view. </param> <exception cref="T:System.Web.HttpException"> No <see cref="T:System.Web.SiteMapProvider" /> is configured or available for the site. </exception> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSource.System#Web#UI#IDataSource#GetViewNames"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IDataSource.GetViewNames" />. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> of named <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> objects associated with the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" />. Because the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> supports only one named view, the <see cref="M:System.Web.UI.WebControls.SiteMapDataSource.GetViewNames" /> returns a collection containing one element set to <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.SiteMapDataSourceView"> <summary> Provides a strongly typed <see cref="T:System.Web.UI.HierarchicalDataSourceView" /> object for the <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSourceView.#ctor(System.Web.UI.WebControls.SiteMapDataSource,System.String,System.Web.SiteMapNode)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> class, adding the single specified node to the internal collection of nodes. </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> that the <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> is associated with. </param> <param name="name"> The name of the view. </param> <param name="node"> The <see cref="T:System.Web.SiteMapNode" /> to add to the internal <see cref="T:System.Web.SiteMapNodeCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSourceView.#ctor(System.Web.UI.WebControls.SiteMapDataSource,System.String,System.Web.SiteMapNodeCollection)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> class, setting the internal collection of nodes to the specified node collection. </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> that the <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> is associated with. </param> <param name="name"> The name of the view. </param> <param name="collection"> A <see cref="T:System.Web.SiteMapNodeCollection" /> of nodes that the <see cref="T:System.Web.UI.WebControls.SiteMapDataSourceView" /> provides a view of. </param> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)"> <summary> Gets the collection of the <see cref="T:System.Web.SiteMapNode" /> objects that represents the site navigation structure for the current user. </summary> <returns> A <see cref="T:System.Web.SiteMapNodeCollection" /> that represents the site navigation structure for the current user. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that is used to request operations on the data beyond basic data retrieval. </param> <exception cref="T:System.NotSupportedException"> The <paramref name="arguments" /> passed to the <see cref="M:System.Web.UI.WebControls.SiteMapDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)" /> specify that the data source should perform some additional work while retrieving data to enable paging or sorting through the retrieved data, but the data source control does not support the requested capability. </exception> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSourceView.OnDataSourceViewChanged(System.EventArgs)"> <param name="e"> An <see cref="T:System.EventArgs" /> object. </param> </member> <member name="M:System.Web.UI.WebControls.SiteMapDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)"> <summary> Gets the collection of the <see cref="T:System.Web.SiteMapNode" /> objects that represents the site navigation structure for the current user. </summary> <returns> A <see cref="T:System.Web.SiteMapNodeCollection" /> that represents the site navigation structure for the current user. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> that is used to request operations on the data beyond basic data retrieval. </param> <exception cref="T:System.NotSupportedException"> The <paramref name="arguments" /> passed to the <see cref="M:System.Web.UI.WebControls.SiteMapDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)" /> specify that the data source should perform some additional work while retrieving data to enable paging or sorting through the retrieved data, but the data source control does not support the requested capability. </exception> </member> <member name="T:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView"> <summary> Represents a data view on a site map node or collection of nodes for a <see cref="T:System.Web.UI.WebControls.SiteMapDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView.#ctor(System.Web.SiteMapNode)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView" /> class, adding the specified node to the <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> collection that the data source view maintains. </summary> <param name="node"> A <see cref="T:System.Web.SiteMapNode" /> that the data source view represents. </param> </member> <member name="M:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView.#ctor(System.Web.SiteMapNodeCollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView" /> class, setting the specified collection to the <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> collection that the data source view maintains. </summary> <param name="collection"> A <see cref="T:System.Web.SiteMapNodeCollection" /> that the data source view represents. </param> </member> <member name="M:System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView.Select"> <summary> Gets the collection of the <see cref="T:System.Web.SiteMapNode" /> objects that represents the site navigation structure for the current user. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> collection of site map nodes. </returns> </member> <member name="T:System.Web.UI.WebControls.SiteMapNodeItem"> <summary> The <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> class is used by the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control to functionally represent a <see cref="T:System.Web.SiteMapNode" />. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapNodeItem.#ctor(System.Int32,System.Web.UI.WebControls.SiteMapNodeItemType)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> class, using the specified index and <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemType" />. </summary> <param name="itemIndex"> The index in the <see cref="P:System.Web.UI.Control.Controls" /> collection that the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control uses to track the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> object. </param> <param name="itemType"> The functional type of <see cref="T:System.Web.SiteMapNode" /> that this <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> represents. </param> </member> <member name="P:System.Web.UI.WebControls.SiteMapNodeItem.ItemIndex"> <summary> Retrieves the index that the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control uses to track and manage the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> in its internal collections. </summary> <returns> An integer that represents the location of the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> in the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control's internal collections. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapNodeItem.ItemType"> <summary> Retrieves the functional type of the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" />. </summary> <returns> A member of the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemType" /> enumeration that indicates the functional role of the node item in the navigation path hierarchy. </returns> </member> <member name="M:System.Web.UI.WebControls.SiteMapNodeItem.SetItemType(System.Web.UI.WebControls.SiteMapNodeItemType)"> <summary> Sets the current <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /><see cref="P:System.Web.UI.WebControls.SiteMapNodeItem.ItemType" /> property. </summary> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.SiteMapNodeItem.SiteMapNode"> <summary> Gets or sets the <see cref="T:System.Web.SiteMapNode" /> object that the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> represents. </summary> <returns> A <see cref="T:System.Web.SiteMapNode" /> object that the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control uses to display a site navigation user interface. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapNodeItem.System#Web#UI#IDataItemContainer#DataItem"> <summary> Gets an object that is used in simplified data-binding operations. </summary> <returns> An object that represents the value to use when data-binding operations are performed. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapNodeItem.System#Web#UI#IDataItemContainer#DataItemIndex"> <summary> Gets the index of the data item that is bound to the control. </summary> <returns> An integer that represents the location of the data item in the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control's internal collections. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapNodeItem.System#Web#UI#IDataItemContainer#DisplayIndex"> <summary> Gets the position of the data item as displayed in the control. </summary> <returns> An integer that represents the location of the data item in the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control's internal collections. </returns> </member> <member name="T:System.Web.UI.WebControls.SiteMapNodeItemEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.SiteMapPath.ItemCreated" /> and <see cref="E:System.Web.UI.WebControls.SiteMapPath.ItemDataBound" /> events. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapNodeItemEventArgs.#ctor(System.Web.UI.WebControls.SiteMapNodeItem)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemEventArgs" /> class, setting the specified <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> object as the source of the event. </summary> <param name="item"> A <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> that is the source of the event. </param> </member> <member name="P:System.Web.UI.WebControls.SiteMapNodeItemEventArgs.Item"> <summary> Gets the node item that is the source of the event. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> that is the source of the event. </returns> </member> <member name="T:System.Web.UI.WebControls.SiteMapNodeItemEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.SiteMapPath.ItemCreated" /> and <see cref="E:System.Web.UI.WebControls.SiteMapPath.ItemDataBound" /> events for the <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> class. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.SiteMapNodeItemType"> <summary> The <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemType" /> enumeration is used by the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control to identify the type of a <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> node within a node hierarchy. </summary> </member> <member name="F:System.Web.UI.WebControls.SiteMapNodeItemType.Root"> <summary> The top node of the site navigation hierarchy. There can be only one root node. </summary> </member> <member name="F:System.Web.UI.WebControls.SiteMapNodeItemType.Parent"> <summary> A parent node of the currently viewed page in the site navigation path. A parent node is any node that is found between the root node and the current node in the navigation hierarchy. </summary> </member> <member name="F:System.Web.UI.WebControls.SiteMapNodeItemType.Current"> <summary> The currently viewed page in the site navigation path. </summary> </member> <member name="F:System.Web.UI.WebControls.SiteMapNodeItemType.PathSeparator"> <summary> A site map navigation path separator. The default separator for the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control is the ">" character. </summary> </member> <member name="T:System.Web.UI.WebControls.SiteMapPath"> <summary> 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. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.CreateChildControls"> <summary> Clears the current child controls collection, and rebuilds it by calling the <see cref="M:System.Web.UI.WebControls.SiteMapPath.CreateControlHierarchy" /> method. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.CreateControlHierarchy"> <summary> Examines the site map structure provided by the <see cref="P:System.Web.UI.WebControls.SiteMapPath.SiteMapProvider" /> and builds a child controls collection based on the styles and templates defined for the functional nodes. </summary> <exception cref="T:System.Web.HttpException"> No <see cref="P:System.Web.UI.WebControls.SiteMapPath.SiteMapProvider" /> is available to the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control. </exception> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.CurrentNodeStyle"> <summary> Gets the style used for the display text for the current node. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.Style" /> that contains the style settings for the display text for the current node of the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.CurrentNodeTemplate"> <summary> Gets or sets a control template to use for the node of a site navigation path that represents the currently displayed page. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> object that implements the <see cref="M:System.Web.UI.ITemplate.InstantiateIn(System.Web.UI.Control)" /> method, to render custom content for the navigation path node that represents the currently displayed page. </returns> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.DataBind"> <summary> Binds a data source to the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control and its child controls. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.InitializeItem(System.Web.UI.WebControls.SiteMapNodeItem)"> <summary> Populates a <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" />, which is a Web server control that represents a <see cref="T:System.Web.SiteMapNode" />, with a set of child controls based on the node's function and the specified templates and styles for the node. </summary> <param name="item"> The <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> to initialize. </param> </member> <member name="E:System.Web.UI.WebControls.SiteMapPath.ItemCreated"> <summary> Occurs when a <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> is created by the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> and is associated with its corresponding <see cref="T:System.Web.SiteMapNode" />. This event is raised by the <see cref="M:System.Web.UI.WebControls.SiteMapPath.OnItemCreated(System.Web.UI.WebControls.SiteMapNodeItemEventArgs)" /> method. </summary> </member> <member name="E:System.Web.UI.WebControls.SiteMapPath.ItemDataBound"> <summary> Occurs after a <see cref="T:System.Web.UI.WebControls.SiteMapNodeItem" /> has been bound to its underlying <see cref="T:System.Web.SiteMapNode" /> data by the <see cref="T:System.Web.UI.WebControls.SiteMapPath" />. This event is raised by the <see cref="M:System.Web.UI.WebControls.SiteMapPath.OnItemDataBound(System.Web.UI.WebControls.SiteMapNodeItemEventArgs)" /> method. </summary> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous request that was saved with the <see cref="M:System.Web.UI.WebControls.SiteMapPath.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.NodeStyle"> <summary> Gets the style used for the display text for all nodes in the site navigation path. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.Style" /> that contains the style settings for the display text in the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.NodeTemplate"> <summary> Gets or sets a control template to use for all functional nodes of a site navigation path. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> object that implements the <see cref="M:System.Web.UI.ITemplate.InstantiateIn(System.Web.UI.Control)" /> method, to render custom content for each node of a navigation path. </returns> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.OnDataBinding(System.EventArgs)"> <summary> Overrides the <see cref="M:System.Web.UI.Control.OnDataBinding(System.EventArgs)" /> method of the <see cref="T:System.Web.UI.WebControls.CompositeControl" /> class and raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.OnItemCreated(System.Web.UI.WebControls.SiteMapNodeItemEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SiteMapPath.ItemCreated" /> event of the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.OnItemDataBound(System.Web.UI.WebControls.SiteMapNodeItemEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SiteMapPath.ItemDataBound" /> event of the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SiteMapNodeItemEventArgs" /> that contains event data. </param> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.ParentLevelsDisplayed"> <summary> Gets or sets the number of levels of parent nodes the control displays, relative to the currently displayed node. </summary> <returns> An integer that specifies the number of levels of parent nodes displayed, relative to the current context node. The default value is -1, which indicates no restriction on the number of parent levels that the control displays. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value for <see cref="P:System.Web.UI.WebControls.SiteMapPath.ParentLevelsDisplayed" /> is less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.PathDirection"> <summary> Gets or sets the order that the navigation path nodes are rendered in. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.PathDirection" /> that indicates the hierarchical order that navigation nodes are rendered in. The default is <see cref="F:System.Web.UI.WebControls.PathDirection.RootToCurrent" />, which indicates that the nodes are rendered in hierarchical order from the top-most node to the current node, from left to right. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value for <see cref="P:System.Web.UI.WebControls.SiteMapPath.PathDirection" /> is not one of the base <see cref="T:System.Web.UI.WebControls.PathDirection" /> enumerations. </exception> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.PathSeparator"> <summary> Gets or sets the string that delimits <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> nodes in the rendered navigation path. </summary> <returns> A string that represents the delimiter for the nodes in a navigation path. The default is " > ", which is a character pointing from left to right, and corresponds to the default <see cref="T:System.Web.UI.WebControls.PathDirection" />, which is set to <see cref="F:System.Web.UI.WebControls.PathDirection.RootToCurrent" />. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.PathSeparatorStyle"> <summary> Gets the style used for the <see cref="P:System.Web.UI.WebControls.SiteMapPath.PathSeparator" /> string. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.Style" /> that contains the style settings of the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control's <see cref="P:System.Web.UI.WebControls.SiteMapPath.PathSeparator" /> text. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.PathSeparatorTemplate"> <summary> Gets or sets a control template to use for the path delimiter of a site navigation path. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> object that implements the <see cref="M:System.Web.UI.ITemplate.InstantiateIn(System.Web.UI.Control)" /> method, to render custom content for the path delimiter of a navigation path. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.Provider"> <summary> Gets or sets a <see cref="T:System.Web.SiteMapProvider" /> that is associated with the Web server control. </summary> <returns> A <see cref="T:System.Web.SiteMapProvider" /> instance that is associated with the control. If no provider is explicitly set, the default site map provider is used. </returns> <exception cref="T:System.Web.HttpException"> The provider named by the <see cref="P:System.Web.UI.WebControls.SiteMapDataSource.SiteMapProvider" /> property is not available. - or - There is no default provider configured for the site. </exception> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.Render(System.Web.UI.HtmlTextWriter)"> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the nodes in the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream used to write content to a Web page. </param> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.RenderCurrentNodeAsLink"> <summary> Indicates whether the site navigation node that represents the currently displayed page is rendered as a hyperlink. </summary> <returns>true if the node that represents the current page is rendered as a hyperlink; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.RootNodeStyle"> <summary> Gets the style for the root node display text. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.Style" /> that contains the style settings for the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control root node display text. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.RootNodeTemplate"> <summary> Gets or sets a control template to use for the root node of a site navigation path. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> object that implements the <see cref="M:System.Web.UI.ITemplate.InstantiateIn(System.Web.UI.Control)" /> method, to render custom content for the root node of a navigation path. </returns> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.SaveViewState"> <summary> Saves changes to view state for the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control. </summary> <returns> Returns the server control's current view state. If there is no view state associated with the control, this method returns null. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.ShowToolTips"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control writes an additional hyperlink attribute for hyperlinked navigation nodes. Depending on client support, when a mouse hovers over a hyperlink that has the additional attribute set, a ToolTip is displayed. </summary> <returns>true if alternate text should be written for hyperlinked navigation nodes; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.SiteMapProvider"> <summary> Gets or sets the name of the <see cref="T:System.Web.SiteMapProvider" /> used to render the site navigation control. </summary> <returns> The name of a <see cref="T:System.Web.SiteMapProvider" /> that defines the navigation structure for the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> to display. All available providers are contained in the <see cref="P:System.Web.SiteMap.Providers" /> collection, and can be enumerated and retrieved by name using the <see cref="P:System.Web.SiteMapProviderCollection.Item(System.String)" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.SiteMapPath.SkipLinkText"> <summary> Gets or sets a value that is used to render alternate text for screen readers to skip the control's content. </summary> <returns> A string that the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control renders as alternate text with an invisible image, as a hint to screen readers. The default value is "Skip Navigation Links". </returns> </member> <member name="M:System.Web.UI.WebControls.SiteMapPath.TrackViewState"> <summary> Tracks changes to the <see cref="T:System.Web.UI.WebControls.SiteMapPath" /> control's view state. </summary> </member> <member name="T:System.Web.UI.WebControls.SortDirection"> <summary> Specifies the direction in which to sort a list of items. </summary> </member> <member name="F:System.Web.UI.WebControls.SortDirection.Ascending"> <summary> Sort from smallest to largest. For example, from A to Z. </summary> </member> <member name="F:System.Web.UI.WebControls.SortDirection.Descending"> <summary> Sort from largest to smallest. For example, from Z to A. </summary> </member> <member name="T:System.Web.UI.WebControls.SqlDataSource"> <summary> Represents an SQL database to data-bound controls. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> class with the specified connection string and Select command. </summary> <param name="connectionString"> The connection string used to connect to the underlying database. </param> <param name="selectCommand"> The SQL query used to retrieve data from the underlying database. If the SQL query is a parameterized SQL string, you might need to add <see cref="T:System.Web.UI.WebControls.Parameter" /> objects to the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectParameters" /> collection. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> class with the specified connection string and Select command. </summary> <param name="providerName"> The name of the data provider that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> uses. If no provider is set, the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> uses the ADO.NET provider for Microsoft SQL Server, by default. </param> <param name="connectionString"> The connection string used to connect to the underlying database. </param> <param name="selectCommand"> The SQL query used to retrieve data from the underlying database. If the SQL query is a parameterized SQL string, you might need to add <see cref="T:System.Web.UI.WebControls.Parameter" /> objects to the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectParameters" /> collection. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.CacheDuration"> <summary> Gets or sets the length of time, in seconds, that the data source control caches data that is retrieved by the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> method. </summary> <returns> The number of seconds that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> caches the results of a <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> operation. The default is 0. The value cannot be negative. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.CacheExpirationPolicy"> <summary> Gets or sets the cache expiration behavior that, when combined with the duration, describes the behavior of the cache that the data source control uses. </summary> <returns> One of the <see cref="T:System.Web.UI.DataSourceCacheExpiry" /> values. The default is the <see cref="F:System.Web.UI.DataSourceCacheExpiry.Absolute" /> value. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.CacheKeyDependency"> <summary> Gets or sets a user-defined key dependency that is linked to all data cache objects that are created by the data source control. All cache objects are explicitly expired when the key is expired. </summary> <returns> A key that identifies all cache objects created by the <see cref="T:System.Web.UI.WebControls.SqlDataSource" />. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.CancelSelectOnNullParameter"> <summary> Gets or sets a value indicating whether a data retrieval operation is canceled when any parameter that is contained in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectParameters" /> collection evaluates to null. </summary> <returns>true if a data retrieval operation is canceled when a parameter contained in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectParameters" /> collection evaluated to null; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.ConflictDetection"> <summary> Gets or sets the value indicating how the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control performs updates and deletes when data in a row in the underlying database changes during the time of the operation. </summary> <returns> One of the <see cref="T:System.Web.UI.ConflictOptions" /> values. The default is the <see cref="F:System.Web.UI.ConflictOptions.OverwriteChanges" /> value. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.ConnectionString"> <summary> Gets or sets the ADO.NET provider–specific connection string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control uses to connect to an underlying database. </summary> <returns> A .NET Framework data provider–specific string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> uses to connect to the SQL database that it represents. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.CreateDataSourceView(System.String)"> <summary> Creates a data source view object that is associated with the data source control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> that is associated with the <see cref="T:System.Web.UI.WebControls.SqlDataSource" />. </returns> <param name="viewName"> The name of the data source view. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.DataSourceMode"> <summary> Gets or sets the data retrieval mode that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control uses to fetch data. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceMode" /> values. The default is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceMode.DataSet" /> value. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSource.DataSourceMode" /> property is not one of the values defined in the <see cref="T:System.Web.UI.WebControls.SqlDataSourceMode" />. </exception> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.Delete"> <summary> Performs a delete operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSource.DeleteCommand" /> SQL string and any parameters that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.DeleteParameters" /> collection. </summary> <returns> A value that represents the number of rows deleted from the underlying database. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.DeleteCommand"> <summary> Gets or sets the SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control uses to delete data from the underlying database. </summary> <returns> An SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> uses to delete data. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.DeleteCommandType"> <summary> Gets or sets a value indicating whether the text in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.DeleteCommand" /> property is an SQL statement or the name of a stored procedure. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. The default is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text" /> value. </returns> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Deleted"> <summary> Occurs when a delete operation has completed. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.DeleteParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.DeleteCommand" /> property from the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.DeleteCommand" /> property. </returns> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Deleting"> <summary> Occurs before a delete operation. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.EnableCaching"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control has data caching enabled. </summary> <returns>true if data caching is enabled for the data source control; otherwise, false. The default is false. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSource.EnableCaching" /> property is set to true when caching is not supported by the <see cref="T:System.Web.UI.WebControls.SqlDataSource" />. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.FilterExpression"> <summary> Gets or sets a filtering expression that is applied when the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> method is called. </summary> <returns> A string that represents a filtering expression applied when data is retrieved using the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> method. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSource.FilterExpression" /> property was set and the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> is in <see cref="F:System.Web.UI.WebControls.SqlDataSourceMode.DataReader" /> mode. </exception> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Filtering"> <summary> Occurs before a filter operation. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.FilterParameters"> <summary> Gets a collection of parameters that are associated with any parameter placeholders that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.FilterExpression" /> string. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains a set of parameters associated with any parameter placeholders found in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.FilterExpression" /> property. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactory"> <summary> Returns the <see cref="T:System.Data.Common.DbProviderFactory" /> object that is associated with the ADO.NET provider that is identified by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.ProviderName" /> property. </summary> <returns> A <see cref="T:System.Data.Common.DbProviderFactory" /> that represents the identified ADO.NET provider; otherwise, and instance of the <see cref="N:System.Data.SqlClient" />, if no provider is set. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.GetView(System.String)"> <summary> Gets the named data source view that is associated with the data source control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> named "Table" that is associated with the <see cref="T:System.Web.UI.WebControls.SqlDataSource" />. </returns> <param name="viewName"> The name of the view to retrieve. Because the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> supports only one view, <paramref name="viewName" /> is ignored. </param> <exception cref="T:System.ArgumentException"> <paramref name="viewName" /> is null or something other than Table. </exception> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.GetViewNames"> <summary> Gets a collection of names representing the list of view objects that are associated with the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> that contains the names of the views associated with the <see cref="T:System.Web.UI.WebControls.SqlDataSource" />. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.Insert"> <summary> Performs an insert operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSource.InsertCommand" /> SQL string and any parameters that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.InsertParameters" /> collection. </summary> <returns> A value that represents the number of rows inserted into the underlying database. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.InsertCommand"> <summary> Gets or sets the SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control uses to insert data into the underlying database. </summary> <returns> An SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> uses to insert data. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.InsertCommandType"> <summary> Gets or sets a value indicating whether the text in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.InsertCommand" /> property is an SQL statement or the name of a stored procedure. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. The default is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text" /> value. </returns> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Inserted"> <summary> Occurs when an insert operation has completed. </summary> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Inserting"> <summary> Occurs before an insert operation. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.InsertParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.InsertCommand" /> property from the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.InsertCommand" /> property. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.LoadViewState(System.Object)"> <summary> Loads the state of the properties in the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control that need to be persisted. </summary> <param name="savedState"> An object that represents the state of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" />. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.OldValuesParameterFormatString"> <summary> Gets or sets a format string to apply to the names of any parameters that are passed to the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Delete" /> or <see cref="M:System.Web.UI.WebControls.SqlDataSource.Update" /> method. </summary> <returns> A string that represents a format string applied to the names of any <paramref name="oldValues" /> parameters passed to the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Delete" /> or <see cref="M:System.Web.UI.WebControls.SqlDataSource.Update" /> methods. The default is "{0}". </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.OnInit(System.EventArgs)"> <summary> Adds a <see cref="E:System.Web.UI.Page.LoadComplete" /> event handler to the <see cref="T:System.Web.UI.Page" /> control that contains the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.ProviderName"> <summary> Gets or sets the name of the .NET Framework data provider that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control uses to connect to an underlying data source. </summary> <returns> The name of the data provider that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> uses; otherwise, the ADO.NET provider for Microsoft SQL Server, if no provider is set. The default is the ADO.NET provider for Microsoft SQL Server. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.SaveViewState"> <summary> Saves the current view state of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <returns> An object that contains the saved state of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" />. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)"> <summary> Retrieves data from the underlying database by using the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectCommand" /> SQL string and any parameters that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectParameters" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of data rows. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object that is used to request operations on the data beyond basic data retrieval. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> object cannot establish a connection with the underlying data source. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.SelectCommand"> <summary> Gets or sets the SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control uses to retrieve data from the underlying database. </summary> <returns> An SQL string or the name of a stored procedure that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> uses to retrieve data. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.SelectCommandType"> <summary> Gets or sets a value indicating whether the text in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectCommand" /> property is an SQL query or the name of a stored procedure. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. The default is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text" /> value. </returns> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Selected"> <summary> Occurs when a data retrieval operation has completed. </summary> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Selecting"> <summary> Occurs before a data retrieval operation. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.SelectParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectCommand" /> property from the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.SelectCommand" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.SortParameterName"> <summary> Gets or sets the name of a stored procedure parameter that is used to sort retrieved data when data retrieval is performed using a stored procedure. </summary> <returns> The name of a stored procedure parameter used to sort retrieved data when data retrieval is performed using a stored procedure. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.SqlCacheDependency"> <summary> Gets or sets a semicolon-delimited string that indicates which databases and tables to use for the Microsoft SQL Server cache dependency. </summary> <returns> A string that indicates which databases and tables to use for the SQL Server cache dependency. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.TrackViewState"> <summary> Tracks view state changes to the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control so that the changes can be stored in the <see cref="T:System.Web.UI.StateBag" /> object for the control. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSource.Update"> <summary> Performs an update operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSource.UpdateCommand" /> SQL string and any parameters that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.UpdateParameters" /> collection. </summary> <returns> A value that represents the number of rows updated in the underlying database. </returns> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.UpdateCommand"> <summary> Gets or sets the SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control uses to update data in the underlying database. </summary> <returns> An SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> uses to update data. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.UpdateCommandType"> <summary> Gets or sets a value indicating whether the text in the <see cref="P:System.Web.UI.WebControls.SqlDataSource.UpdateCommand" /> property is an SQL statement or the name of a stored procedure. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. The default is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text" /> value. </returns> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Updated"> <summary> Occurs when an update operation has completed. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSource.UpdateParameters"> <summary> Gets the parameters collection that contains the parameters that are used by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.UpdateCommand" /> property from the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> control that is associated with the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.SqlDataSource.UpdateCommand" /> property. </returns> </member> <member name="E:System.Web.UI.WebControls.SqlDataSource.Updating"> <summary> Occurs before an update operation. </summary> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.SqlDataSource.Updating" />, <see cref="E:System.Web.UI.WebControls.SqlDataSource.Deleting" /> and <see cref="E:System.Web.UI.WebControls.SqlDataSource.Inserting" /> events of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceCommandEventArgs.#ctor(System.Data.Common.DbCommand)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandEventArgs" /> class, using the specified database command object. </summary> <param name="command"> An <see cref="T:System.Data.Common.DbCommand" /> object that represents the cancelable <see cref="M:System.Web.UI.WebControls.SqlDataSource.Update" />, <see cref="M:System.Web.UI.WebControls.SqlDataSource.Insert" />, or <see cref="M:System.Web.UI.WebControls.SqlDataSource.Delete" /> command. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceCommandEventArgs.Command"> <summary> Gets the pending database command. </summary> <returns> An <see cref="T:System.Data.Common.DbCommand" /> object that represents the pending database command. </returns> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceCommandEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.SqlDataSource.Updating" />, <see cref="E:System.Web.UI.WebControls.SqlDataSource.Inserting" />, and <see cref="E:System.Web.UI.WebControls.SqlDataSource.Deleting" /> events of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceCommandType"> <summary> Describes the type of SQL command used by the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> and <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> controls when performing a database operation. </summary> </member> <member name="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text"> <summary> The text contained in a corresponding text property is a SQL query or command. </summary> </member> <member name="F:System.Web.UI.WebControls.SqlDataSourceCommandType.StoredProcedure"> <summary> The text contained in a corresponding text property is the name of a stored procedure. </summary> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.SqlDataSource.Filtering" /> event of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs.#ctor(System.Collections.Specialized.IOrderedDictionary)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs" /> class by using the specified object. </summary> <param name="parameterValues"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs.ParameterValues"> <summary> Gets an <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> object that provides access to the <see cref="T:System.Web.UI.WebControls.Parameter" /> objects of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> class. </summary> <returns> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects. </returns> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceFilteringEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.SqlDataSource.Filtering" /> event of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <param name="sender"> The source of the event, a <see cref="T:System.Web.UI.WebControls.SqlDataSource" />. </param> <param name="e"> An <see cref="T:System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceMode"> <summary> Specifies whether a <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> or <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> control retrieves data as a <see cref="T:System.Data.IDataReader" /> or <see cref="T:System.Data.DataSet" />. </summary> </member> <member name="F:System.Web.UI.WebControls.SqlDataSourceMode.DataReader"> <summary> Retrieves data from the underlying data storage as an <see cref="T:System.Data.IDataReader" /></summary> </member> <member name="F:System.Web.UI.WebControls.SqlDataSourceMode.DataSet"> <summary> Retrieves data from the underlying data storage into a <see cref="T:System.Data.DataSet" /> structure. </summary> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.SqlDataSource.Selecting" /> event of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs.#ctor(System.Data.Common.DbCommand,System.Web.UI.DataSourceSelectArguments)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs" /> class, using the specified <see cref="T:System.Data.Common.DbCommand" /> object and any <see cref="T:System.Web.UI.DataSourceSelectArguments" /> passed to the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> method. </summary> <param name="command"> An <see cref="T:System.Data.Common.DbCommand" /> object that represents the cancelable <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> query. </param> <param name="arguments"> The <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object passed to the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> method. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs.Arguments"> <summary> Gets the <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object passed to the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> method. </summary> <returns> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object, or null if no <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object is specified during <see cref="T:System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs" /> creation. </returns> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceSelectingEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.SqlDataSource.Selecting" /> event of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs"> <summary> Provides data for an event that is raised by the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control after a data operation has completed. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs.#ctor(System.Data.Common.DbCommand,System.Int32,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs" /> class, using the specified output parameters, return value, and number of rows affected by the database operation. </summary> <param name="command"> The <see cref="T:System.Data.Common.DbCommand" /> that represents the database query, command, or stored procedure that is submitted to the database by the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </param> <param name="affectedRows"> The number of rows affected by the database operation, if applicable. </param> <param name="exception"> An <see cref="T:System.Exception" /> thrown by the database operation, if applicable. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs.AffectedRows"> <summary> Gets the number of rows affected by a database operation. </summary> <returns> The number of rows affected by a database operation. The default value is -1. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs.Command"> <summary> Gets the database command submitted to the database. </summary> <returns> The <see cref="T:System.Data.Common.DbCommand" /> object that represents the database command submitted to the database. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs.Exception"> <summary> Gets a wrapper for any exceptions thrown by the database during a data operation. </summary> <returns> An <see cref="T:System.Exception" /> that wraps any exceptions thrown by the database in its <see cref="P:System.Exception.InnerException" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs.ExceptionHandled"> <summary> Gets or sets a value indicating whether an exception thrown by the database has been handled. </summary> <returns>true if an exception thrown by the database has been handled and should not be thrown by the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceStatusEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.SqlDataSource.Selected" />, <see cref="E:System.Web.UI.WebControls.SqlDataSource.Updated" />, <see cref="E:System.Web.UI.WebControls.SqlDataSource.Inserted" />, and <see cref="E:System.Web.UI.WebControls.SqlDataSource.Deleted" /> events of the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </summary> <param name="sender"> The source of the event, the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.SqlDataSourceView"> <summary> Supports the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control and provides an interface for data-bound controls to perform SQL data operations against relational databases. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.#ctor(System.Web.UI.WebControls.SqlDataSource,System.String,System.Web.HttpContext)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> class setting the specified <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control as the owner of the current view. </summary> <param name="owner"> The data source control with which the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> is associated. </param> <param name="name"> A unique name for the data source view, within the scope of the data source control that owns it. </param> <param name="context"> The current <see cref="T:System.Web.HttpContext" />. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.CancelSelectOnNullParameter"> <summary> Gets or sets a value indicating whether a data retrieval operation is canceled when any parameter that is contained in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectParameters" /> collection evaluates to null. </summary> <returns>true, if a data retrieval operation is canceled when a parameter contained in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectParameters" /> collection evaluated to null; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.CanDelete"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control supports the delete operation. </summary> <returns>true, if the operation is supported; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.CanInsert"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control supports the insert operation. </summary> <returns>true, if the operation is supported; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.CanPage"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control supports the paging of retrieved data. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.CanRetrieveTotalRowCount"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control supports retrieving the total number of data rows, in addition to the set of data. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.CanSort"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control supports a sorted view on the retrieved data. </summary> <returns>true, if sorting is supported; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.CanUpdate"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control supports the update operation. </summary> <returns>true, if the operation is supported; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.ConflictDetection"> <summary> Gets or sets the value indicating how the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control performs updates and deletes when data in a row in the underlying database changes during the time of the operation. </summary> <returns> One of the <see cref="T:System.Web.UI.ConflictOptions" /> values. The default is the <see cref="F:System.Web.UI.ConflictOptions.OverwriteChanges" /> value. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.ConflictOptions" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.Delete(System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs a delete operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteCommand" /> SQL string, any parameters that are specified in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteParameters" /> collection, and the values that are in the specified <paramref name="keys" /> and <paramref name="oldValues" /> collections. </summary> <returns> A value that represents the number of rows deleted from the underlying database. </returns> <param name="keys"> An <see cref="T:System.Collections.IDictionary" /> of object or row key values for the <see cref="M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)" /> operation to delete. </param> <param name="oldValues"> An <see cref="T:System.Collections.IDictionary" /> that contains row values that are evaluated only if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> value. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. - or - The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> value and no <paramref name="oldValues" /> parameters are passed. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.CanDelete" /> property is false. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteCommand"> <summary> Gets or sets the SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> uses to delete data from the underlying database. </summary> <returns> An SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> uses to delete data. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteCommandType"> <summary> Gets or sets a value indicating whether the text in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteCommand" /> property is a SQL statement or the name of a stored procedure. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. The default is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text" /> value. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. </exception> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Deleted"> <summary> Occurs when a delete operation has completed. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteParameters"> <summary> Gets the parameters collection containing the parameters that are used by the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteCommand" /> property. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteCommand" /> property. </returns> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Deleting"> <summary> Occurs before a delete operation. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs a delete operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteCommand" /> SQL string, any parameters that are specified in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.DeleteParameters" /> collection, and the values that are in the specified <paramref name="keys" /> and <paramref name="oldValues" /> collections. </summary> <returns> A value that represents the number of rows deleted from the underlying database. </returns> <param name="keys"> An <see cref="T:System.Collections.IDictionary" /> of object or row key values for the <see cref="M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)" /> operation to delete. </param> <param name="oldValues"> An <see cref="T:System.Collections.IDictionary" /> that contains row values that are evaluated only if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> value. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. - or - The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> value and no <paramref name="oldValues" /> parameters are passed. </exception> <exception cref="T:System.Web.HttpException"> The current user does not have the correct permissions to access to the database. - or - The instance of the control is an <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> control and access is denied to the path specified for the <see cref="P:System.Web.UI.WebControls.AccessDataSource.DataFile" /> property. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.CanDelete" /> property is false. - or - A design-time relative path was not mapped correctly by the designer before using an instance of the <see cref="T:System.Web.UI.WebControls.AccessDataSource" /> control. </exception> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteInsert(System.Collections.IDictionary)"> <summary> Performs an insert operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> SQL string, any parameters that are specified in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertParameters" /> collection, and the values that are in the specified <paramref name="values" /> collection. </summary> <returns> A value that represents the number of rows inserted into the underlying database. </returns> <param name="values"> An <see cref="T:System.Collections.IDictionary" /> of values used with the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> property to perform the insert database operation. If there are no parameters associated with the query or if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> property is not a parameterized SQL query, pass null. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. </exception> <exception cref="T:System.Web.HttpException"> The current user does not have the correct permissions to gain access to the database. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.CanInsert" /> property is false. </exception> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)"> <summary> Retrieves data from the underlying database using the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectCommand" /> SQL string and any parameters that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectParameters" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of data rows. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object used to request operations on the data beyond basic data retrieval. </param> <exception cref="T:System.NotSupportedException"> The <paramref name="arguments" /> passed to the <see cref="M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> method specify that the data source should perform some additional work while retrieving data to enable paging or sorting through the retrieved data, but the data source control does not support the requested capability. - or - Caching is enabled but the <see cref="P:System.Web.UI.WebControls.SqlDataSource.DataSourceMode" /> property of the data source is not set to <see cref="F:System.Web.UI.WebControls.SqlDataSourceMode.DataSet" />. - or - The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SortParameterName" /> property is set but <see cref="P:System.Data.SqlClient.SqlCommand.CommandType" /> is not set to <see cref="F:System.Data.CommandType.StoredProcedure" />. </exception> <exception cref="T:System.InvalidOperationException"> The data source cannot create a database connection. - or - Caching is enabled but the internal cache and command types do not match. </exception> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteUpdate(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs an update operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> SQL string, any parameters that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateParameters" /> collection, and the values that are in the specified <paramref name="keys" />, <paramref name="values" />, and <paramref name="oldValues" /> collections. </summary> <returns> A value that represents the number of rows updated in the underlying database. </returns> <param name="keys"> An <see cref="T:System.Collections.IDictionary" /> of primary keys to use with the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property to perform the update database operation. If there are no keys associated with the query or if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property is not a parameterized SQL query, pass null. </param> <param name="values"> An <see cref="T:System.Collections.IDictionary" /> of values to use with the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property to perform the update database operation. If there are no parameters associated with the query or if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> is not a parameterized SQL query, pass null. </param> <param name="oldValues"> An <see cref="T:System.Collections.IDictionary" /> that represents the original values in the database. If there are no parameters associated with the query or if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property is not a parameterized SQL query, pass null. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. - or - The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.ConflictDetection" /> property is set to the <see cref="F:System.Web.UI.ConflictOptions.CompareAllValues" /> value and no <paramref name="oldValues" /> parameters are passed. </exception> <exception cref="T:System.Web.HttpException"> The current user does not have the correct permissions to gain access to the database. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.CanUpdate" /> property is false. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.FilterExpression"> <summary> Gets or sets a filtering expression that is applied when the <see cref="Overload:System.Web.UI.WebControls.SqlDataSourceView.Select" /> method is called. </summary> <returns> A string that represents a filtering expression applied when data is retrieved using the <see cref="M:System.Web.UI.WebControls.SqlDataSource.Select(System.Web.UI.DataSourceSelectArguments)" /> method. </returns> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.FilterExpression" /> property was set when the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> is in the <see cref="F:System.Web.UI.WebControls.SqlDataSourceMode.DataReader" /> mode. </exception> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Filtering"> <summary> Occurs before a filter operation. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.FilterParameters"> <summary> Gets a collection of parameters that are associated with any parameter placeholders in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.FilterExpression" /> string. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains a set of parameters associated with any parameter placeholders found in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.FilterExpression" /> property. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.Insert(System.Collections.IDictionary)"> <summary> Performs an insert operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> SQL string, any parameters that are specified in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertParameters" /> collection, and the values that are in the specified <paramref name="values" /> collection. </summary> <returns> A value that represents the number of rows inserted into the underlying database. </returns> <param name="values"> An <see cref="T:System.Collections.IDictionary" /> of parameters for the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> property to use to perform the insert database operation. If there are no parameters associated with the query or if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> is not a parameterized SQL query, pass null. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.CanInsert" /> property is false. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand"> <summary> Gets or sets the SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object uses to insert data into the underlying database. </summary> <returns> An SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> uses to insert data. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommandType"> <summary> Gets or sets a value indicating whether the text in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> property is a SQL statement or the name of a stored procedure. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. The value is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text" /> value. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. </exception> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Inserted"> <summary> Occurs when an insert operation has completed. </summary> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Inserting"> <summary> Occurs before an insert operation. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.InsertParameters"> <summary> Gets the parameters collection containing the parameters that are used by the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> property. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.InsertCommand" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object is saving changes to its view state. </summary> <returns>true, if the data source view is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.LoadViewState(System.Object)"> <summary> Restores the previously saved view state for the data source view. </summary> <param name="savedState"> An object that represents the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> state to restore. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.OldValuesParameterFormatString"> <summary> Gets or sets a format string to apply to the names of any parameters that are passed to the <see cref="Overload:System.Web.UI.WebControls.SqlDataSourceView.Delete" /> or <see cref="Overload:System.Web.UI.WebControls.SqlDataSourceView.Update" /> method. </summary> <returns> A string that represents a format string applied to the names of any <paramref name="oldValues" /> parameters passed to the <see cref="Overload:System.Web.UI.WebControls.SqlDataSourceView.Delete" /> or <see cref="Overload:System.Web.UI.WebControls.SqlDataSourceView.Update" /> methods. The default is "{0}". </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnDeleted(System.Web.UI.WebControls.SqlDataSourceStatusEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Deleted" /> event after the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control has completed a delete operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnDeleting(System.Web.UI.WebControls.SqlDataSourceCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Deleting" /> event before the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control attempts a delete operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnFiltering(System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Filtering" /> event before the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control filters the results of a select operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnInserted(System.Web.UI.WebControls.SqlDataSourceStatusEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Inserted" /> event after the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control has completed an insert operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnInserting(System.Web.UI.WebControls.SqlDataSourceCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Inserting" /> event before the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control attempts an insert operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnSelected(System.Web.UI.WebControls.SqlDataSourceStatusEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Selected" /> event after the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control has completed a data retrieval operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnSelecting(System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Selecting" /> event before the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control attempts a data retrieval operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnUpdated(System.Web.UI.WebControls.SqlDataSourceStatusEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Updated" /> event after the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control has completed an update operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceStatusEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.OnUpdating(System.Web.UI.WebControls.SqlDataSourceCommandEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.SqlDataSourceView.Updating" /> event before the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> control attempts an update operation. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandEventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.ParameterPrefix"> <summary> Gets the string that is used to prefix a parameter placeholder in a parameterized SQL query. </summary> <returns> The "@" string. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.RaiseUnsupportedCapabilityError(System.Web.UI.DataSourceCapabilities)"> <summary> Compares the capabilities that are requested for an <see cref="M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> operation against those that the view supports and is called by the <see cref="M:System.Web.UI.DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError(System.Web.UI.DataSourceView)" /> method. </summary> <param name="capability"> One of the <see cref="T:System.Web.UI.DataSourceCapabilities" /> values that is compared against the capabilities that the view supports. </param> <exception cref="T:System.NotSupportedException"> The data source does not have the selected <paramref name="capability" /> enabled. </exception> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.SaveViewState"> <summary> Saves the changes to the view state for the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> control since the time that the page was posted back to the server. </summary> <returns> The object that contains the changes to the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> view state; otherwise, null, if there is no view state associated with the object. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)"> <summary> Retrieves data from the underlying database using the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectCommand" /> SQL string and any parameters that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectParameters" /> collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> list of data rows. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> used to request operations on the data beyond basic data retrieval. </param> <exception cref="T:System.NotSupportedException"> The <paramref name="selectArgs" /> passed to the <see cref="M:System.Web.UI.WebControls.SqlDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)" /> method specify that the data source should perform some additional work while retrieving data to enable paging or sorting through the retrieved data, but the data source control does not support the requested capability. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.SelectCommand"> <summary> Gets or sets the SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object uses to retrieve data from the underlying database. </summary> <returns> An SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> uses to retrieve data. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.SelectCommandType"> <summary> Gets or sets a value indicating whether the text in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectCommand" /> property is a SQL query or the name of a stored procedure. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. The default is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text" /> value. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. </exception> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Selected"> <summary> Occurs when a data retrieval operation has completed. </summary> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Selecting"> <summary> Occurs before a data retrieval operation. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.SelectParameters"> <summary> Gets the parameters collection containing the parameters that are used by the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectCommand" /> property. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.SelectCommand" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.SortParameterName"> <summary> Gets or sets the name of a stored procedure parameter that is used to sort retrieved data when data retrieval is performed using a stored procedure. </summary> <returns> The name of a stored procedure parameter used to sort retrieved data when data retrieval is performed using a stored procedure. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns>true, if the data source view is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="savedState"> An object that represents the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> state to restore. </param> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> The object that contains the changes to the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> view state; otherwise, null, if there is no view state associated with the object. </returns> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.TrackViewState"> <summary> Causes the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object to track changes to its view state so that the changes can be stored in the <see cref="T:System.Web.UI.StateBag" /> object for the control and persisted across requests for the same page. </summary> </member> <member name="M:System.Web.UI.WebControls.SqlDataSourceView.Update(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)"> <summary> Performs an update operation using the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> SQL string, any parameters that are in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateParameters" /> collection, and the values that are in the specified <paramref name="keys" />, <paramref name="values" />, and <paramref name="oldValues" /> collections. </summary> <returns> A value that represents the number of rows updated in the underlying database. </returns> <param name="keys"> An <see cref="T:System.Collections.IDictionary" /> of primary keys to use with the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property to perform the update database operation. If there are no keys associated with the query or if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> is not a parameterized SQL query, pass null. </param> <param name="values"> An <see cref="T:System.Collections.IDictionary" /> of values to use with the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property to perform the update database operation. If there are no parameters associated with the query or if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> is not a parameterized SQL query, pass null. </param> <param name="oldValues"> An <see cref="T:System.Collections.IDictionary" /> that represents the original values in the database. If there are no parameters associated with the query or if the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> is not a parameterized SQL query, pass null. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> cannot establish a connection with the underlying data source. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.CanUpdate" /> property is false. </exception> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand"> <summary> Gets or sets the SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> object uses to update data in the underlying database. </summary> <returns> A SQL string that the <see cref="T:System.Web.UI.WebControls.SqlDataSourceView" /> uses to update data. </returns> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommandType"> <summary> Gets or sets a value indicating whether the text in the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property is a SQL statement or the name of a stored procedure. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. The default is the <see cref="F:System.Web.UI.WebControls.SqlDataSourceCommandType.Text" /> value. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.SqlDataSourceCommandType" /> values. </exception> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Updated"> <summary> Occurs when an update operation has completed. </summary> </member> <member name="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateParameters"> <summary> Gets the parameters collection containing the parameters that are used by the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ParameterCollection" /> that contains the parameters used by the <see cref="P:System.Web.UI.WebControls.SqlDataSourceView.UpdateCommand" /> property. </returns> </member> <member name="E:System.Web.UI.WebControls.SqlDataSourceView.Updating"> <summary> Occurs before an update operation. </summary> </member> <member name="T:System.Web.UI.WebControls.StringArrayConverter"> <summary> Provides a type converter to convert a string of comma-separated values to and from an array of strings. </summary> </member> <member name="M:System.Web.UI.WebControls.StringArrayConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.StringArrayConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.StringArrayConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Determines whether the <see cref="T:System.Web.UI.WebControls.StringArrayConverter" /> can convert the specified source type to an array of strings. </summary> <returns>true if the converter can perform the operation; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null. </param> <param name="sourceType"> The <see cref="T:System.Type" /> to convert. </param> </member> <member name="M:System.Web.UI.WebControls.StringArrayConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts the specified comma-separated string into an array of strings. </summary> <returns> An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object. If null, the current culture is used. </param> <param name="value"> The <see cref="T:System.Object" /> to convert. </param> <exception cref="M:System.ComponentModel.TypeConverter.GetConvertFromException(System.Object)"> The conversion cannot be performed because <paramref name="value" /> is not a string. </exception> </member> <member name="M:System.Web.UI.WebControls.StringArrayConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Converts an array of strings into a string of values separated by commas. </summary> <returns> An <see cref="T:System.Object" /> instance that represents the converted <paramref name="value" />. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object. If null, the current culture is used. </param> <param name="value"> The <see cref="T:System.Object" /> to convert. </param> <param name="destinationType"> The <see cref="T:System.Type" /> to convert <paramref name="value" /> to. </param> <exception cref="M:System.ComponentModel.TypeConverter.GetConvertToException(System.Object,System.Type)"> <paramref name="destinationType" /> is not of type <see cref="T:System.String" />. </exception> </member> <member name="T:System.Web.UI.WebControls.Style"> <summary> Represents the style of a Web server control. </summary> </member> <member name="M:System.Web.UI.WebControls.Style.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Style" /> class using default values. </summary> </member> <member name="M:System.Web.UI.WebControls.Style.#ctor(System.Web.UI.StateBag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Style" /> class with the specified state bag information. </summary> <param name="bag"> A <see cref="T:System.Web.UI.StateBag" /> that represents the state bag in which to store style information. </param> </member> <member name="M:System.Web.UI.WebControls.Style.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds HTML attributes and styles that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" />. This method is primarily used by control developers. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.Style.AddAttributesToRender(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebControl)"> <summary> Adds HTML attributes and styles that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> and Web server control. This method is primarily used by control developers. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> <param name="owner"> A <see cref="T:System.Web.UI.WebControls.WebControl" /> or <see cref="T:System.Web.UI.WebControls.WebControl" /> derived object that represents the Web server control associated with the <see cref="T:System.Web.UI.WebControls.Style" />. </param> </member> <member name="P:System.Web.UI.WebControls.Style.BackColor"> <summary> Gets or sets the background color of the Web server control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the background color of the control. The default is <see cref="F:System.Drawing.Color.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Style.BorderColor"> <summary> Gets or sets the border color of the Web server control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the border color of the control. The default is <see cref="F:System.Drawing.Color.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.Style.BorderStyle"> <summary> Gets or sets the border style of the Web server control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.BorderStyle" /> enumeration values. The default is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.BorderStyle" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.Style.BorderWidth"> <summary> Gets or sets the border width of the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the border width of a Web server control. The default value is <see cref="F:System.Web.UI.WebControls.Unit.Empty" />, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified border width is a negative value. </exception> </member> <member name="M:System.Web.UI.WebControls.Style.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Duplicates the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> into the instance of the <see cref="T:System.Web.UI.WebControls.Style" /> class that this method is called from. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style to copy. </param> <exception cref="T:System.InvalidOperationException"> <see cref="P:System.Web.UI.WebControls.Style.RegisteredCssClass" /> has been set. </exception> </member> <member name="P:System.Web.UI.WebControls.Style.CssClass"> <summary> Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client. </summary> <returns> The CSS class rendered by the Web server control on the client. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Style.FillStyleAttributes(System.Web.UI.CssStyleCollection,System.Web.UI.IUrlResolutionService)"> <summary> Adds the specified object's style properties to a <see cref="T:System.Web.UI.CssStyleCollection" /> object. </summary> <param name="attributes"> The <see cref="T:System.Web.UI.CssStyleCollection" /> object to which to add the style properties. </param> <param name="urlResolver"> A <see cref="T:System.Web.UI.IUrlResolutionService" /> -implemented object that contains the context information for the current location (URL). </param> </member> <member name="P:System.Web.UI.WebControls.Style.Font"> <summary> Gets the font properties associated with the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontInfo" /> that represents the font properties of the Web server control. </returns> </member> <member name="P:System.Web.UI.WebControls.Style.ForeColor"> <summary> Gets or sets the foreground color (typically the color of the text) of the Web server control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the foreground color of the control. The default is <see cref="F:System.Drawing.Color.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Style.GetStyleAttributes(System.Web.UI.IUrlResolutionService)"> <summary> Retrieves the <see cref="T:System.Web.UI.CssStyleCollection" /> object for the specified <see cref="T:System.Web.UI.IUrlResolutionService" />-implemented object. </summary> <returns> A <see cref="T:System.Web.UI.CssStyleCollection" /> object. </returns> <param name="urlResolver"> A <see cref="T:System.Web.UI.IUrlResolutionService" />-implemented object that contains the context information for the current location (URL). </param> </member> <member name="P:System.Web.UI.WebControls.Style.Height"> <summary> Gets or sets the height of the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the height of the Web server control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty" />, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.Unit.Value" /> property of the <see cref="T:System.Web.UI.WebControls.Unit" /> is negative. </exception> </member> <member name="P:System.Web.UI.WebControls.Style.IsEmpty"> <summary> A protected property. Gets a value indicating whether any style elements have been defined in the state bag. </summary> <returns>true if the state bag has no style elements defined; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.Style.IsTrackingViewState"> <summary> Returns a value indicating whether any style elements have been defined in the state bag. </summary> <returns>true if there are style elements defined in the state bag; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.Style.LoadViewState(System.Object)"> <summary> Loads the previously saved state. </summary> <param name="state"> The previously saved state. </param> </member> <member name="M:System.Web.UI.WebControls.Style.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Combines the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> with the instance of the <see cref="T:System.Web.UI.WebControls.Style" /> class that this method is called from. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style to combine. </param> <exception cref="T:System.InvalidOperationException"> <see cref="P:System.Web.UI.WebControls.Style.RegisteredCssClass" /> has been set. </exception> </member> <member name="P:System.Web.UI.WebControls.Style.RegisteredCssClass"> <summary> Gets the cascading style sheet (CSS) class that is registered with the control. </summary> <returns> The CSS class name with which the current instance was registered on the page. </returns> </member> <member name="M:System.Web.UI.WebControls.Style.Reset"> <summary> Removes any defined style elements from the state bag. </summary> </member> <member name="M:System.Web.UI.WebControls.Style.SaveViewState"> <summary> A protected method. Saves any state that has been modified after the <see cref="M:System.Web.UI.WebControls.Style.TrackViewState" /> method was invoked. </summary> <returns> An object that represents the saved state. The default is null. </returns> </member> <member name="M:System.Web.UI.WebControls.Style.SetBit(System.Int32)"> <summary> A protected internal method. Sets an internal bitmask field that indicates the style properties that are stored in the state bag. </summary> <param name="bit"> A bitmask value. </param> </member> <member name="M:System.Web.UI.WebControls.Style.SetDirty"> <summary> Marks the <see cref="T:System.Web.UI.WebControls.Style" /> so that its state will be recorded in view state. </summary> </member> <member name="P:System.Web.UI.WebControls.Style.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value that indicates whether a server control is tracking its view state changes. </summary> <returns>true if there are style elements defined in the view state bag; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.Style.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the previously saved state. </summary> <param name="state"> The previously saved state. </param> </member> <member name="M:System.Web.UI.WebControls.Style.System#Web#UI#IStateManager#SaveViewState"> <summary> Returns the object containing state changes. </summary> <returns> An object that represents the saved state. The default is null. </returns> </member> <member name="M:System.Web.UI.WebControls.Style.System#Web#UI#IStateManager#TrackViewState"> <summary> Starts tracking state changes. </summary> </member> <member name="M:System.Web.UI.WebControls.Style.TrackViewState"> <summary> A protected method. Marks the beginning for tracking state changes on the control. Any changes made after tracking has begun will be tracked and saved as part of the control view state. </summary> </member> <member name="P:System.Web.UI.WebControls.Style.ViewState"> <summary> Gets the state bag that holds the style elements. </summary> <returns> A state bag that holds the style elements defined in it. </returns> </member> <member name="P:System.Web.UI.WebControls.Style.Width"> <summary> Gets or sets the width of the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the width of the Web server control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty" />, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="P:System.Web.UI.WebControls.Unit.Value" /> property of the <see cref="T:System.Web.UI.WebControls.Unit" /> is negative. </exception> </member> <member name="T:System.Web.UI.WebControls.StyleCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.Style" /> objects. </summary> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.Add(System.Web.UI.WebControls.Style)"> <summary> Appends a specified <see cref="T:System.Web.UI.WebControls.Style" /> object to the end of the <see cref="T:System.Web.UI.WebControls.StyleCollection" /> object. </summary> <returns> The index at which the style was added to the collection. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.Style" /> object to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.Contains(System.Web.UI.WebControls.Style)"> <summary> Determines whether the specified style is contained within the collection. </summary> <returns>true if the style is in the collection; otherwise, false. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.Style" /> to locate within the collection. </param> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.CopyTo(System.Web.UI.WebControls.Style[],System.Int32)"> <summary> Copies the elements of the <see cref="T:System.Web.UI.WebControls.StyleCollection" /> to a one-dimensional <see cref="T:System.Web.UI.WebControls.Style" /> array, starting at the specified index of the target array. </summary> <param name="styleArray"> The <see cref="T:System.Array" /> that is the destination of the copied styles. The <see cref="T:System.Array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="styleArray" /> at which copying begins. </param> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.CreateKnownType(System.Int32)"> <summary> Creates an instance of the <see cref="T:System.Web.UI.WebControls.Style" /> class, based on the single element collection returned by the <see cref="M:System.Web.UI.WebControls.StyleCollection.GetKnownTypes" /> method. </summary> <returns> An instance of the <see cref="T:System.Web.UI.WebControls.Style" /> class. </returns> <param name="index"> The index, from the ordered list of types returned by <see cref="M:System.Web.UI.WebControls.StyleCollection.GetKnownTypes" />, of the type of the <see cref="T:System.Web.UI.IStateManager" /> object to create. Because the <see cref="M:System.Web.UI.WebControls.StyleCollection.GetKnownTypes" /> method of <see cref="T:System.Web.UI.WebControls.StyleCollection" /> returns a list with only one type, the input <paramref name="index" /> is ignored. </param> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.GetKnownTypes"> <summary> Gets an array of the <see cref="T:System.Web.UI.IStateManager" /> types that the <see cref="T:System.Web.UI.WebControls.StyleCollection" /> can contain. </summary> <returns> An array containing one <see cref="T:System.Type" /> object for the <see cref="T:System.Web.UI.WebControls.Style" /> class, which indicates that the <see cref="T:System.Web.UI.WebControls.StyleCollection" /> can contain <see cref="T:System.Web.UI.WebControls.Style" /> objects. </returns> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.IndexOf(System.Web.UI.WebControls.Style)"> <summary> Returns the index of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object within the collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="style" /> within the collection; otherwise, -1 if the style is not in the collection. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.Style" /> to locate within the collection. </param> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.Insert(System.Int32,System.Web.UI.WebControls.Style)"> <summary> Inserts a specified <see cref="T:System.Web.UI.WebControls.Style" /> object into the <see cref="T:System.Web.UI.WebControls.StyleCollection" /> at the specified index location. </summary> <param name="index"> The zero-based index location at which to insert the <see cref="T:System.Web.UI.WebControls.Style" /> object. </param> <param name="style"> The <see cref="T:System.Web.UI.WebControls.Style" /> object to insert into the collection. </param> </member> <member name="P:System.Web.UI.WebControls.StyleCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.Style" /> object at the specified index location in the <see cref="T:System.Web.UI.WebControls.StyleCollection" /> object. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.StyleCollection" />. </returns> <param name="i"> The zero-based index location of the <see cref="T:System.Web.UI.WebControls.Style" /> object in the <see cref="T:System.Web.UI.WebControls.StyleCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.Remove(System.Web.UI.WebControls.Style)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.Style" /> object from the <see cref="T:System.Web.UI.WebControls.StyleCollection" /> object. </summary> <param name="style"> The <see cref="T:System.Web.UI.WebControls.Style" /> object to remove from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.Style" /> object at the specified index location from the <see cref="T:System.Web.UI.WebControls.StyleCollection" /> object. </summary> <param name="index"> The zero-based index location of the <see cref="T:System.Web.UI.WebControls.Style" /> object to remove. </param> </member> <member name="M:System.Web.UI.WebControls.StyleCollection.SetDirtyObject(System.Object)"> <summary> Instructs the input <see cref="T:System.Web.UI.WebControls.Style" /> object contained in the collection to record its entire state to view state, rather than recording only change information. </summary> <param name="o"> The <see cref="T:System.Web.UI.WebControls.Style" /> object that should serialize itself completely. </param> </member> <member name="T:System.Web.UI.WebControls.SubMenuStyle"> <summary> Represents the style of a submenu in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.#ctor(System.Web.UI.StateBag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> class with the specified view-state information. </summary> <param name="bag"> The view-state information of the current request. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Copies the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object into the current instance of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> class. </summary> <param name="s"> The <see cref="T:System.Web.UI.WebControls.Style" /> object to copy. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.FillStyleAttributes(System.Web.UI.CssStyleCollection,System.Web.UI.IUrlResolutionService)"> <summary> Adds the style properties of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object to the specified <see cref="T:System.Web.UI.CssStyleCollection" /> object. </summary> <param name="attributes"> The <see cref="T:System.Web.UI.CssStyleCollection" /> object to which to add the style properties. </param> <param name="urlResolver"> The <see cref="T:System.Web.UI.IUrlResolutionService" />-implemented object that contains the context information for the current location (URL). </param> </member> <member name="P:System.Web.UI.WebControls.SubMenuStyle.HorizontalPadding"> <summary> Gets or sets the amount of space to the left and right of a submenu. </summary> <returns> The amount of space to the left and right of the text of a submenu. The default is 0. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is of <see cref="P:System.Web.UI.WebControls.Unit.Type" /><see cref="F:System.Web.UI.WebControls.UnitType.Percentage" /> or is less than 0. </exception> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Combines the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object with those of the current instance of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> class. </summary> <param name="s"> The <see cref="T:System.Web.UI.WebControls.Style" /> object to combine settings with. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.Reset"> <summary> Returns the current instance of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> class to its original state. </summary> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetAttributes"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetAttributes" />. </summary> <returns> An <see cref="T:System.ComponentModel.AttributeCollection" /> containing the attributes for this object. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetClassName"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetClassName" />. </summary> <returns> The class name of the object, or null if the class does not have a name. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetComponentName"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetComponentName" />. </summary> <returns> The name of the object, or null if the object does not have a name. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetConverter"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetConverter" />. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter" /> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter" /> for this object. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent" />. </summary> <returns> An <see cref="T:System.ComponentModel.EventDescriptor" /> object that represents the default event for the object, or null if the object has no events. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty" />. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptor" /> object that represents the default property for this object, or null if the object does not have properties. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)" />. </summary> <returns> An <see cref="T:System.Object" /> of the specified type that is the editor for this object, or null if the editor cannot be found. </returns> <param name="editorBaseType"> A <see cref="T:System.Type" /> that represents the editor for this object. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetEvents"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents" />. </summary> <returns> An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that contains the events for this instance. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])" />. </summary> <returns> An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that contains the filtered events for this instance. </returns> <param name="attributes"> An array of type <see cref="T:System.Attribute" /> that is used as a filter. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetProperties"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties" />. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the properties for this instance. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])" />. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> object that contains the filtered properties for this instance. </returns> <param name="attributes"> An array of type <see cref="T:System.Attribute" /> that is used as a filter. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)" />. </summary> <returns> An <see cref="T:System.Object" /> that represents the owner of the specified property. </returns> <param name="pd"> A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the property whose owner is to be found. </param> </member> <member name="P:System.Web.UI.WebControls.SubMenuStyle.VerticalPadding"> <summary> Gets or sets the amount of space above and below a submenu. </summary> <returns> The amount of space above and below a submenu. The default is 0. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is of <see cref="P:System.Web.UI.WebControls.Unit.Type" /><see cref="F:System.Web.UI.WebControls.UnitType.Percentage" /> or is less than 0. </exception> </member> <member name="T:System.Web.UI.WebControls.SubMenuStyleCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> objects in a <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.Add(System.Web.UI.WebControls.SubMenuStyle)"> <summary> Adds a submenu style to the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. </summary> <returns> The position in the collection at which the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> instance was inserted. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> instance to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.Contains(System.Web.UI.WebControls.SubMenuStyle)"> <summary> Determines whether a <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection contains a specific <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> instance. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> instance is found in the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection; otherwise, false. If null is passed as the <paramref name="style" /> parameter, false is returned. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> instance to locate in the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.CopyTo(System.Web.UI.WebControls.SubMenuStyle[],System.Int32)"> <summary> Copies the contents of a <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection to an array, starting at a specified array index. </summary> <param name="styleArray"> The one-dimensional array that is the destination of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> objects copied from the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. The <paramref name="array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.IndexOutOfRangeException"> <paramref name="index" /> is less than zero. </exception> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is multidimensional - or - <paramref name="index" /> is greater than or equal to the length of <paramref name="array" />. - or - The number of <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> objects in the source <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection is greater than the available space from the <paramref name="index" /> to the end of the destination <paramref name="array" />. </exception> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.CreateKnownType(System.Int32)"> <summary> Creates an <see cref="T:System.Object" /> of the data type that corresponds to the specified index. </summary> <returns> Always returns an empty <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object. </returns> <param name="index"> The index of the data type to create. This parameter is not used in this implementation of the method; therefore, you should always pass in null. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.GetKnownTypes"> <summary> Creates an array of <see cref="T:System.Type" /> objects that contains the supported data types of the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> class. </summary> <returns> An array of <see cref="T:System.Type" /> objects that contains the data types supported by the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> class. </returns> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.IndexOf(System.Web.UI.WebControls.SubMenuStyle)"> <summary> Determines the location of a specified <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object in the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. </summary> <returns> The index of the specified <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object if it is found in the list; otherwise, -1. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object to locate in the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. </param> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.Insert(System.Int32,System.Web.UI.WebControls.SubMenuStyle)"> <summary> Inserts a <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object into the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection at the specified index. </summary> <param name="index"> The zero-based index at which the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object should be inserted. </param> <param name="style"> The <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object to insert into the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified <paramref name="index" /> is outside the range of the collection. </exception> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection is read-only. </exception> <exception cref="T:System.ArgumentNullException"> The specified <paramref name="style" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.SubMenuStyleCollection.Item(System.Int32)"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection object. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object. </returns> <param name="i"> The location of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object in the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The index parameter is less than zero or greater than or equal to the <see cref="P:System.Web.UI.StateManagedCollection.Count" /> property value. </exception> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.OnInsert(System.Int32,System.Object)"> <summary> Called before the <see cref="M:System.Web.UI.WebControls.SubMenuStyleCollection.Add(System.Web.UI.WebControls.SubMenuStyle)" /> and <see cref="M:System.Web.UI.WebControls.SubMenuStyleCollection.Insert(System.Int32,System.Web.UI.WebControls.SubMenuStyle)" /> methods. </summary> <param name="index"> The zero-based index at which <paramref name="value" /> should be inserted. </param> <param name="value"> The object to insert into the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. </param> <exception cref="T:System.ArgumentException"> <paramref name="value" /> is not of type <see cref="T:System.Web.UI.WebControls.SubMenuStyle" />. </exception> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.Remove(System.Web.UI.WebControls.SubMenuStyle)"> <summary> Removes the first occurrence of the specified <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object from the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection. </summary> <param name="style"> The <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object to remove from the collection. </param> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection is read-only. </exception> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object at the specified location. </summary> <param name="index"> The zero-based index location of the <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object to remove from the collection. </param> <exception cref="T:System.NotSupportedException"> The <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection is read-only. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. - or - <paramref name="index" /> is equal to or greater than <see cref="P:System.Web.UI.StateManagedCollection.Count" />. </exception> </member> <member name="M:System.Web.UI.WebControls.SubMenuStyleCollection.SetDirtyObject(System.Object)"> <summary> Instructs a <see cref="T:System.Web.UI.WebControls.SubMenuStyle" /> object contained by the <see cref="T:System.Web.UI.WebControls.SubMenuStyleCollection" /> collection to record its entire state to view state. </summary> <param name="o"> The object that should serialize itself completely. </param> </member> <member name="T:System.Web.UI.WebControls.Substitution"> <summary> Specifies a section on an output-cached Web page that is exempt from caching. At this location, dynamic content is retrieved and substituted for the <see cref="T:System.Web.UI.WebControls.Substitution" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.Substitution.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Substitution" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Substitution.CreateControlCollection"> <summary> Returns an <see cref="T:System.Web.UI.EmptyControlCollection" /> object, indicating that the <see cref="T:System.Web.UI.WebControls.Substitution" /> control does not support child controls. </summary> <returns> An <see cref="T:System.Web.UI.EmptyControlCollection" />, indicating that the control does not support child controls. </returns> </member> <member name="P:System.Web.UI.WebControls.Substitution.MethodName"> <summary> Gets or sets the name of the callback method to invoke when the <see cref="T:System.Web.UI.WebControls.Substitution" /> control executes. </summary> <returns> A string that represents the name of the method to invoke when the <see cref="T:System.Web.UI.WebControls.Substitution" /> control executes. </returns> </member> <member name="M:System.Web.UI.WebControls.Substitution.OnPreRender(System.EventArgs)"> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> <exception cref="T:System.Web.HttpException"> The parent control or master page is cached. </exception> </member> <member name="M:System.Web.UI.WebControls.Substitution.Render(System.Web.UI.HtmlTextWriter)"> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the server control content. </param> </member> <member name="T:System.Web.UI.WebControls.Table"> <summary> Displays a table on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.Table.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Table" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Table.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds HTML attributes and styles that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" />. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> </member> <member name="P:System.Web.UI.WebControls.Table.BackImageUrl"> <summary> Gets or sets the URL of the background image to display behind the <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> <returns> The URL of the background image for the <see cref="T:System.Web.UI.WebControls.Table" /> control. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Table.Caption"> <summary> Gets or sets the text to render in an HTML caption element in a <see cref="T:System.Web.UI.WebControls.Table" /> control. This property is provided to make the control more accessible to users of Assistive Technology devices. </summary> <returns> A string that represents the text to render in an HTML caption element in a <see cref="T:System.Web.UI.WebControls.Table" /> control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Table.CaptionAlign"> <summary> Gets or sets the horizontal or vertical position of the HTML caption element in a <see cref="T:System.Web.UI.WebControls.Table" /> control. This property is provided to make the control more accessible to users of Assistive Technology devices. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> enumeration values. The default value is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified type is not one of the <see cref="T:System.Web.UI.WebControls.TableCaptionAlign" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.Table.CellPadding"> <summary> Gets or sets the amount of space between the contents of a cell and the cell's border. </summary> <returns> The amount of space, in pixels, between the contents of a cell and the cell's border. The default value is -1, which indicates that the property has not been set. </returns> </member> <member name="P:System.Web.UI.WebControls.Table.CellSpacing"> <summary> Gets or sets the amount of space between cells. </summary> <returns> The amount of space, in pixels, between cells. The default value is -1, which indicates that the property has not been set. </returns> </member> <member name="M:System.Web.UI.WebControls.Table.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.ControlCollection" /> object to hold the <see cref="T:System.Web.UI.WebControls.TableRow" /> controls of the current <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> object to contain the <see cref="T:System.Web.UI.WebControls.TableRow" /> controls of the current <see cref="T:System.Web.UI.WebControls.Table" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.Table.CreateControlStyle"> <summary> Gets a reference to a collection of properties that define the appearance of a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> object that contains the properties that define the appearance of the <see cref="T:System.Web.UI.WebControls.Table" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Table.GridLines"> <summary> Gets or sets the grid line style to display in the <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.GridLines" /> enumeration values. The default value is None. </returns> </member> <member name="P:System.Web.UI.WebControls.Table.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the <see cref="T:System.Web.UI.WebControls.Table" /> control on the page. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> enumeration values. The default value is NotSet. </returns> </member> <member name="M:System.Web.UI.WebControls.Table.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.WebControls.Table" /> control when a form is posted back to the server. </summary> <param name="argument"> A <see cref="T:System.String" /> that represents the argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.Table.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the HTML opening tag of the <see cref="T:System.Web.UI.WebControls.Table" /> control to the specified writer. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.Table.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the rows in the table control to the specified writer. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> <exception cref="T:System.Web.HttpException"> The table sections are not in order. </exception> </member> <member name="P:System.Web.UI.WebControls.Table.Rows"> <summary> Gets the collection of rows in the <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableRowCollection" /> that contains the <see cref="T:System.Web.UI.WebControls.TableRow" /> objects in the <see cref="T:System.Web.UI.WebControls.Table" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.Table.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="T:System.Web.UI.WebControls.Table.RowControlCollection"> <summary> Represents the collection of <see cref="T:System.Web.UI.WebControls.TableRow" /> objects in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.Table.RowControlCollection.Add(System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the <see cref="T:System.Web.UI.WebControls.Table.RowControlCollection" /> collection. </summary> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the <see cref="T:System.Web.UI.WebControls.Table.RowControlCollection" />. </param> <exception cref="T:System.ArgumentException"> The object specified by <paramref name="child" /> is not a <see cref="T:System.Web.UI.WebControls.TableRow" />. </exception> </member> <member name="M:System.Web.UI.WebControls.Table.RowControlCollection.AddAt(System.Int32,System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the <see cref="T:System.Web.UI.WebControls.Table.RowControlCollection" /> collection. The new control is added to the array at the specified index location. </summary> <param name="index"> The location in the array at which to add the child control. </param> <param name="child"> The Control object to add to the <see cref="T:System.Web.UI.WebControls.Table.RowControlCollection" />. </param> <exception cref="T:System.Web.HttpException"> The control does not allow child controls. </exception> <exception cref="T:System.ArgumentException"> The child value is null. -or- The object is not a <see cref="T:System.Web.UI.WebControls.TableRow" />. </exception> </member> <member name="T:System.Web.UI.WebControls.TableCaptionAlign"> <summary> Specifies the horizontal or vertical placement of the text to render as the HTML caption element. </summary> </member> <member name="F:System.Web.UI.WebControls.TableCaptionAlign.NotSet"> <summary> The caption alignment is not set. The browser that renders the caption determines where to align the caption. </summary> </member> <member name="F:System.Web.UI.WebControls.TableCaptionAlign.Top"> <summary> The caption element is aligned with the top of the table. </summary> </member> <member name="F:System.Web.UI.WebControls.TableCaptionAlign.Bottom"> <summary> The caption element is aligned with the bottom of the table. </summary> </member> <member name="F:System.Web.UI.WebControls.TableCaptionAlign.Left"> <summary> The caption element is aligned with the left side of the table. </summary> </member> <member name="F:System.Web.UI.WebControls.TableCaptionAlign.Right"> <summary> The caption element is aligned with the right side of the table. </summary> </member> <member name="T:System.Web.UI.WebControls.TableCell"> <summary> Represents a cell in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TableCell.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableCell" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.TableCell.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds properties specific to the <see cref="T:System.Web.UI.WebControls.TableCell" /> control to the list of attributes to render. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> <exception cref="T:System.Web.HttpException"> A cell listed as an associated header cell was not found. </exception> </member> <member name="M:System.Web.UI.WebControls.TableCell.AddParsedSubObject(System.Object)"> <summary> Adds a parsed child control to the <see cref="T:System.Web.UI.WebControls.TableCell" /> control. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element </param> </member> <member name="P:System.Web.UI.WebControls.TableCell.AssociatedHeaderCellID"> <summary> Gets or sets a space-separated list of table header cells associated with the <see cref="T:System.Web.UI.WebControls.TableCell" /> control. </summary> <returns> An array of strings containing the identifiers of the associated table header cells. </returns> </member> <member name="P:System.Web.UI.WebControls.TableCell.ColumnSpan"> <summary> Gets or sets the number of columns in the <see cref="T:System.Web.UI.WebControls.Table" /> control that the cell spans. </summary> <returns> The number of columns in the rendered table that the cell spans. The default value is 0, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than 0. </exception> </member> <member name="M:System.Web.UI.WebControls.TableCell.CreateControlStyle"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> for the <see cref="T:System.Web.UI.WebControls.TableCell" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> for the <see cref="T:System.Web.UI.WebControls.TableCell" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.TableCell.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the contents in the cell. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> enumeration values. The default is NotSet. </returns> </member> <member name="M:System.Web.UI.WebControls.TableCell.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.WebControls.TableCell" /> contents to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> </member> <member name="P:System.Web.UI.WebControls.TableCell.RowSpan"> <summary> Gets or sets the number of rows in the <see cref="T:System.Web.UI.WebControls.Table" /> control that the cell spans. </summary> <returns> The number of rows in the rendered table that the cell spans. The default value is 0, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than 0. </exception> </member> <member name="P:System.Web.UI.WebControls.TableCell.Text"> <summary> Gets or sets the text contents of the cell. </summary> <returns> The text contents of the cell. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.TableCell.VerticalAlign"> <summary> Gets or sets the vertical alignment of the contents in the cell. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign" /> enumeration values. The default is NotSet. </returns> </member> <member name="P:System.Web.UI.WebControls.TableCell.Wrap"> <summary> Gets or sets a value that indicating whether the contents of the cell wrap. </summary> <returns>true if the contents of the cell wrap in the cell; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.TableCellCollection"> <summary> Encapsulates a collection of <see cref="T:System.Web.UI.WebControls.TableHeaderCell" /> and <see cref="T:System.Web.UI.WebControls.TableCell" /> objects that make up a row in a <see cref="T:System.Web.UI.WebControls.Table" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.Add(System.Web.UI.WebControls.TableCell)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.TableCell" /> to the end of the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </summary> <returns> The index number of the <see cref="T:System.Web.UI.WebControls.TableCell" />. </returns> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.TableCell" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.AddAt(System.Int32,System.Web.UI.WebControls.TableCell)"> <summary> Adds the specified <see cref="T:System.Web.UI.WebControls.TableCell" /> to the <see cref="T:System.Web.UI.WebControls.TableCellCollection" /> at the specified index location. </summary> <param name="index"> The location in the <see cref="T:System.Web.UI.WebControls.TableCellCollection" /> at which to add the <see cref="T:System.Web.UI.WebControls.TableCell" />. </param> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.TableCell" /> to add to the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.AddRange(System.Web.UI.WebControls.TableCell[])"> <summary> Appends the <see cref="T:System.Web.UI.WebControls.TableCell" /> objects from the specified array to the end of the collection. </summary> <param name="cells"> The array containing the <see cref="T:System.Web.UI.WebControls.TableCell" /> objects to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> The value of the <paramref name="cells" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.WebControls.TableCell" /> objects from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </summary> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the items from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" /> to the specified <see cref="T:System.Array" />, starting with the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </param> <param name="index"> The first index in the specified <see cref="T:System.Array" /> to receive the items. </param> </member> <member name="P:System.Web.UI.WebControls.TableCellCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.WebControls.TableCell" /> objects in the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </summary> <returns> The number of <see cref="T:System.Web.UI.WebControls.TableCell" /> objects in the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. The default is 0. </returns> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.GetCellIndex(System.Web.UI.WebControls.TableCell)"> <summary> Returns a value that represents the index of the specified <see cref="T:System.Web.UI.WebControls.TableCell" /> from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </summary> <returns> The index of the specified <see cref="T:System.Web.UI.WebControls.TableCell" /> within the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. The default is -1, which indicates that a match has not been found. </returns> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.TableCell" /> to get the index of in the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all <see cref="T:System.Web.UI.WebControls.TableCell" /> objects in the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all <see cref="T:System.Web.UI.WebControls.TableCell" /> objects within the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.TableCellCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.TableCellCollection" /> is read-only. </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.TableCellCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.TableCellCollection" /> is synchronized (thread-safe). </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.TableCellCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.TableCell" /> from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" /> at the specified index. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableCell" /> that represents an element in the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </returns> <param name="index"> An ordinal index value that specifies the <see cref="T:System.Web.UI.WebControls.TableCell" /> to return. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.Remove(System.Web.UI.WebControls.TableCell)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.TableCell" /> from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </summary> <param name="cell"> The <see cref="T:System.Web.UI.WebControls.TableCell" /> to remove from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.UI.WebControls.TableCell" /> from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" /> at the specified index. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.TableCell" /> to remove from the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </param> </member> <member name="P:System.Web.UI.WebControls.TableCellCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.TableCellCollection" />. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.System#Collections#IList#Add(System.Object)"> <summary> Adds an object to the collection. </summary> <returns> The index at which the object was added to the collection. </returns> <param name="o"> The object to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.System#Collections#IList#Contains(System.Object)"> <summary> Determines whether the specified object is contained within the collection. </summary> <returns>true if the object is in the collection; otherwise, false. </returns> <param name="o"> The object to locate within the collection. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.System#Collections#IList#IndexOf(System.Object)"> <summary> Searches for the specified object and returns the zero-based index of the first occurrence within the collection. </summary> <returns> The zero-based index of the first occurrence of the object within the collection; otherwise, -1 if the object is not in the collection. </returns> <param name="o"> The object to locate within the collection. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.System#Collections#IList#Insert(System.Int32,System.Object)"> <summary> Inserts an object into the collection at the specified index. </summary> <param name="index"> The zero-based index within the collection at which to insert the object. </param> <param name="o"> The object to insert into the collection. </param> </member> <member name="P:System.Web.UI.WebControls.TableCellCollection.System#Collections#IList#IsFixedSize"> <summary> For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />. </summary> <returns>true if the list has a fixed size; otherwise, false</returns> </member> <member name="P:System.Web.UI.WebControls.TableCellCollection.System#Collections#IList#Item(System.Int32)"> <summary> For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)" />. </summary> <returns> The element at the specified index. </returns> <param name="index"> The zero-based index of the element to get or set. </param> </member> <member name="M:System.Web.UI.WebControls.TableCellCollection.System#Collections#IList#Remove(System.Object)"> <summary> Removes an object from the collection. </summary> <param name="o"> The object to remove from the collection. </param> </member> <member name="T:System.Web.UI.WebControls.TableCellControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.TableCell" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TableCellControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableCellControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.TableCellControlBuilder.AllowWhitespaceLiterals"> <summary> Specifies whether white space literals are allowed. </summary> <returns>false. </returns> </member> <member name="T:System.Web.UI.WebControls.TableFooterRow"> <summary> Represents a footer row in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TableFooterRow.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableFooterRow" /> class. </summary> </member> <member name="T:System.Web.UI.WebControls.TableHeaderCell"> <summary> Represents a heading cell within a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TableHeaderCell.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableHeaderCell" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.TableHeaderCell.AbbreviatedText"> <summary> Gets or sets the abbr attribute of the HTML th element for the <see cref="T:System.Web.UI.WebControls.TableHeaderCell" /> control. </summary> <returns> A string representing the abbreviated text. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.TableHeaderCell.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Applies attributes to render to the <see cref="T:System.Web.UI.WebControls.TableHeaderCell" /> control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered content. </param> </member> <member name="P:System.Web.UI.WebControls.TableHeaderCell.CategoryText"> <summary> Gets or sets the axis attribute of the HTML th element for the <see cref="T:System.Web.UI.WebControls.TableHeaderCell" /> control. </summary> <returns> An array of string values representing the <see cref="T:System.Web.UI.WebControls.TableHeaderCell" /> categories. </returns> </member> <member name="P:System.Web.UI.WebControls.TableHeaderCell.Scope"> <summary> Gets or sets the scope of the <see cref="T:System.Web.UI.WebControls.TableHeaderCell" /> control when it is rendered. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableHeaderScope" /> value. The default is <see cref="F:System.Web.UI.WebControls.TableHeaderScope.NotSet" />. </returns> </member> <member name="T:System.Web.UI.WebControls.TableHeaderRow"> <summary> Represents a heading row in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TableHeaderRow.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableHeaderRow" /> class. </summary> </member> <member name="T:System.Web.UI.WebControls.TableHeaderScope"> <summary> Represents the HTML scope attribute for classes that represent header cells in a table. </summary> </member> <member name="F:System.Web.UI.WebControls.TableHeaderScope.NotSet"> <summary> The scope attribute is not rendered for the header cell. </summary> </member> <member name="F:System.Web.UI.WebControls.TableHeaderScope.Row"> <summary> The object that represents a header cell of a table is rendered with the scope attribute set to "Row". </summary> </member> <member name="F:System.Web.UI.WebControls.TableHeaderScope.Column"> <summary> The object that represents a header cell of a table is rendered with the scope attribute set to "Column". </summary> </member> <member name="T:System.Web.UI.WebControls.TableItemStyle"> <summary> Represents the style properties for an element of a control that renders as a <see cref="T:System.Web.UI.WebControls.TableRow" /> or <see cref="T:System.Web.UI.WebControls.TableCell" />. </summary> </member> <member name="M:System.Web.UI.WebControls.TableItemStyle.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> class using default values. </summary> </member> <member name="M:System.Web.UI.WebControls.TableItemStyle.#ctor(System.Web.UI.StateBag)"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> class with the specified state bag. </summary> <param name="bag"> A <see cref="T:System.Web.UI.StateBag" /> that represents the state bag in which to store style information. </param> </member> <member name="M:System.Web.UI.WebControls.TableItemStyle.AddAttributesToRender(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebControl)"> <summary> Adds information about horizontal alignment, vertical alignment, and wrap to the list of attributes to render. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> <param name="owner"> The control that the style refers to. </param> </member> <member name="M:System.Web.UI.WebControls.TableItemStyle.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Duplicates the non-empty style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> into the instance of the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> class that this method is called from. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style to copy. </param> </member> <member name="P:System.Web.UI.WebControls.TableItemStyle.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the contents in a cell. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> enumeration values. The default is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified horizontal alignment is not one of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> enumeration values. </exception> </member> <member name="M:System.Web.UI.WebControls.TableItemStyle.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Combines the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> into the instance of the <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> class that this method is called from. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style to combine. </param> </member> <member name="M:System.Web.UI.WebControls.TableItemStyle.Reset"> <summary> Removes any defined style elements from the style. </summary> </member> <member name="P:System.Web.UI.WebControls.TableItemStyle.VerticalAlign"> <summary> Gets or sets the vertical alignment of the contents in a cell. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign" /> enumeration values. The default is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified vertical alignment was not one of the <see cref="T:System.Web.UI.WebControls.VerticalAlign" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.TableItemStyle.Wrap"> <summary> Gets or sets a value indicating whether the contents of a cell wrap in the cell. </summary> <returns>true if the contents of the cell wrap in the cell; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.TableRow"> <summary> Represents a row in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TableRow.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableRow" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.TableRow.Cells"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.TableCell" /> objects that represent the cells of a row in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableCellCollection" /> object that represents a collection of cells from a row of a <see cref="T:System.Web.UI.WebControls.Table" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.TableRow.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.ControlCollection" /> object for the <see cref="T:System.Web.UI.WebControls.TableRow" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> object that contains the <see cref="T:System.Web.UI.WebControls.TableRow" /> control's child server controls. </returns> </member> <member name="M:System.Web.UI.WebControls.TableRow.CreateControlStyle"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.TableItemStyle" /> object for the <see cref="T:System.Web.UI.WebControls.TableRow" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> object that specifies the style properties for the <see cref="T:System.Web.UI.WebControls.TableRow" /> control. The <see cref="M:System.Web.UI.WebControls.TableRow.CreateControlCollection" /> method is primarily of interest to control developers extending the functionality of the <see cref="T:System.Web.UI.WebControls.TableRow" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.TableRow.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the contents in the row. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> values. The default value is NotSet. </returns> </member> <member name="P:System.Web.UI.WebControls.TableRow.TableSection"> <summary> Gets or sets the location for a <see cref="T:System.Web.UI.WebControls.TableRow" /> object in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableRowSection" /> value. The default is <see cref="F:System.Web.UI.WebControls.TableRowSection.TableBody" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The <see cref="T:System.Web.UI.WebControls.TableRowSection" /> is not valid. </exception> </member> <member name="P:System.Web.UI.WebControls.TableRow.VerticalAlign"> <summary> Gets or sets the vertical alignment of the contents in the row. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign" /> values. The default value is NotSet. </returns> </member> <member name="T:System.Web.UI.WebControls.TableRow.CellControlCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.TableCell" /> objects that are the cells of a <see cref="T:System.Web.UI.WebControls.TableRow" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TableRow.CellControlCollection.Add(System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the <see cref="T:System.Web.UI.WebControls.TableRow.CellControlCollection" /> collection. </summary> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the <see cref="T:System.Web.UI.WebControls.TableRow.CellControlCollection" />. </param> <exception cref="T:System.ArgumentException"> The added <see cref="T:System.Web.UI.Control" /> must be of the type <see cref="T:System.Web.UI.WebControls.TableCell" />. </exception> </member> <member name="M:System.Web.UI.WebControls.TableRow.CellControlCollection.AddAt(System.Int32,System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.Control" /> object to the <see cref="T:System.Web.UI.WebControls.TableRow.CellControlCollection" /> collection. The new control is added to the array at the specified index location. </summary> <param name="index"> The location in the array to add the child control. </param> <param name="child"> The <see cref="T:System.Web.UI.Control" /> to add to the <see cref="T:System.Web.UI.WebControls.TableRow.CellControlCollection" />. </param> <exception cref="T:System.ArgumentException"> The added <see cref="T:System.Web.UI.Control" /> must be of the type <see cref="T:System.Web.UI.WebControls.TableCell" />. </exception> </member> <member name="T:System.Web.UI.WebControls.TableRowCollection"> <summary> Encapsulates a collection of <see cref="T:System.Web.UI.WebControls.TableRow" /> objects that represent a single row in a <see cref="T:System.Web.UI.WebControls.Table" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.Add(System.Web.UI.WebControls.TableRow)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.TableRow" /> object to the end of the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </summary> <returns> The index of the <see cref="T:System.Web.UI.WebControls.TableRow" />. </returns> <param name="row"> The <see cref="T:System.Web.UI.WebControls.TableRow" /> object to add to the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.AddAt(System.Int32,System.Web.UI.WebControls.TableRow)"> <summary> Adds the specified <see cref="T:System.Web.UI.WebControls.TableRow" /> object to the <see cref="T:System.Web.UI.WebControls.TableRowCollection" /> at the specified index location. </summary> <param name="index"> The location in the <see cref="T:System.Web.UI.WebControls.TableRowCollection" /> at which to add the <see cref="T:System.Web.UI.WebControls.TableRow" />. </param> <param name="row"> The <see cref="T:System.Web.UI.WebControls.TableRow" /> object to add to the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.AddRange(System.Web.UI.WebControls.TableRow[])"> <summary> Appends the <see cref="T:System.Web.UI.WebControls.TableRow" /> objects from the specified array to the end of the collection. </summary> <param name="rows"> The array containing the <see cref="T:System.Web.UI.WebControls.TableRow" /> objects to add to the collection. </param> <exception cref="T:System.ArgumentNullException"> The value of the <paramref name="rows" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.WebControls.TableRow" /> controls from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </summary> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the items from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" /> to the specified <see cref="T:System.Array" />, starting with the specified index in the <see cref="T:System.Array" />. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the copied items from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </param> <param name="index"> The first position in the specified <see cref="T:System.Array" /> to receive copied contents. </param> </member> <member name="P:System.Web.UI.WebControls.TableRowCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.WebControls.TableRow" /> objects in the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </summary> <returns> The number of <see cref="T:System.Web.UI.WebControls.TableRow" /> objects in the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. The default is 0. </returns> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.GetEnumerator"> <summary> Returns a <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all <see cref="T:System.Web.UI.WebControls.TableRow" /> objects within the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </summary> <returns> A <see cref="T:System.Collections.IEnumerator" /> implemented object that contains all <see cref="T:System.Web.UI.WebControls.TableRow" /> objects within the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.GetRowIndex(System.Web.UI.WebControls.TableRow)"> <summary> Returns a value that represents the index of the specified <see cref="T:System.Web.UI.WebControls.TableRow" /> from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </summary> <returns> The ordinal index position of the specified <see cref="T:System.Web.UI.WebControls.TableRow" /> within the collection. The default is -1, which indicates that the specified <see cref="T:System.Web.UI.WebControls.TableRow" /> has not been found. </returns> <param name="row"> The <see cref="T:System.Web.UI.WebControls.TableRow" /> object to search for in the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </param> </member> <member name="P:System.Web.UI.WebControls.TableRowCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.TableRowCollection" /> is read-only. </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.TableRowCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.TableRowCollection" /> is synchronized (thread-safe). </summary> <returns>false for all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.TableRowCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.TableRow" /> from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" /> at the specified index. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableRow" /> that represents an element in the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </returns> <param name="index"> An ordinal index value that specifies which <see cref="T:System.Web.UI.WebControls.TableRow" /> object to return. </param> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.Remove(System.Web.UI.WebControls.TableRow)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.TableRow" /> from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </summary> <param name="row"> The <see cref="T:System.Web.UI.WebControls.TableRow" /> object to remove from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.RemoveAt(System.Int32)"> <summary> Removes a <see cref="T:System.Web.UI.WebControls.TableRow" /> from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" /> at the specified index. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.TableRow" /> object to remove from the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </param> </member> <member name="P:System.Web.UI.WebControls.TableRowCollection.SyncRoot"> <summary> Gets the object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.TableRowCollection" />. </summary> <returns> An object that can be used to synchronize access to the collection. </returns> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.System#Collections#IList#Add(System.Object)"> <summary> Adds an object to the collection. </summary> <returns> The index at which the object was added to the collection. </returns> <param name="o"> The object to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.System#Collections#IList#Contains(System.Object)"> <summary> Determines whether the specified object is contained within the collection. </summary> <returns>true if the object is in the collection; otherwise, false. </returns> <param name="o"> The object to locate within the collection. </param> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.System#Collections#IList#IndexOf(System.Object)"> <summary> Searches for the specified object and returns the zero-based index of the first occurrence within the collection. </summary> <returns> The zero-based index of the first occurrence of the object within the collection; otherwise, -1 if the object is not in the collection. </returns> <param name="o"> The object to locate within the collection. </param> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.System#Collections#IList#Insert(System.Int32,System.Object)"> <summary> Inserts an object into the collection at the specified index. </summary> <param name="index"> The zero-based index within the collection at which to insert the object. </param> <param name="o"> The object to insert into the collection. </param> </member> <member name="P:System.Web.UI.WebControls.TableRowCollection.System#Collections#IList#IsFixedSize"> <summary> For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />. </summary> <returns>true if the list has a fixed size; otherwise, false</returns> </member> <member name="P:System.Web.UI.WebControls.TableRowCollection.System#Collections#IList#Item(System.Int32)"> <summary> For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)" />. </summary> <returns> The element at the specified index. </returns> <param name="index"> The zero-based index of the element to get or set. </param> </member> <member name="M:System.Web.UI.WebControls.TableRowCollection.System#Collections#IList#Remove(System.Object)"> <summary> Removes an object from the collection. </summary> <param name="o"> The object to remove from the collection. </param> </member> <member name="T:System.Web.UI.WebControls.TableRowSection"> <summary> Specifies where a <see cref="T:System.Web.UI.WebControls.TableRow" /> object is placed in a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.TableRowSection.TableHeader"> <summary> The <see cref="T:System.Web.UI.WebControls.TableRow" /> is placed in the header of the <see cref="T:System.Web.UI.WebControls.Table" />. </summary> </member> <member name="F:System.Web.UI.WebControls.TableRowSection.TableBody"> <summary> The <see cref="T:System.Web.UI.WebControls.TableRow" /> is placed in the body of the <see cref="T:System.Web.UI.WebControls.Table" />. </summary> </member> <member name="F:System.Web.UI.WebControls.TableRowSection.TableFooter"> <summary> The <see cref="T:System.Web.UI.WebControls.TableRow" /> is placed in the footer of the <see cref="T:System.Web.UI.WebControls.Table" />. </summary> </member> <member name="T:System.Web.UI.WebControls.TableSectionStyle"> <summary> Represents the style for a section of a <see cref="T:System.Web.UI.WebControls.Table" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TableSectionStyle.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableSectionStyle" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.TableSectionStyle.Visible"> <summary> Gets or sets a value indicating whether the table section is displayed. </summary> <returns>true if the table section is displayed; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.TableStyle"> <summary> Represents the style for the <see cref="T:System.Web.UI.WebControls.Table" /> control and some Web Parts. </summary> </member> <member name="M:System.Web.UI.WebControls.TableStyle.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableStyle" /> class using default values. </summary> </member> <member name="M:System.Web.UI.WebControls.TableStyle.#ctor(System.Web.UI.StateBag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableStyle" /> class with the specified state bag information. </summary> <param name="bag"> A <see cref="T:System.Web.UI.StateBag" /> that represents the state bag in which to store style information. </param> </member> <member name="M:System.Web.UI.WebControls.TableStyle.AddAttributesToRender(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebControl)"> <summary> Adds information about the background image, cell spacing, cell padding, gridlines, and alignment to the list of attributes to render. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> <param name="owner"> The control associated with the style. </param> </member> <member name="P:System.Web.UI.WebControls.TableStyle.BackImageUrl"> <summary> Gets or sets the URL of an image to display in the background of a table control. </summary> <returns> The URL of an image to display in the background of a table control. The default is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.ArgumentNullException"> The URL of the background image was set to null. </exception> </member> <member name="P:System.Web.UI.WebControls.TableStyle.CellPadding"> <summary> Gets or sets the amount of space between the contents of the cell and the cell's border. </summary> <returns> The distance (in pixels) between the contents of a cell and the cell's border. The default is -1, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified distance is set to a value less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.TableStyle.CellSpacing"> <summary> Gets or sets the distance between table cells. </summary> <returns> The distance (in pixels) between table cells. The default is -1, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified distance is set to a value less than -1. </exception> </member> <member name="M:System.Web.UI.WebControls.TableStyle.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Copies non-blank elements from the specified style, overwriting existing style elements if necessary. </summary> <param name="s"> The style to copy. </param> </member> <member name="M:System.Web.UI.WebControls.TableStyle.FillStyleAttributes(System.Web.UI.CssStyleCollection,System.Web.UI.IUrlResolutionService)"> <summary> Adds the style properties of the <see cref="T:System.Web.UI.WebControls.TableStyle" /> object to the specified <see cref="T:System.Web.UI.CssStyleCollection" /> collection. </summary> <param name="attributes"> The <see cref="T:System.Web.UI.CssStyleCollection" /> to which to add the style properties. </param> <param name="urlResolver"> An object implemented by the <see cref="T:System.Web.UI.IUrlResolutionService" /> that contains the context information for the current location (URL). </param> </member> <member name="P:System.Web.UI.WebControls.TableStyle.GridLines"> <summary> Gets or sets a value that specifies whether the border between the cells of the table control is displayed. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.GridLines" /> enumeration values. The default is Both. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.GridLines" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.TableStyle.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the table within its container. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> enumeration values. The default is NotSet. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified horizontal alignment is not one of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> enumeration values. </exception> </member> <member name="M:System.Web.UI.WebControls.TableStyle.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Copies non-blank elements from the specified style, but will not overwrite any existing style elements. </summary> <param name="s"> The style to copy. </param> </member> <member name="M:System.Web.UI.WebControls.TableStyle.Reset"> <summary> Clears any defined style elements of the style. </summary> </member> <member name="T:System.Web.UI.WebControls.TargetConverter"> <summary> Converts a value that represents the location (target) in which to display the content resulting from a Web navigation to a string. This class also converts a string to a target value. </summary> </member> <member name="M:System.Web.UI.WebControls.TargetConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TargetConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.TargetConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a collection of standard values from the default context for the data type this type converter is designed for. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> containing a standard set of valid values, or null if the data type does not support a standard set of values. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> </member> <member name="M:System.Web.UI.WebControls.TargetConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a value that indicates whether the collection of standard values returned from the <see cref="M:System.Web.UI.WebControls.TargetConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method is an exclusive list. </summary> <returns>true if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.Web.UI.WebControls.TargetConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exhaustive list of possible values; false if other values are possible. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> </member> <member name="M:System.Web.UI.WebControls.TargetConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a value that indicates whether this object supports a standard set of values that can be picked from a list, using the specified context. </summary> <returns>true if <see cref="M:System.Web.UI.WebControls.TargetConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> should be called to find a common set of values the object supports; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> </member> <member name="T:System.Web.UI.WebControls.TemplateColumn"> <summary> Represents a column type for the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that allows you to customize the layout of controls in the column. </summary> </member> <member name="M:System.Web.UI.WebControls.TemplateColumn.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TemplateColumn" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.TemplateColumn.EditItemTemplate"> <summary> Gets or sets the template for displaying the item selected for editing in a <see cref="T:System.Web.UI.WebControls.TemplateColumn" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying the item being edited in the <see cref="T:System.Web.UI.WebControls.TemplateColumn" />. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplateColumn.FooterTemplate"> <summary> Gets or sets the template for displaying the footer section of the <see cref="T:System.Web.UI.WebControls.TemplateColumn" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying the footer section of the <see cref="T:System.Web.UI.WebControls.TemplateColumn" />. The default value is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplateColumn.HeaderTemplate"> <summary> Gets or sets the template for displaying the heading section of the <see cref="T:System.Web.UI.WebControls.TemplateColumn" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying the heading section of the <see cref="T:System.Web.UI.WebControls.TemplateColumn" />. The default value is null, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.TemplateColumn.InitializeCell(System.Web.UI.WebControls.TableCell,System.Int32,System.Web.UI.WebControls.ListItemType)"> <summary> Calls a <see cref="T:System.Web.UI.WebControls.TableCell" /> object's base class to initialize the instance and then applies a <see cref="T:System.Web.UI.WebControls.ListItemType" /> to the cell. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.TableCell" /> object that represents the cell to reset. </param> <param name="columnIndex"> The column number where the cell is located. </param> <param name="itemType"> One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.TemplateColumn.ItemTemplate"> <summary> Gets or sets the template for displaying a data item in a <see cref="T:System.Web.UI.WebControls.TemplateColumn" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying a data item in the <see cref="T:System.Web.UI.WebControls.TemplateColumn" />. The default value is null, which indicates that this property is not set. </returns> </member> <member name="T:System.Web.UI.WebControls.TemplatedWizardStep"> <summary> Represents a step in a wizard control that can be customized through the use of templates. </summary> </member> <member name="M:System.Web.UI.WebControls.TemplatedWizardStep.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TemplatedWizardStep" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.TemplatedWizardStep.ContentTemplate"> <summary> Gets or sets the template for displaying the content of a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> object that contains the template for displaying the content of a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplatedWizardStep.ContentTemplateContainer"> <summary> Gets the container that a <see cref="T:System.Web.UI.WebControls.Wizard" /> control uses to create a <see cref="P:System.Web.UI.WebControls.TemplatedWizardStep.ContentTemplate" /> template for a step. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that contains the <see cref="P:System.Web.UI.WebControls.TemplatedWizardStep.ContentTemplate" /> template for a step. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplatedWizardStep.CustomNavigationTemplate"> <summary> Gets or sets the template for displaying the navigation user interface (UI) of a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> object that contains the template for displaying the navigation UI of a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplatedWizardStep.CustomNavigationTemplateContainer"> <summary> Gets the container that a <see cref="T:System.Web.UI.WebControls.Wizard" /> control uses to create a <see cref="P:System.Web.UI.WebControls.TemplatedWizardStep.CustomNavigationTemplate" /> template for a step. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that contains the <see cref="P:System.Web.UI.WebControls.TemplatedWizardStep.CustomNavigationTemplate" /> template for a step. </returns> <exception cref="T:System.NullReferenceException"> If <see cref="P:System.Web.UI.WebControls.TemplatedWizardStep.CustomNavigationTemplate" /> has no content. </exception> </member> <member name="P:System.Web.UI.WebControls.TemplatedWizardStep.SkinID"> <summary> Gets the skin to apply to the <see cref="T:System.Web.UI.WebControls.TemplatedWizardStep" />. </summary> </member> <member name="T:System.Web.UI.WebControls.TemplateField"> <summary> Represents a field that displays custom content in a data-bound control. </summary> </member> <member name="M:System.Web.UI.WebControls.TemplateField.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TemplateField" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.TemplateField.AlternatingItemTemplate"> <summary> Gets or sets the template for displaying the alternating items in a <see cref="T:System.Web.UI.WebControls.TemplateField" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying the alternating items in a <see cref="T:System.Web.UI.WebControls.TemplateField" />. The default is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplateField.ConvertEmptyStringToNull"> <summary> Gets or sets a value indicating whether the value that the <see cref="T:System.Web.UI.WebControls.TemplateField" /> object is bound to should be converted to null if it is <see cref="F:System.String.Empty" />. </summary> <returns>true if the value that the <see cref="T:System.Web.UI.WebControls.TemplateField" /> is bound to should be converted to null when it is <see cref="F:System.String.Empty" />; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.TemplateField.CopyProperties(System.Web.UI.WebControls.DataControlField)"> <summary> Copies the properties of the current <see cref="T:System.Web.UI.WebControls.TemplateField" />-derived object to the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object. </summary> <param name="newField"> The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to copy the properties of the current <see cref="T:System.Web.UI.WebControls.TemplateField" /> to. </param> </member> <member name="M:System.Web.UI.WebControls.TemplateField.CreateField"> <summary> Creates a new <see cref="T:System.Web.UI.WebControls.TemplateField" /> object. </summary> <returns> Always returns a new <see cref="T:System.Web.UI.WebControls.TemplateField" />. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplateField.EditItemTemplate"> <summary> Gets or sets the template for displaying an item in edit mode in a <see cref="T:System.Web.UI.WebControls.TemplateField" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying an item in edit mode in a <see cref="T:System.Web.UI.WebControls.TemplateField" />. The default is null, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.TemplateField.ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState,System.Boolean)"> <summary> Extracts the value of the data control fields as specified by one or more two-way binding statements (DataBind) from the current table cell and adds the values to the specified <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> collection. </summary> <param name="dictionary"> An <see cref="T:System.Collections.Specialized.IOrderedDictionary" />. </param> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains the text or controls of the <see cref="T:System.Web.UI.WebControls.TemplateField" />. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values. </param> <param name="includeReadOnly">true to indicate that the values of read-only fields are included in the <paramref name="dictionary" /> collection; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.TemplateField.FooterTemplate"> <summary> Gets or sets the template for displaying the footer section of a <see cref="T:System.Web.UI.WebControls.TemplateField" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying the footer section of a <see cref="T:System.Web.UI.WebControls.TemplateField" />. The default is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplateField.HeaderTemplate"> <summary> Gets or sets the template for displaying the header section of a <see cref="T:System.Web.UI.WebControls.TemplateField" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying the header section of a <see cref="T:System.Web.UI.WebControls.TemplateField" /> in a data-bound control. The default is null, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.TemplateField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)"> <summary> Adds text or controls to a cell's controls collection. </summary> <param name="cell"> A <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> that contains the text or controls of the <see cref="T:System.Web.UI.WebControls.DataControlField" />. </param> <param name="cellType"> One of the <see cref="T:System.Web.UI.WebControls.DataControlCellType" /> values. </param> <param name="rowState"> One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> values, specifying the state of the row that contains the <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" />. </param> <param name="rowIndex"> The index of the row that the <see cref="T:System.Web.UI.WebControls.DataControlFieldCell" /> is contained in. </param> </member> <member name="P:System.Web.UI.WebControls.TemplateField.InsertItemTemplate"> <summary> Gets or sets the template for displaying an item in insert mode in a <see cref="T:System.Web.UI.WebControls.TemplateField" /> object. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying an item in insert mode in a <see cref="T:System.Web.UI.WebControls.TemplateField" />. The default is null, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TemplateField.ItemTemplate"> <summary> Gets or sets the template for displaying an item in a data-bound control. </summary> <returns> A <see cref="T:System.Web.UI.ITemplate" />-implemented object that contains the template for displaying an item in a <see cref="T:System.Web.UI.WebControls.TemplateField" />. The default is null, which indicates that this property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.TemplateField.ValidateSupportsCallback"> <summary> Determines whether the controls contained in a <see cref="T:System.Web.UI.WebControls.TemplateField" /> object support page callbacks. </summary> <exception cref="T:System.NotSupportedException"> The default implementation of this method is called. </exception> </member> <member name="T:System.Web.UI.WebControls.TextAlign"> <summary> Specifies whether the text associated with a check box or radio button control appears to the left or to the right of the control. </summary> </member> <member name="F:System.Web.UI.WebControls.TextAlign.Left"> <summary> Text associated with a check box or radio button control appears to the left of the control. </summary> </member> <member name="F:System.Web.UI.WebControls.TextAlign.Right"> <summary> Text associated with a check box or radio button control appears to the right of the control. </summary> </member> <member name="T:System.Web.UI.WebControls.TextBox"> <summary> Displays a text box control for user input. </summary> </member> <member name="M:System.Web.UI.WebControls.TextBox.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TextBox" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.TextBox.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds HTML attributes and styles that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> instance. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.TextBox.AddParsedSubObject(System.Object)"> <summary> Overridden to allow only literal controls to be added as the <see cref="P:System.Web.UI.WebControls.TextBox.Text" /> property. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> <exception cref="T:System.Web.HttpException"> <paramref name="obj" /> is not of type <see cref="T:System.Web.UI.LiteralControl" />. </exception> </member> <member name="P:System.Web.UI.WebControls.TextBox.AutoCompleteType"> <summary> Gets or sets a value that indicates the AutoComplete behavior of the <see cref="T:System.Web.UI.WebControls.TextBox" /> control </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.AutoCompleteType" /> enumeration values, indicating the AutoComplete behavior for the <see cref="T:System.Web.UI.WebControls.TextBox" /> control. The default value is <see cref="F:System.Web.UI.WebControls.AutoCompleteType.None" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.AutoCompleteType" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.TextBox.AutoPostBack"> <summary> Gets or sets a value that indicates whether an automatic postback to the server occurs when the <see cref="T:System.Web.UI.WebControls.TextBox" /> control loses focus. </summary> <returns>true if an automatic postback occurs when the <see cref="T:System.Web.UI.WebControls.TextBox" /> control loses focus; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.TextBox.CausesValidation"> <summary> Gets or sets a value indicating whether validation is performed when the <see cref="T:System.Web.UI.WebControls.TextBox" /> control is set to validate when a postback occurs. </summary> <returns>true if validation is performed when the <see cref="T:System.Web.UI.WebControls.TextBox" /> control is set to validate when a postback occurs; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.TextBox.Columns"> <summary> Gets or sets the display width of the text box in characters. </summary> <returns> The display width, in characters, of the text box. The default is 0, which indicates that the property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified width is less than 0. </exception> </member> <member name="M:System.Web.UI.WebControls.TextBox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for the <see cref="T:System.Web.UI.WebControls.TextBox" /> control. </summary> <returns>true if the posted content is different from the last posting; otherwise, false. </returns> <param name="postDataKey"> The index within the posted collection that references the content to load. </param> <param name="postCollection"> The collection posted to the server. </param> </member> <member name="P:System.Web.UI.WebControls.TextBox.MaxLength"> <summary> Gets or sets the maximum number of characters allowed in the text box. </summary> <returns> The maximum number of characters allowed in the text box. The default is 0, which indicates that the property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified width is less than 0. </exception> </member> <member name="M:System.Web.UI.WebControls.TextBox.OnPreRender(System.EventArgs)"> <summary> Registers client script for generating postback events prior to rendering on the client, if <see cref="P:System.Web.UI.WebControls.TextBox.AutoPostBack" /> is true. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.TextBox.OnTextChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TextBox.TextChanged" /> event. This allows you to handle the event directly. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains event information. </param> </member> <member name="M:System.Web.UI.WebControls.TextBox.RaisePostDataChangedEvent"> <summary> Invokes the <see cref="M:System.Web.UI.WebControls.TextBox.OnTextChanged(System.EventArgs)" /> method when the posted data for the <see cref="T:System.Web.UI.WebControls.TextBox" /> control has changed. </summary> </member> <member name="P:System.Web.UI.WebControls.TextBox.ReadOnly"> <summary> Gets or sets a value indicating whether the contents of the <see cref="T:System.Web.UI.WebControls.TextBox" /> control can be changed. </summary> <returns>true if the contents of the <see cref="T:System.Web.UI.WebControls.TextBox" /> control cannot be changed; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.TextBox.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the <see cref="T:System.Web.UI.WebControls.TextBox" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered output. </param> </member> <member name="P:System.Web.UI.WebControls.TextBox.Rows"> <summary> Gets or sets the number of rows displayed in a multiline text box. </summary> <returns> The number of rows in a multiline text box. The default is 0, which displays a two-line text box. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than 0. </exception> </member> <member name="M:System.Web.UI.WebControls.TextBox.SaveViewState"> <summary> Saves the changes to the text box view state since the time the page was posted back to the server. </summary> <returns> The <see cref="T:System.Object" /> that contains the changes to the <see cref="T:System.Web.UI.WebControls.TextBox" /> view state. If no view state is associated with the object, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.TextBox.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Loads the posted text box content if it is different from the last posting. </summary> <returns>true if the posted content is different from the last posting; otherwise, false. </returns> <param name="postDataKey"> The index within the posted collection that references the content to load. </param> <param name="postCollection"> The collection posted to the server. </param> </member> <member name="M:System.Web.UI.WebControls.TextBox.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Invokes the <see cref="M:System.Web.UI.WebControls.TextBox.OnTextChanged(System.EventArgs)" /> method whenever posted data for the text box has changed. </summary> </member> <member name="P:System.Web.UI.WebControls.TextBox.TagKey"> <summary> Gets the HTML tag for the text box control. This property is protected. </summary> <returns> <see cref="F:System.Web.UI.HtmlTextWriterTag.Textarea" /> if the text box is multiline; otherwise, <see cref="F:System.Web.UI.HtmlTextWriterTag.Input" />. </returns> </member> <member name="P:System.Web.UI.WebControls.TextBox.Text"> <summary> Gets or sets the text content of the <see cref="T:System.Web.UI.WebControls.TextBox" /> control. </summary> <returns> The text displayed in the <see cref="T:System.Web.UI.WebControls.TextBox" /> control. The default is an empty string (""). </returns> </member> <member name="E:System.Web.UI.WebControls.TextBox.TextChanged"> <summary> Occurs when the content of the text box changes between posts to the server. </summary> </member> <member name="P:System.Web.UI.WebControls.TextBox.TextMode"> <summary> Gets or sets the behavior mode (single-line, multiline, or password) of the <see cref="T:System.Web.UI.WebControls.TextBox" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TextBoxMode" /> enumeration values. The default value is SingleLine. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified mode is not one of the <see cref="T:System.Web.UI.WebControls.TextBoxMode" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.TextBox.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.WebControls.TextBox" /> control causes validation when it posts back to the server. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.WebControls.TextBox" /> control causes validation when it posts back to the server. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.TextBox.Wrap"> <summary> Gets or sets a value indicating whether the text content wraps within a multiline text box. </summary> <returns>true if the text content wraps within a multiline text box; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.TextBoxControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.TextBox" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TextBoxControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TextBoxControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.TextBoxControlBuilder.AllowWhitespaceLiterals"> <summary> Specifies whether white-space literals are allowed. </summary> <returns>false in all cases. </returns> </member> <member name="M:System.Web.UI.WebControls.TextBoxControlBuilder.HtmlDecodeLiterals"> <summary> Determines whether the literal string of the <see cref="T:System.Web.UI.WebControls.TextBox" /> control must be HTML decoded. </summary> <returns>true in all cases. </returns> </member> <member name="T:System.Web.UI.WebControls.TextBoxMode"> <summary> Specifies the behavior mode of the text box. </summary> </member> <member name="F:System.Web.UI.WebControls.TextBoxMode.SingleLine"> <summary> Represents single-line entry mode. </summary> </member> <member name="F:System.Web.UI.WebControls.TextBoxMode.MultiLine"> <summary> Represents multiline entry mode. </summary> </member> <member name="F:System.Web.UI.WebControls.TextBoxMode.Password"> <summary> Represents password entry mode. </summary> </member> <member name="T:System.Web.UI.WebControls.TitleFormat"> <summary> Specifies the title format for the displayed month in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.TitleFormat.Month"> <summary> Displays the title with the month but not the year (for example, "January"). </summary> </member> <member name="F:System.Web.UI.WebControls.TitleFormat.MonthYear"> <summary> Displays the title with both the month and the year (for example, "January 2000"). </summary> </member> <member name="T:System.Web.UI.WebControls.TreeNode"> <summary> Represents a node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNode.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> class without text or a value. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNode.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> class using the specified text. </summary> <param name="text"> The text that is displayed in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control for the node. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNode.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> class using the specified text and value. </summary> <param name="text"> The text that is displayed in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control for the node. </param> <param name="value"> The supplemental data associated with the node, such as data used for handling postback events. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNode.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> class using the specified text, value, and image URL. </summary> <param name="text"> The text that is displayed in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control for the node. </param> <param name="value"> The supplemental data associated with the node, such as data used for handling postback events. </param> <param name="imageUrl"> The URL to an image that is displayed next to the node. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNode.#ctor(System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> class using the specified text, value, image URL, navigation URL, and target. </summary> <param name="text"> The text that is displayed in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control for the node. </param> <param name="value"> The supplemental data associated with the node, such as data used for handling postback events. </param> <param name="imageUrl"> The URL to an image that is displayed next to the node. </param> <param name="navigateUrl"> The URL to link to when the node is clicked. </param> <param name="target"> The target window or frame in which to display the Web page content linked to when the node is clicked. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNode.#ctor(System.Web.UI.WebControls.TreeView,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> class using the specified owner. </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.TreeView" /> that will contain the new <see cref="T:System.Web.UI.WebControls.TreeNode" />. </param> <param name="isRoot">true if the <see cref="T:System.Web.UI.WebControls.TreeNode" /> is a root node; otherwise, false. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNode.Checked"> <summary> Gets or sets a value that indicates whether the node's check box is selected. </summary> <returns>true if the node's check box is selected; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.ChildNodes"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> collection that contains the first-level child nodes of the current node. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> that contains the first-level child nodes of the current node. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.Clone"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> class with the properties of the current <see cref="T:System.Web.UI.WebControls.TreeNode" /> instance. </summary> <returns> A new instance of <see cref="T:System.Web.UI.WebControls.TreeNode" /> with the properties of the current <see cref="T:System.Web.UI.WebControls.TreeNode" /> instance. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.Collapse"> <summary> Collapses the current tree node. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNode.CollapseAll"> <summary> Collapses the current node and all its child nodes. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNode.DataBound"> <summary> Gets a value that indicates whether the node was created through data binding. </summary> <returns>true if the node was created through data binding; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.DataItem"> <summary> Gets the data item that is bound to the control. </summary> <returns> A <see cref="T:System.Object" /> that represents the data item that is bound to the control. The default value is null, which indicates that the node is not bound to any data item. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.DataPath"> <summary> Gets the path to the data bound to the node. </summary> <returns> The path to the data bound to the node. This value comes from the hierarchical data source control to which the <see cref="T:System.Web.UI.WebControls.TreeView" /> control is bound. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.Depth"> <summary> Gets the depth of the node. </summary> <returns> The depth of the node. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.Expand"> <summary> Expands the current tree node. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNode.ExpandAll"> <summary> Expands the current node and all its child nodes. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNode.Expanded"> <summary> Gets or sets a value that indicates whether the node is expanded. </summary> <returns>true if the node is expanded, false if the node is not expanded, or null. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.ImageToolTip"> <summary> Gets or sets the ToolTip text for the image displayed next to a node. </summary> <returns> The ToolTip text for the image displayed next to a node. The default is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.ImageUrl"> <summary> Gets or sets the URL to an image that is displayed next to the node. </summary> <returns> The URL to a custom image that is displayed next to the node. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.IsTrackingViewState"> <summary> Gets a value that indicates whether the node is saving changes to its view state. </summary> <returns>true if the control is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the node. </summary> <param name="state"> An <see cref="T:System.Object" /> that represents the state of the node. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNode.NavigateUrl"> <summary> Gets or sets the URL to navigate to when the node is clicked. </summary> <returns> The URL to navigate to when the node is clicked. The default value is an empty string (""), which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.Parent"> <summary> Gets the parent node of the current node. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TreeNode" /> that represents the parent node of the current node. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.PopulateOnDemand"> <summary> Gets or sets a value that indicates whether the node is populated dynamically. </summary> <returns>true to populate the node dynamically; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.RenderPostText(System.Web.UI.HtmlTextWriter)"> <summary> Allows control developers to add additional rendering to the node. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream used to write content to a Web page. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNode.RenderPreText(System.Web.UI.HtmlTextWriter)"> <summary> Allows control developers to add additional rendering to the node. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream used to write content to a Web page. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNode.SaveViewState"> <summary> Saves the current view state of the node. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state of the node. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.Select"> <summary> Selects the current node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNode.SelectAction"> <summary> Gets or sets the event or events to raise when a node is selected. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TreeNodeSelectAction" /> values. The default is TreeNodeSelectAction.Select. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.Selected"> <summary> Gets or sets a value that indicates whether the node is selected. </summary> <returns>true if the node is selected; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.ShowCheckBox"> <summary> Gets or sets a value that indicates whether a check box is displayed next to the node. </summary> <returns>true to display the check box; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.System#ICloneable#Clone"> <summary> Creates a copy of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object. </summary> <returns> An <see cref="T:System.Object" /> that represents a copy of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns> A value that indicates whether the node is saving changes to its view state. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the node's previously saved view state. </summary> <param name="state"> A <see cref="T:System.Object" /> that contains the saved view state values. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNode.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the view state changes to a <see cref="T:System.Object" />. </summary> <returns> The <see cref="T:System.Object" /> that contains the view state changes. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.System#Web#UI#IStateManager#TrackViewState"> <summary> Instructs the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to track changes to its view state. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNode.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content associated with a node. </summary> <returns> The target window or frame in which to display the linked Web page content. Values must begin with a letter in the range of A through Z (case-insensitive), except for certain special values that begin with an underscore, as shown in the following table. Target value Description _blank Renders the content in a new window without frames. _parent Renders the content in the immediate frameset parent. _search Renders the content in the search pane. _self Renders the content in the frame with focus. _top Renders the content in the full window without frames. Note: Check your browser documentation to determine whether the _search value is supported. For example, Microsoft Internet Explorer 5.0 and later support the _search target value. The default value is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.Text"> <summary> Gets or sets the text displayed for the node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> The text displayed for the node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.ToggleExpandState"> <summary> Alternates between the expanded and collapsed state of the node. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNode.ToolTip"> <summary> Gets or sets the ToolTip text for the node. </summary> <returns> The ToolTip text for the node. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNode.TrackViewState"> <summary> Marks the starting point at which to begin tracking and saving view state changes to the node. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNode.Value"> <summary> Gets or sets a non-displayed value used to store any additional data about the node, such as data used for handling postback events. </summary> <returns> Supplemental data about the node that is not displayed. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNode.ValuePath"> <summary> Gets the path from the root node to the current node. </summary> <returns> A delimiter-separated list of node values that form a path from the root node to the current node. </returns> </member> <member name="T:System.Web.UI.WebControls.TreeNodeBinding"> <summary> Defines the relationship between a data item and the node it is binding to in a <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBinding.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.DataMember"> <summary> Gets or sets the value to match against a <see cref="P:System.Web.UI.IHierarchyData.Type" /> property for a data item to determine whether to apply the tree node binding. </summary> <returns> The value to match against a data item's <see cref="P:System.Web.UI.IHierarchyData.Type" /> property to determine whether to apply the tree node binding. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.DataMember" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.Depth"> <summary> Gets or sets the node depth at which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The node depth at which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is -1, indicating that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.Depth" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.FormatString"> <summary> Gets or sets the string that specifies the display format for the text of a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> A formatting string that specifies the display format for the text of a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.FormatString" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.ImageToolTip"> <summary> Gets or sets the ToolTip text for the image that is displayed next to a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The ToolTip text for the image that is displayed next to a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the P:System.Web.UI.WebControls.TreeNodeBinding.ImageToolTip property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.ImageToolTipField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.ImageToolTip" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.ImageToolTip" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.ImageToolTipField" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.ImageUrl"> <summary> Gets or sets the URL to an image that is displayed next to a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The URL to an image that is displayed next to a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.ImageUrl" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.ImageUrlField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.ImageUrl" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.ImageUrl" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.ImageUrlField" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.NavigateUrl"> <summary> Gets or sets the URL to link to when a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied is clicked. </summary> <returns> The URL to link to when a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied is clicked. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.NavigateUrl" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.NavigateUrlField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.NavigateUrl" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.NavigateUrl" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.NavigateUrlField" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.PopulateOnDemand"> <summary> Gets or sets a value indicating whether the node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied is populated dynamically. </summary> <returns>true to populate the node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied dynamically; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.SelectAction"> <summary> Gets or sets the event or events to raise when a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied is selected. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TreeNodeSelectAction" /> values. The default is TreeNodeSelectAction.Select. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.ShowCheckBox"> <summary> Gets or sets a value indicating whether a check box is displayed next to a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns>true to display a check box next to a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBinding.System#ICloneable#Clone"> <summary> Creates a copy of the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object. </summary> <returns> An object that represents a copy of the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.System#Web#UI#IDataSourceViewSchemaAccessor#DataSourceViewSchema"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema" />. </summary> <returns> An object that represents the schema that is associated with the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns>true, if the control is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBinding.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the previously saved view state for the node. </summary> <param name="state"> A <see cref="T:System.Object" /> that contains the saved view state values. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBinding.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the view state changes to an object. </summary> <returns> The object that contains the view state changes. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBinding.System#Web#UI#IStateManager#TrackViewState"> <summary> Instructs the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to track changes to its view state. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content that is associated with a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The target window or frame in which to display the linked Web page content. Values must begin with a letter in the range of A through Z (case insensitive), except for certain special values that begin with an underscore, as shown in the following table. Target value Description _blank Renders the content in a new window without frames. _parent Renders the content in the immediate frameset parent. _search Renders the content in the search pane. _self Renders the content in the frame with focus. _top Renders the content in the full window without frames. Note: Check your browser documentation to determine if the _search value is supported. For example, Microsoft Internet Explorer version 5.0 and later supports the _search target value. The default is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.TargetField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.Target" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.Target" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.TargetField" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.Text"> <summary> Gets or sets the text that is displayed for the node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The text displayed for the node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.TextField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.Text" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.Text" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.TextField" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.ToolTip"> <summary> Gets or sets the ToolTip text for a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The ToolTip text for a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.ToolTip" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.ToolTipField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.ToolTip" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.ToolTip" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.ToolTipField" /> property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBinding.ToString"> <summary> Returns the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.DataMember" /> property. </summary> <returns> Returns the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.DataMember" /> property. If the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.DataMember" /> property is null or an empty string (""), (Empty) is returned. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.Value"> <summary> Gets or sets a displayed value that is not displayed but is used to store any additional data about a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied, such as data used for handling postback events. </summary> <returns> Supplemental data about a node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied; this data is not displayed. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBinding.ValueField"> <summary> Gets or sets the name of the field from the data source to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.Value" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. </summary> <returns> The name of the field to bind to the <see cref="P:System.Web.UI.WebControls.TreeNode.Value" /> property of a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to which the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is applied. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeBinding.ValueField" /> property is not set. </returns> </member> <member name="T:System.Web.UI.WebControls.TreeNodeBindingCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> objects in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBindingCollection.Add(System.Web.UI.WebControls.TreeNodeBinding)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object to the end of the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" /> object. </summary> <returns> The zero-based index of the location of the added <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> in the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" />. </returns> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> to append. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBindingCollection.Contains(System.Web.UI.WebControls.TreeNodeBinding)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object is in the collection. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> is in the collection; otherwise, false. </returns> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> to find. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBindingCollection.CopyTo(System.Web.UI.WebControls.TreeNodeBinding[],System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" /> object to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> objects, starting at the specified index in the target array. </summary> <param name="bindingArray"> A zero-based array of <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> objects that receives the copied items from the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" />. </param> <param name="index"> The position in <paramref name="bindingArray" /> at which to start receiving the copied content. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBindingCollection.IndexOf(System.Web.UI.WebControls.TreeNodeBinding)"> <summary> Determines the index of the specified <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object in the collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="binding" /> within the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" />, if found; otherwise, -1. </returns> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> to locate. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBindingCollection.Insert(System.Int32,System.Web.UI.WebControls.TreeNodeBinding)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object into the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" /> object at the specified index location. </summary> <param name="index"> The zero-based index location at which to insert the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" />. </param> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> to insert. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeBindingCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" /> object. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> at the specified index in the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" />. </returns> <param name="i"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBindingCollection.Remove(System.Web.UI.WebControls.TreeNodeBinding)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object from the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" /> object. </summary> <param name="binding"> The <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> to remove. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeBindingCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> object at the specified index location from the <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" /> object. </summary> <param name="index"> The zero-based index location of the <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> to remove. </param> </member> <member name="T:System.Web.UI.WebControls.TreeNodeCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.TreeNode" /> objects in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> class using the default values. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.#ctor(System.Web.UI.WebControls.TreeNode)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> class using the specified parent node (or owner). </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> object that represents the parent node of the collection. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.Add(System.Web.UI.WebControls.TreeNode)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to the end of the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object. </summary> <param name="child"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to append. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.AddAt(System.Int32,System.Web.UI.WebControls.TreeNode)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> object in a <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object at the specified index location. </summary> <param name="index"> The zero-based index location at which to insert the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object. </param> <param name="child"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to add. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="child" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.Clear"> <summary> Empties the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.Contains(System.Web.UI.WebControls.TreeNode)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> object is in the collection. </summary> <returns>true if the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> object is contained in the collection; otherwise, false. </returns> <param name="c"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to find. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.CopyTo(System.Web.UI.WebControls.TreeNode[],System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.TreeNode" /> objects, starting at the specified index in the target array. </summary> <param name="nodeArray"> A zero-based array of <see cref="T:System.Web.UI.WebControls.TreeNode" /> objects that receives the copied items from the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" />. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeCollection.Count"> <summary> Gets the number of items in the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object. </summary> <returns> The number of items in the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.GetEnumerator"> <summary> Returns an enumerator that can be used to iterate through a <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object. </summary> <returns> An enumerator that can be used to iterate through the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.IndexOf(System.Web.UI.WebControls.TreeNode)"> <summary> Determines the index of the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> object. </summary> <returns> The zero-based index of the first occurrence of <paramref name="value" /> within the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" />, if found; otherwise, -1. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to locate. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> is synchronized (thread safe). </summary> <returns>false. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeNodeCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" />. </returns> <param name="index"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.Remove(System.Web.UI.WebControls.TreeNode)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> object from the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object. </summary> <param name="value"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> object to remove. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object at the specified index location from the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object. </summary> <param name="index"> The zero-based index location of the node to remove. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object. </summary> <returns> A <see cref="T:System.Object" /> that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index in the target array. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> object that receives the copied items from the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" />. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is not an array of <see cref="T:System.Web.UI.WebControls.TreeNode" /> objects. </exception> </member> <member name="P:System.Web.UI.WebControls.TreeNodeCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object is saving changes to its view state. </summary> <returns>true if the control is marked to save its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Loads the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> object's previously saved view state. </summary> <param name="state"> A <see cref="T:System.Object" /> that contains the saved view state values. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> Saves the changes to view state to a <see cref="T:System.Object" />. </summary> <returns> The <see cref="T:System.Object" /> that contains the view state changes. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeNodeCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> Instructs the <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> to track changes to its view state. </summary> </member> <member name="T:System.Web.UI.WebControls.TreeNodeEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeCheckChanged" />, <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeCollapsed" />, <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeDataBound" />, <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeExpanded" />, and <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodePopulate" /> events of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeEventArgs.#ctor(System.Web.UI.WebControls.TreeNode)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNodeEventArgs" /> class using the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> object. </summary> <param name="node"> A <see cref="T:System.Web.UI.WebControls.TreeNode" /> that represents the current node when the event is raised. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeEventArgs.Node"> <summary> Gets the node that raised the event. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TreeNode" /> that represents the node that raised the event. </returns> </member> <member name="T:System.Web.UI.WebControls.TreeNodeEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeCollapsed" />, <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeDataBound" />, <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeExpanded" />, or <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodePopulate" /> event of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.TreeNodeEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.TreeNodeSelectAction"> <summary> Represents the event or events to raise when a node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control is selected. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeSelectAction.Select"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TreeView.SelectedNodeChanged" /> event when a node is selected. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeSelectAction.Expand"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeExpanded" /> event when a node is selected. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeSelectAction.SelectExpand"> <summary> Raises both the <see cref="E:System.Web.UI.WebControls.TreeView.SelectedNodeChanged" /> and <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeExpanded" /> events when a node is selected. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeSelectAction.None"> <summary> Raises no events when a node is selected. </summary> </member> <member name="T:System.Web.UI.WebControls.TreeNodeStyle"> <summary> Represents the style of a node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyle.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyle.#ctor(System.Web.UI.StateBag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> class with the specified <see cref="T:System.Web.UI.StateBag" /> object information. </summary> <param name="bag"> A <see cref="T:System.Web.UI.StateBag" /> that stores the style information. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeStyle.ChildNodesPadding"> <summary> Gets or sets the amount of space between a parent node and a child node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> class is applied. </summary> <returns> The amount of space, in pixels, that is above and below the child nodes section of a parent node. The default is 0 pixels. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is of type <see cref="F:System.Web.UI.WebControls.UnitType.Percentage" /> or is less than 0. </exception> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyle.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Copies the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object into the current <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object. </summary> <param name="s"> The <see cref="T:System.Web.UI.WebControls.Style" /> to copy. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeStyle.HorizontalPadding"> <summary> Gets or sets the amount of space to the left and right of the text in the node. </summary> <returns> The amount of space, in pixels, that is to the left and right of the node's text. The default is 0 pixels. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is of type <see cref="F:System.Web.UI.WebControls.UnitType.Percentage" /> or is less than 0. </exception> </member> <member name="P:System.Web.UI.WebControls.TreeNodeStyle.ImageUrl"> <summary> Gets or sets the URL to an image that is displayed next to the node. </summary> <returns> The URL to a custom image that is displayed next to the node. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeNodeStyle.ImageUrl" /> property is not set. </returns> <exception cref="T:System.ArgumentNullException"> The selected value is null. </exception> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyle.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Combines the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object with the style properties of the current <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object. </summary> <param name="s"> The <see cref="T:System.Web.UI.WebControls.Style" /> that will merge with the current node's settings. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeStyle.NodeSpacing"> <summary> Gets or sets the amount of vertical spacing between the node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object is applied and its adjacent nodes. </summary> <returns> The amount of vertical space, in pixels, between the node to which the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> is applied and its adjacent nodes at the same level. The default is 0 pixels. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is of type <see cref="F:System.Web.UI.WebControls.UnitType.Percentage" /> or is less than 0. </exception> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyle.Reset"> <summary> Returns the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object to its original state. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeNodeStyle.VerticalPadding"> <summary> Gets or sets the amount of space above and below the text for a node. </summary> <returns> The amount of space, in pixels, above and below a node's text. The default is 0 pixels. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is of type <see cref="F:System.Web.UI.WebControls.UnitType.Percentage" /> or is less than 0. </exception> </member> <member name="T:System.Web.UI.WebControls.TreeNodeStyleCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> objects that is in a <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyleCollection.Add(System.Web.UI.WebControls.TreeNodeStyle)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object to the end of the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" /> object. </summary> <returns> The position into which the new <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> was inserted. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> to append. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyleCollection.Contains(System.Web.UI.WebControls.TreeNodeStyle)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object is in the collection. </summary> <returns>true, if the specified <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object is contained in the collection; otherwise, false. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> to find. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyleCollection.CopyTo(System.Web.UI.WebControls.TreeNodeStyle[],System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" /> object to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> objects, starting at the specified index in the target array. </summary> <param name="styleArray"> A zero-based array of <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> objects that receives the copied items from the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" />. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyleCollection.IndexOf(System.Web.UI.WebControls.TreeNodeStyle)"> <summary> Determines the index of the specified <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object in the collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="style" /> within the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" />, if found; otherwise, -1. </returns> <param name="style"> The <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> to locate. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyleCollection.Insert(System.Int32,System.Web.UI.WebControls.TreeNodeStyle)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object into the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" /> object at the specified index location. </summary> <param name="index"> The zero-based index location at which to insert the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" />. </param> <param name="style"> The <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> to insert. </param> </member> <member name="P:System.Web.UI.WebControls.TreeNodeStyleCollection.Item(System.Int32)"> <summary> Gets or sets the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object at the specified index in the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" /> object. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> at the specified index in the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" />. </returns> <param name="i"> The zero-based index of the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyleCollection.Remove(System.Web.UI.WebControls.TreeNodeStyle)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object from the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" /> object. </summary> <param name="style"> The <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> to remove. </param> </member> <member name="M:System.Web.UI.WebControls.TreeNodeStyleCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object at the specified index location from the <see cref="T:System.Web.UI.WebControls.TreeNodeStyleCollection" /> object. </summary> <param name="index"> The zero-based index location of the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> to remove. </param> </member> <member name="T:System.Web.UI.WebControls.TreeNodeTypes"> <summary> Represents the different node types (leaf, parent, and root) in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeTypes.None"> <summary> No nodes. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeTypes.Root"> <summary> A node with no parent node and one or more child nodes. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeTypes.Parent"> <summary> A node with a parent node and one or more child nodes. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeTypes.Leaf"> <summary> A node with no child nodes. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeNodeTypes.All"> <summary> All nodes. </summary> </member> <member name="T:System.Web.UI.WebControls.TreeView"> <summary> Displays hierarchical data, such as a table of contents, in a tree structure. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeView.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TreeView" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeView.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds HTML attributes and styles that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.TreeView.AutoGenerateDataBindings"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.TreeView" /> control automatically generates tree node bindings. </summary> <returns>true to have the <see cref="T:System.Web.UI.WebControls.TreeView" /> control automatically generate tree node bindings; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.CheckedNodes"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.TreeNode" /> objects that represent the nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control that display a selected check box. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> that contains the nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" /> that display a selected check box. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.CollapseAll"> <summary> Closes every node in the tree. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeView.CollapseImageToolTip"> <summary> Gets or sets the ToolTip for the image that is displayed for the collapsible node indicator. </summary> <returns> The ToolTip for the image displayed for the collapsible node indicator. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.CollapseImageUrl"> <summary> Gets or sets the URL to a custom image for the collapsible node indicator. </summary> <returns> The URL to a custom image to display for collapsible nodes. The default is an empty string (""), which displays the default minus sign (-) image. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.CreateControlCollection"> <summary> Creates a collection to store child controls. </summary> <returns> Always returns an <see cref="T:System.Web.UI.EmptyControlCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.CreateNode"> <summary> Returns a new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" /> class. The <see cref="M:System.Web.UI.WebControls.TreeView.CreateNode" /> is a helper method. </summary> <returns> A new instance of the <see cref="T:System.Web.UI.WebControls.TreeNode" />. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.DataBind"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.BaseDataBoundControl.DataBind" /> method of the base class. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeView.DataBindings"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.TreeNodeBinding" /> objects that define the relationship between a data item and the node that it is binding to. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TreeNodeBindingCollection" /> that represents the relationship between a data item and the node that it is binding to. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.EnableClientScript"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.TreeView" /> control renders client-side script to handle expanding and collapsing events. </summary> <returns>true to render the client-side script on compatible browsers; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.ExpandAll"> <summary> Opens every node in the tree. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeView.ExpandDepth"> <summary> Gets or sets the number of levels that are expanded when a <see cref="T:System.Web.UI.WebControls.TreeView" /> control is displayed for the first time. </summary> <returns> The depth to display when the <see cref="T:System.Web.UI.WebControls.TreeView" /> is initially displayed. The default is -1, which displays all the nodes. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.ExpandImageToolTip"> <summary> Gets or sets the ToolTip for the image that is displayed for the expandable node indicator. </summary> <returns> The ToolTip for the image displayed for the expandable node indicator. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.ExpandImageUrl"> <summary> Gets or sets the URL to a custom image for the expandable node indicator. </summary> <returns> The URL to a custom image to display for expandable nodes. The default is an empty string (""), which displays the default plus sign (+) image. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.FindNode(System.String)"> <summary> Retrieves the <see cref="T:System.Web.UI.WebControls.TreeNode" /> object in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control at the specified value path. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> at the specified value path. </returns> <param name="valuePath"> The value path of a node. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.GetCallbackResult"> <summary> Returns the result of a callback event that targets a control. </summary> <returns> The results of the callback. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.HoverNodeStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object that allows you to set the appearance of a node when the mouse pointer is positioned over it. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> that represents the style of a node when the mouse pointer is positioned over it. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.ImageSet"> <summary> Gets or sets the group of images to use for the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.TreeViewImageSet" /> values. The default is TreeViewImageSet.Custom. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified image set is not one of the <see cref="T:System.Web.UI.WebControls.TreeViewImageSet" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.TreeView.LeafNodeStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object that allows you to set the appearance of leaf nodes. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> that represents the style of the leaf nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" />. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.LevelStyles"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.Style" /> objects that represent the node styles at the individual levels of the tree. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.StyleCollection" /> that represents the node styles at the individual levels of the tree. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.LineImagesFolder"> <summary> Gets or sets the path to a folder that contains the line images that are used to connect child nodes to parent nodes. </summary> <returns> The path to a folder that contains the line images used to connect nodes. The default is an empty string (""), which indicates that the <see cref="P:System.Web.UI.WebControls.TreeView.LineImagesFolder" /> property is not set. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes postback data for the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns>true, if the <see cref="T:System.Web.UI.WebControls.TreeView" /> control's state changes as a result of the postback event; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.LoadViewState(System.Object)"> <summary> Loads the previously saved view state of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="state"> A object that contains the saved view state values for the control. </param> </member> <member name="P:System.Web.UI.WebControls.TreeView.MaxDataBindDepth"> <summary> Gets or sets the maximum number of tree levels to bind to the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> The maximum number of tree levels to bind to the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. The default is -1, which binds all the tree levels in the data source to the control. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.TreeView.NodeIndent"> <summary> Gets or sets the indentation amount (in pixels) for the child nodes of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> The amount of space (in pixels) between a child node's left edge and its parent node's left edge. The default is 20. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.Nodes"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.TreeNode" /> objects that represents the root nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TreeNodeCollection" /> that contains the root nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" />. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.NodeStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object that allows you to set the default appearance of the nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> that represents the default style of a node. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.NodeWrap"> <summary> Gets or sets a value indicating whether text wraps in a node when the node runs out of space. </summary> <returns>true to wrap the text; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.NoExpandImageUrl"> <summary> Gets or sets the URL to a custom image for the non-expandable node indicator. </summary> <returns> The URL to a custom image to display for non-expandable nodes. The default is an empty string (""), which displays the default blank image. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.OnSelectedNodeChanged(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TreeView.SelectedNodeChanged" /> event of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.OnTreeNodeCheckChanged(System.Web.UI.WebControls.TreeNodeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeCheckChanged" /> event of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.TreeNodeEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.OnTreeNodeCollapsed(System.Web.UI.WebControls.TreeNodeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeCollapsed" /> event of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.TreeNodeEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.OnTreeNodeDataBound(System.Web.UI.WebControls.TreeNodeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeDataBound" /> event of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.TreeNodeEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.OnTreeNodeExpanded(System.Web.UI.WebControls.TreeNodeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodeExpanded" /> event of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.TreeNodeEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.OnTreeNodePopulate(System.Web.UI.WebControls.TreeNodeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.TreeView.TreeNodePopulate" /> event of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.TreeNodeEventArgs" /> that contains event data. </param> </member> <member name="P:System.Web.UI.WebControls.TreeView.ParentNodeStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object that allows you to set the appearance of parent nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> that represents the style of the parent nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" />. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.PathSeparator"> <summary> Gets or sets the character that is used to delimit the node values that are specified by the <see cref="P:System.Web.UI.WebControls.TreeNode.ValuePath" /> property. </summary> <returns> The character used to delimit the node values specified in the <see cref="P:System.Web.UI.WebControls.TreeNode.ValuePath" /> property. The default is a slash mark (/). </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.PerformDataBinding"> <summary> Creates all the nodes based on the data source. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeView.PopulateNodesFromClient"> <summary> Gets or sets a value indicating whether node data is populated on demand from the client. </summary> <returns>true to populate tree node data on demand from the client; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.RaiseCallbackEvent(System.String)"> <summary> Raises the callback event using the specified arguments. </summary> <param name="eventArgument"> A string that represents an optional event argument to pass to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.RaisePostBackEvent(System.String)"> <summary> Enables the <see cref="T:System.Web.UI.WebControls.TreeView" /> control to process an event that is raised when a form is posted to the server. The <see cref="M:System.Web.UI.WebControls.TreeView.RaisePostBackEvent(System.String)" /> method is a helper method for the <see cref="M:System.Web.UI.WebControls.TreeView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" /> method. </summary> <param name="eventArgument"> A string that represents an optional event argument to pass to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.RaisePostDataChangedEvent"> <summary> Signals the <see cref="T:System.Web.UI.WebControls.TreeView" /> control to notify the ASP.NET application that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeView.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the HTML opening tag of the control to the specified writer. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the nodes in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream used to write content to a Web page. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the HTML closing tag of the control to the specified writer. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.TreeView.RootNodeStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object that allows you to set the appearance of the root node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> that represents the style of the root node in the <see cref="T:System.Web.UI.WebControls.TreeView" />. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.SaveViewState"> <summary> Saves the state of the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> The server control's current view state; otherwise, null, if there is no view state associated with the control. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.SelectedNode"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.TreeNode" /> object that represents the selected node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TreeNode" /> that represents the selected node in the <see cref="T:System.Web.UI.WebControls.TreeView" />. </returns> </member> <member name="E:System.Web.UI.WebControls.TreeView.SelectedNodeChanged"> <summary> Occurs when a node is selected in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeView.SelectedNodeStyle"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> object that controls the appearance of the selected node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TreeNodeStyle" /> that represents the style of the selected node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. The default is null, which indicates that the <see cref="P:System.Web.UI.WebControls.TreeView.SelectedNodeStyle" /> property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.SelectedValue"> <summary> Gets the value of the selected node. </summary> <returns> The value of the selected node. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.SetNodeDataBound(System.Web.UI.WebControls.TreeNode,System.Boolean)"> <summary> Allows a derived class to set whether the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> control is data-bound. </summary> <param name="node"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> to set. </param> <param name="dataBound">true to set the node as data-bound; otherwise, false. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.SetNodeDataItem(System.Web.UI.WebControls.TreeNode,System.Object)"> <summary> Allows a derived class to set the data item for the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> control. </summary> <param name="node"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> to set. </param> <param name="dataItem"> The data item for the <see cref="T:System.Web.UI.WebControls.TreeNode" />. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.SetNodeDataPath(System.Web.UI.WebControls.TreeNode,System.String)"> <summary> Allows a derived class to set the data path for the specified <see cref="T:System.Web.UI.WebControls.TreeNode" /> control. </summary> <param name="node"> The <see cref="T:System.Web.UI.WebControls.TreeNode" /> to set. </param> <param name="dataPath"> The data path for the <see cref="T:System.Web.UI.WebControls.TreeNode" />. </param> </member> <member name="P:System.Web.UI.WebControls.TreeView.ShowCheckBoxes"> <summary> Gets or sets a value indicating which node types will display a check box in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> A bitwise combination of the <see cref="T:System.Web.UI.WebControls.TreeNodeTypes" /> values. The default is TreeNodeType.None. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The bitwise combination value is outside the range of the <see cref="T:System.Web.UI.WebControls.TreeNodeTypes" /> enumeration. </exception> </member> <member name="P:System.Web.UI.WebControls.TreeView.ShowExpandCollapse"> <summary> Gets or sets a value indicating whether expansion node indicators are displayed. </summary> <returns>true to show the expansion node indicators; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.ShowLines"> <summary> Gets or sets a value indicating whether lines connecting child nodes to parent nodes are displayed. </summary> <returns>true to display lines connecting nodes; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.SkipLinkText"> <summary> Gets or sets a value that is used to render alternate text for screen readers to skip the content for the control. </summary> <returns> A string that the <see cref="T:System.Web.UI.WebControls.TreeView" /> renders as alternate text with an invisible image as a hint to screen readers. The default is "Skip Navigation Links." </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.System#Web#UI#ICallbackEventHandler#GetCallbackResult"> <summary> Returns the result of a callback event that targets a control. </summary> <returns> The results of the callback. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.System#Web#UI#ICallbackEventHandler#RaiseCallbackEvent(System.String)"> <summary> Raises the callback event using the specified arguments. </summary> <param name="eventArgument"> A string that represents an optional event argument to pass to the event handler. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes postback data for the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns>true, if the <see cref="T:System.Web.UI.WebControls.TreeView" /> control's state changes as a result of the postback event; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming name values. </param> </member> <member name="M:System.Web.UI.WebControls.TreeView.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> Signals the <see cref="T:System.Web.UI.WebControls.TreeView" /> control to notify the ASP.NET application that the state of the control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.TreeView.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Enables the <see cref="T:System.Web.UI.WebControls.TreeView" /> control to process an event that is raised when a form is posted to the server. </summary> <param name="eventArgument"> A string that represents an optional event argument to pass to the event handler. </param> </member> <member name="P:System.Web.UI.WebControls.TreeView.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value for the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> <returns> Always returns a <see cref="F:System.Web.UI.HtmlTextWriterTag.Div" /> value. </returns> </member> <member name="P:System.Web.UI.WebControls.TreeView.Target"> <summary> Gets or sets the target window or frame in which to display the Web page content that is associated with a node. </summary> <returns> The target window or frame in which to display the linked Web page content. Values must begin with a letter in the range of A through Z (case insensitive), except for certain special values that begin with an underscore, as shown in the following table. Target value Renders the content in _blank A new window without frames. _parent The immediate frameset parent. _search The search pane. _self The frame with focus. _top The full window without frames. Note: Check your browser documentation to determine if the _search value is supported. For example, Microsoft Internet Explorer 5.0 and later supports the _search target value. The default is an empty string (""), which refreshes the window or frame with focus. </returns> </member> <member name="M:System.Web.UI.WebControls.TreeView.TrackViewState"> <summary> Tracks view-state changes to the <see cref="T:System.Web.UI.WebControls.TreeView" /> control so that they can be stored in the <see cref="T:System.Web.UI.StateBag" /> object for the control. This <see cref="T:System.Web.UI.StateBag" /> is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="E:System.Web.UI.WebControls.TreeView.TreeNodeCheckChanged"> <summary> Occurs when a check box in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control changes state between posts to the server. </summary> </member> <member name="E:System.Web.UI.WebControls.TreeView.TreeNodeCollapsed"> <summary> Occurs when a node is collapsed in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.TreeView.TreeNodeDataBound"> <summary> Occurs when a data item is bound to a node in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.TreeView.TreeNodeExpanded"> <summary> Occurs when a node is expanded in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="E:System.Web.UI.WebControls.TreeView.TreeNodePopulate"> <summary> Occurs when a node with its <see cref="P:System.Web.UI.WebControls.TreeNode.PopulateOnDemand" /> property set to true is expanded in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.TreeView.Visible"> <summary> Gets or sets a value indicating whether the control is rendered as UI on the page. </summary> <returns>true, if the control is visible on the page; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.TreeViewImageSet"> <summary> Represents an image set to use in the <see cref="T:System.Web.UI.WebControls.TreeView" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Custom"> <summary> A user-defined set of images. This is the default value of the <see cref="P:System.Web.UI.WebControls.TreeView.ImageSet" />. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.XPFileExplorer"> <summary> A predefined set of Windows Explorer for Microsoft Windows XP–styled images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Msdn"> <summary> A predefined set of Microsoft MSDN developer program–styled images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.WindowsHelp"> <summary> A predefined set of Microsoft Windows Help–styled images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Simple"> <summary> A predefined set of simple-shaped outline images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Simple2"> <summary> A predefined set of filled simple-shaped images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.BulletedList"> <summary> A predefined set of diamond-shaped bullet images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.BulletedList2"> <summary> A predefined set of square-shaped bullet images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.BulletedList3"> <summary> A predefined set of sectioned, diamond shaped bullet images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.BulletedList4"> <summary> A predefined set of alternate sectioned, diamond shaped bullet images in sizes that vary by level. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Arrows"> <summary> A predefined set of arrow images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.News"> <summary> A predefined set of newsgroup-styled images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Contacts"> <summary> A predefined set of MSN Messenger–styled images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Inbox"> <summary> A predefined set of e-mail–styled images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Events"> <summary> A predefined set of event log–styled images. </summary> </member> <member name="F:System.Web.UI.WebControls.TreeViewImageSet.Faq"> <summary> A predefined set of FAQ-styled images. </summary> </member> <member name="T:System.Web.UI.WebControls.Unit"> <summary> Represents a length measurement. </summary> </member> <member name="M:System.Web.UI.WebControls.Unit.#ctor(System.Double)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Unit" /> structure with the specified double precision floating point number. </summary> <param name="value"> A double precision floating point number that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" /> in pixels. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="value" /> is not between -32768 and 32767. </exception> </member> <member name="M:System.Web.UI.WebControls.Unit.#ctor(System.Double,System.Web.UI.WebControls.UnitType)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Unit" /> structure with the specified double precision floating point number and <see cref="T:System.Web.UI.WebControls.UnitType" />. </summary> <param name="value"> A double precision floating point number that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </param> <param name="type"> One of the <see cref="T:System.Web.UI.WebControls.UnitType" /> enumeration values. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="value" /> is not between -32768 and 32767. </exception> </member> <member name="M:System.Web.UI.WebControls.Unit.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Unit" /> structure with the specified 32-bit signed integer. </summary> <param name="value"> A 32-bit signed integer that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" /> in pixels. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="value" /> is not between -32768 and 32767. </exception> </member> <member name="M:System.Web.UI.WebControls.Unit.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Unit" /> structure with the specified length. </summary> <param name="value"> A string that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified length is not between -32768 and 32767. </exception> <exception cref="T:System.FormatException"> <paramref name="value" /> is not a valid CSS-compliant unit expression. </exception> </member> <member name="M:System.Web.UI.WebControls.Unit.#ctor(System.String,System.Globalization.CultureInfo)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Unit" /> structure with the specified length and <see cref="T:System.Globalization.CultureInfo" />. </summary> <param name="value"> A string that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that represents the culture. </param> <exception cref="T:System.ArgumentOutOfRangeException"> The specified length is not between -32768 and 32767. </exception> <exception cref="T:System.FormatException"> <paramref name="value" /> is not a valid CSS-compliant unit expression. </exception> </member> <member name="F:System.Web.UI.WebControls.Unit.Empty"> <summary> Represents an empty <see cref="T:System.Web.UI.WebControls.Unit" />. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.Unit.Equals(System.Object)"> <summary> Compares this <see cref="T:System.Web.UI.WebControls.Unit" /> with the specified object. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.Unit" /> that this method is called from is equal to the specified object; otherwise, false. </returns> <param name="obj"> The object for comparison. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.GetHashCode"> <summary> Returns a hash code for this <see cref="T:System.Web.UI.WebControls.Unit" />. </summary> <returns> A 32-bit signed integer that is the hash code for this instance. </returns> </member> <member name="P:System.Web.UI.WebControls.Unit.IsEmpty"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.Unit" /> is empty. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.Unit" /> is empty; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.Unit.op_Equality(System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit)"> <summary> Compares two <see cref="T:System.Web.UI.WebControls.Unit" /> objects to determine whether they are equal. </summary> <returns>true if both <see cref="T:System.Web.UI.WebControls.Unit" /> objects are equal; otherwise, false. </returns> <param name="left"> The <see cref="T:System.Web.UI.WebControls.Unit" /> on the left side of the operator. </param> <param name="right"> The <see cref="T:System.Web.UI.WebControls.Unit" /> on the right side of the operator. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.op_Implicit(System.Int32)~System.Web.UI.WebControls.Unit"> <summary> Implicitly creates a <see cref="T:System.Web.UI.WebControls.Unit" /> of type <see cref="F:System.Web.UI.WebControls.UnitType.Pixel" /> from the specified 32-bit unsigned integer. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> of type <see cref="F:System.Web.UI.WebControls.UnitType.Pixel" /> that represents the 32-bit unsigned integer specified by the <paramref name="n" /> parameter. </returns> <param name="n"> A 32-bit signed integer that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.op_Inequality(System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit)"> <summary> Compares two <see cref="T:System.Web.UI.WebControls.Unit" /> objects to determine whether they are not equal. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.Unit" /> objects are not equal; otherwise, false. </returns> <param name="left"> The <see cref="T:System.Web.UI.WebControls.Unit" /> on the left side of the operator. </param> <param name="right"> The <see cref="T:System.Web.UI.WebControls.Unit" /> on the right side of the operator. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.Parse(System.String)"> <summary> Converts the specified string to a <see cref="T:System.Web.UI.WebControls.Unit" />. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the specified string. </returns> <param name="s"> The string to convert. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.Parse(System.String,System.Globalization.CultureInfo)"> <summary> Converts the specified string and <see cref="T:System.Globalization.CultureInfo" /> to a <see cref="T:System.Web.UI.WebControls.Unit" />. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the specified string. </returns> <param name="s"> The string to convert. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that represents the culture. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.Percentage(System.Double)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.Unit" /> of type <see cref="F:System.Web.UI.WebControls.UnitType.Percentage" /> from the specified double-precision floating-point number. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> of type <see cref="F:System.Web.UI.WebControls.UnitType.Percentage" /> that represents the length specified by the double-precision floating-point number. </returns> <param name="n"> A double-precision floating-point number that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.Pixel(System.Int32)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.Unit" /> of type <see cref="F:System.Web.UI.WebControls.UnitType.Pixel" /> from the specified 32-bit signed integer. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> of type <see cref="F:System.Web.UI.WebControls.UnitType.Pixel" /> that represents the length specified by the <paramref name="n" /> parameter. </returns> <param name="n"> A 32-bit signed integer that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.Point(System.Int32)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.Unit" /> of type <see cref="F:System.Web.UI.WebControls.UnitType.Point" /> from the specified 32-bit signed integer. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> of type <see cref="F:System.Web.UI.WebControls.UnitType.Point" /> that represents the length specified by the 32-bit signed integer. </returns> <param name="n"> A 32-bit signed integer that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.ToString"> <summary> Converts a <see cref="T:System.Web.UI.WebControls.Unit" /> to a <see cref="T:System.String" />. </summary> <returns> A <see cref="T:System.String" /> that represents this <see cref="T:System.Web.UI.WebControls.Unit" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Unit.ToString(System.Globalization.CultureInfo)"> <summary> Converts a <see cref="T:System.Web.UI.WebControls.Unit" /> to a string equivalent in the specified culture. </summary> <returns> A <see cref="T:System.String" /> represents this <see cref="T:System.Web.UI.WebControls.Unit" /> in the culture specified by <paramref name="culture" />. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that represents the culture. </param> </member> <member name="M:System.Web.UI.WebControls.Unit.ToString(System.IFormatProvider)"> <summary> Converts a <see cref="T:System.Web.UI.WebControls.Unit" /> to a string equivalent using the specified format provider. </summary> <returns> A <see cref="T:System.String" /> representing this <see cref="T:System.Web.UI.WebControls.Unit" /> in the format specified by <paramref name="formatProvider" />. </returns> <param name="formatProvider"> An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information. </param> </member> <member name="P:System.Web.UI.WebControls.Unit.Type"> <summary> Gets the unit type of the <see cref="T:System.Web.UI.WebControls.Unit" />. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.UnitType" /> enumeration values. The default is <see cref="F:System.Web.UI.WebControls.UnitType.Pixel" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Unit.Value"> <summary> Gets the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </summary> <returns> A double-precision floating point number that represents the length of the <see cref="T:System.Web.UI.WebControls.Unit" />. </returns> </member> <member name="T:System.Web.UI.WebControls.UnitConverter"> <summary> Converts from a <see cref="T:System.Web.UI.WebControls.Unit" /> object to an object of another data type and from another type to a <see cref="T:System.Web.UI.WebControls.Unit" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.UnitConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.UnitConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.UnitConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Returns a value indicating whether the unit converter can convert from the specified source type. </summary> <returns>true if the source type can be converted from; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> instance that specifies the context of the object to convert. </param> <param name="sourceType"> The type of the source. </param> </member> <member name="M:System.Web.UI.WebControls.UnitConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Returns a value indicating whether the converter can convert a <see cref="T:System.Web.UI.WebControls.Unit" /> object to the specified type. </summary> <returns>true if the converter supports converting a <see cref="T:System.Web.UI.WebControls.Unit" /> object to the destination type; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that indicates the context of the object to convert. </param> <param name="destinationType"> The <see cref="T:System.Type" /> that represents the data type to convert to. </param> </member> <member name="M:System.Web.UI.WebControls.UnitConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Performs type conversion from the specified context, object, and argument list. </summary> <returns> The object resulting from conversion. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> instance that indicates the context of the object to convert. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that represents information about a culture such as language, calendar system, and so on. This parameter is not used in this method. It is reserved for future versions of this method. You can optionally pass null for this parameter. </param> <param name="value"> The object to convert. </param> </member> <member name="M:System.Web.UI.WebControls.UnitConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Performs type conversion to the specified destination type given the specified context, object and argument list. </summary> <returns> The object resulting from conversion. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> instance that indicates the context of the object to convert. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that represents information about a culture such as language, calendar system, and so on. This parameter is not used in this method. It is reserved for future versions of this method. You can optionally pass null for this parameter. </param> <param name="value"> The object to convert. </param> <param name="destinationType"> The type to convert to. </param> </member> <member name="T:System.Web.UI.WebControls.UnitType"> <summary> Specifies the unit of measurement. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Pixel"> <summary> Measurement is in pixels. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Point"> <summary> Measurement is in points. A point represents 1/72 of an inch. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Pica"> <summary> Measurement is in picas. A pica represents 12 points. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Inch"> <summary> Measurement is in inches. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Mm"> <summary> Measurement is in millimeters. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Cm"> <summary> Measurement is in centimeters. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Percentage"> <summary> Measurement is a percentage relative to the parent element. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Em"> <summary> Measurement is relative to the height of the parent element's font. </summary> </member> <member name="F:System.Web.UI.WebControls.UnitType.Ex"> <summary> Measurement is relative to the height of the lowercase letter x of the parent element's font. </summary> </member> <member name="T:System.Web.UI.WebControls.ValidatedControlConverter"> <summary> Converts a control on the Web Forms page that can be validated with a validation control to a string containing the control's ID. </summary> </member> <member name="M:System.Web.UI.WebControls.ValidatedControlConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ValidatedControlConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ValidatedControlConverter.FilterControl(System.Web.UI.Control)"> <summary> Returns a value indicating whether the specified control should be added to the list of controls that can be validated. </summary> <returns>true if the control should be added to the list of controls that can be validated; otherwise, false. </returns> <param name="control"></param> </member> <member name="T:System.Web.UI.WebControls.ValidationCompareOperator"> <summary> Specifies the validation comparison operators used by the <see cref="T:System.Web.UI.WebControls.CompareValidator" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationCompareOperator.Equal"> <summary> A comparison for equality. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationCompareOperator.NotEqual"> <summary> A comparison for inequality. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationCompareOperator.GreaterThan"> <summary> A comparison for greater than. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationCompareOperator.GreaterThanEqual"> <summary> A comparison for greater than or equal to. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationCompareOperator.LessThan"> <summary> A comparison for less than. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationCompareOperator.LessThanEqual"> <summary> A comparison for less than or equal to. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationCompareOperator.DataTypeCheck"> <summary> A comparison for data type only. </summary> </member> <member name="T:System.Web.UI.WebControls.ValidationDataType"> <summary> Specifies the validation data types used by the <see cref="T:System.Web.UI.WebControls.CompareValidator" /> and <see cref="T:System.Web.UI.WebControls.RangeValidator" /> controls. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationDataType.String"> <summary> A string data type. The value is treated as a <see cref="T:System.String" />. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationDataType.Integer"> <summary> A 32-bit signed integer data type. The value is treated as a <see cref="T:System.Int32" />. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationDataType.Double"> <summary> A double precision floating point number data type. The value is treated as a <see cref="T:System.Double" />. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationDataType.Date"> <summary> A date data type. Only numeric dates are allowed. The time portion cannot be specified. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationDataType.Currency"> <summary> A monetary data type. The value is treated as a <see cref="T:System.Decimal" />. However, currency and grouping symbols are still allowed. </summary> </member> <member name="T:System.Web.UI.WebControls.ValidationSummary"> <summary> Displays a summary of all validation errors inline on a Web page, in a message box, or both. </summary> </member> <member name="M:System.Web.UI.WebControls.ValidationSummary.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.ValidationSummary.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds attributes to the HTML tags generated for this control. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> </member> <member name="P:System.Web.UI.WebControls.ValidationSummary.DisplayMode"> <summary> Gets or sets the display mode of the validation summary. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ValidationSummaryDisplayMode" /> values. The default is BulletList. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The display mode is not one of the <see cref="T:System.Web.UI.WebControls.ValidationSummaryDisplayMode" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.ValidationSummary.EnableClientScript"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control updates itself using client-side script. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control updates itself using client-side script; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.ValidationSummary.ForeColor"> <summary> Gets or sets the foreground color of the control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the foreground color of the control. The default is Red. </returns> </member> <member name="P:System.Web.UI.WebControls.ValidationSummary.HeaderText"> <summary> Gets or sets the header text displayed at the top of the summary. </summary> <returns> The header text displayed at the top of the summary. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.ValidationSummary.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.ValidationSummary.Render(System.Web.UI.HtmlTextWriter)"> <summary> Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary> <param name="writer"> The output stream that renders HTML content to the client. </param> </member> <member name="P:System.Web.UI.WebControls.ValidationSummary.ShowMessageBox"> <summary> Gets or sets a value indicating whether the validation summary is displayed in a message box. </summary> <returns>true if the validation summary is to be displayed in a message box; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.ValidationSummary.ShowSummary"> <summary> Gets or sets a value indicating whether the validation summary is displayed inline. </summary> <returns>true if the validation summary is displayed inline; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.ValidationSummary.ValidationGroup"> <summary> Gets or sets the group of controls for which the <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> object displays validation messages. </summary> <returns> The group of controls for which the <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> object displays validation messages. </returns> </member> <member name="T:System.Web.UI.WebControls.ValidationSummaryDisplayMode"> <summary> Specifies the validation summary display mode used by the <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationSummaryDisplayMode.List"> <summary> Validation summary displayed in a list. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationSummaryDisplayMode.BulletList"> <summary> Validation summary displayed in a bulleted list. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidationSummaryDisplayMode.SingleParagraph"> <summary> Validation summary displayed in a single paragraph. </summary> </member> <member name="T:System.Web.UI.WebControls.ValidatorDisplay"> <summary> Specifies the display behavior of error messages in validation controls. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidatorDisplay.None"> <summary> Validator content never displayed inline. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidatorDisplay.Static"> <summary> Validator content physically part of the page layout. </summary> </member> <member name="F:System.Web.UI.WebControls.ValidatorDisplay.Dynamic"> <summary> Validator content dynamically added to the page when validation fails. </summary> </member> <member name="T:System.Web.UI.WebControls.VerticalAlign"> <summary> Specifies the vertical alignment of an object or text in a control. </summary> </member> <member name="F:System.Web.UI.WebControls.VerticalAlign.NotSet"> <summary> Vertical alignment is not set. </summary> </member> <member name="F:System.Web.UI.WebControls.VerticalAlign.Top"> <summary> Text or object is aligned with the top of the enclosing control. </summary> </member> <member name="F:System.Web.UI.WebControls.VerticalAlign.Middle"> <summary> Text or object is aligned with the center of the enclosing control. </summary> </member> <member name="F:System.Web.UI.WebControls.VerticalAlign.Bottom"> <summary> Text or object is aligned with the bottom of the enclosing control. </summary> </member> <member name="T:System.Web.UI.WebControls.View"> <summary> Represents a control that acts as a container for a group of controls within a <see cref="T:System.Web.UI.WebControls.MultiView" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.View.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.View" /> class. </summary> </member> <member name="E:System.Web.UI.WebControls.View.Activate"> <summary> Occurs when the current <see cref="T:System.Web.UI.WebControls.View" /> control becomes the active view. </summary> </member> <member name="E:System.Web.UI.WebControls.View.Deactivate"> <summary> Occurs when the current active <see cref="T:System.Web.UI.WebControls.View" /> control becomes inactive. </summary> </member> <member name="P:System.Web.UI.WebControls.View.EnableTheming"> <summary> Gets or sets a value indicating whether themes apply to this control. </summary> <returns>true to use themes; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.View.OnActivate(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.View.Activate" /> event of the <see cref="T:System.Web.UI.WebControls.View" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.View.OnDeactivate(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.View.Deactivate" /> event of the <see cref="T:System.Web.UI.WebControls.View" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.View.Visible"> <summary> Gets or sets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.View" /> control is visible. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.View" /> control is visible; otherwise, false. The default value is false. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set this property at run time. </exception> </member> <member name="T:System.Web.UI.WebControls.ViewCollection"> <summary> Represents a collection container that enables a <see cref="T:System.Web.UI.WebControls.MultiView" /> control to maintain a list of its child controls. </summary> </member> <member name="M:System.Web.UI.WebControls.ViewCollection.#ctor(System.Web.UI.Control)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ViewCollection" /> class. </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.MultiView" /> control that owns this collection of child controls. </param> </member> <member name="M:System.Web.UI.WebControls.ViewCollection.Add(System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.WebControls.View" /> control to the collection. </summary> <param name="v"> The <see cref="T:System.Web.UI.WebControls.View" /> control to add to the collection. </param> <exception cref="T:System.ArgumentException"> The <paramref name="v" /> parameter does not specify a <see cref="T:System.Web.UI.WebControls.View" /> control. </exception> </member> <member name="M:System.Web.UI.WebControls.ViewCollection.AddAt(System.Int32,System.Web.UI.Control)"> <summary> Adds the specified <see cref="T:System.Web.UI.WebControls.View" /> control to the collection at the specified index location. </summary> <param name="index"> The array index at which to add the <see cref="T:System.Web.UI.WebControls.View" /> control. </param> <param name="v"> The <see cref="T:System.Web.UI.WebControls.View" /> control to add to the collection. </param> <exception cref="T:System.ArgumentException"> The <paramref name="v" /> parameter does not specify a <see cref="T:System.Web.UI.WebControls.View" /> control. </exception> </member> <member name="P:System.Web.UI.WebControls.ViewCollection.Item(System.Int32)"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.View" /> control at the specified index location in the <see cref="T:System.Web.UI.WebControls.ViewCollection" /> collection. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.View" /> control in the <see cref="T:System.Web.UI.WebControls.ViewCollection" />. </returns> <param name="i"> The ordinal index value that specifies the location of the <see cref="T:System.Web.UI.WebControls.View" /> control in the <see cref="T:System.Web.UI.WebControls.ViewCollection" />. </param> </member> <member name="T:System.Web.UI.WebControls.WebColorConverter"> <summary> Converts a predefined color name or an RGB color value to and from a <see cref="T:System.Drawing.Color" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.WebColorConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebColorConverter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebColorConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts the given value to the type of the converter. </summary> <returns> The object resulting from conversion. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that indicates the context of the object to convert. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that represents information about a culture such as language, calendar system, and so on. This parameter is not used in this method. It is reserved for future versions of this method. You can optionally pass in null for this parameter. </param> <param name="value"> The object to convert. </param> </member> <member name="M:System.Web.UI.WebControls.WebColorConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Converts the specified object to a specified type. </summary> <returns> The object resulting from conversion. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> instance that indicates the context of the object to convert. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that represents information about a culture such as language, calendar system, and so on. This parameter is not used in this method. It is reserved for future versions of this method. You can optionally pass in null for this parameter. </param> <param name="value"> The object to convert. </param> <param name="destinationType"> The type to convert to. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="destinationType" /> is null. </exception> </member> <member name="T:System.Web.UI.WebControls.WebControl"> <summary> Serves as the base class that defines the methods, properties and events common to all controls in the <see cref="N:System.Web.UI.WebControls" /> namespace. </summary> </member> <member name="M:System.Web.UI.WebControls.WebControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebControl" /> class that represents a Span HTML tag. </summary> </member> <member name="M:System.Web.UI.WebControls.WebControl.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebControl" /> class using the specified HTML tag. </summary> <param name="tag"> An HTML tag. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.#ctor(System.Web.UI.HtmlTextWriterTag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebControl" /> class using the specified HTML tag. </summary> <param name="tag"> One of the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> values. </param> </member> <member name="P:System.Web.UI.WebControls.WebControl.AccessKey"> <summary> Gets or sets the access key that allows you to quickly navigate to the Web server control. </summary> <returns> The access key for quick navigation to the Web server control. The default value is <see cref="F:System.String.Empty" />, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified access key is neither null, <see cref="F:System.String.Empty" /> nor a single character string. </exception> </member> <member name="M:System.Web.UI.WebControls.WebControl.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Adds HTML attributes and styles that need to be rendered to the specified <see cref="T:System.Web.UI.HtmlTextWriterTag" />. This method is used primarily by control developers. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.ApplyStyle(System.Web.UI.WebControls.Style)"> <summary> Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style to be copied. </param> </member> <member name="P:System.Web.UI.WebControls.WebControl.Attributes"> <summary> Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. </summary> <returns> A <see cref="T:System.Web.UI.AttributeCollection" /> of name and value pairs. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.BackColor"> <summary> Gets or sets the background color of the Web server control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the background color of the control. The default is <see cref="F:System.Drawing.Color.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.BorderColor"> <summary> Gets or sets the border color of the Web control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the border color of the control. The default is <see cref="F:System.Drawing.Color.Empty" />, which indicates that this property is not set. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.BorderStyle"> <summary> Gets or sets the border style of the Web server control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.BorderStyle" /> enumeration values. The default is NotSet. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.BorderWidth"> <summary> Gets or sets the border width of the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the border width of a Web server control. The default value is <see cref="F:System.Web.UI.WebControls.Unit.Empty" />, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentException"> The specified border width is a negative value. </exception> </member> <member name="P:System.Web.UI.WebControls.WebControl.ControlStyle"> <summary> Gets the style of the Web server control. This property is used primarily by control developers. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that encapsulates the appearance properties of the Web server control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.ControlStyleCreated"> <summary> Gets a value indicating whether a <see cref="T:System.Web.UI.WebControls.Style" /> object has been created for the <see cref="P:System.Web.UI.WebControls.WebControl.ControlStyle" /> property. This property is primarily used by control developers. </summary> <returns>true if a <see cref="T:System.Web.UI.WebControls.Style" /> object has been created for the <see cref="P:System.Web.UI.WebControls.WebControl.ControlStyle" /> property; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebControl.CopyBaseAttributes(System.Web.UI.WebControls.WebControl)"> <summary> Copies the properties not encapsulated by the <see cref="P:System.Web.UI.WebControls.WebControl.Style" /> object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. </summary> <param name="controlSrc"> A <see cref="T:System.Web.UI.WebControls.WebControl" /> that represents the source control with properties to be copied to the Web server control that this method is called from. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="controlSrc" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebControl.CreateControlStyle"> <summary> Creates the style object that is used internally by the <see cref="T:System.Web.UI.WebControls.WebControl" /> class to implement all style related properties. This method is used primarily by control developers. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that is used to implement all style-related properties of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.CssClass"> <summary> Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. </summary> <returns> The CSS class rendered by the Web server control on the client. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.Enabled"> <summary> Gets or sets a value indicating whether the Web server control is enabled. </summary> <returns>true if control is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.EnableTheming"> <summary> Gets or sets a value indicating whether themes apply to this control. </summary> <returns>true to use themes; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.Font"> <summary> Gets the font properties associated with the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontInfo" /> that represents the font properties of the Web server control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.ForeColor"> <summary> Gets or sets the foreground color (typically the color of the text) of the Web server control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that represents the foreground color of the control. The default is <see cref="F:System.Drawing.Color.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.HasAttributes"> <summary> Gets a value indicating whether the control has attributes set. </summary> <returns>true if the control has attributes set; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.Height"> <summary> Gets or sets the height of the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the height of the control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty" />. </returns> <exception cref="T:System.ArgumentException"> The height was set to a negative value. </exception> </member> <member name="P:System.Web.UI.WebControls.WebControl.IsEnabled"> <summary> Gets a value indicating whether the control is enabled. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebControl" /> object is enabled; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebControl.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous request that was saved with the <see cref="M:System.Web.UI.WebControls.WebControl.SaveViewState" /> method. </summary> <param name="savedState"> An object that represents the control state to restore. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.MergeStyle(System.Web.UI.WebControls.Style)"> <summary> Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style to be copied. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the control to the specified HTML writer. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the control content. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the contents of the control to the specified writer. This method is used primarily by control developers. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.SaveViewState"> <summary> Saves any state that was modified after the <see cref="M:System.Web.UI.WebControls.Style.TrackViewState" /> method was invoked. </summary> <returns> An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.SkinID"> <summary> Gets or sets the skin to apply to the control. </summary> <returns> The name of the skin to apply to the control. The default is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.ArgumentException"> The skin specified in the <see cref="P:System.Web.UI.WebControls.WebControl.SkinID" /> property does not exist in the theme. </exception> </member> <member name="P:System.Web.UI.WebControls.WebControl.Style"> <summary> Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.CssStyleCollection" /> that contains the HTML style attributes to render on the outer tag of the Web server control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebControl.System#Web#UI#IAttributeAccessor#GetAttribute(System.String)"> <summary> Gets an attribute of the Web control with the specified name. </summary> <returns> The value of the attribute. </returns> <param name="name"> The name of the attribute. </param> </member> <member name="M:System.Web.UI.WebControls.WebControl.System#Web#UI#IAttributeAccessor#SetAttribute(System.String,System.String)"> <summary> Sets an attribute of the Web control to the specified name and value. </summary> <param name="name"> The name component of the attribute's name/value pair. </param> <param name="value"> The value component of the attribute's name/value pair. </param> </member> <member name="P:System.Web.UI.WebControls.WebControl.TabIndex"> <summary> Gets or sets the tab index of the Web server control. </summary> <returns> The tab index of the Web server control. The default is 0, which indicates that this property is not set. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The specified tab index is not between -32768 and 32767. </exception> </member> <member name="P:System.Web.UI.WebControls.WebControl.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that corresponds to this Web server control. This property is used primarily by control developers. </summary> <returns> One of the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration values. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.TagName"> <summary> Gets the name of the control tag. This property is used primarily by control developers. </summary> <returns> The name of the control tag. </returns> </member> <member name="P:System.Web.UI.WebControls.WebControl.ToolTip"> <summary> Gets or sets the text displayed when the mouse pointer hovers over the Web server control. </summary> <returns> The text displayed when the mouse pointer hovers over the Web server control. The default is <see cref="F:System.String.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebControl.TrackViewState"> <summary> Causes the control to track changes to its view state so they can be stored in the object's <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.WebControls.WebControl.Width"> <summary> Gets or sets the width of the Web server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that represents the width of the control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty" />. </returns> <exception cref="T:System.ArgumentException"> The width of the Web server control was set to a negative value. </exception> </member> <member name="T:System.Web.UI.WebControls.Wizard"> <summary> Provides navigation and a user interface (UI) to collect related data across multiple steps. </summary> </member> <member name="M:System.Web.UI.WebControls.Wizard.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Wizard" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.ActiveStep"> <summary> Gets the step in the <see cref="P:System.Web.UI.WebControls.Wizard.WizardSteps" /> collection that is currently displayed to the user. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> that is currently displayed to the user. </returns> <exception cref="T:System.InvalidOperationException"> The corresponding <see cref="P:System.Web.UI.WebControls.Wizard.ActiveStepIndex" /> is less than -1 or greater than the number of <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects in the <see cref="T:System.Web.UI.WebControls.Wizard" />. </exception> </member> <member name="E:System.Web.UI.WebControls.Wizard.ActiveStepChanged"> <summary> Occurs when the user switches to a new step in the control. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.ActiveStepIndex"> <summary> Gets or sets the index of the current <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> object. </summary> <returns> The index of the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> that is currently displayed in the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is higher than the number of wizard steps defined in the <see cref="P:System.Web.UI.WebControls.Wizard.WizardSteps" /> collection. </exception> </member> <member name="M:System.Web.UI.WebControls.Wizard.AllowNavigationToStep(System.Int32)"> <summary> Uses a Boolean value to determine whether the <see cref="P:System.Web.UI.WebControls.Wizard.ActiveStep" /> property can be set to the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> object that corresponds to the index that is passed in. </summary> <returns>false if the index passed in refers to a <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> that has already been accessed and its <see cref="P:System.Web.UI.WebControls.WizardStepBase.AllowReturn" /> property is set to false; otherwise, true. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> object being checked. </param> </member> <member name="E:System.Web.UI.WebControls.Wizard.CancelButtonClick"> <summary> Occurs when the Cancel button is clicked. </summary> </member> <member name="F:System.Web.UI.WebControls.Wizard.CancelButtonID"> <summary> Specifies the identifier for the Cancel button. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.CancelButtonImageUrl"> <summary> Gets or sets the URL of the image displayed for the Cancel button. </summary> <returns> The URL of the image displayed for the Cancel button on the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.CancelButtonStyle"> <summary> Gets a reference to a collection of style properties that define the appearance of the Cancel button. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for Cancel on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.CancelButtonText"> <summary> Gets or sets the text caption that is displayed for the Cancel button. </summary> <returns> The text caption displayed for Cancel on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is "Cancel". The default text for the control is localized based on the current locale for the server. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.CancelButtonType"> <summary> Gets or sets the type of button that is rendered as the Cancel button. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> </member> <member name="F:System.Web.UI.WebControls.Wizard.CancelCommandName"> <summary> Retrieves the command name for the Cancel button. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.CancelDestinationPageUrl"> <summary> Gets or sets the URL that the user is directed to when they click the Cancel button. </summary> <returns> The URL that the user is redirected to when they click Cancel on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.CellPadding"> <summary> Gets or sets the amount of space between the contents of the cell and the cell border. </summary> <returns> The amount of space, in pixels, between the contents of a cell and the cell border. The default is 0. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.CellSpacing"> <summary> Gets or sets the amount of space between cells. </summary> <returns> The amount of space, in pixels, between cells. The default is 0. </returns> </member> <member name="M:System.Web.UI.WebControls.Wizard.CreateChildControls"></member> <member name="M:System.Web.UI.WebControls.Wizard.CreateControlCollection"></member> <member name="M:System.Web.UI.WebControls.Wizard.CreateControlHierarchy"> <summary> Creates the hierarchy of child controls that make up the control. </summary> <exception cref="T:System.InvalidOperationException"> The sidebar template does not contain a <see cref="T:System.Web.UI.WebControls.DataList" /> control. </exception> </member> <member name="M:System.Web.UI.WebControls.Wizard.CreateControlStyle"></member> <member name="F:System.Web.UI.WebControls.Wizard.CustomFinishButtonID"> <summary> Retrieves the identifier for a custom Finish button. This field is static and read-only. </summary> </member> <member name="F:System.Web.UI.WebControls.Wizard.CustomNextButtonID"> <summary> Retrieves the identifier for a custom Next button. This field is static and read-only. </summary> </member> <member name="F:System.Web.UI.WebControls.Wizard.CustomPreviousButtonID"> <summary> Retrieves the identifier for a custom Previous button. This field is static and read-only. </summary> </member> <member name="F:System.Web.UI.WebControls.Wizard.DataListID"> <summary> Retrieves the identifier for the sidebar <see cref="T:System.Web.UI.WebControls.DataList" /> collection. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.DisplayCancelButton"> <summary> Gets or sets a Boolean value indicating whether to display a Cancel button. </summary> <returns>true to display Cancel on the <see cref="T:System.Web.UI.WebControls.Wizard" />; otherwise, false. The default is false. This property cannot be set by themes or style sheet themes. For more information, see <see cref="T:System.Web.UI.ThemeableAttribute" /> and ASP.NET Themes and Skins Overview. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.DisplaySideBar"> <summary> Gets or sets a Boolean value indicating whether to display the sidebar area on the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <returns>true to display the sidebar area on the <see cref="T:System.Web.UI.WebControls.Wizard" />; otherwise, false. The default is true. This property cannot be set by themes or style sheet themes. For more information, see <see cref="T:System.Web.UI.ThemeableAttribute" /> and ASP.NET Themes and Skins Overview. </returns> </member> <member name="E:System.Web.UI.WebControls.Wizard.FinishButtonClick"> <summary> Occurs when the Finish button is clicked. </summary> </member> <member name="F:System.Web.UI.WebControls.Wizard.FinishButtonID"> <summary> Retrieves the identifier for the Finish button. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishCompleteButtonImageUrl"> <summary> Gets or sets the URL of the image that is displayed for the Finish button. </summary> <returns> The URL of the image displayed for Finish on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishCompleteButtonStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the Finish button. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for Finish on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishCompleteButtonText"> <summary> Gets or sets the text caption that is displayed for the Finish button. </summary> <returns> The text caption displayed for Finish on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is "Finish". The default text for the control is localized based on the current locale for the server. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishCompleteButtonType"> <summary> Gets or sets the type of button that is rendered as the Finish button. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishDestinationPageUrl"> <summary> Gets or sets the URL that the user is redirected to when they click the Finish button. </summary> <returns> The URL that the user is redirected to when they click Finish on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishNavigationTemplate"> <summary> Gets or sets the template that is used to display the navigation area on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> step. </summary> <returns> The <see cref="T:System.Web.UI.ITemplate" /> that defines the content for the navigation area for the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is null. </returns> </member> <member name="F:System.Web.UI.WebControls.Wizard.FinishPreviousButtonID"> <summary> Retrieves the identifier for the Previous button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> step. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishPreviousButtonImageUrl"> <summary> Gets or sets the URL of the image that is displayed for the Previous button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> step. </summary> <returns> The URL of the image displayed for Previous on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> of the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishPreviousButtonStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the Previous button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> step. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for Previous on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> of the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishPreviousButtonText"> <summary> Gets or sets the text caption that is displayed for the Previous button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> step. </summary> <returns> The text caption displayed for Previous on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> of the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is "Previous". The default text for the control is localized based on the current locale for the server. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.FinishPreviousButtonType"> <summary> Gets or sets the type of button that is rendered as the Previous button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" /> step. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Wizard.GetDesignModeState"></member> <member name="M:System.Web.UI.WebControls.Wizard.GetHistory"> <summary> Returns a collection of <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects that have been accessed. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> containing the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects that have been accessed. </returns> </member> <member name="M:System.Web.UI.WebControls.Wizard.GetStepType(System.Web.UI.WebControls.WizardStepBase,System.Int32)"> <summary> Returns the <see cref="T:System.Web.UI.WebControls.WizardStepType" /> value for the specified <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> object. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.WizardStepType" /> values. </returns> <param name="wizardStep"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> for which the associated <see cref="T:System.Web.UI.WebControls.WizardStepType" /> is returned. </param> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> for which the associated <see cref="T:System.Web.UI.WebControls.WizardStepType" /> is returned. </param> </member> <member name="P:System.Web.UI.WebControls.Wizard.HeaderStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the header area on the control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for the header area on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.HeaderTemplate"> <summary> Gets or sets the template that is used to display the header area on the control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the template for displaying the header area on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.HeaderText"> <summary> Gets or sets the text caption that is displayed for the header area on the control. </summary> <returns> The text caption displayed for the header area on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.Wizard.LoadControlState(System.Object)"> <param name="state"></param> </member> <member name="M:System.Web.UI.WebControls.Wizard.LoadViewState(System.Object)"> <param name="savedState"></param> <exception cref="T:System.ArgumentException"> <paramref name="savedState" /> is not a valid <see cref="P:System.Web.UI.PageStatePersister.ViewState" /> value. </exception> </member> <member name="F:System.Web.UI.WebControls.Wizard.MoveCompleteCommandName"> <summary> Retrieves the command name that is associated with the Finish button. This field is static and read-only. </summary> </member> <member name="F:System.Web.UI.WebControls.Wizard.MoveNextCommandName"> <summary> Retrieves the command name that is associated with the Next button. This field is static and read-only. </summary> </member> <member name="F:System.Web.UI.WebControls.Wizard.MovePreviousCommandName"> <summary> Retrieves the command name that is associated with the Previous button. This field is static and read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.Wizard.MoveTo(System.Web.UI.WebControls.WizardStepBase)"> <summary> Sets the specified <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object as the value for the <see cref="P:System.Web.UI.WebControls.Wizard.ActiveStep" /> property of the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <param name="wizardStep"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to set as the <see cref="P:System.Web.UI.WebControls.Wizard.ActiveStep" />. </param> <exception cref="T:System.ArgumentNullException"> The value of the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object passed in is null. </exception> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.UI.WebControls.Wizard.ActiveStepIndex" /> of the associated <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object passed in is equal to -1. </exception> </member> <member name="F:System.Web.UI.WebControls.Wizard.MoveToCommandName"> <summary> Retrieves the command name that is associated with each of the sidebar buttons. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.NavigationButtonStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the buttons in the navigation area on the control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for the buttons in the navigation area on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.NavigationStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the navigation area on the control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for the navigation area on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="E:System.Web.UI.WebControls.Wizard.NextButtonClick"> <summary> Occurs when the Next button is clicked. </summary> </member> <member name="M:System.Web.UI.WebControls.Wizard.OnActiveStepChanged(System.Object,System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Wizard.ActiveStepChanged" /> event. </summary> <param name="source"> The source of the event. </param> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Wizard.OnBubbleEvent(System.Object,System.EventArgs)"> <param name="source"></param> <param name="e"></param> </member> <member name="M:System.Web.UI.WebControls.Wizard.OnCancelButtonClick(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Wizard.CancelButtonClick" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Wizard.OnFinishButtonClick(System.Web.UI.WebControls.WizardNavigationEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Wizard.FinishButtonClick" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WizardNavigationEventArgs" /> containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Wizard.OnInit(System.EventArgs)"> <param name="e"></param> </member> <member name="M:System.Web.UI.WebControls.Wizard.OnNextButtonClick(System.Web.UI.WebControls.WizardNavigationEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Wizard.NextButtonClick" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WizardNavigationEventArgs" /> containing the event data. </param> </member> <member name="M:System.Web.UI.WebControls.Wizard.OnPreviousButtonClick(System.Web.UI.WebControls.WizardNavigationEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Wizard.PreviousButtonClick" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WizardNavigationEventArgs" /> containing event data. </param> </member> <member name="M:System.Web.UI.WebControls.Wizard.OnSideBarButtonClick(System.Web.UI.WebControls.WizardNavigationEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.Wizard.SideBarButtonClick" /> event. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WizardNavigationEventArgs" /> containing event data. </param> </member> <member name="E:System.Web.UI.WebControls.Wizard.PreviousButtonClick"> <summary> Occurs when the Previous button is clicked. </summary> </member> <member name="M:System.Web.UI.WebControls.Wizard.RegisterCommandEvents(System.Web.UI.WebControls.IButtonControl)"> <summary> Registers a new instance of the <see cref="T:System.Web.UI.WebControls.CommandEventHandler" /> class for the specified <see cref="T:System.Web.UI.WebControls.IButtonControl" /> object. </summary> <param name="button"> The <see cref="T:System.Web.UI.WebControls.IButtonControl" /> for which the new instance of <see cref="T:System.Web.UI.WebControls.CommandEventHandler" /> is registered. </param> </member> <member name="M:System.Web.UI.WebControls.Wizard.Render(System.Web.UI.HtmlTextWriter)"> <param name="writer"></param> </member> <member name="M:System.Web.UI.WebControls.Wizard.SaveControlState"></member> <member name="M:System.Web.UI.WebControls.Wizard.SaveViewState"></member> <member name="E:System.Web.UI.WebControls.Wizard.SideBarButtonClick"> <summary> Occurs when a button in the sidebar area is clicked. </summary> </member> <member name="F:System.Web.UI.WebControls.Wizard.SideBarButtonID"> <summary> Retrieves the identifier that is associated with each of the sidebar buttons. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.SideBarButtonStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the buttons on the sidebar. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for the buttons on the sidebar of the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.SideBarStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the sidebar area on the control. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for the sidebar area on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.SideBarTemplate"> <summary> Gets or sets the template that is used to display the sidebar area on the control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the template for displaying the sidebar area on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is null. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.SkipLinkText"> <summary> Gets or sets a value that is used to render alternate text that notifies screen readers to skip the content in the sidebar area. </summary> <returns> A string that the <see cref="T:System.Web.UI.WebControls.Wizard" /> renders as alternate text with an invisible image, as a hint to screen readers. The default is "Skip Navigation Links". The default text for the control is localized based on the current locale for the server. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StartNavigationTemplate"> <summary> Gets or sets the template that is used to display the navigation area on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> step of the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the template for displaying the navigation area on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> for the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is null. </returns> </member> <member name="F:System.Web.UI.WebControls.Wizard.StartNextButtonID"> <summary> Retrieves the identifier that is associated with the Next button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> step. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.StartNextButtonImageUrl"> <summary> Gets or sets the URL of the image that is displayed for the Next button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> step. </summary> <returns> The URL of the image displayed for Next on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> of the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StartNextButtonStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the Next button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> step. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for Next on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> of the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StartNextButtonText"> <summary> Gets or sets the text caption that is displayed for the Next button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> step. </summary> <returns> The text caption displayed for Next on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> of the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is "Next". The default text for the control is localized based on the current locale for the server. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StartNextButtonType"> <summary> Gets or sets the type of button that is rendered as the Next button on the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" /> step. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepNavigationTemplate"> <summary> Gets or sets the template that is used to display the navigation area on any <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects other than the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" />, the <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" />, or <see cref="F:System.Web.UI.WebControls.WizardStepType.Complete" /> step. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the template for displaying the navigation area on any <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects of the <see cref="T:System.Web.UI.WebControls.Wizard" /> control other than the <see cref="F:System.Web.UI.WebControls.WizardStepType.Start" />, <see cref="F:System.Web.UI.WebControls.WizardStepType.Finish" />, or <see cref="F:System.Web.UI.WebControls.WizardStepType.Complete" />. The default is null. </returns> </member> <member name="F:System.Web.UI.WebControls.Wizard.StepNextButtonID"> <summary> Retrieves the identifier that is associated with the Next button. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepNextButtonImageUrl"> <summary> Gets or sets the URL of the image that is displayed for the Next button. </summary> <returns> The URL of the image displayed for Next on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepNextButtonStyle"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the Next button. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for Next on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepNextButtonText"> <summary> Gets or sets the text caption that is displayed for the Next button. </summary> <returns> The text caption displayed for Next on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is "Next". The default text for the control is localized based on the current locale for the server. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepNextButtonType"> <summary> Gets or sets the type of button that is rendered as the Next button. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> </member> <member name="F:System.Web.UI.WebControls.Wizard.StepPreviousButtonID"> <summary> Retrieves the identifier that is associated with the Previous button. This field is static and read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepPreviousButtonImageUrl"> <summary> Gets or sets the URL of the image that is displayed for the Previous button. </summary> <returns> The URL of the image displayed for Previous on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepPreviousButtonStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the Previous button. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for Previous on a <see cref="F:System.Web.UI.WebControls.WizardStepType.Step" /> for the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepPreviousButtonText"> <summary> Gets or sets the text caption that is displayed for the Previous button. </summary> <returns> The text caption displayed for Previous on the <see cref="T:System.Web.UI.WebControls.Wizard" />. The default is "Previous". The default text for the control is localized based on the current locale for the server. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepPreviousButtonType"> <summary> Gets or sets the type of button that is rendered as the Previous button. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Button" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.StepStyle"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.Style" /> object that defines the settings for the <see cref="T:System.Web.UI.WebControls.WizardStep" /> objects. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.Style" /> that defines the style settings for the <see cref="T:System.Web.UI.WebControls.WizardStep" /> objects on the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Wizard.TagKey"> <summary> Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that corresponds to the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <returns> An <see cref="T:System.Web.UI.HtmlTextWriterTag" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Wizard.TrackViewState"></member> <member name="P:System.Web.UI.WebControls.Wizard.WizardSteps"> <summary> Gets a collection containing all the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects that are defined for the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> representing all the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects defined for the <see cref="T:System.Web.UI.WebControls.Wizard" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WizardNavigationEventArgs"> <summary> Provides data for the <see cref="P:System.Web.UI.WebControls.WizardNavigationEventArgs.CurrentStepIndex" /> property and the <see cref="P:System.Web.UI.WebControls.WizardNavigationEventArgs.NextStepIndex" /> property for navigation in wizard controls. </summary> </member> <member name="M:System.Web.UI.WebControls.WizardNavigationEventArgs.#ctor(System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WizardNavigationEventArgs" /> class. </summary> <param name="currentStepIndex"> The index of the <see cref="T:System.Web.UI.WebControls.WizardStep" /> object that is currently displayed in the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </param> <param name="nextStepIndex"> The index of the <see cref="T:System.Web.UI.WebControls.WizardStep" /> object that the <see cref="T:System.Web.UI.WebControls.Wizard" /> control will display next. </param> </member> <member name="P:System.Web.UI.WebControls.WizardNavigationEventArgs.Cancel"> <summary> Gets or sets a value indicating whether the navigation to the next step in the wizard should be canceled. </summary> <returns>true if the navigation to the next step should be canceled; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WizardNavigationEventArgs.CurrentStepIndex"> <summary> Gets the index of the <see cref="T:System.Web.UI.WebControls.WizardStep" /> object currently displayed in the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <returns> A zero-based index value that represents the <see cref="T:System.Web.UI.WebControls.WizardStep" /> object that is currently displayed in the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WizardNavigationEventArgs.NextStepIndex"> <summary> Gets a value that represents the index of the <see cref="T:System.Web.UI.WebControls.WizardStep" /> object that the <see cref="T:System.Web.UI.WebControls.Wizard" /> control will display next. </summary> <returns> A zero-based index value that represents the <see cref="T:System.Web.UI.WebControls.WizardStep" /> object that the <see cref="T:System.Web.UI.WebControls.Wizard" /> control will display next. </returns> </member> <member name="T:System.Web.UI.WebControls.WizardNavigationEventHandler"> <summary> Represents the method that will handle navigation events in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> An argument of type <see cref="T:System.Web.UI.WebControls.WizardNavigationEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WizardStep"> <summary> Represents a basic step that is displayed in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WizardStep.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WizardStep" /> class. </summary> </member> <member name="T:System.Web.UI.WebControls.WizardStepBase"> <summary> Implements the basic functionality required by a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.WizardStepBase.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WizardStepBase.AllowReturn"> <summary> Gets or sets a value indicating whether the user is allowed to return to the current step from a subsequent step in a <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </summary> <returns>true if the user is allowed to return to the current step; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WizardStepBase.EnableTheming"> <summary> Gets or sets a value indicating whether themes apply to this control. </summary> <returns>true to use themes; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WizardStepBase.ID"> <summary> Gets or sets the programmatic identifier assigned to the server control. </summary> <returns> The programmatic identifier assigned to the control. </returns> <exception cref="T:System.ArgumentException"> The property was set to an invalid identifier string at design time. -or- The property was set to the same identifier as the containing <see cref="P:System.Web.UI.WebControls.WizardStepBase.Wizard" /> control at design time. -or- The property was set to the same identifier as another step in the containing <see cref="P:System.Web.UI.WebControls.WizardStepBase.Wizard" /> control at design time. </exception> </member> <member name="M:System.Web.UI.WebControls.WizardStepBase.LoadViewState(System.Object)"> <param name="savedState"> An <see cref="T:System.Object" /> that represents the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> control to restore. </param> </member> <member name="P:System.Web.UI.WebControls.WizardStepBase.Name"> <summary> Gets the name associated with a step in a control that acts as a wizard. </summary> <returns> The name associated with a step in a control that acts as a wizard. </returns> </member> <member name="M:System.Web.UI.WebControls.WizardStepBase.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="M:System.Web.UI.Control.OnLoad(System.EventArgs)" /> event. </summary> <param name="e"> The <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WizardStepBase.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Outputs the content of the <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> control's child controls to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.WizardStepBase.StepType"> <summary> Gets or sets the type of navigation user interface (UI) to display for a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.WizardStepType" /> enumeration values. The default value is WizardStepType.Auto. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The selected value is not one of the <see cref="T:System.Web.UI.WebControls.WizardStepType" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.WizardStepBase.Title"> <summary> Gets or sets the title to use for a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control when the sidebar feature is enabled. </summary> <returns> The title to use for a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control when the sidebar feature is enabled. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WizardStepBase.Wizard"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.Wizard" /> control that is the parent of the object derived from <see cref="T:System.Web.UI.WebControls.WizardStepBase" />. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.Wizard" /> control that is the parent of the object derived from <see cref="T:System.Web.UI.WebControls.WizardStepBase" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WizardStepCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects in a control that acts as a wizard. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.Add(System.Web.UI.WebControls.WizardStepBase)"> <summary> Appends the specified <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to the end of the collection. </summary> <param name="wizardStep"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to append to the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object passed in is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.AddAt(System.Int32,System.Web.UI.WebControls.WizardStepBase)"> <summary> Adds the specified <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to the collection at the specified index location. </summary> <param name="index"> The index location at which to insert <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object. </param> <param name="wizardStep"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to append to the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object passed in is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects from the collection. </summary> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.Contains(System.Web.UI.WebControls.WizardStepBase)"> <summary> Determines whether the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection contains a specific <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object is found in the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection; otherwise, false. </returns> <param name="wizardStep"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to find in the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="wizardStep" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.CopyTo(System.Web.UI.WebControls.WizardStepBase[],System.Int32)"> <summary> Copies all the items from a <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects, starting at the specified index in the target array. </summary> <param name="array"> A zero-based array of <see cref="T:System.Web.UI.WebControls.WizardStepBase" /> objects that receives the items copied from the collection. </param> <param name="index"> The position in the target array at which the array starts receiving the copied items. </param> </member> <member name="P:System.Web.UI.WebControls.WizardStepCollection.Count"> <summary> Gets the number of <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects in the <see cref="T:System.Web.UI.WebControls.Wizard" /> control's <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </summary> <returns> The number of <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects in the <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.GetEnumerator"> <summary> Returns an <see cref="T:System.Collections.IEnumerator" />-implemented object that can be used to iterate through the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects in the collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" />-implemented object that contains all the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects in the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </returns> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.IndexOf(System.Web.UI.WebControls.WizardStepBase)"> <summary> Determines the index value that represents the position of the specified <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object in the collection. </summary> <returns> If found, the zero-based index of the first occurrence of the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object passed in within the current <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection; otherwise, -1. </returns> <param name="wizardStep"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to search for in the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object passed in is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.Insert(System.Int32,System.Web.UI.WebControls.WizardStepBase)"> <summary> Inserts the specified <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object into the collection at the specified index location. </summary> <param name="index"> The index location at which to insert the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object. </param> <param name="wizardStep"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to insert into the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </param> </member> <member name="P:System.Web.UI.WebControls.WizardStepCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived objects in the collection can be modified. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection can be modified; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WizardStepCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the collection is synchronized (thread-safe). </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.WizardStepCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object from the collection at the specified index. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object in the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection at the specified index location. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.WizardStep" /> object to retrieve. </param> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.Remove(System.Web.UI.WebControls.WizardStepBase)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object from the collection. </summary> <param name="wizardStep"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to remove from the collection. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object passed in is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object from the collection at the specified location. </summary> <param name="index"> The index of the <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived object to remove. </param> </member> <member name="P:System.Web.UI.WebControls.WizardStepCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the collection. </summary> <returns> An object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </returns> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> Copies all the items from a <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection to a one-dimensional array, starting at the specified index in the target array. </summary> <param name="array"> A zero-based <see cref="T:System.Array" /> that receives the items copied from the <see cref="T:System.Web.UI.WebControls.WizardStepCollection" /> collection. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.System#Collections#IList#Add(System.Object)"> <summary> Appends the specified object to the end of the collection. </summary> <returns> The position into which the new element was inserted. </returns> <param name="value"> The <see cref="T:System.Object" /> to append to the end of the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.System#Collections#IList#Contains(System.Object)"> <summary> Determines whether the collection contains the specified object. </summary> <returns>true if the <see cref="T:System.Object" /> is found in the <see cref="T:System.Collections.IList" />; otherwise false. </returns> <param name="value"> The <see cref="T:System.Object" /> to locate in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.System#Collections#IList#IndexOf(System.Object)"> <summary> Determines the index value that represents the position of the specified object in the collection. </summary> <returns> The index value of the specified object in the collection. </returns> <param name="value"> The object to search for in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.System#Collections#IList#Insert(System.Int32,System.Object)"> <summary> Inserts the specified object in the collection at the specified position. </summary> <param name="index"> The index at which to insert the object into the collection. </param> <param name="value"> The object to insert into the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WizardStepCollection.System#Collections#IList#IsFixedSize"> <summary> Gets a value indicating whether the collection has a fixed size. </summary> <returns>true if the collection has a fixed size; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WizardStepCollection.System#Collections#IList#Item(System.Int32)"> <summary> Gets the object at the specified index in the collection. </summary> <returns> The object to be retrieved. </returns> <param name="index"> The index of the object to get from the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WizardStepCollection.System#Collections#IList#Remove(System.Object)"> <summary> Removes the specified object from the collection. </summary> <param name="value"> The object to remove from the collection. </param> </member> <member name="T:System.Web.UI.WebControls.WizardStepControlBuilder"> <summary> Interacts with the parser to build a <see cref="T:System.Web.UI.WebControls.WizardStepBase" />-derived control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WizardStepControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WizardStepControlBuilder" /> class. </summary> </member> <member name="T:System.Web.UI.WebControls.WizardStepType"> <summary> Specifies the types of navigation UI that can be displayed for a step in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.WizardStepType.Auto"> <summary> The navigation UI that is rendered for the step is determined automatically by the order in which the step is declared. </summary> </member> <member name="F:System.Web.UI.WebControls.WizardStepType.Complete"> <summary> The step is the last one to appear. No navigation buttons are rendered. </summary> </member> <member name="F:System.Web.UI.WebControls.WizardStepType.Finish"> <summary> The step is the final data collection step. Finish and Previous buttons are rendered for navigation. </summary> </member> <member name="F:System.Web.UI.WebControls.WizardStepType.Start"> <summary> The step is the first one to appear. A Next button is rendered but a Previous button is not rendered for this step. </summary> </member> <member name="F:System.Web.UI.WebControls.WizardStepType.Step"> <summary> The step is any step between the Start and the Finish steps. Previous and Next buttons are rendered for navigation. This step type is useful for overriding the <see cref="F:System.Web.UI.WebControls.WizardStepType.Auto" /> step type. </summary> </member> <member name="T:System.Web.UI.WebControls.Xml"> <summary> Displays an XML document without formatting or using Extensible Stylesheet Language Transformations (XSLT). </summary> </member> <member name="M:System.Web.UI.WebControls.Xml.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Xml" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Xml.AddParsedSubObject(System.Object)"> <param name="obj"> An <see cref="T:System.Object" /> that represents the <see cref="T:System.Web.UI.LiteralControl" /> to add. </param> <exception cref="T:System.Web.HttpException"> <paramref name="obj" /> is not of type <see cref="T:System.Web.UI.LiteralControl" />. </exception> </member> <member name="P:System.Web.UI.WebControls.Xml.ClientID"> <summary> Overrides the <see cref="P:System.Web.UI.Control.ClientID" /> property and returns the base server control identifier. </summary> <returns> The server control identifier generated by ASP.NET. </returns> </member> <member name="P:System.Web.UI.WebControls.Xml.Controls"> <summary> Overrides the <see cref="P:System.Web.UI.Control.Controls" /> property and returns the base <see cref="T:System.Web.UI.ControlCollection" /> collection. </summary> <returns> The collection of child controls for the specified server control. </returns> </member> <member name="M:System.Web.UI.WebControls.Xml.CreateControlCollection"> <summary> Creates a new <see cref="T:System.Web.UI.EmptyControlCollection" /> object. </summary> <returns> Always returns an <see cref="T:System.Web.UI.EmptyControlCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.Xml.Document"> <summary> Gets or sets the <see cref="T:System.Xml.XmlDocument" /> to display in the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </summary> <returns> The <see cref="T:System.Xml.XmlDocument" /> to display in the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Xml.DocumentContent"> <summary> Sets a string that contains the XML document to display in the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </summary> <returns> A string that contains the XML document to display in the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Xml.DocumentSource"> <summary> Gets or sets the path to an XML document to display in the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </summary> <returns> The path to an XML document to display in the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.Xml.EnableTheming"> <summary> Overrides the <see cref="P:System.Web.UI.Control.EnableTheming" /> property. This property is not supported by the <see cref="T:System.Web.UI.WebControls.Xml" /> class. </summary> <returns> Always returns false. This property is not supported. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to set the value of this property. </exception> </member> <member name="M:System.Web.UI.WebControls.Xml.FindControl(System.String)"> <summary> Searches the page naming container for the specified server control. </summary> <returns> The specified control; otherwise, null if the specified control does not exist. </returns> <param name="id"> The identifier for the control to be found. </param> </member> <member name="M:System.Web.UI.WebControls.Xml.Focus"> <summary> Overrides the <see cref="M:System.Web.UI.Control.Focus" /> method. This method is not supported by the <see cref="T:System.Web.UI.WebControls.Xml" /> class. </summary> <exception cref="T:System.NotSupportedException"> An attempt is made to invoke this method. </exception> </member> <member name="M:System.Web.UI.WebControls.Xml.GetDesignModeState"> <summary> Gets design-time data for a control. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing the design-time data for the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.Xml.HasControls"> <summary> Determines whether the server control contains any child controls. </summary> <returns>true if the control contains other controls; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.Xml.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the results to the output stream. </summary> <param name="output"></param> </member> <member name="P:System.Web.UI.WebControls.Xml.SkinID"> <summary> Overrides the <see cref="P:System.Web.UI.Control.SkinID" /> property. This property is not supported by the <see cref="T:System.Web.UI.WebControls.Xml" /> class. </summary> <returns> Always returns an empty string (""). This property is not supported. </returns> <exception cref="T:System.NotSupportedException"> An attempt is made to set the value of this property. </exception> </member> <member name="P:System.Web.UI.WebControls.Xml.Transform"> <summary> Gets or sets the <see cref="T:System.Xml.Xsl.XslTransform" /> object that formats the XML document before it is written to the output stream. </summary> <returns> The <see cref="T:System.Xml.Xsl.XslTransform" /> that formats the XML document before it is written to the output stream. </returns> </member> <member name="P:System.Web.UI.WebControls.Xml.TransformArgumentList"> <summary> Gets or sets a <see cref="T:System.Xml.Xsl.XsltArgumentList" /> that contains a list of optional arguments passed to the style sheet and used during the Extensible Stylesheet Language Transformation (XSLT). </summary> <returns> A <see cref="T:System.Xml.Xsl.XsltArgumentList" /> that contains a list of optional arguments passed to the style sheet and used during the XSL Transformation. </returns> </member> <member name="P:System.Web.UI.WebControls.Xml.TransformSource"> <summary> Gets or sets the path to an Extensible Stylesheet Language Transformation (XSLT) style sheet that formats the XML document before it is written to the output stream. </summary> <returns> The path to an XSL Transformation style sheet that formats the XML document before it is written to the output stream. </returns> </member> <member name="P:System.Web.UI.WebControls.Xml.XPathNavigator"> <summary> Gets or sets a cursor model for navigating and editing the XML data associated with the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </summary> <returns> An <see cref="T:System.Xml.XPath.XPathNavigator" /> object. </returns> </member> <member name="T:System.Web.UI.WebControls.XmlBuilder"> <summary> Interacts with the parser to build the <see cref="T:System.Web.UI.WebControls.Xml" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.XmlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.XmlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.XmlBuilder.AppendLiteralString(System.String)"> <summary> Adds literal content to the control. </summary> <param name="s"> The literal content to add to the control. </param> </member> <member name="M:System.Web.UI.WebControls.XmlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> for the <see cref="T:System.Web.UI.WebControls.Xml" /> control's specified child control. </summary> <returns> The <see cref="M:System.Web.UI.ControlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)" /> method is overridden to always return null. </returns> <param name="tagName"> The tag name of the child control. </param> <param name="attribs"> An array of attributes contained in the child control. </param> </member> <member name="M:System.Web.UI.WebControls.XmlBuilder.NeedsTagInnerText"> <summary> Determines whether the <see cref="T:System.Web.UI.WebControls.Xml" /> control needs to get its inner text. </summary> <returns> The <see cref="M:System.Web.UI.ControlBuilder.NeedsTagInnerText" /> method is overridden to always return true. </returns> </member> <member name="M:System.Web.UI.WebControls.XmlBuilder.SetTagInnerText(System.String)"> <summary> Sets the <see cref="T:System.Web.UI.WebControls.Xml" /> control's inner text. </summary> <param name="text"> The value to insert as the inner text. </param> <exception cref="T:System.Xml.XmlException"> The <see cref="T:System.String" /> object passed in is not well-formed XML. </exception> </member> <member name="T:System.Web.UI.WebControls.XmlDataSource"> <summary> Represents an XML data source to data-bound controls. </summary> </member> <member name="M:System.Web.UI.WebControls.XmlDataSource.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.CacheDuration"> <summary> Gets or sets the length of time, in seconds, that the data source control caches data it has retrieved. </summary> <returns> The number of seconds that the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control caches the results of a data retrieval operation. The default value is 0. </returns> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.CacheExpirationPolicy"> <summary> Gets or sets the cache expiration policy that is combined with the cache duration to describe the caching behavior of the cache that the data source control uses. </summary> <returns> One of the <see cref="T:System.Web.UI.DataSourceCacheExpiry" /> values. The default cache expiration policy setting is <see cref="F:System.Web.UI.DataSourceCacheExpiry.Absolute" />. </returns> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.CacheKeyDependency"> <summary> Gets or sets a user-defined key dependency that is linked to all data cache objects created by the data source control. All cache objects explicitly expire when the key expires. </summary> <returns> A key that identifies all cache objects created by the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.Data"> <summary> Gets or sets a block of XML data that the data source control binds to. </summary> <returns> A string of inline XML data that the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control binds to. The default value is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The document is loading. </exception> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.DataFile"> <summary> Specifies the file name of an XML file that the data source binds to. </summary> <returns> The absolute physical path or relative path of the XML file that contains data that the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control represents. The default value is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The document is loading. </exception> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.EnableCaching"> <summary> Gets or sets a value indicating whether the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control has data caching enabled. </summary> <returns>true if data caching is enabled for the data source control; otherwise, false. The default value is true. </returns> </member> <member name="M:System.Web.UI.WebControls.XmlDataSource.GetHierarchicalView(System.String)"> <summary> Gets the data source view object for the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. The <paramref name="viewPath" /> parameter can be an XPath expression. </summary> <returns> Returns an <see cref="T:System.Web.UI.WebControls.XmlHierarchicalDataSourceView" /> object that represents a single view of the data starting with the data node identified by <paramref name="viewPath" />. </returns> <param name="viewPath"> An XPath expression that identifies a node from which the current hierarchical view is built. </param> </member> <member name="M:System.Web.UI.WebControls.XmlDataSource.GetXmlDocument"> <summary> Loads the XML data into memory, either directly from the underlying data storage or from the cache, and returns it in the form of an <see cref="T:System.Xml.XmlDataDocument" /> object. </summary> <returns> An <see cref="T:System.Xml.XmlDataDocument" /> object that represents the XML specified in the <see cref="P:System.Web.UI.WebControls.XmlDataSource.Data" /> property or in the file identified by the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property, with any transformations and <see cref="P:System.Web.UI.WebControls.XmlDataSource.XPath" /> queries applied. </returns> <exception cref="T:System.InvalidOperationException"> A URL is specified for the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property; however, the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control does not have the correct permissions for the Web resource. </exception> <exception cref="T:System.NotSupportedException"> A URL is specified for the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property; however, it is not an HTTP-based URL. - or - A design-time relative path was not mapped correctly by the designer before using the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. - or - Both caching and client impersonation are enabled. The <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control does not support caching when client impersonation is enabled. </exception> <exception cref="T:System.Web.HttpException"> Access is denied to the path specified for the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property. </exception> </member> <member name="M:System.Web.UI.WebControls.XmlDataSource.OnTransforming(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.XmlDataSource.Transforming" /> event before the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control performs an XSLT transformation on its XML data. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.XmlDataSource.Save"> <summary> Saves the XML data currently held in memory by the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control to disk if the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property is set. </summary> <exception cref="T:System.InvalidOperationException"> XML data was loaded using the <see cref="P:System.Web.UI.WebControls.XmlDataSource.Data" /> property instead of the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property. - or - A URL is specified for the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property; however, the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control does not have the correct permissions for the Web resource. </exception> <exception cref="T:System.NotSupportedException"> A URL is specified for the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property; however, it is not an HTTP-based URL. - or - A design-time relative path was not mapped correctly by the designer before using the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. </exception> <exception cref="T:System.Web.HttpException"> Access is denied to the path specified for the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property. </exception> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.System#ComponentModel#IListSource#ContainsListCollection"> <summary> For a description of this member, see <see cref="P:System.ComponentModel.IListSource.ContainsListCollection" />. </summary> <returns>true if the collection is a collection of <see cref="T:System.Collections.IList" /> objects; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.XmlDataSource.System#ComponentModel#IListSource#GetList"> <summary> For a description of this member, see <see cref="M:System.ComponentModel.IListSource.GetList" />. </summary> <returns> An object implementing <see cref="T:System.Collections.IList" /> that can be bound to a data source. </returns> </member> <member name="E:System.Web.UI.WebControls.XmlDataSource.System#Web#UI#IDataSource#DataSourceChanged"> <summary> For a description of this member, see <see cref="E:System.Web.UI.IDataSource.DataSourceChanged" />. </summary> </member> <member name="M:System.Web.UI.WebControls.XmlDataSource.System#Web#UI#IDataSource#GetView(System.String)"> <summary> Gets the named data source view associated with the data source control. </summary> <returns> Returns the named <see cref="T:System.Web.UI.WebControls.XmlDataSourceView" /> object associated with the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. </returns> <param name="viewName"> The name of the view to retrieve. If <see cref="F:System.String.Empty" /> is specified, the default view for the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control is retrieved. </param> </member> <member name="M:System.Web.UI.WebControls.XmlDataSource.System#Web#UI#IDataSource#GetViewNames"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IDataSource.GetViewNames" />. </summary> <returns> An object implementing <see cref="T:System.Collections.ICollection" /> containing names representing the list of view objects associated with the <see cref="T:System.Web.UI.IDataSource" /> object. </returns> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.Transform"> <summary> Gets or sets a block of Extensible Stylesheet Language (XSL) data that defines an XSLT transformation to be performed on the XML data managed by the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. </summary> <returns> A string of inline XSL that defines an XML transformation to be performed on the data contained in the <see cref="P:System.Web.UI.WebControls.XmlDataSource.Data" /> or <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> properties. The default value is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The document is loading. </exception> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.TransformArgumentList"> <summary> Provides a list of XSLT arguments that are used with the style sheet defined by the <see cref="P:System.Web.UI.WebControls.XmlDataSource.Transform" /> or <see cref="P:System.Web.UI.WebControls.XmlDataSource.TransformFile" /> properties to perform a transformation on the XML data. </summary> <returns> An <see cref="T:System.Xml.Xsl.XsltArgumentList" /> object that contains XSLT parameters and objects to be applied to XML data when it is loaded by the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.TransformFile"> <summary> Specifies the file name of an Extensible Stylesheet Language (XSL) file (.xsl) that defines an XSLT transformation to be performed on the XML data managed by the <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. </summary> <returns> The absolute physical path or relative path of the XSL style sheet file that defines an XML transformation to be performed on the data contained in the <see cref="P:System.Web.UI.WebControls.XmlDataSource.Data" /> or <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> properties. The default value is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The document is loading. </exception> </member> <member name="E:System.Web.UI.WebControls.XmlDataSource.Transforming"> <summary> Occurs before the style sheet that is defined by the <see cref="P:System.Web.UI.WebControls.XmlDataSource.Transform" /> property or identified by the <see cref="P:System.Web.UI.WebControls.XmlDataSource.TransformFile" /> property is applied to XML data. </summary> </member> <member name="P:System.Web.UI.WebControls.XmlDataSource.XPath"> <summary> Specifies an XPath expression to be applied to the XML data contained by the <see cref="P:System.Web.UI.WebControls.XmlDataSource.Data" /> property or by the XML file indicated by the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property. </summary> <returns> A string that represents an XPath expression that can be used to filter the data contained by the <see cref="P:System.Web.UI.WebControls.XmlDataSource.Data" /> property or by the XML file indicated by the <see cref="P:System.Web.UI.WebControls.XmlDataSource.DataFile" /> property. The default value is <see cref="F:System.String.Empty" />. </returns> <exception cref="T:System.InvalidOperationException"> The document is loading. </exception> </member> <member name="T:System.Web.UI.WebControls.XmlDataSourceView"> <summary> Represents a tabular data source view on XML data for an <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.XmlDataSourceView.#ctor(System.Web.UI.WebControls.XmlDataSource,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.XmlDataSourceView" /> class, and associates the specified <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> with it. </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> that the <see cref="T:System.Web.UI.WebControls.XmlDataSourceView" /> is associated with. </param> <param name="name"> The name of the view. </param> </member> <member name="M:System.Web.UI.WebControls.XmlDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)"> <summary> Retrieves a list of data rows from the underlying XML. </summary> <returns> An <see cref="T:System.Collections.IEnumerable" /> collection of data items. </returns> <param name="arguments"> A <see cref="T:System.Web.UI.DataSourceSelectArguments" /> object that is used to request operations on the data beyond basic data retrieval. </param> </member> <member name="T:System.Web.UI.WebControls.XmlHierarchicalDataSourceView"> <summary> Represents a data view on an XML node or collection of XML nodes for an <see cref="T:System.Web.UI.WebControls.XmlDataSource" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.XmlHierarchicalDataSourceView.Select"> <summary> Gets a list of the data items from the underlying data source. </summary> <returns> An <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> collection of data items based on the hierarchical level of the current view. </returns> </member> <member name="P:System.Web.UI.WebControls.BoundField.HtmlEncodeFormatString"> <summary> Gets or sets a value that indicates whether formatted text should be HTML encoded when it is displayed. </summary> <returns>true if the text should be HTML-encoded; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.BoundField.LoadViewState(System.Object)"></member> <member name="P:System.Web.UI.WebControls.CheckBoxField.HtmlEncodeFormatString"> <summary> Gets or sets a value that indicates whether the formatted text should be HTML encoded before it is displayed. </summary> <returns>true if the text should be HTML encoded; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.ControlParameter.#ctor(System.String,System.Data.DbType,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ControlParameter" /> class by using the specified parameter name, database type, control ID, and property name. </summary> <param name="name"> The name of the parameter. </param> <param name="dbType"> The data type of the parameter. </param> <param name="controlID"> The name of the control that the parameter is bound to. The default is <see cref="F:System.String.Empty" />. </param> <param name="propertyName"> The name of the property of the control that the parameter is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.CookieParameter.#ctor(System.String,System.Data.DbType,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.CookieParameter" /> class that has the specified name and type and that is bound to the specified HTTP cookie. </summary> <param name="name"> The name of the parameter. </param> <param name="dbType"> The database type that the parameter represents. </param> <param name="cookieName"> The name of the HTTP cookie that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="P:System.Web.UI.WebControls.DataBoundControl.DataSourceObject"></member> <member name="T:System.Web.UI.WebControls.DataBoundControlMode"> <summary> Represents the different data-entry modes for a data-bound control or a particular field in ASP.NET Dynamic Data. </summary> </member> <member name="F:System.Web.UI.WebControls.DataBoundControlMode.ReadOnly"> <summary> Represents the display mode, which prevents the user from modifying the values of a record or a data field. </summary> </member> <member name="F:System.Web.UI.WebControls.DataBoundControlMode.Edit"> <summary> Represents the edit mode, which enables users to update the values of an existing record or data field. </summary> </member> <member name="F:System.Web.UI.WebControls.DataBoundControlMode.Insert"> <summary> Represents the insert mode, which enables users to enter values for a new record or data field. </summary> </member> <member name="P:System.Web.UI.WebControls.DetailsView.EnableModelValidation"></member> <member name="P:System.Web.UI.WebControls.DetailsView.RowsGenerator"></member> <member name="M:System.Web.UI.WebControls.FormParameter.#ctor(System.String,System.Data.DbType,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormParameter" /> class, using the specified string to identify which form variable field to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="dbType"> The database type of the parameter. </param> <param name="formField"> The name of the form variable that the parameter object is bound to. </param> </member> <member name="P:System.Web.UI.WebControls.FormView.EnableModelValidation"> <summary> Gets or sets a value that indicates whether a validator control will handle exceptions that occur during insert or update operations. </summary> <returns>true if a validator control will handle exceptions that occur during insert or update operations; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.ColumnsGenerator"> <summary> Gets or sets the control that will automatically generate the columns for a <see cref="T:System.Web.UI.WebControls.GridView" /> control that uses ASP.NET Dynamic Data features. </summary> <returns> The control that will automatically generate the columns for a <see cref="T:System.Web.UI.WebControls.GridView" /> control that uses ASP.NET Dynamic Data features. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.EnableModelValidation"> <summary> Gets or sets a value that indicates whether a validator control will handle exceptions that occur during insert or update operations. </summary> <returns>true if a validator control will handle exceptions that occur during insert or update operations; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.SelectedPersistedDataKey"> <summary> Gets or sets the data-key value for the persisted selected item in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. </summary> <returns> The data key for the persisted selected item in a <see cref="T:System.Web.UI.WebControls.GridView" /> control. The default is null, which indicates that no item is currently selected. </returns> </member> <member name="P:System.Web.UI.WebControls.GridView.System#Web#UI#WebControls#IPersistedSelector#DataKey"> <summary> For a description of this member, see <see cref="P:System.Web.UI.WebControls.IPersistedSelector.DataKey" />. </summary> <returns> The data-key value for the persisted selected record in a data-bound control. </returns> </member> <member name="T:System.Web.UI.WebControls.IPersistedSelector"> <summary> Provides a property that is used by the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control to enable selecting data in a data-bound control through the query string. </summary> </member> <member name="P:System.Web.UI.WebControls.IPersistedSelector.DataKey"> <summary> Gets or sets the data-key value for the selected record in a data-bound control. </summary> <returns> The data-key value for the selected record in a data-bound control. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.#ctor(System.String,System.Data.DbType)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Parameter" /> class, using the specified name and database type. </summary> <param name="name"> The name of the parameter. </param> <param name="dbType"> The database type of the parameter. </param> </member> <member name="M:System.Web.UI.WebControls.Parameter.#ctor(System.String,System.Data.DbType,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Parameter" /> class, using the specified name, the specified database type, and the specified value for its <see cref="P:System.Web.UI.WebControls.Parameter.DefaultValue" /> property. </summary> <param name="name"> The name of the parameter. </param> <param name="dbType"> The database type of the parameter. </param> <param name="defaultValue"> The default value for the parameter, if the <see cref="T:System.Web.UI.WebControls.Parameter" /> is bound to a value that is not yet initialized when <see cref="M:System.Web.UI.WebControls.Parameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control" />) is called. </param> </member> <member name="M:System.Web.UI.WebControls.Parameter.ConvertDbTypeToTypeCode(System.Data.DbType)"> <summary> Converts a <see cref="T:System.TypeCode" /> object to an equivalent <see cref="T:System.Data.DbType" /> value. </summary> <returns> A <see cref="T:System.Data.DbType" /> value that is equivalent to the specified <see cref="T:System.TypeCode" /> value. </returns> <param name="dbType"> A <see cref="T:System.Data.DbType" /> object to convert to an equivalent <see cref="T:System.TypeCode" /> object. </param> </member> <member name="M:System.Web.UI.WebControls.Parameter.ConvertTypeCodeToDbType(System.TypeCode)"> <summary> Converts a <see cref="T:System.TypeCode" /> value to an equivalent <see cref="T:System.Data.DbType" /> object. </summary> <returns> A <see cref="T:System.Data.DbType" /> value that is equivalent to the specified <see cref="T:System.TypeCode" /> value. </returns> <param name="typeCode"> The <see cref="T:System.TypeCode" /> value to convert to an equivalent <see cref="T:System.Data.DbType" /> value. </param> </member> <member name="P:System.Web.UI.WebControls.Parameter.DbType"> <summary> Gets or sets the database type of the parameter. </summary> <returns> The database type of the <see cref="T:System.Web.UI.WebControls.Parameter" /> instance. The default value is <see cref="T:System.Data.DbType.Object" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Parameter.GetDatabaseType"> <summary> Gets the <see cref="T:System.Data.DbType" /> value that is equivalent to the value of the <see cref="P:System.Web.UI.WebControls.Parameter.Type" /> property. </summary> <exception cref="T:System.InvalidOperationException"> The <see cref="P:System.Web.UI.WebControls.Parameter.DbType" /> property is already set to a value other than <see cref="T:System.Data.DbType.Object" />. </exception> </member> <member name="M:System.Web.UI.WebControls.ParameterCollection.Add(System.String,System.Data.DbType,System.String)"> <summary> Creates a <see cref="T:System.Web.UI.WebControls.Parameter" /> object with the specified name, database type, and default value, and adds it to the end of the collection. </summary> <returns> The index value of the added item. </returns> <param name="name"> The name of the parameter. </param> <param name="dbType"> The database type of the parameter. </param> <param name="value"> The default value for the parameter. </param> </member> <member name="M:System.Web.UI.WebControls.ProfileParameter.#ctor(System.String,System.Data.DbType,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ProfileParameter" /> class, using the specified property name to identify which ASP.NET Profile property to bind to. </summary> <param name="name"> The name of the parameter. </param> <param name="dbType"> The database type that the parameter represents. </param> <param name="propertyName"> The name of the ASP.NET Profile property that the parameter object is bound to. </param> </member> <member name="M:System.Web.UI.WebControls.QueryStringParameter.#ctor(System.String,System.Data.DbType,System.String)"> <summary> Initializes a new named instance of the <see cref="T:System.Web.UI.WebControls.QueryStringParameter" /> class, using the specified query-string field and the data type of the parameter. </summary> <param name="name"> The name of the parameter. </param> <param name="dbType"> The data type of the parameter. </param> <param name="queryStringField"> The name of the query-string field that the parameter object is bound to. The default is an empty string (""). </param> </member> <member name="M:System.Web.UI.WebControls.SessionParameter.#ctor(System.String,System.Data.DbType,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.SessionParameter" /> class, using the specified name and type, and binding the parameter to the specified HTTP cookie. This constructor is for database types. </summary> <param name="name"> The name of the parameter. </param> <param name="dbType"> The database type that the parameter represents. </param> <param name="sessionField"> The name of the <see cref="T:System.Web.SessionState.HttpSessionState" /> name/value pair that the parameter object is bound to. The default is <see cref="F:System.String.Empty" />. </param> </member> <member name="M:System.Web.UI.WebControls.AdRotator.CreateControlCollection"></member> <member name="M:System.Web.UI.WebControls.DropDownList.RenderContents(System.Web.UI.HtmlTextWriter)"></member> <member name="P:System.Web.UI.WebControls.DropDownList.ToolTip"></member> <member name="M:System.Web.UI.WebControls.ListBox.RenderContents(System.Web.UI.HtmlTextWriter)"></member> <member name="P:System.Web.UI.WebControls.ListBox.ToolTip"></member> <member name="P:System.Web.UI.WebControls.ListControl.DataMember"></member> <member name="P:System.Web.UI.WebControls.ListControl.DataSource"></member> <member name="M:System.Web.UI.WebControls.Style.ToString"> <summary> Returns a string that represents the current object. </summary> <returns> A string that represents the current object. </returns> </member> <member name="M:System.Web.UI.WebControls.ValidatedControlConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a collection of standard values for the data type that this converter is designed for. </summary> <returns> A collection that holds a standard set of values, or null if the data type does not support a standard set of values. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context that is used to extract additional information about the environment from which this converter is invoked. </param> </member> <member name="M:System.Web.UI.WebControls.ValidatedControlConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a value that indicates whether the collection of standard values returned by the <see cref="M:System.Web.UI.WebControls.ValidatedControlConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method is an exclusive list of possible values, using the specified context. </summary> <returns>true if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> object that is returned by <see cref="M:System.Web.UI.WebControls.ValidatedControlConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exhaustive list of possible values; false if other values are possible. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context. </param> </member> <member name="M:System.Web.UI.WebControls.ValidatedControlConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a value that indicates whether this object supports a standard set of values that can be picked from a list, using the specified context. </summary> <returns>true if the <see cref="M:System.Web.UI.WebControls.ValidatedControlConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method should be called to find a common set of values the object supports; otherwise, false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context. </param> </member> <member name="T:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter"> <summary> Customizes the behavior of a <see cref="T:System.Web.UI.WebControls.DataBoundControl" /> object with which the adapter is associated for specific browser requests. </summary> </member> <member name="M:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter.Control"> <summary> Retrieves a strongly-typed reference to the <see cref="T:System.Web.UI.WebControls.DataBoundControl" /> object associated with this control adapter. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.DataBoundControl" /> to which this <see cref="T:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter" /> is attached. </returns> </member> <member name="M:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter.PerformDataBinding(System.Collections.IEnumerable)"> <summary> Binds the data in the data source of the associated <see cref="T:System.Web.UI.WebControls.DataBoundControl" /> object to the control adapter. </summary> <param name="data"> An <see cref="T:System.Collections.IEnumerable" /> of <see cref="T:System.Object" /> to be bound to the derived <see cref="T:System.Web.UI.WebControls.DataBoundControl" />. </param> </member> <member name="T:System.Web.UI.WebControls.Adapters.HideDisabledControlAdapter"> <summary> Provides rendering capabilities for the associated Web control to modify the default markup or behavior for a specific browser. </summary> </member> <member name="M:System.Web.UI.WebControls.Adapters.HideDisabledControlAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Adapters.HideDisabledControlAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.Adapters.HideDisabledControlAdapter.Render(System.Web.UI.HtmlTextWriter)"> <summary> Writes the associated Web control to the output stream as HTML. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to build and render the device-specific output. </param> </member> <member name="T:System.Web.UI.WebControls.Adapters.HierarchicalDataBoundControlAdapter"> <summary> Customizes the behavior of a <see cref="T:System.Web.UI.WebControls.HierarchicalDataBoundControl" /> object with which this control adapter is associated, for specific browser requests. </summary> </member> <member name="M:System.Web.UI.WebControls.Adapters.HierarchicalDataBoundControlAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Adapters.HierarchicalDataBoundControlAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.Adapters.HierarchicalDataBoundControlAdapter.Control"> <summary> Retrieves a strongly typed reference to the <see cref="T:System.Web.UI.WebControls.HierarchicalDataBoundControl" /> control associated with this <see cref="T:System.Web.UI.WebControls.Adapters.HierarchicalDataBoundControlAdapter" /> object. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.HierarchicalDataBoundControl" /> associated with the current instance of <see cref="T:System.Web.UI.WebControls.Adapters.HierarchicalDataBoundControlAdapter" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Adapters.HierarchicalDataBoundControlAdapter.PerformDataBinding"> <summary> Binds the data in the data source of the associated hierarchical data-bound control to the adapter. </summary> </member> <member name="T:System.Web.UI.WebControls.Adapters.MenuAdapter"> <summary> Provides the means to modify the behavior of the <see cref="T:System.Web.UI.WebControls.Menu" /> control for specific browsers. </summary> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Adapters.MenuAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.Adapters.MenuAdapter.Control"> <summary> Retrieves a strongly typed reference to the <see cref="T:System.Web.UI.WebControls.Menu" /> control associated with this <see cref="T:System.Web.UI.WebControls.Adapters.MenuAdapter" /> object. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.Menu" /> control associated with the current <see cref="T:System.Web.UI.WebControls.Adapters.MenuAdapter" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.LoadAdapterControlState(System.Object)"> <summary> Loads any control state information that was saved by the <see cref="M:System.Web.UI.WebControls.Adapters.MenuAdapter.SaveAdapterControlState" /> method during a previous request to the page. </summary> <param name="state"> An <see cref="T:System.Object" /> in the form of a dictionary that contains the adapter's state information. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.OnInit(System.EventArgs)"> <summary> Registers the associated <see cref="T:System.Web.UI.WebControls.Menu" /> control as one that requires control state. </summary> <param name="e"> The <see cref="T:System.EventArgs" /> data associated with this event. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.OnPreRender(System.EventArgs)"> <summary> Handles the <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> method for the associated <see cref="T:System.Web.UI.WebControls.Menu" /> control. </summary> <param name="e"> The <see cref="T:System.EventArgs" /> data associated with this event. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.RaisePostBackEvent(System.String)"> <summary> Used to maintain the path of the menu when a postback event is raised. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents the path of the current node in the menu hierarchy. </param> <exception cref="T:System.InvalidOperationException"> The depth of the current node is more than allowed. This can be caused by an invalid declaration, by a change since the last request, or by a forged (spoofed) request. </exception> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Adds tag attributes and writes the markup for the opening tag of the control to the output stream emitted to the browser or device. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> instance containing methods to build and render the device-specific output. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Writes the associated menu items in the associated <see cref="T:System.Web.UI.WebControls.Menu" /> control to the output stream as a series of hyperlinks. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to build and render the device-specific output. </param> <exception cref="T:System.InvalidOperationException"> The depth of the current item is more than allowed. -or- The current item is disabled. </exception> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Creates final markup and writes the markup for the closing tag of the control to the output stream emitted to the browser or device. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> instance containing methods to build and render the device-specific output. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.RenderItem(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.MenuItem,System.Int32)"> <summary> Renders a single menu item as a hyperlink. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> instance containing methods to build and render the device-specific output. </param> <param name="item"> The <see cref="T:System.Web.UI.WebControls.MenuItem" /> object containing the properties to write to the response stream. </param> <param name="position"> The position of the specified <see cref="T:System.Web.UI.WebControls.MenuItem" /> object in the menu hierarchy. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.SaveAdapterControlState"> <summary> Saves any changes to the adapter private control state that have occurred since the page was posted back to the server. </summary> <returns> An <see cref="T:System.Object" /> that contains the adapter's control state information as a <see cref="T:System.Web.UI.StateBag" />. </returns> </member> <member name="M:System.Web.UI.WebControls.Adapters.MenuAdapter.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Enables the <see cref="T:System.Web.UI.WebControls.Adapters.MenuAdapter" /> class to process an event raised when a page is posted back to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that contains an optional event argument to pass to the event handler. </param> </member> <member name="T:System.Web.UI.WebControls.Adapters.WebControlAdapter"> <summary> Customizes rendering for the Web control to which the control adapter is attached, to modify the default markup or behavior for specific browsers. </summary> </member> <member name="M:System.Web.UI.WebControls.Adapters.WebControlAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.Adapters.WebControlAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.Adapters.WebControlAdapter.Control"> <summary> Gets a reference to the Web control to which this control adapter is attached. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebControl" /> to which this <see cref="T:System.Web.UI.WebControls.Adapters.WebControlAdapter" /> is attached. </returns> </member> <member name="P:System.Web.UI.WebControls.Adapters.WebControlAdapter.IsEnabled"> <summary> Gets a value indicating whether the Web control and all its parent controls are enabled. </summary> <returns>true if the associated <see cref="T:System.Web.UI.WebControls.WebControl" /> and all its parent controls are enabled; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.Adapters.WebControlAdapter.Render(System.Web.UI.HtmlTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.WebControlAdapter.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Creates the beginning tag for the Web control in the markup that is transmitted to the target browser. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.WebControlAdapter.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Generates the target-specific inner markup for the Web control to which the control adapter is attached. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> </member> <member name="M:System.Web.UI.WebControls.Adapters.WebControlAdapter.RenderEndTag(System.Web.UI.HtmlTextWriter)"> <summary> Creates the ending tag for the Web control in the markup that is transmitted to the target browser. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> containing methods to render the target-specific output. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.AppearanceEditorPart"> <summary> Provides an editor control that enables end users to edit several user interface (UI) properties on an associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.AppearanceEditorPart.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.AppearanceEditorPart" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.AppearanceEditorPart.ApplyChanges"> <summary> Saves the values from an <see cref="T:System.Web.UI.WebControls.WebParts.AppearanceEditorPart" /> control to the corresponding properties in the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns>true if the action of saving values from the <see cref="T:System.Web.UI.WebControls.WebParts.AppearanceEditorPart" /> control to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is successful; otherwise (if an error occurs), false. </returns> <exception cref="T:System.Exception"> An error occurs when setting the value for any of the following properties on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is being edited: <see cref="P:System.Web.UI.WebControls.WebParts.Part.Title" /><see cref="P:System.Web.UI.WebControls.WebParts.Part.ChromeType" /><see cref="P:System.Web.UI.WebControls.WebParts.WebPart.Direction" /><see cref="P:System.Web.UI.WebControls.WebParts.WebPart.Height" /><see cref="P:System.Web.UI.WebControls.WebParts.WebPart.Width" /><see cref="P:System.Web.UI.WebControls.WebParts.WebPart.Hidden" /></exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.AppearanceEditorPart.DefaultButton"> <summary> Overrides the base property inherited from the <see cref="T:System.Web.UI.WebControls.Panel" /> control to hide the property from designers and prevent it from being affected by themes. Though it is public, this property is used for default rendering of this control and is not intended to be called from developer code. </summary> <returns> A string that contains the ID of the <see cref="T:System.Web.UI.WebControls.Button" /> control that receives the default focus in a <see cref="T:System.Web.UI.WebControls.Panel" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.AppearanceEditorPart.SyncChanges"> <summary> Retrieves the property values from a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control and assigns them to the associated <see cref="T:System.Web.UI.WebControls.WebParts.AppearanceEditorPart" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.AppearanceEditorPart.Title"> <summary> Gets or sets a title for the editor control. </summary> <returns> A string that is used as the title of the control. The default value is a calculated control name supplied by the Web Parts control set. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.BehaviorEditorPart"> <summary> Provides an editor control that enables end users to edit several user interface (UI) properties on an associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.BehaviorEditorPart.#ctor"> <summary> Creates a new instance of the class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.BehaviorEditorPart.ApplyChanges"> <summary> Saves the values from a <see cref="T:System.Web.UI.WebControls.WebParts.BehaviorEditorPart" /> control to the corresponding properties in the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns>true if the action of saving values from the <see cref="T:System.Web.UI.WebControls.WebParts.BehaviorEditorPart" /> control to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is successful; otherwise (if an error occurs), false. </returns> <exception cref="T:System.Exception"> An error occurred when trying to set the value for a property on the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.BehaviorEditorPart.DefaultButton"> <summary> Gets or sets the ID of the default button on the control. </summary> <returns> A string that contains the ID of the default button. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.BehaviorEditorPart.Display"> <summary> Gets a value that indicates whether a control should be displayed when its associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is in edit mode. </summary> <returns> A Boolean value that indicates whether the control should be displayed. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.BehaviorEditorPart.SyncChanges"> <summary> Retrieves the property values from a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control and assigns them to the associated <see cref="T:System.Web.UI.WebControls.WebParts.BehaviorEditorPart" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.BehaviorEditorPart.Title"> <summary> Gets or sets a title for the editor control. </summary> <returns> A string that is used as the title of the control. The default value is a calculated control name supplied by the Web Parts control set. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.CatalogPart"> <summary> Serves as the base class for controls that reside in <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zones, and that provide catalogs of available Web server controls (especially <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls) that users can add to a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPart.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogPart.DisplayTitle"> <summary> Gets a string that contains the actual current title of a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control. </summary> <returns> A string that represents the complete, visible title of the control. The default value is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPart.GetAvailableWebPartDescriptions"> <summary> Returns a collection of descriptions of the available <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a catalog. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection" /> that contains a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> for each control in a catalog. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPart.GetDesignModeState"> <summary> Retrieves the current state of a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control's parent zone. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> that contains the current state of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone that contains a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPart.GetWebPart(System.Web.UI.WebControls.WebParts.WebPartDescription)"> <summary> Retrieves from a catalog the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is referenced by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> object passed to the method. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that is referenced by the object in the <paramref name="description" /> parameter. </returns> <param name="description"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> that contains a reference to a specific <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" />. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPart.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> that contains the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPart.SetDesignModeState(System.Collections.IDictionary)"> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> object that contains the design-time state data for the control. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogPart.WebPartManager"> <summary> Gets a reference to the current instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> class. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> for the current Web page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogPart.Zone"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone that contains a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> that corresponds to the zone that contains the control. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.CatalogPartChrome"> <summary> Enables developers to override the rendering for only the selected sections of <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls in a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartChrome.#ctor(System.Web.UI.WebControls.WebParts.CatalogZoneBase)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartChrome" /> class. </summary> <param name="zone"> The associated <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" />. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> that <paramref name="zone" /> refers to is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartChrome.CreateCatalogPartChromeStyle(System.Web.UI.WebControls.WebParts.CatalogPart,System.Web.UI.WebControls.WebParts.PartChromeType)"> <summary> Creates the style object that supplies style attributes for each <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control rendered by the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartChrome" /> object. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for <paramref name="catalogPart" />. </returns> <param name="catalogPart"> The control that is currently being rendered. </param> <param name="chromeType"> The type of chrome for a particular control; one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> enumeration values. </param> <exception cref="T:System.ArgumentNullException"> The control that <paramref name="catalogPart" /> refers to is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="chromeType" /> is not a <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartChrome.PerformPreRender"> <summary> Performs tasks that must be done prior to rendering <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartChrome.RenderCatalogPart(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.CatalogPart)"> <summary> Renders a complete <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control with all its sections. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the <paramref name="catalogPart" /> content. </param> <param name="catalogPart"> The control currently being rendered. </param> <exception cref="T:System.ArgumentNullException"> The control that <paramref name="catalogPart" /> refers to is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartChrome.RenderPartContents(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.CatalogPart)"> <summary> Renders the main content area of a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control, excluding the header and footer. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the <paramref name="catalogPart" /> content. </param> <param name="catalogPart"> The control currently being rendered. </param> <exception cref="T:System.ArgumentNullException"> The control that <paramref name="catalogPart" /> refers to is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogPartChrome.Zone"> <summary> Gets a reference to the associated <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> that is associated with the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartChrome" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.CatalogPartCollection"> <summary> Contains a collection of <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls used to provide catalogs of Web server controls that end users can add to a Web page. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartCollection.#ctor"> <summary> Initializes a new, empty instance of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartCollection" /> class by passing in an <see cref="T:System.Collections.ICollection" /> collection of <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls. </summary> <param name="catalogParts"> An <see cref="T:System.Collections.ICollection" /> of <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartCollection.#ctor(System.Web.UI.WebControls.WebParts.CatalogPartCollection,System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartCollection" /> class by passing in an <see cref="T:System.Collections.ICollection" /> collection of the existing <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls in a zone, and an additional collection of controls. </summary> <param name="existingCatalogParts"> An <see cref="T:System.Collections.ICollection" /> of existing <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls in a zone. </param> <param name="catalogParts"> An <see cref="T:System.Collections.ICollection" /> of additional <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartCollection.Contains(System.Web.UI.WebControls.WebParts.CatalogPart)"> <summary> Returns a value indicating whether a particular control exists in the collection. </summary> <returns> A Boolean value that indicates whether a particular control is in the collection. </returns> <param name="catalogPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> that is checked to determine whether it is in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartCollection.CopyTo(System.Web.UI.WebControls.WebParts.CatalogPart[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> objects. </summary> <param name="array"> An array of <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> objects to contain the copied collection. </param> <param name="index"> The starting point in the array at which to place the collection contents. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.CatalogPartCollection.Empty"> <summary> References a static, read-only, empty instance of the collection. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogPartCollection.IndexOf(System.Web.UI.WebControls.WebParts.CatalogPart)"> <summary> Returns the position of a particular member of the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> that is a member of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartCollection" />. </returns> <param name="catalogPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> that is a member of the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogPartCollection.Item(System.Int32)"> <summary> Gets or sets a member of the collection, based on its position in the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> at the specified index in the collection. </returns> <param name="index"> The index of a particular <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> in the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogPartCollection.Item(System.String)"> <summary> Returns a member of the collection based on a unique string identifier. </summary> <returns> The first <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> in the collection whose ID equals the value of <paramref name="id" />. </returns> <param name="id"> The unique identifier for a particular <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> in a collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.CatalogZone"> <summary> Serves as the primary control in the Web Parts control set for hosting <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZone.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZone" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZone.CreateCatalogParts"> <summary> Creates an instance of each <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> type that is declared in the zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartCollection" /> with references to all the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls in the zone. </returns> <exception cref="T:System.InvalidOperationException"> The current <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control does not have an ID. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZone.ZoneTemplate"> <summary> Gets or sets a template to contain child controls within a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZone" /> control in page persistence format. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that acts as a container for child controls in the zone. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase"> <summary> Serves as the base class for all zone controls that act as catalogs. Catalogs contain lists of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls that users can add to a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.AddVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to add controls from a catalog to a Web Parts page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to add controls from the catalog to a Web page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.CatalogPartChrome"> <summary> Gets a reference to the instance of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartChrome" /> class associated with the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartChrome" /> that is associated with the zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.CatalogParts"> <summary> Gets a collection of all the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls contained in a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartCollection" /> that contains all the individual <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls in a zone. </returns> <exception cref="T:System.InvalidOperationException"> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> being added to the collection did not have a value assigned to its ID property. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.Close"> <summary> Switches the Web page from catalog display mode to normal browse mode. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.CloseVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to close the catalog user interface (UI) and return the page to normal browse mode. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to close the catalog UI on the Web page. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.CreateCatalogPartChrome"> <summary> Creates an instance of a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartChrome" /> object used to render the peripheral user interface (UI) elements for <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartChrome" /> that renders the peripheral UI elements for the zone. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.CreateCatalogParts"> <summary> Provides a base method declaration that derived zones can override to handle the details of creating the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls contained in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPartCollection" /> that contains the collection of <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls associated with the zone. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.CreateChildControls"> <summary> Creates the set of child controls associated with a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.EmptyZoneText"> <summary> Gets or sets a message that appears when a zone contains no controls. </summary> <returns> A string containing the message that appears in an empty zone. A default culture-specific string is supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.HeaderText"> <summary> Gets or sets the text for the header area of a zone. </summary> <returns> A string that contains the header text for the zone. A default culture-specific string is supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.InstructionText"> <summary> Gets or sets the text in a zone that provides directions for end users. </summary> <returns> A string that contains the directions for end users. A default, culture-specific string is provided by the Web Parts control set. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.InvalidateCatalogParts"> <summary> Destroys the collection of <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls associated with a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.LoadControlState(System.Object)"> <summary> Loads the state from a previous page request for control properties that should persist across postbacks even when view state is disabled on the control. </summary> <param name="savedState"> The previously saved state data. </param> <exception cref="T:System.ArgumentException"> <paramref name="savedState" /> is not a valid control state. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the state of the check boxes that correspond to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in the catalog, when the page is posted back to the server. </summary> <returns> This method, in contrast to the overridden base method, always returns false, because the class does not expose any change event. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of name/value pairs posted to the server. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.LoadViewState(System.Object)"> <summary> Loads previously saved state information for a zone. </summary> <param name="savedState"> The previously saved state data. </param> <exception cref="T:System.ArgumentException"> The size of the <paramref name="savedState" /> object does not equal the size of the current view-state object. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.OnInit(System.EventArgs)"> <summary> Registers the page object so that the page requires control state. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event and registers the page object so that it requires postbacks. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.PartLinkStyle"> <summary> Gets an object that contains style attributes for the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls that are not currently selected in the zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the controls that are not currently selected. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.RaisePostBackEvent(System.String)"> <summary> Carries out the actions associated with one of the zone verbs, or raises an event that posts back to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that contains the argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the zone to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the zone's content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.RenderBody(System.Web.UI.HtmlTextWriter)"> <summary> Overrides the base method to render the body area of a zone derived from the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> class. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the zone's body content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.RenderCatalogPartLinks(System.Web.UI.HtmlTextWriter)"> <summary> Renders the links to the individual <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> controls in a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the contents of the links to the zone's controls. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.RenderFooter(System.Web.UI.HtmlTextWriter)"> <summary> Renders the footer area for a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that renders the footer area for the zone. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.RenderVerbs(System.Web.UI.HtmlTextWriter)"> <summary> Renders the verbs in the footer area of a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> zone. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that renders the verbs for the zone. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.SaveControlState"> <summary> Saves any changes in a <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> control's state that occur after the Web page is posted back to the server. </summary> <returns> An <see cref="T:System.Object" /> that contains the state data for the control. If there have been no changes to the state, the method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.SaveViewState"> <summary> Saves any view-state changes that have occurred after a page was posted back to the server. </summary> <returns> Returns the zone control's current view state. If no view state is associated with the zone, this method returns null. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.SelectedCatalogPartID"> <summary> Gets or sets a string as an identifier for the currently selected <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control in a zone. </summary> <returns> A string that serves as the identifier for the currently selected control. The default is the value of the control's <see cref="P:System.Web.UI.Control.ID" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.SelectedPartLinkStyle"> <summary> Gets an object that contains style attributes for the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogPart" /> control that is currently selected in the zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the control that is currently selected. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.SelectTargetZoneText"> <summary> Gets or sets the text alongside the control in the catalog user interface (UI) that allows users to choose which zone to add their selected controls to. </summary> <returns> A string that contains the text to display alongside the zone selection control. A default culture-specific string is supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.CatalogZoneBase.ShowCatalogIcons"> <summary> Gets or sets a value that indicates whether server controls in the catalog display their associated icons in the catalog. </summary> <returns>true if the icons associated with server controls in the catalog should be displayed; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method by calling the <see cref="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" /> method of the <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZoneBase" /> class. </summary> <returns>true if an event should be raised to indicate that data has changed; otherwise false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of name/value pairs posted to the server. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.CatalogZoneBase.TrackViewState"> <summary> Tracks changes to a zone control's view state. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute"> <summary> Identifies the callback method in a server control acting as the consumer in a Web Parts connection, and enables developers to specify details about the consumer's connection point. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute" /> class, specifying a display name for the consumer connection point. </summary> <param name="displayName"> A string that contains a friendly name for the consumer connection point to display in the user interface (UI). </param> <exception cref="T:System.ArgumentNullException"> <paramref name="displayName" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute" /> class, specifying a display name and an ID for the consumer connection point. </summary> <param name="displayName"> A string that contains a friendly name for the consumer connection point to display in the user interface (UI). </param> <param name="id"> The <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.ID" />, a unique string value assigned to the consumer connection point. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="displayName" /> or <paramref name="id" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.#ctor(System.String,System.String,System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute" /> class, specifying a display name, an ID, and a specific type of connection point object to use for the consumer connection point. </summary> <param name="displayName"> A string that contains a friendly name for the consumer connection point to display in the user interface (UI). </param> <param name="id"> The <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.ID" />, a unique string value assigned to the consumer connection point. </param> <param name="connectionPointType"> A <see cref="T:System.Type" /> that derives from <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" />, and that you want to specify as the type of connection point object to use with a specific callback method. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="displayName" />, <paramref name="id" />, or<paramref name=" connectionPointType" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="connectionPointType" /> is not valid. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.#ctor(System.String,System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute" /> class, specifying a display name and a specific type of connection point object to use for the consumer connection point. </summary> <param name="displayName"> A string that contains a friendly name for the consumer connection point to display in the user interface (UI). </param> <param name="connectionPointType"> A <see cref="T:System.Type" /> that derives from <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" />, and that you want to specify as the type of connection point object to use with a specific callback method. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="displayName" /> or<paramref name=" connectionPointType" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="connectionPointType" /> is not valid. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.AllowsMultipleConnections"> <summary> Gets or sets a value that indicates whether the connection point allows multiple connections. </summary> <returns>true if the connection point accepts multiple connections; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.ConnectionPointType"> <summary> Gets the connection point type of the consumer connection point. </summary> <returns> A <see cref="T:System.Type" /> that indicates the type of the connection point. </returns> <exception cref="T:System.InvalidOperationException"> An invalid connection point type (one that does not derive from the <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> class) was used. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.DisplayName"> <summary> Gets the friendly name of the consumer connection point. </summary> <returns> A string containing a friendly display name for the consumer connection point. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.DisplayNameValue"> <summary> Gets or sets the string used as the value of the <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.DisplayName" /> property, for use in localization scenarios. </summary> <returns> A string that is used as the value of <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.DisplayName" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute.ID"> <summary> Gets a string that represents the unique identity of the consumer connection point. </summary> <returns> The unique ID assigned to the consumer connection point. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection"> <summary> Represents a collection of interfaces for use in Web Parts connections. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> class with the specified collection. </summary> <param name="connectionInterfaces"> A collection of objects to convert into a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" />. </param> <exception cref="T:System.ArgumentException"> An object in <paramref name="connectionInterfaces" /> cannot be added to a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> collection. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection.#ctor(System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection,System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> class by combining the two specified collections. </summary> <param name="existingConnectionInterfaces"> A <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> to combine with the <paramref name="connectionInterfaces" /> object. </param> <param name="connectionInterfaces"> A collection to combine with the <paramref name="existingConnectionInterfaces" /> object. </param> <exception cref="T:System.ArgumentException"> An object in <paramref name="connectionInterfaces" /> cannot be added to a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> collection. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection.Contains(System.Type)"> <summary> Determines whether the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> object contains a specific value. </summary> <returns>true if <paramref name="value" /> is found in the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" />; otherwise, false. </returns> <param name="value"> The type to locate in the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection.CopyTo(System.Type[],System.Int32)"> <summary> Copies the entire <see cref="T:System.Collections.ReadOnlyCollectionBase" /> object to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array. </summary> <param name="array"> The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ReadOnlyCollectionBase" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection.Empty"> <summary> References a static, read-only instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection.IndexOf(System.Type)"> <summary> Searches for the specified object and returns the zero-based index of the first occurrence within the entire <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="value" /> within the entire <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" />, if found; otherwise, -1. </returns> <param name="value"> The type to locate in the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection.Item(System.Int32)"> <summary> Gets the element at the specified index. </summary> <returns> The element at the specified index. </returns> <param name="index"> The zero-based index of the element to get. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.ConnectionPoint"> <summary> Serves as the base class for defining connection point objects that enable the consumer control and the provider control in a Web Parts connection to share data. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionPoint.AllowsMultipleConnections"> <summary> Gets a value that indicates whether a connection point supports multiple simultaneous connections. </summary> <returns>true if the connection point supports multiple connections; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionPoint.ControlType"> <summary> Gets the <see cref="T:System.Type" /> of the server control with which a connection point is associated. </summary> <returns> A <see cref="T:System.Type" /> representing the control type. </returns> </member> <member name="F:System.Web.UI.WebControls.WebParts.ConnectionPoint.DefaultID"> <summary> Represents a string used to identify the default connection point within a collection of connection points associated with a server control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionPoint.DisplayName"> <summary> Gets a string that serves as a friendly display name to represent a connection point in the user interface (UI). </summary> <returns> A string that contains a friendly display name for a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionPoint" /> object. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionPoint.GetEnabled(System.Web.UI.Control)"> <summary> Returns a value that indicates whether a connection point can participate in connections. </summary> <returns>true if the control can create a connection point to participate in a connection; otherwise, false. </returns> <param name="control"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control that is associated with a connection point. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionPoint.ID"> <summary> Gets a string that contains the identifier for a connection point. </summary> <returns> A string that contains the identifier for a connection point. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionPoint.InterfaceType"> <summary> Gets the type of the interface used by a connection point. </summary> <returns> A <see cref="T:System.Type" /> that corresponds to the interface type provided or consumed by a control. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute"> <summary> Identifies the callback method in a server control acting as the provider in a Web Parts connection, and enables developers to specify details about the provider's connection point. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute" /> class, specifying a display name for the provider connection point. </summary> <param name="displayName"> A string that contains a friendly name for the provider connection point to display in the user interface (UI). </param> <exception cref="T:System.ArgumentNullException"> <paramref name="displayName" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute" /> class, specifying a display name and an ID for the provider connection point. </summary> <param name="displayName"> A string that contains a friendly name for the provider connection point to display in the user interface (UI). </param> <param name="id"> The <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.ID" />, a unique string value assigned to the provider connection point. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="displayName" /> or <paramref name="id" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.#ctor(System.String,System.String,System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute" /> class, specifying a display name, an ID, and a specific type of connection point object to use for the provider connection point. </summary> <param name="displayName"> A string that contains a friendly name for the provider connection point to display in the user interface (UI). </param> <param name="id"> The <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.ID" />, a unique string value assigned to the provider connection point. </param> <param name="connectionPointType"> A <see cref="T:System.Type" /> that derives from <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" />, and that you want to specify as the type of connection point object to use with a specific callback method. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="displayName" />, <paramref name="id, " />or<paramref name=" connectionPointType" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="connectionPointType" /> is not valid. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.#ctor(System.String,System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute" /> class, specifying a display name and a specific type of connection point object to use for the provider connection point. </summary> <param name="displayName"> A string that contains a friendly name for the provider connection point to display in the user interface (UI). </param> <param name="connectionPointType"> A <see cref="T:System.Type" /> that derives from <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionPoint" />, and that you want to specify as the type of connection point object to use with a specific callback method. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="displayName" /> or<paramref name=" connectionPointType" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="connectionPointType" /> is not valid. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.AllowsMultipleConnections"> <summary> Gets or sets a value that indicates whether the connection point allows multiple connections. </summary> <returns>true if the connection point accepts multiple connections; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.ConnectionPointType"> <summary> Gets the type of the connection point associated with a provider control. </summary> <returns> A <see cref="T:System.Type" /> that indicates the type of the connection point. </returns> <exception cref="T:System.InvalidOperationException"> An invalid connection point type (one that does not derive from the <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> class) was used. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.DisplayName"> <summary> Gets the friendly name of the provider connection point. </summary> <returns> A string containing a friendly display name for the provider connection point. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.DisplayNameValue"> <summary> Gets or sets the string used as the value of the <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.DisplayName" /> property, for use in localization scenarios. </summary> <returns> A string that is used as the value of <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.DisplayName" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute.ID"> <summary> Gets a string that represents the unique identity of the provider connection point object. </summary> <returns> The unique ID assigned to the provider connection point. The default value is <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ConnectionsZone"> <summary> Provides a user interface (UI) that enables users to form connections between <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> and other server controls that reside in <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zones. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.CancelVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to cancel the process of establishing a connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to cancel the process of connecting two controls. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.Close"> <summary> Closes the connection user interface (UI) created by the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.CloseVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to close the connection user interface (UI) created by the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that allows an end user to close the connection UI. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConfigureConnectionTitle"> <summary> Gets or sets the text displayed as the title of a subsection of the connection user interface (UI) created by a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control. </summary> <returns> A string containing the title for the Configure Connections section. The default title is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConfigureVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object used to open the configuration view in the connection user interface (UI). </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> used to open the Configure Connections section in the connection UI. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConnectToConsumerInstructionText"> <summary> Gets or sets the instructional text displayed in the section of the connection user interface (UI) where users select a consumer connection point that the provider will connect to. </summary> <returns> A string containing the instructions for creating a consumer connection to the provider. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConnectToConsumerText"> <summary> Gets or sets the text of a hyperlink that users click to open a view in which they can choose a consumer control for a connection. </summary> <returns> A string displayed as the text of a hyperlink that opens the view where users select consumers. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConnectToConsumerTitle"> <summary> Gets or sets the title text of the section in the connection user interface (UI) in which users can select a specific consumer to connect with. </summary> <returns> A string serving as the title of the section where users select consumers. The default title is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConnectToProviderInstructionText"> <summary> Gets or sets the instructional text displayed in the section of the connection user interface (UI) where users select a provider connection point that the consumer will connect to. </summary> <returns> A string containing the instructions on creating a provider connection to the consumer. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConnectToProviderText"> <summary> Gets or sets the text of a hyperlink that users click to open a view in which they can choose a provider control for a connection. </summary> <returns> A string displayed as the text of a hyperlink that opens the view where users select providers. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConnectToProviderTitle"> <summary> Gets or sets the title text of the section in the connection user interface (UI) in which users can select a specific provider to connect with. </summary> <returns> A string serving as the title of the section where users select providers. The default title is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConnectVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls to establish a connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables two controls to establish a connection. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConsumersInstructionText"> <summary> Gets or sets the instructional text shown in the consumers section of the connection user interface (UI), when a connection already exists. </summary> <returns> A string serving as the instructional text for consumers participating in a connection. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ConsumersTitle"> <summary> Gets or sets the title shown above the consumers section of the connection user interface (UI), when a connection already exists. </summary> <returns> A string serving as the title text for consumers participating in a connection. The default title is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.CreateChildControls"> <summary> Creates all child controls contained in a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control in preparation for posting back to the server or rendering. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.DisconnectVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables a user to disconnect two connected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that disconnects two connected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.Display"> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> is currently displayed; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.EmptyZoneText"> <summary> Gets or sets a text message that is displayed in an empty <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control if there are insufficient controls on a Web page to establish a connection. </summary> <returns> A <see cref="T:System.String" /> that contains the message for an empty zone. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ExistingConnectionErrorMessage"> <summary> Gets or sets the text of a message displayed in the connection user interface (UI) when there is an error or warning on an existing connection. </summary> <returns> A <see cref="T:System.String" /> that contains the text of the message. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.GetFromText"> <summary> Gets or sets the text shown in the section of the connection user interface (UI) that precedes the named provider from which a consumer will retrieve data. </summary> <returns> A string that prefaces the named provider that the consumer will get data from. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.GetText"> <summary> Gets or sets the text shown in the section of the connection user interface (UI) that precedes the named consumer that will receive data from a provider. </summary> <returns> A string that prefaces the named consumer in the connection. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.HeaderText"> <summary> Gets or sets the header text that appears at the top of the connection user interface (UI) created by the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control. </summary> <returns> A string that contains the header text for the connection UI. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.InstructionText"> <summary> Gets or set the text that is used for general instructions about the selected control in the section of the connection user interface (UI) for managing existing connections. </summary> <returns> A string that contains the instruction text for the connection UI. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.InstructionTitle"> <summary> Gets or sets the text that is used for a general description of the action that can be performed on the consumer or provider control, within the connection user interface (UI) for managing existing connections. </summary> <returns> A string that contains the instruction title for the connection UI. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.LoadControlState(System.Object)"> <summary> Restores control state information from a previous page request that was saved by the <see cref="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.SaveControlState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> <exception cref="T:System.ArgumentException"> The length of <paramref name="savedState" /> does not equal the length of the array created by the <see cref="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.SaveControlState" /> method. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that contains the view state to be restored. </param> <exception cref="T:System.ArgumentException"> The length of <paramref name="savedState" /> does not equal the length of the array created by the <see cref="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.SaveViewState" /> method. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.NewConnectionErrorMessage"> <summary> Gets or sets the text of a message displayed in the connection user interface (UI) when there is an error or warning on a new connection that a user tries to create. </summary> <returns> A <see cref="T:System.String" /> that contains the text of the message. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.NoExistingConnectionInstructionText"> <summary> Gets or sets the instruction text that appears in the body of the connection user interface (UI) when a Web Parts control has no existing connection. </summary> <returns> A string that contains the text message for the case where there is no existing connection. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.NoExistingConnectionTitle"> <summary> Gets or sets the title text that appears in the body of the connection user interface (UI) when a Web Parts control has no existing connection. </summary> <returns> A string that contains the title text for the case where there is no existing connection. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.OnDisplayModeChanged(System.Object,System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanged" /> event. </summary> <param name="sender"> The sender of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.OnSelectedWebPartChanged(System.Object,System.Web.UI.WebControls.WebParts.WebPartEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanged" /> event. </summary> <param name="sender"> An <see cref="T:System.Object" /> that identifies the sender of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.PartChromeType"> <summary> Gets or sets the type of border that frames the server controls contained in a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> that determines the type of border that frames the controls contained in the connections zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ProvidersInstructionText"> <summary> Gets or sets the instructional text shown in the providers section of the connection user interface (UI), when a connection already exists. </summary> <returns> A string serving as the instructional text for providers participating in a connection. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.ProvidersTitle"> <summary> Gets or sets the title shown above the providers section of the connection user interface (UI), when a connection already exists. </summary> <returns> A string serving as the title text for providers participating in a connection. The default title is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.RaisePostBackEvent(System.String)"> <summary> Raises an event for the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control when the form that contains it posts back to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that contains the argument data for the event. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the contents of the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the Web Parts control content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.RenderBody(System.Web.UI.HtmlTextWriter)"> <summary> Sends the content of a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control's body area to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to the Web page. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the control's body content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.RenderVerbs(System.Web.UI.HtmlTextWriter)"> <summary> Renders the zone-level verbs for a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the content of the verbs to render in a connections zone. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.SaveControlState"> <summary> Saves any Web Parts control state changes that occurred since the last time the page was posted back to the server. </summary> <returns> Returns the Web Parts control's current state. If no state is associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.SaveViewState"> <summary> Saves a <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control's view-state changes that occurred since the page was last posted back to the server. </summary> <returns> Returns an <see cref="T:System.Object" /> containing the control's current view state. If no view state is associated with the control, this method returns null. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.SendText"> <summary> Gets or sets the text shown in the section of the connection user interface (UI) that precedes the named provider that will send data to a consumer. </summary> <returns> A string that prefaces the named provider in the connection. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.SendToText"> <summary> Gets or sets the text shown in the section of the connection user interface (UI) that precedes the named consumer to which a provider will send data. </summary> <returns> A string that prefaces the named consumer that the provider will send data to. The default text is a culture-specific string supplied by the .NET Framework. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConnectionsZone.TrackViewState"> <summary> Tracks view-state changes to the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> control so the changes can be stored in the control's <see cref="T:System.Web.UI.StateBag" /> object. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConnectionsZone.WebPartToConnect"> <summary> Gets the currently selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to connect to. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint"> <summary> Defines a connection point object that enables a server control acting as a consumer to form a connection with a provider. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint.#ctor(System.Reflection.MethodInfo,System.Type,System.Type,System.String,System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> class. </summary> <param name="callbackMethod"> The method in the consumer control that returns an interface instance to consumers to establish a connection. </param> <param name="interfaceType"> The <see cref="T:System.Type" /> of the interface that the consumer receives from a provider. </param> <param name="controlType"> The <see cref="T:System.Type" /> of the consumer control with which the consumer connection point is associated. </param> <param name="displayName"> A friendly display name for the consumer connection point that appears to users in the connection user interface (UI). </param> <param name="id"> A unique identifier for the consumer connection point. </param> <param name="allowsMultipleConnections"> A Boolean value indicating whether the consumer connection point can have multiple simultaneous connections with providers. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="callbackMethod" /> is null. - or - <paramref name="interfaceType" /> is null. - or - <paramref name="controlType" /> is null. - or - <paramref name="displayName" /> is null or an empty string (""). </exception> <exception cref="T:System.ArgumentException"> <paramref name="controlType " />is not the same type as the consumer control (or a valid class derived from it). </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint.SetObject(System.Web.UI.Control,System.Object)"> <summary> Invokes the callback method in a consumer control and retrieves the interface instance from a provider control. </summary> <param name="control"> The consumer control associated with a consumer connection point. </param> <param name="data"> The interface instance returned from a provider control. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="control" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint.SupportsConnection(System.Web.UI.Control,System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection)"> <summary> Determines whether a consumer connection point is currently capable of establishing a connection. </summary> <returns>true if a connection point can currently establish a connection; otherwise, false. The default is true. </returns> <param name="control"> The consumer control associated with the <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" />. </param> <param name="secondaryInterfaces"> A <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> of any secondary interfaces that participate in a connection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection"> <summary> Represents a collection of connection points for a control in a Web Parts zone acting as a consumer. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection" /> class using the specified collection of connection points. </summary> <param name="connectionPoints"> A collection of consumer connection points. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="connectionPoints" /> is null. </exception> <exception cref="T:System.ArgumentException"> The collection contains an invalid connection point. - or - The collection contains an item with a duplicate ID. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection.Contains(System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> object is in the collection. </summary> <returns>true if the consumer connection point is contained in the collection; otherwise, false. </returns> <param name="connectionPoint"> The connection point to search for. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection.CopyTo(System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint[],System.Int32)"> <summary> Copies all the items from the <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection" /> collection to a compatible one-dimensional array of <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> objects, starting at the specified index in the target array. </summary> <param name="array"> A zero-based array of <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> objects that receives the copied items from the current <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection" />. </param> <param name="index"> The position in the target array at which to start receiving the copied content. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection.Default"> <summary> Gets the default consumer connection point. </summary> <returns> The default <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection.IndexOf(System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)"> <summary> Determines the index of the specified <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> object in the collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="connectionPoint" /> within the current <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection" />, if found; otherwise, -1. </returns> <param name="connectionPoint"> The <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> to locate. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection.Item(System.Int32)"> <summary> Gets the item in the collection at the location specified by the integer value. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> at the specified index in the collection. </returns> <param name="index"> The index of a particular <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> item in the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection.Item(System.String)"> <summary> Gets the connection point with the specified <see cref="P:System.Web.UI.WebControls.WebParts.ConnectionPoint.ID" /> property. </summary> <returns> The first <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> in the collection whose ID matches the value of <paramref name="id" />. </returns> <param name="id"> A string value representing the connection point ID of the connection point to be retrieved. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart"> <summary> Enables developers to add a catalog of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server controls to a Web page in the declarative, page persistence format. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.#ctor"> <summary> Initializes a new instance of the class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.AccessKey"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that represents a keyboard key used for quick keyboard navigation to a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.BackColor"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that is used for the background color of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.BackImageUrl"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the URL to an image used as the background for a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.BorderColor"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that is used as the color of the border around a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.BorderStyle"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.BorderStyle" /> that determines the type of border and title display for a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.BorderWidth"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that determines the width of the border around a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.CssClass"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the name of a cascading style sheet (CSS) class used to assign style characteristics to a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.DefaultButton"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the ID of a <see cref="T:System.Web.UI.WebControls.Button" /> control that serves as the default button on a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.Direction"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ContentDirection" /> that indicates the direction in which the content flows in a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.Enabled"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A Boolean value that indicates whether a control is currently enabled or disabled. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.EnableTheming"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A Boolean value that indicates whether themes can be used on a control. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.Font"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontInfo" /> that indicates the font used for a control's content. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.ForeColor"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that determines the foreground color for a control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.GetAvailableWebPartDescriptions"> <summary> Returns a collection of descriptions of the available <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a catalog. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection" /> that contains a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> for each control in a catalog. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.GetWebPart(System.Web.UI.WebControls.WebParts.WebPartDescription)"> <summary> Returns a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control based on the value of the description passed into the method. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control whose description matches the values in <paramref name="description" />. </returns> <param name="description"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> that contains details about the control. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="Description" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="Description" /> is not an available <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> instance. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.GroupingText"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the text at the head of a section of grouped child controls within the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.Height"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> value that indicates the height of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.HorizontalAlign"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> that indicates the type of horizontal alignment used in rendering the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.ScrollBars"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ScrollBars" /> that is used if needed within the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.SkinID"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the ID of a skin for the control. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.TabIndex"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A short number that serves as the index of this control in the tab order. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.Title"> <summary> Gets or sets the title that appears in the control's title bar. </summary> <returns> A string that is used as the title of the control. The default value is a calculated control name supplied by the Web Parts control set. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.ToolTip"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the content of a ToolTip. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.Visible"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A Boolean value that indicates whether the control is visible. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.WebPartsListUserControlPath"> <summary> Gets or sets the path to a user control that contains a list of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server controls for the catalog. </summary> <returns> A string with the path to a user control that contains a set of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server controls. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.WebPartsTemplate"> <summary> Gets or sets a reference to a template that contains the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls declared in a catalog. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains controls declared in a catalog. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.Width"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that indicates the width of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart.Wrap"> <summary> This inherited property is not used by the <see cref="T:System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A Boolean value that indicates whether long lines in the control can wrap. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.EditorPart"> <summary> Serves as the base class for controls that reside in <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zones and are used to edit <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPart.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPart.ApplyChanges"> <summary> Saves the values in an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control to the corresponding properties in the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns>true if the action of saving values from the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is successful; otherwise (if an error occurs), false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorPart.Display"> <summary> Gets a value that indicates whether a control should be displayed when its associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is in edit mode. </summary> <returns> A Boolean value that indicates whether the control should be displayed. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorPart.DisplayTitle"> <summary> Gets a string that contains the title text displayed in the title bar of an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control. </summary> <returns> A string that represents the complete, visible title of the control. The default value is a calculated, culture-specific string supplied by the .NET Framework. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPart.GetDesignModeState"> <summary> Retrieves the current state of an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control's parent zone. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> that has the current state of the <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone that contains an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPart.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> that contains the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPart.SetDesignModeState(System.Collections.IDictionary)"> <summary> Applies the characteristics of the design-mode state to the current <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone that contains an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control. </summary> <param name="data"> An <see cref="T:System.Collections.IDictionary" /> that contains state data for displaying the zone. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPart.SyncChanges"> <summary> Retrieves the property values from a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control for its associated <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorPart.WebPartManager"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control associated with the current Web page. </summary> <returns> A reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> on the page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorPart.WebPartToEdit"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is currently being edited. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that is currently in edit mode. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorPart.Zone"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone that contains an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> that contains the control. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.EditorPartChrome"> <summary> Enables developers to override the rendering for only the selected sections of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls in an <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartChrome.#ctor(System.Web.UI.WebControls.WebParts.EditorZoneBase)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartChrome" /> class. </summary> <param name="zone"> The associated <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" />. </param> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> that <paramref name="zone" /> refers to is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartChrome.CreateEditorPartChromeStyle(System.Web.UI.WebControls.WebParts.EditorPart,System.Web.UI.WebControls.WebParts.PartChromeType)"> <summary> Creates the style object that supplies style attributes for each <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control rendered by the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartChrome" /> object. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for <paramref name="editorPart" />. </returns> <param name="editorPart"> The control that is currently being rendered. </param> <param name="chromeType"> The type of chrome for a particular control; one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> enumeration values. </param> <exception cref="T:System.ArgumentNullException"> The control that <paramref name="editorPart" /> refers to is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="chromeType" /> is not a <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartChrome.PerformPreRender"> <summary> Performs tasks that must be done prior to rendering <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartChrome.RenderEditorPart(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.EditorPart)"> <summary> Renders a complete <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control with all its sections. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the <paramref name="editorPart" /> content. </param> <param name="editorPart"> The control currently being rendered. </param> <exception cref="T:System.ArgumentNullException"> The control that <paramref name="editorPart" /> refers to is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartChrome.RenderPartContents(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.EditorPart)"> <summary> Renders the main content area of an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control, excluding the header and footer. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the <paramref name="editorPart" /> content. </param> <param name="editorPart"> The control currently being rendered. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorPartChrome.Zone"> <summary> Gets a reference to the associated <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone. </summary> <returns> A reference to an <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> that is associated with the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartChrome" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.EditorPartCollection"> <summary> Contains a collection of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls used for editing the properties, layout, appearance, and behavior of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartCollection.#ctor"> <summary> Initializes an empty new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> class by passing in an <see cref="T:System.Collections.ICollection" /> collection of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> <param name="editorParts"> An <see cref="T:System.Collections.ICollection" /> of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartCollection.#ctor(System.Web.UI.WebControls.WebParts.EditorPartCollection,System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> class by passing in an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> collection of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls, and an <see cref="T:System.Collections.ICollection" /> collection of additional <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> <param name="existingEditorParts"> An <see cref="T:System.Collections.ICollection" /> of existing <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls in a zone. </param> <param name="editorParts"> An <see cref="T:System.Collections.ICollection" /> of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls not in a zone, but created programmatically. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartCollection.Contains(System.Web.UI.WebControls.WebParts.EditorPart)"> <summary> Returns a value that indicates whether a particular control is in the collection. </summary> <returns> A Boolean value that indicates whether the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> is in the collection. </returns> <param name="editorPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> being tested for its status as a member of the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartCollection.CopyTo(System.Web.UI.WebControls.WebParts.EditorPart[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> <param name="array"> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> to contain the copied collection of controls. </param> <param name="index"> The starting point in the array at which to place the collection contents. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.EditorPartCollection.Empty"> <summary> References a static, read-only, empty instance of the collection. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorPartCollection.IndexOf(System.Web.UI.WebControls.WebParts.EditorPart)"> <summary> Returns the position of a particular member of the collection. </summary> <returns> An integer that corresponds to the index of an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control in the collection. </returns> <param name="editorPart"> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> that is a member of the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorPartCollection.Item(System.Int32)"> <summary> Returns a specific member of the collection according to a unique identifier. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> at the specified index in the collection. </returns> <param name="index"> The index of a particular <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> in a collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.EditorZone"> <summary> Serves as the primary control in the Web Parts control set for hosting <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZone.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.EditorZone" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZone.CreateEditorParts"> <summary> Creates all the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls declared within a zone template in page persistence format. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> that contains references to all the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls declared within the zone template. </returns> <exception cref="T:System.InvalidOperationException"> The current <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control does not have an ID. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZone.ZoneTemplate"> <summary> Provides a template to contain child controls within an <see cref="T:System.Web.UI.WebControls.WebParts.EditorZone" /> control in page persistence format. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> zone template that acts as a container for child controls in the zone. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.EditorZoneBase"> <summary> Serves as the base class for all zone controls that act as containers for <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.ApplyVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to apply editing changes to a control in edit mode. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to apply changes to a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.CancelVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to cancel editing changes to a control in edit mode. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to cancel editing changes to a control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.Close"> <summary> Called when a user clicks a close verb in the header of a zone, this method ends the process of editing <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls, and returns a Web Parts page's display mode to browse mode. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.CreateChildControls"> <summary> Creates the set of child controls associated with an <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.CreateEditorPartChrome"> <summary> Gets a reference to a new <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartChrome" /> object used to render the peripheral user interface (UI) elements around an <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartChrome" /> that renders the peripheral UI elements for the zone. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.CreateEditorParts"> <summary> Provides a base method declaration that derived zones can override to handle the details of creating the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls contained in a zone. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> that contains the collection of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls associated with the zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.Display"></member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.EditorPartChrome"> <summary> Gets a reference to the instance of the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartChrome" /> class associated with the <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartChrome" /> that contains style characteristics for the chrome elements of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls in a zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.EditorParts"> <summary> Gets a collection of all the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls contained in an <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> that contains all the individual <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls in a zone. </returns> <exception cref="T:System.InvalidOperationException"> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> being added to the collection does not have a value assigned to its ID property. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.EmptyZoneText"></member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.ErrorText"> <summary> Gets or sets the text of a zone-level error message to display at the top of the editing user interface (UI). </summary> <returns> A localized string that contains the error message. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.HeaderText"></member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.InstructionText"></member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.InvalidateEditorParts"> <summary> Sets the collection of <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls associated with an <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> zone to null, which results in the <see cref="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.CreateEditorParts" /> method being called to recreate the collection. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.LoadViewState(System.Object)"> <summary> Loads previously saved state information for a zone. </summary> <param name="savedState"> The previously saved state. </param> <exception cref="T:System.ArgumentException"> The size of the <paramref name="savedState" /> object does not equal the size of the current view-state object. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.OKVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that applies editing changes to a control in edit mode, and hides the editing user interface (UI). </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that applies editing changes to a control and hides the editing UI. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.OnDisplayModeChanged(System.Object,System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanged" /> event and destroys all <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> and child controls in the zone in preparation for a Web page to enter or exit the edit display mode. </summary> <param name="sender"> An <see cref="T:System.Object" /> that raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanged" /> event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event, and calls the <see cref="M:System.Web.UI.WebControls.WebParts.EditorPartChrome.PerformPreRender" /> method for the chrome elements of the <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> <param name="e"> A <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.OnSelectedWebPartChanged(System.Object,System.Web.UI.WebControls.WebParts.WebPartEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanged" /> event and sets the <see cref="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.EditorParts" /> collection to null in the zone in preparation for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to enter or exit edit mode. </summary> <param name="sender"> An <see cref="T:System.Object" /> that raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanged" /> event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.RaisePostBackEvent(System.String)"> <summary> Carries out the actions associated with one of the zone verbs, or raises an event that posts back to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that contains the argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the zone to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the zone's content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.RenderBody(System.Web.UI.HtmlTextWriter)"> <summary> Overrides the base method to render the body area of a zone derived from the <see cref="T:System.Web.UI.WebControls.WebParts.EditorZoneBase" /> class. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the zone's body content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.RenderVerbs(System.Web.UI.HtmlTextWriter)"> <summary> Renders the verbs that apply at the zone level. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the zone's body content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.SaveViewState"> <summary> Saves any view-state changes that have occurred after a page was posted back to the server. </summary> <returns> Returns the zone control's current view state. If no view state is associated with the zone, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.EditorZoneBase.TrackViewState"> <summary> Tracks changes to a zone control's view state. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.EditorZoneBase.WebPartToEdit"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is currently being edited. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that is currently in edit mode. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ErrorWebPart"> <summary> Inserted into a Web page as a placeholder when the attempt to load or create a new instance of a dynamic <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has failed. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the control. </summary> <param name="originalID"> A string that is the control ID (not the unique ID) of the failing control. If a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control is involved in the failure, the ID is the ID of its child server control. </param> <param name="originalTypeName"> A string that is the name of the <see cref="T:System.Type" /> of the failed control. If a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control is involved in the failure, the type name is the type of its child server control. </param> <param name="originalPath"> A string that contains the path to a user control, if a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control that contains a child user control is involved in the failure. </param> <param name="genericWebPartID"> A string that returns the ID of a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control, if that type of control was involved in the failure to load or create a control. This is needed for controls that do not inherit from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> base class. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.AddAttributesToRender(System.Web.UI.HtmlTextWriter)"> <summary> Applies special error style attributes to an <see cref="T:System.Web.UI.WebControls.WebParts.ErrorWebPart" /> object that is inserted into a page in place of another control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the HTML output to be rendered. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.EndLoadPersonalization"> <summary> Sets several important properties on the <see cref="T:System.Web.UI.WebControls.WebParts.ErrorWebPart" /> control prior to rendering, to prevent users from being able to personalize the control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ErrorWebPart.ErrorMessage"> <summary> Gets or sets the error message that is displayed in a Web page in place of a control that could not be successfully added to the page. </summary> <returns> A string that contains the text of the error message. The default value is a culture-specific error message. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Encodes the string value of the <see cref="P:System.Web.UI.WebControls.WebParts.ErrorWebPart.ErrorMessage" /> property. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that encodes the error message. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#BeginLoad"> <summary> This method is added only to implement the <see cref="T:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable" /> interface. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#BeginSave"> <summary> This method is added only to implement the <see cref="T:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable" /> interface. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#EndLoad"> <summary> Implements the <see cref="T:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable" /> interface and calls the <see cref="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.EndLoadPersonalization" /> method. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ErrorWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#EndSave"> <summary> This method is added only to implement the <see cref="T:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable" /> interface. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ErrorWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#TracksChanges"> <summary> Gets a value that indicates whether the control tracks the status of its changes. </summary> <returns>true if the Web Parts control is responsible for determining when the control is considered changed; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.FieldCallback"> <summary> References the method to call when retrieving field data from a provider. </summary> <param name="fieldValue"> The callback method. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.GenericWebPart"> <summary> Wraps server controls that are not <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls so that they can appear and behave as true <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls at run time. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.GenericWebPart.#ctor(System.Web.UI.Control)"> <summary> Initializes a new instance of a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control by passing in a reference to a control that becomes the child control. </summary> <param name="control"> A server control that becomes the child control of the <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control instance. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="control" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="control" /> is of type <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" />. - or - <paramref name="control" /> has a null or empty <see cref="P:System.Web.UI.Control.ID" /> property. - or - <paramref name="control" /> has been output-cached. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.CatalogIconImageUrl"> <summary> Gets or sets the URL to an image that represents a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control in a catalog of controls. </summary> <returns> A string that represents the URL to an image used to represent the control in a catalog. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.ChildControl"> <summary> Gets a reference to the child control that is wrapped by a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control at run time. </summary> <returns> A <see cref="T:System.Web.UI.Control" /> that refers to the wrapped child control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.GenericWebPart.CreateChildControls"></member> <member name="M:System.Web.UI.WebControls.WebParts.GenericWebPart.CreateControlCollection"> <summary> Overrides the base method to create a read-only collection that consists of the child control wrapped by a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains the child control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.GenericWebPart.CreateEditorParts"> <summary> Returns a collection of custom <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls that can be used to edit the child control of a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control when it is in edit mode. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> that contains custom <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls associated with a server control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.Description"> <summary> Gets or sets a brief phrase that summarizes what a control does, for use in ToolTips and catalogs of server controls. </summary> <returns> A string that briefly summarizes the control's functionality. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.Height"> <summary> Gets or sets the height (in pixels) of a control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that indicates the height of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.ID"> <summary> Gets or sets the ID of a control. This value is not inheritable. </summary> <returns> A string that contains the ID of the control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.GenericWebPart.Render(System.Web.UI.HtmlTextWriter)"> <summary> Delegates rendering the contents of the control to the child control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.Subtitle"> <summary> Gets a string that is concatenated with the <see cref="P:System.Web.UI.WebControls.WebParts.GenericWebPart.Title" /> property value to form a complete title for a control. </summary> <returns> A string that serves as a subtitle for the control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.Title"> <summary> Gets or sets the title of a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control. </summary> <returns> A string that represents the title of the part control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.TitleIconImageUrl"> <summary> Gets or sets the URL to an image used to represent a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control in the control's own title bar. </summary> <returns> A string that represents the URL to an image. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.TitleUrl"> <summary> Gets or sets a URL to supplemental information about a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control. </summary> <returns> A string that represents a URL to more information about a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.Verbs"> <summary> Gets a collection of custom verbs associated with a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" /> that contains custom <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> objects associated with a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control. The default value is <see cref="F:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.WebBrowsableObject"> <summary> Gets a reference to the child control, to enable the control to be edited by custom <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> <returns> An <see cref="T:System.Object" /> that consists of the child control of a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.GenericWebPart.Width"> <summary> Gets or sets the width (in pixels) of the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that indicates the width of the control. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ImportCatalogPart"> <summary> Imports a description file for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control (or other ASP.NET server control used as a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control), so that users can add the control to a Web page with pre-defined settings. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ImportCatalogPart.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ImportCatalogPart" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ImportCatalogPart.BrowseHelpText"> <summary> Gets or sets a text message that instructs users to browse to the location of a description file. </summary> <returns> A string that contains the text of the message. The default value is a culture-specific message supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ImportCatalogPart.DefaultButton"> <summary> Gets or sets what button in the user interface (UI) is treated as the default button that receives the focus when form that contains the button is rendered. This property is not intended to be called from page developer code. </summary> <returns> A string that contains the ID of the <see cref="T:System.Web.UI.WebControls.Button" /> that receives the default focus in a <see cref="T:System.Web.UI.WebControls.Panel" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ImportCatalogPart.GetAvailableWebPartDescriptions"> <summary> Returns a collection of descriptions of the available <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a catalog. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection" /> that contains a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> for each control in a catalog. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ImportCatalogPart.GetWebPart(System.Web.UI.WebControls.WebParts.WebPartDescription)"> <summary> Returns a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control based on the values in the description passed into the method. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control whose description matches the values in <paramref name="description" />. </returns> <param name="description"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> that contains details about the control. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="description" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="description" /> is not an available <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> value. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ImportCatalogPart.ImportedPartLabelText"> <summary> Gets or sets text displayed after a user imports a description file to represent or describe the imported control within the catalog of imported controls. </summary> <returns> A string that contains the text of the label. The default value is a culture-specific message supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ImportCatalogPart.PartImportErrorLabelText"> <summary> Gets or sets an error message that is displayed if an error occurs during the import process. </summary> <returns> A string that contains the text of the label. The default value is a culture-specific message supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ImportCatalogPart.Title"> <summary> Gets or sets the title that appears in the title bar of an <see cref="T:System.Web.UI.WebControls.WebParts.ImportCatalogPart" /> control. </summary> <returns> A string that is used as the title of the control. The default value is a calculated control name supplied by the Web Parts control set. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ImportCatalogPart.UploadButtonText"> <summary> Gets or sets the text for the <see cref="T:System.Web.UI.WebControls.Button" /> control that initiates the upload of a description file. </summary> <returns> A string that is used as the text for a <see cref="T:System.Web.UI.WebControls.Button" />. The default value is a culture-specific string supplied by the Web Parts control set. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ImportCatalogPart.UploadHelpText"> <summary> Gets or sets the text of the message that tells the user how to upload a description file. </summary> <returns> A string that is used as instructions for the user to upload a description file. The default value is a culture-specific string supplied by the Web Parts control set. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.IPersonalizable"> <summary> Defines additional management capabilities for the application and extraction of personalization state. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.IPersonalizable.IsDirty"> <summary> Gets a value that indicates whether the custom data that a control manages has changed. </summary> <returns>true if the custom data managed with the <see cref="T:System.Web.UI.WebControls.WebParts.IPersonalizable" /> interface has changed; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.IPersonalizable.Load(System.Web.UI.WebControls.WebParts.PersonalizationDictionary)"> <summary> Loads custom data into a control. </summary> <param name="state"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> that contains custom scoped data that was loaded from the underlying data store. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.IPersonalizable.Save(System.Web.UI.WebControls.WebParts.PersonalizationDictionary)"> <summary> Saves custom properties and internal state information in the control's <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> object. </summary> <param name="state"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> that contains custom scoped data that was loaded from the underlying data store. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable"> <summary> Allows Web Parts controls to track the specific phases of the personalization load and save process. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.BeginLoad"> <summary> Represents the beginning of the load phase for personalization information. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.BeginSave"> <summary> Represents the phase prior to extracting personalization data from a control. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.EndLoad"> <summary> Represents the phase after personalization data has been applied to a control. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.EndSave"> <summary> Represents the phase after personalization data has been extracted from a control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.TracksChanges"> <summary> Indicates whether the control tracks the status of its changes. </summary> <returns>true if the Web Parts control is responsible for determining when the control is considered changed ("dirty"); otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ITransformerConfigurationControl"> <summary> Defines the contract a control implements to act as a configuration control for a transformer in a Web Parts connection. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.ITransformerConfigurationControl.Cancelled"> <summary> Occurs when transformer configuration is not completed. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.ITransformerConfigurationControl.Succeeded"> <summary> Occurs when transformer configuration is successfully completed. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.IVersioningPersonalizable"> <summary> Represents an interface that can manage personalization data belonging to a previous version of a Web Parts control. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.IVersioningPersonalizable.Load(System.Collections.IDictionary)"> <summary> Loads personalization data to a Web Parts control that does not have a corresponding personalized property for the data due to a version change. </summary> <param name="unknownProperties"> A dictionary of personalization data that could not be applied to a control. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.IWebActionable"> <summary> Enables <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls or other server controls to contain collections of verbs. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebActionable.Verbs"> <summary> Gets a reference to a collection of custom <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> objects. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" /> that contains custom <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> objects. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.IWebEditable"> <summary> Provides an interface for developers to specify custom editing controls that are associated with a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.IWebEditable.CreateEditorParts"> <summary> Returns a collection of custom <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls associated with a server control that implements the <see cref="T:System.Web.UI.WebControls.WebParts.IWebEditable" /> interface. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> that contains the collection of custom <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls associated with a server control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebEditable.WebBrowsableObject"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control, user control, or custom control that will be edited by <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> <returns> An object reference to the control associated with an <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> control. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.IWebPart"> <summary> Defines common user interface (UI) properties used by ASP.NET <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPart.CatalogIconImageUrl"> <summary> Gets or sets the URL to an image that represents a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a catalog of controls. </summary> <returns> A string that represents the URL to an image used to represent the control in a catalog. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPart.Description"> <summary> Gets or sets a brief phrase that summarizes what a control does, for use in ToolTips and catalogs of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <returns> A string that briefly summarizes the control's functionality. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPart.Subtitle"> <summary> Gets a string that is concatenated with the <see cref="P:System.Web.UI.WebControls.WebParts.IWebPart.Title" /> property value to form a complete title for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that serves as a subtitle for the control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPart.Title"> <summary> Gets or sets the title of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the title of the control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPart.TitleIconImageUrl"> <summary> Gets or sets the URL to an image used to represent a Web Parts control in the control's own title bar. </summary> <returns> A string that represents the URL to an image. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPart.TitleUrl"> <summary> Gets or sets a URL to supplemental information about a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that represents a URL to more information about a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. The default value is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.IWebPartField"> <summary> Defines a provider interface for connecting two server controls using a single field of data. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.IWebPartField.GetFieldValue(System.Web.UI.WebControls.WebParts.FieldCallback)"> <summary> Returns the value of the field that is being used by the interface as the basis of a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <param name="callback"> A <see cref="T:System.Web.UI.WebControls.WebParts.FieldCallback" /> delegate that contains the address of a method that receives the data. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPartField.Schema"> <summary> Gets the schema information for a data field that is used to share data between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that describes the schema information for the data field. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.IWebPartParameters"> <summary> Defines the contract a Web Parts control implements to pass a parameter value in a Web Parts connection. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.IWebPartParameters.GetParametersData(System.Web.UI.WebControls.WebParts.ParametersCallback)"> <summary> Gets the value of the data from the connection provider. </summary> <param name="callback"> The method to call to process the data from the provider. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPartParameters.Schema"> <summary> Gets the property descriptors for the data to be received by the consumer. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> describing the data. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.IWebPartParameters.SetConsumerSchema(System.ComponentModel.PropertyDescriptorCollection)"> <summary> Sets the property descriptors for the properties that the consumer receives when calling the <see cref="M:System.Web.UI.WebControls.WebParts.IWebPartParameters.GetParametersData(System.Web.UI.WebControls.WebParts.ParametersCallback)" /> method. </summary> <param name="schema"> The <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> returned by <see cref="P:System.Web.UI.WebControls.WebParts.IWebPartParameters.Schema" />. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.IWebPartRow"> <summary> Defines a provider interface for connecting two server controls using a single field of data. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.IWebPartRow.GetRowData(System.Web.UI.WebControls.WebParts.RowCallback)"> <summary> Returns the data for the row that is being used by the interface as the basis of a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <param name="callback"> A <see cref="T:System.Web.UI.WebControls.WebParts.RowCallback" /> delegate that contains the address of a method that receives the data. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPartRow.Schema"> <summary> Gets the schema information for a data row that is used to share data between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> describing the data. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.IWebPartTable"> <summary> Defines a provider interface for connecting two server controls using an entire table of data. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.IWebPartTable.GetTableData(System.Web.UI.WebControls.WebParts.TableCallback)"> <summary> Returns the data for the table that is being used by the interface as the basis of a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <param name="callback"> A <see cref="T:System.Web.UI.WebControls.WebParts.TableCallback" /> delegate that contains the address of a method that receives the data. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.IWebPartTable.Schema"> <summary> Gets the schema information for a data table that is used to share data between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> describing the data. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.LayoutEditorPart"> <summary> Provides an editor control that enables end users to edit several layout-oriented user interface (UI) properties on an associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.LayoutEditorPart.#ctor"> <summary> Creates a new instance of the class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.LayoutEditorPart.ApplyChanges"> <summary> Saves the values from a <see cref="T:System.Web.UI.WebControls.WebParts.LayoutEditorPart" /> control to the corresponding properties in the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns>true if the action of saving values from the <see cref="T:System.Web.UI.WebControls.WebParts.LayoutEditorPart" /> control to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is successful; otherwise (if an error occurs), false. </returns> <exception cref="T:System.Exception"> An error occurred when setting the value of the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.ChromeState" /> property on the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.LayoutEditorPart.DefaultButton"> <summary> Overrides the base property inherited from the <see cref="T:System.Web.UI.WebControls.Panel" /> control to hide the property from designers and prevent it from being affected by themes. </summary> <returns> A string that contains the ID of the <see cref="T:System.Web.UI.WebControls.Button" /> control that receives the default focus in a <see cref="T:System.Web.UI.WebControls.Panel" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.LayoutEditorPart.Display"> <summary> Gets a value that indicates whether a control should be displayed when its associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is in edit mode. </summary> <returns> A Boolean value that indicates whether the control should be displayed. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.LayoutEditorPart.SyncChanges"> <summary> Retrieves the property values from a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control and assigns them to the associated <see cref="T:System.Web.UI.WebControls.WebParts.LayoutEditorPart" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.LayoutEditorPart.Title"> <summary> Gets or sets a title for the editor control. </summary> <returns> A string that is used as the title of the control. The default value is a calculated control name supplied by the Web Parts control set. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.PageCatalogPart"> <summary> Provides a catalog that keeps references to all <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls (and other server controls contained in <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zones) that a user has closed on a single Web Parts page, which enables users to add the closed controls back to the page. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PageCatalogPart.#ctor"> <summary> Initializes a new instance of the class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.AccessKey"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that represents a keyboard key used for quick keyboard navigation to a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.BackColor"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that is used for the background color of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.BackImageUrl"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the URL to an image used as the background for a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.BorderColor"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that is used as the color of the border around a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.BorderStyle"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.BorderStyle" /> that determines the type of border and title display for a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.BorderWidth"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that determines the width of the border around a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.CssClass"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the name of a cascading style sheet (CSS) class used to assign style characteristics to a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.DefaultButton"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the ID of a <see cref="T:System.Web.UI.WebControls.Button" /> control that serves as the default button on a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.Direction"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ContentDirection" /> that indicates the direction in which the content flows in a control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.Enabled"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A Boolean value that indicates whether a control is currently enabled or disabled. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.EnableTheming"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A Boolean value that indicates whether themes can be used on a control. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.Font"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.FontInfo" /> that indicates the font used for a control's content. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.ForeColor"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that determines the foreground color for a control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PageCatalogPart.GetAvailableWebPartDescriptions"> <summary> Returns a collection of descriptions of the available <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a catalog. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection" /> that contains a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> for each closed <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a page catalog. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PageCatalogPart.GetWebPart(System.Web.UI.WebControls.WebParts.WebPartDescription)"> <summary> Returns a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control based on the value of the description passed into the method. </summary> <returns> A reference to the actual instance of a closed <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control whose description matches <paramref name="description" />. </returns> <param name="description"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> that contains details about the control. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="description" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="description" /> is not an available <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> value. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.GroupingText"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the text at the head of a section of grouped child controls within the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.Height"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> value that indicates the height of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.HorizontalAlign"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> that indicates the type of horizontal alignment used in rendering the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.ScrollBars"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ScrollBars" /> that is used if needed within the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.SkinID"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the ID of a skin for the control. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.TabIndex"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A short number that serves as the index of this control in the tab order. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.Title"> <summary> Gets or sets the title that appears in the control's title bar. </summary> <returns> A string that is used as the title of the control. The default value is a calculated control name supplied by the Web Parts control set. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.ToolTip"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A string that contains the content of a ToolTip. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.Visible"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A Boolean value that indicates whether the control is visible. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.Width"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> that indicates the width of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PageCatalogPart.Wrap"> <summary> This inherited property is not used by the Web Parts control set when rendering a <see cref="T:System.Web.UI.WebControls.WebParts.PageCatalogPart" /> control. The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio 2005 designer tools. </summary> <returns> A Boolean value that indicates whether long lines in the control can wrap. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ParametersCallback"> <summary> References the method to call when retrieving row data from a provider. </summary> <param name="parametersData"> The data to retrieve from the provider. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.Part"> <summary> Serves as the base class for all Web Parts part controls, which render a modular user interface on a Web Forms page. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.Part.ChromeState"> <summary> Gets or sets whether a part control is in a minimized or normal state. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeState" /> values. The default is <see cref="F:System.Web.UI.WebControls.WebParts.PartChromeState.Normal" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value specified is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeState" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.Part.ChromeType"> <summary> Gets or sets the type of border that frames a Web Parts control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> values. The default is <see cref="F:System.Web.UI.WebControls.WebParts.PartChromeType.Default" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.Part.Controls"> <summary> Gets a <see cref="T:System.Web.UI.ControlCollection" /> object that contains the child controls for a specified server control in the user interface hierarchy. </summary> <returns> The collection of child controls for the specified server control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.Part.DataBind"></member> <member name="P:System.Web.UI.WebControls.WebParts.Part.Description"> <summary> Gets or sets a brief phrase that summarizes what the part control does, for use in ToolTips and catalogs of part controls. </summary> <returns> A string that briefly summarizes the part control's functionality. The default value is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.Part.System#Web#UI#WebControls#ICompositeControlDesignerAccessor#RecreateChildControls"> <summary> Allows the developer of a designer for a composite part control to recreate the control's child controls on the design surface. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.Part.Title"> <summary> Gets or sets the title of a part control. </summary> <returns> A string that represents the title of the part control. The default value is an empty string (""). </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.PartChromeState"> <summary> Specifies whether a control and the border surrounding it are in a normal or minimized state. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PartChromeState.Normal"> <summary> A control and border in a normal state. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PartChromeState.Minimized"> <summary> A control and border in a collapsed or minimized state. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.PartChromeType"> <summary> Specifies the kind of border that surrounds a Web Parts control. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PartChromeType.Default"> <summary> A border setting inherited from the part control's containing zone. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PartChromeType.TitleAndBorder"> <summary> A title bar and a border. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PartChromeType.None"> <summary> No border and no title bar. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PartChromeType.TitleOnly"> <summary> A title bar only, without a border. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PartChromeType.BorderOnly"> <summary> A border only, without a title bar. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute"> <summary> Represents the personalization attribute. This class cannot be inherited. </summary> <exception cref="HttpException"> The property is a read-only or write-only public property. - or - The property is a private or protected read/write property. - or - The property has index parameters. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> class using the provided parameter. </summary> <param name="isPersonalizable"> A Boolean value indicating whether the property can be personalized. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.#ctor(System.Web.UI.WebControls.WebParts.PersonalizationScope)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> class using the provided parameter. </summary> <param name="scope"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> indicating the scope of the personalization. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.#ctor(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> class using the provided parameters. </summary> <param name="scope"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> indicating the scope of the personalization. </param> <param name="isSensitive"> A Boolean value indicating whether the property information is considered sensitive. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.Default"> <summary> Returns an attribute instance that indicates no support for personalization. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.Equals(System.Object)"> <summary> When overridden, returns a Boolean evaluation of the current instance of <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> and another <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> instance supplied as a parameter. </summary> <returns>true if the values are equal; otherwise, false. </returns> <param name="obj"> The <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> to be compared to the current instance. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.GetHashCode"> <summary> When overridden, returns a hash code of the attribute. </summary> <returns> A hash code in the form of an integer. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.GetPersonalizableProperties(System.Type)"> <summary> Returns a collection of <see cref="T:System.Reflection.PropertyInfo" /> objects for the properties that match the parameter type and are marked as personalizable. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> of personalizable properties. </returns> <param name="type"> The type on which to look for Personalizable properties. </param> <exception cref="T:System.Web.HttpException"> A public property on the type is marked as personalizable but is read-only. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.IsDefaultAttribute"> <summary> When overridden, returns a value that indicates whether the attribute instance equals the value of the static <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.Default" /> field. </summary> <returns>true if the attribute instance equals the static <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.Default" /> field; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.IsPersonalizable"> <summary> Gets the setting that indicates whether the attribute can be personalized, as established by one of the constructors. </summary> <returns>true if the property can be personalized; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.IsSensitive"> <summary> Gets the setting that indicates whether the attribute is sensitive, as established by one of the constructors. </summary> <returns>true if the property is sensitive; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.Match(System.Object)"> <summary> Returns a value that indicates whether the current instance of <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> and the specified <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> have the same <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.IsPersonalizable" /> property value. </summary> <returns>true if the two attributes have the same <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.IsPersonalizable" /> value; otherwise, false. </returns> <param name="obj"> The <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizableAttribute" /> to be compared to the current instance. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.NotPersonalizable"> <summary> Returns an attribute instance that indicates no support for personalization. This field is read-only. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.Personalizable"> <summary> Returns an attribute instance that indicates support for personalization. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.Scope"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration value for the class instance, as set by one of the constructors. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration value. </returns> </member> <member name="F:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.SharedPersonalizable"> <summary> Returns an attribute instance that indicates support for personalization with a shared scope. This field is read-only. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PersonalizableAttribute.UserPersonalizable"> <summary> Returns an attribute instance that indicates support for personalization in <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope. This field is read-only. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationAdministration"> <summary> Implements management and administrative functionality for Web Parts personalization. This class cannot be inherited. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ApplicationName"> <summary> Gets or sets the name of the application specified by the provider. </summary> <returns> The application name. </returns> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.FindInactiveUserState(System.String,System.String,System.DateTime)"> <summary> Returns a collection of per-user personalization state information for inactive users, based on the specified parameters. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> that contains per-user personalization state information. </returns> <param name="pathToMatch"> The path of the page to match. </param> <param name="usernameToMatch"> The user name to match that has personalization data associated with the page. </param> <param name="userInactiveSinceDate"> The last date a user's personalization information was accessed. </param> <exception cref="T:System.ArgumentException"> <paramref name="pathToMatch" /> or <paramref name="usernameToMatch" /> before or after trimming is an empty string (""). - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.FindInactiveUserState(System.String,System.String,System.DateTime,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a collection of per-user personalization state information for inactive users, based on the specified parameters. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> that contains per-user personalization state information. </returns> <param name="pathToMatch"> The path of the page to match. </param> <param name="usernameToMatch"> The user name to match that has personalization data associated with the page. </param> <param name="userInactiveSinceDate"> The last date personalization information was accessed. </param> <param name="pageIndex"> The zero-based index of the page of results to return. </param> <param name="pageSize"> The number of records to return. </param> <param name="totalRecords"> The total number of records available. </param> <exception cref="T:System.ArgumentException"> <paramref name="pathToMatch" /> or <paramref name="usernameToMatch" /> before or after trimming is an empty string (""). - or - <paramref name="pageIndex" /> is less than zero - or - <paramref name="pageSize" /> is less than or equal to zero. - or - the combination of <paramref name="pageIndex" /> and <paramref name="pageSize" /> exceeds <see cref="F:System.Int32.MaxValue" />. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.FindSharedState(System.String)"> <summary> Returns a collection of shared personalization state information based on the specified path. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> that contains shared personalization state information. </returns> <param name="pathToMatch"> The path of the page to match. </param> <exception cref="T:System.ArgumentException"> <paramref name="pathToMatch" /> is an empty string ("") either before or after trimming. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.FindSharedState(System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a collection of shared personalization state information based on the specified parameters. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> that contains shared personalization state information. </returns> <param name="pathToMatch"> The path of the page to match. </param> <param name="pageIndex"> The zero-based index of the page of results to return. </param> <param name="pageSize"> The number of records to return. </param> <param name="totalRecords"> The total number of records available. </param> <exception cref="T:System.ArgumentException"> <paramref name="pathToMatch" /> before or after trimming is an empty string (""). - or - <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than or equal to zero. - or - The combination of <paramref name="pageIndex" /> and <paramref name="pageSize" /> exceeds <see cref="F:System.Int32.MaxValue" />. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.FindUserState(System.String,System.String)"> <summary> Returns a collection of per-user personalization state information based on the user name and page path. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> that contains per-user personalization state information. </returns> <param name="pathToMatch"> The path of the page to match. </param> <param name="usernameToMatch"> The user name to match that has personalization data associated with the page. </param> <exception cref="T:System.ArgumentException"> <paramref name="pathToMatch" /> or <paramref name="usernameToMatch" /> before or after trimming is an empty string (""). - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.FindUserState(System.String,System.String,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a collection of per-user personalization state information based on the specified parameters. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> that contains per-user personalization state information. </returns> <param name="pathToMatch"> The path of the page to match. </param> <param name="usernameToMatch"> The user name to match that has personalization data associated with the page. </param> <param name="pageIndex"> The zero-based index of the page of results to return. </param> <param name="pageSize"> The number of records to return. </param> <param name="totalRecords"> The total number or records available. </param> <exception cref="T:System.ArgumentException"> <paramref name="pathToMatch" /> or <paramref name="usernameToMatch" /> before or after trimming is an empty string (""). - or - <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than or equal to zero. -or- The combination of <paramref name="pageIndex" /> and <paramref name="pageSize" /> exceeds <see cref="F:System.Int32.MaxValue" />. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetAllInactiveUserState(System.DateTime)"> <summary> Returns a collection of all per-user personalization state information associated with inactive users, based on the specified date. </summary> <returns> A collection of <see cref="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo" /> instances. </returns> <param name="userInactiveSinceDate"> The last date a user's personalization information was accessed. </param> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetAllInactiveUserState(System.DateTime,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a subset of all per-user personalization state information associated with inactive users, based on the specified parameters. </summary> <returns> A collection of <see cref="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo" /> instances. </returns> <param name="userInactiveSinceDate"> The last date a user's personalization information was accessed. </param> <param name="pageIndex"> The zero-based index of the page of results to return. </param> <param name="pageSize"> The number of records to return. </param> <param name="totalRecords"> The total number of records available. </param> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than or equal to zero. - or - The combination of <paramref name="pageIndex" /> and <paramref name="pageSize" /> exceeds <see cref="F:System.Int32.MaxValue" />. - or - The provider for a personalization provider defined in configuration is not of the correct type. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetAllState(System.Web.UI.WebControls.WebParts.PersonalizationScope)"> <summary> Returns a collection of all personalization state information from the underlying data store for the requested personalization scope. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> containing state information for the specified scope. </returns> <param name="scope"> The scope of the personalization information to be retrieved. </param> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="scope" /> is not a valid member of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetAllState(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a subset of all personalization state information from the underlying data store, based on the specified parameters. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> containing state information for the specified scope and parameters. </returns> <param name="scope"> The scope of the personalization information to be retrieved. </param> <param name="pageIndex"> The zero-based index of the page of results to return. </param> <param name="pageSize"> The number of records to return. </param> <param name="totalRecords"> The total number of records available. </param> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than or equal to zero. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The combination of <paramref name="pageIndex" /> and <paramref name="pageSize" /> exceeds <see cref="F:System.Int32.MaxValue" />. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="scope" /> is not a valid member of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetCountOfInactiveUserState(System.DateTime)"> <summary> Returns a count of the per-user personalization items in the underlying data store for inactive users, based on the parameter specified. </summary> <returns> The number of personalization items for inactive users. </returns> <param name="userInactiveSinceDate"> The last date a user's personalization information was accessed. </param> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider returned a negative number for the count. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetCountOfInactiveUserState(System.String,System.DateTime)"> <summary> Returns a count of the per-user personalization items in the underlying data store for inactive users, based on the specified parameters. </summary> <returns> The count of the per-user personalization items in the underlying data store for inactive users. </returns> <param name="pathToMatch"> The path to the page with personalization state items to retrieve. </param> <param name="userInactiveSinceDate"> The last date a user's personalization information was accessed. </param> <exception cref="T:System.ArgumentException"> <paramref name="pathToMatch" />, after trimming, is an empty string (""). - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider returned a negative number for the count. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetCountOfState(System.Web.UI.WebControls.WebParts.PersonalizationScope)"> <summary> Returns a count of the personalization state items in the underlying data store that exist for the specified scope. </summary> <returns> The number of personalization state items for the specified scope. </returns> <param name="scope"> The scope of the personalization state items to retrieve. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="scope" /> is not a valid member of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider returned a negative number for the count. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetCountOfState(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.String)"> <summary> Returns a count of the personalization state items in the underlying data store that exist for the specified parameters. </summary> <returns> The number of personalization state items for the specified scope. </returns> <param name="scope"> The scope of the personalization state items to retrieve. </param> <param name="pathToMatch"> The path to the page with personalization state items to retrieve. </param> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. - or - <paramref name="pathToMatch" />, after trimming, is an empty string (""). - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="scope" /> is not a valid member of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> <exception cref="T:System.Web.HttpException"> The default provider returned a negative number for the count. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.GetCountOfUserState(System.String)"> <summary> Returns a count of the personalization state items in the underlying data store that exist for the specified user. </summary> <returns> The number of personalization state items for the specified user. </returns> <param name="usernameToMatch"> The user name associated with the personalization state information to retrieve. </param> <exception cref="T:System.ArgumentException"> <paramref name="usernameToMatch" /> is an empty string ("") after trimming. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider returned a negative number for the count. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.Provider"> <summary> Returns an instance of the default personalization provider. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationProvider" /> of the default provider. </returns> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.Providers"> <summary> Returns a collection of personalization providers indexed by name. </summary> <returns> A read-only <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationProviderCollection" /> that contains the personalization providers available to the application. </returns> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetAllState(System.Web.UI.WebControls.WebParts.PersonalizationScope)"> <summary> Resets all personalization data in the underlying data store by deleting all rows associated with the specified scope. </summary> <returns> The number of items that were reset. </returns> <param name="scope"> The scope associated with the personalization data to be deleted. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="scope" /> is not a valid member of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider returned a negative number for the count of affected rows. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetInactiveUserState(System.DateTime)"> <summary> Resets all per-user personalization state information in the underlying data store, based on the specified parameter. </summary> <returns> The number of rows in the underlying data store that were reset. </returns> <param name="userInactiveSinceDate"> The last date a user's personalization information was accessed. </param> <exception cref="T:System.ArgumentException"> The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider returned a negative number for the count. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetInactiveUserState(System.String,System.DateTime)"> <summary> Resets all per-user state information in the underlying data store for inactive users, based on the specified parameters. </summary> <returns> The number of rows in the underlying data store that were reset. </returns> <param name="path"> The path to the page associated with the personalization state information to be reset. </param> <param name="userInactiveSinceDate"> The last active date to be used in resetting user state personalization items. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="path" /> is an empty string ("") after trimming. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider returned a negative number for the count. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetSharedState(System.String)"> <summary> Resets shared state in the underlying data store for the specified path. </summary> <returns>true if personalization shared state was reset; otherwise, false. </returns> <param name="path"> The path to the page associated with the personalization state information to be reset. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="path" /> is an empty string ("") after trimming. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider indicated that the number of deleted rows was either a negative number or was greater than one. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetSharedState(System.String[])"> <summary> Resets shared state in the underlying data store for the specified paths. </summary> <returns> The number of rows that were reset. </returns> <param name="paths"> The paths to the pages associated with the personalization state information to be reset. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="paths" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="paths" /> is a zero-length array. - or - A member of <paramref name="paths" /> is either null or an empty string ("") after trimming. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider indicated that the number of deleted rows was a negative number. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetState(System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection)"> <summary> Resets personalization data in the underlying data store, based on the items contained in the collection. </summary> <returns> The number of rows that were reset. </returns> <param name="data"> A collection of <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" /> objects indicating what data should be reset. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="data" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="data" /> is an empty collection. - or - An element of the collection is null. - or - The path value of a <see cref="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo" /> instance in the collection is null or an empty string (""). - or - The <paramref name="user" /> value of a <see cref="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo" /> instance in the collection is null, an empty string, or contains commas. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider indicated that the number of deleted rows was a negative number. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetUserState(System.String)"> <summary> Resets all per-user state in the underlying data store for the specified path. </summary> <returns> The number of rows that were reset. </returns> <param name="path"> The path to the page associated with the personalization state information to be reset. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="path" /> is an empty string (""). - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider indicated that the number of deleted rows was a negative number. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetUserState(System.String,System.String)"> <summary> Resets per-user state in the underlying data store for the specified combination of user name and path. </summary> <returns> The number of rows that were reset. </returns> <param name="path"> The path to the page associated with the personalization state information to be reset. </param> <param name="username"> The user name associated with the personalization data to be reset. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> or <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="path" /> or <paramref name="username" /> is an empty string ("") after trimming. - or - <paramref name="username" /> contains commas. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider indicated that the number of deleted rows was a negative number. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetUserState(System.String,System.String[])"> <summary> Resets per-user state in the underlying data store for the page and users specified. </summary> <returns> The number of rows that were reset. </returns> <param name="path"> The path to the page associated with the personalization state information to be reset. </param> <param name="usernames"> The user names associated with the personalization data to be reset. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> or <paramref name="usernames" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="path" /> is an empty string ("") after trimming. - or - A member of <paramref name="usernames" /> is null, an empty string after trimming, or contains commas. - or - <paramref name="usernames" /> is a zero-length array. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider indicated that the number of deleted rows was a negative number. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationAdministration.ResetUserState(System.String[])"> <summary> Resets all per-user state in the underlying data store for the specified paths. </summary> <returns> The number of rows that were reset. </returns> <param name="usernames"> An array of user names whose per-user data should be reset. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="usernames" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="usernames" /> is a zero-length array. - or - A member of <paramref name="usernames" /> is either null, contains commas, or is an empty string ("") after trimming. - or - The provider for a personalization provider defined in configuration is not of the correct type. - or - The length of the string of any parameter is greater than 256 characters. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. </exception> <exception cref="T:System.Web.HttpException"> The default provider indicated that the number of deleted rows was a negative number. </exception> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary"> <summary> Encapsulates basic validation rules that indicate whether a piece of custom data is considered personalizable in either <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> or <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> class using the provided parameter. </summary> <param name="initialSize"> The estimated number of entries to be stored in the dictionary. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.Add(System.String,System.Web.UI.WebControls.WebParts.PersonalizationEntry)"> <summary> Adds personalization entries to the personalization dictionary. </summary> <param name="key"> The unique identifier for a piece of state information. </param> <param name="value"> A piece of state information to be added to the personalization dictionary. This value can be null. </param> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is a duplicate of a key already in the dictionary. - or - <paramref name="key" /> is either an empty string ("") or trimming <paramref name="key" /> results in an empty string. - or - <paramref name="value" /> is not a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="key" /> is null. - or - <paramref name="value" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.Clear"> <summary> Removes all custom state information from the current <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> object. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.Contains(System.String)"> <summary> Returns a value indicating whether a piece of custom state information with the same key is contained in the personalization dictionary. </summary> <returns>true if the provided key matches a key in the personalization dictionary; otherwise, false. </returns> <param name="key"> A key value. </param> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is either an empty string (""), or trimming <paramref name="key" /> results in an empty string. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="key" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.CopyTo(System.Collections.DictionaryEntry[],System.Int32)"> <summary> Copies the personalization dictionary state entries as <see cref="T:System.Collections.DictionaryEntry" /> instances into the specified array. </summary> <param name="array"> The array the <see cref="T:System.Collections.DictionaryEntry" /> instances are copied into. </param> <param name="index"> The index location at which to begin copying. </param> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is multidimensional. - or - <paramref name="array" /> is the wrong size based on the <paramref name="index" /> parameter. - or - <paramref name="array" /> has insufficient capacity to hold the values contained in the personalization dictionary. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.Count"> <summary> Gets the number of entries in the dictionary. </summary> <returns> The number of entries in the dictionary. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.GetEnumerator"> <summary> Returns an enumerator that can be used to iterate through the entries in the personalization dictionary. </summary> <returns> An <see cref="T:System.Collections.IDictionaryEnumerator" /> for the personalization dictionary. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.IsFixedSize"> <summary> Gets whether the personalization dictionary is of a fixed size. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.IsReadOnly"> <summary> Gets whether the personalization dictionary is read-only. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.IsSynchronized"> <summary> Gets whether the personalization dictionary is synchronized. </summary> <returns>false in all cases. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.Item(System.String)"> <summary> Gets or sets an entry in the personalization dictionary. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> representing custom personalization information identified by the <paramref name="key" /> parameter. </returns> <param name="key"> The key of the entry to be retrieved or changed. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="key" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is either an empty string (""), or trimming <paramref name="key" /> results in an empty string. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.Keys"> <summary> Gets a reference to an <see cref="T:System.Collections.ICollection" /> object containing the keys for the personalization dictionary. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> containing the keys for the personalization dictionary. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.Remove(System.String)"> <summary> Removes a custom state entry based on the provided key. </summary> <param name="key"> The key of the entry to be removed. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="key" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is either an empty string (""), or trimming <paramref name="key" /> results in an empty string. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the personalization dictionary. </summary> <returns> An object that can be used to synchronize access to the personalization dictionary. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> Implements the <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)" /> method for the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> class. </summary> <param name="array"> An <see cref="T:System.Array" /> of <see cref="T:System.Collections.DictionaryEntry" /> items to copy into a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" />. </param> <param name="index"> The starting point in a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> at which to insert <paramref name="array" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="array" /> is not an array of <see cref="T:System.Collections.DictionaryEntry" /> items. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.System#Collections#IDictionary#Add(System.Object,System.Object)"> <summary> Implements the <see cref="M:System.Collections.IDictionary.Add(System.Object,System.Object)" /> method for the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> class. </summary> <param name="key"> The <see cref="T:System.String" /> to use as the key for an item in the personalization dictionary. </param> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> to add to the personalization dictionary. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is not a <see cref="T:System.String" /> object. - or - <paramref name="value" /> is not a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> object. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.System#Collections#IDictionary#Contains(System.Object)"> <summary> Implements the <see cref="M:System.Collections.IDictionary.Contains(System.Object)" /> method for the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> class. </summary> <returns>true if <paramref name="key" /> exists in the personalization dictionary; otherwise false. </returns> <param name="key"> A <see cref="T:System.String" /> object that identifies a particular <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> to check for existence in the personalization dictionary. </param> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is not a <see cref="T:System.String" />. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.System#Collections#IDictionary#Item(System.Object)"> <summary> Gets or sets the <see cref="P:System.Collections.IDictionary.Item(System.Object)" /> property value for the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> class. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> object whose value matches <paramref name="key" />. </returns> <param name="key"> A <see cref="T:System.String" /> that identifies a particular <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> object in the personalization dictionary. </param> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is not a <see cref="T:System.String" /> object. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.System#Collections#IDictionary#Remove(System.Object)"> <summary> Implements the <see cref="M:System.Collections.IDictionary.Remove(System.Object)" /> method for the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> class. </summary> <param name="key"> A <see cref="T:System.String" /> that identifies a particular <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> object to remove from the personalization dictionary. </param> <exception cref="T:System.ArgumentException"> <paramref name="key" /> is not a <see cref="T:System.String" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.System#Collections#IEnumerable#GetEnumerator"> <summary> Implements the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method for the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> class. </summary> <returns> An instance of <see cref="T:System.Collections.IEnumerator" /> to enumerate through the items in a personalization dictionary. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationDictionary.Values"> <summary> Gets a reference to an <see cref="T:System.Collections.ICollection" /> object containing the values in the personalization dictionary. </summary> <returns> An <see cref="T:System.Collections.ICollection" /> containing the values for the personalization dictionary. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry"> <summary> Represents core pieces of custom personalization state information contained in a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> object. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationEntry.#ctor(System.Object,System.Web.UI.WebControls.WebParts.PersonalizationScope)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> class using the specified value and scope. </summary> <param name="value"> An object of personalization data associated with the personalization scope in the <paramref name="scope" /> parameter. </param> <param name="scope"> The <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> that applies to the custom personalization information. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="scope" /> is set to a value that is not a valid member of <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationEntry.#ctor(System.Object,System.Web.UI.WebControls.WebParts.PersonalizationScope,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> class using the provided parameters. </summary> <param name="value"> An object of personalization data associated with the personalization scope in the <paramref name="scope" /> parameter. </param> <param name="scope"> The <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> that applies to the custom personalization information. </param> <param name="isSensitive"> A Boolean value indicating if the custom state information is sensitive and should not be exported. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationEntry.IsSensitive"> <summary> Gets or sets the Boolean value that indicates if the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationEntry" /> contains sensitive information. </summary> <returns>true if the sensitive setting for the attribute is set; otherwise false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationEntry.Scope"> <summary> Gets or sets the personalization scope associated with this personalization data entry. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="scope" /> is set to a value that is not a valid member of <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" />. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationEntry.Value"> <summary> Gets or sets the personalization state information for this entry. </summary> <returns> An object representing personalization state information. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationProvider"> <summary> Implements the basic functionality for a personalization provider. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationProvider" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationProvider.ApplicationName"> <summary> When overridden in a derived class, gets or sets the name of the application configured for the provider. </summary> <returns> The application configured for the personalization provider. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.CreateSupportedUserCapabilities"> <summary> Returns a list of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" /> objects that represent the set of known capabilities used by the Web Parts control set. </summary> <returns> An <see cref="T:System.Collections.IList" /> that represents the set of known capabilities used by the Web Parts control set. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.DetermineInitialScope(System.Web.UI.WebControls.WebParts.WebPartManager,System.Web.UI.WebControls.WebParts.PersonalizationState)"> <summary> Determines whether the initial personalization scope should be <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> or <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> indicating whether the current personalization scope is <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> or <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" />. </returns> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> that manages the personalization information. </param> <param name="loadedState"> The personalization state information. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPartManager" /> is null. </exception> <exception cref="T:System.ArgumentException"> The page associated with <paramref name="webPartManager" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.DetermineUserCapabilities(System.Web.UI.WebControls.WebParts.WebPartManager)"> <summary> Returns a dictionary containing <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" /> instances that represent the personalization-related capabilities of the currently executing user account. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing zero or more <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" /> instances if the user account is authenticated, or null if the executing user account is not authenticated. </returns> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization information. </param> <exception cref="T:System.ArgumentException"> The page associated with <paramref name="webPartManager" /> is null. - or - The request associated with the page is null. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="webPartManager" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.FindState(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.Web.UI.WebControls.WebParts.PersonalizationStateQuery,System.Int32,System.Int32,System.Int32@)"> <summary> When overridden in a derived class, returns a collection containing zero or more <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />-derived objects based on scope and specific query parameters. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> containing zero or more <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />-derived objects. </returns> <param name="scope"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> with the personalization information to be queried. This value cannot be null. </param> <param name="query"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery" /> containing a query. This value can be null. </param> <param name="pageIndex"> The location where the query starts. </param> <param name="pageSize"> The number of records to return. </param> <param name="totalRecords"> The total number of records available. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.GetCountOfState(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.Web.UI.WebControls.WebParts.PersonalizationStateQuery)"> <summary> When overridden in a derived class, returns the number of rows in the underlying data store that exist within the specified scope. </summary> <returns> The number of rows in the underlying data store that exist for the specified <paramref name="scope" /> parameter. </returns> <param name="scope"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> of the personalization information to be queried. This value cannot be null. </param> <param name="query"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery" /> containing a query. This value can be null. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.LoadPersonalizationBlobs(System.Web.UI.WebControls.WebParts.WebPartManager,System.String,System.String,System.Byte[]@,System.Byte[]@)"> <summary> When overridden in a derived class, loads raw personalization data from the underlying data store. </summary> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization data. </param> <param name="path"> The path for personalization information to be used as the retrieval key. </param> <param name="userName"> The user name for personalization information to be used as the retrieval key. </param> <param name="sharedDataBlob"> The returned data for the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope. </param> <param name="userDataBlob"> The returned data for the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.LoadPersonalizationState(System.Web.UI.WebControls.WebParts.WebPartManager,System.Boolean)"> <summary> Loads the raw data from the underlying data store and converts that data into a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationState" /> object. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationState" /> containing personalization data. </returns> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization data. </param> <param name="ignoreCurrentUser"> A <see cref="T:System.Boolean" /> indicating whether the user name should be passed to the personalization provider. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="webPartManager" /> is null. </exception> <exception cref="T:System.ArgumentException"> The page associated with <paramref name="webPartManager" /> is null. - or - The request associated with the page is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.ResetPersonalizationBlob(System.Web.UI.WebControls.WebParts.WebPartManager,System.String,System.String)"> <summary> When overridden in a derived class, deletes raw personalization data from the underlying data store. </summary> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization data. </param> <param name="path"> The path for personalization information to be used as the data store key. </param> <param name="userName"> The user name for personalization information to be used as the data store key. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.ResetPersonalizationState(System.Web.UI.WebControls.WebParts.WebPartManager)"> <summary> Resets personalization data to the underlying data store. </summary> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization data. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPartManager" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPartManager" /> is not associated with a page. - or - The page is not associated with an in-progress <see cref="T:System.Web.HttpRequest" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.ResetState(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.String[],System.String[])"> <summary> When overridden in a derived class, deletes personalization state from the underlying data store based on the specified parameters. </summary> <returns> The number of rows deleted. </returns> <param name="scope"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> of the personalization information to be reset. This value cannot be null. </param> <param name="paths"> The paths for personalization information to be deleted. </param> <param name="usernames"> The user names for personalization information to be deleted. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.ResetUserState(System.String,System.DateTime)"> <summary> When overridden in a derived class, deletes Web Parts personalization data from the underlying data store based on the specified parameters. </summary> <returns> The number of rows deleted from the underlying data store. </returns> <param name="path"> The path of the personalization data to be deleted. This value can be null but cannot be an empty string (""). </param> <param name="userInactiveSinceDate"> The date indicating the last time a Web site user changed personalization data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.SavePersonalizationBlob(System.Web.UI.WebControls.WebParts.WebPartManager,System.String,System.String,System.Byte[])"> <summary> When overridden in a derived class, saves raw personalization data to the underlying data store. </summary> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization data. </param> <param name="path"> The path for personalization information to be used as the data store key. </param> <param name="userName"> The user name for personalization information to be used as the key. </param> <param name="dataBlob"> The byte array of data to be saved. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.SavePersonalizationState(System.Web.UI.WebControls.WebParts.PersonalizationState)"> <summary> Saves personalization data to a data store. </summary> <param name="state"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationState" /> containing personalization data to be saved. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="state" /> is null. </exception> <exception cref="T:System.ArgumentException"> The <paramref name="state" /> object being saved has a different type from the <paramref name="state" /> object that was returned by the <see cref="M:System.Web.UI.WebControls.WebParts.PersonalizationProvider.LoadPersonalizationState(System.Web.UI.WebControls.WebParts.WebPartManager,System.Boolean)" /> method. </exception> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationProviderCollection"> <summary> Stores references to <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationProvider" /> objects indexed by name. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProviderCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationProviderCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProviderCollection.Add(System.Configuration.Provider.ProviderBase)"> <summary> Adds an instance of a class that implements <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationProvider" /> to the collection. </summary> <param name="provider"> The personalization provider to be added. </param> <exception cref="T:System.ArgumentException"> The provider specified is not a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationProvider" />. </exception> <exception cref="T:System.ArgumentNullException"> The <paramref name="provider" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationProviderCollection.CopyTo(System.Web.UI.WebControls.WebParts.PersonalizationProvider[],System.Int32)"> <summary> Copies the personalization providers in the collection to an array, starting at the specified index. </summary> <param name="array"> The array to which the personalization providers are copied. </param> <param name="index"> The location in the array at which to begin copying. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationProviderCollection.Item(System.String)"> <summary> Gets a personalization provider based on the specified name. </summary> <returns> The name of the personalization provider. </returns> <param name="name"> The name of the personalization provider. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationScope"> <summary> Indicates the personalization scope for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> object or the personalization scope that applies to a property on a Web Parts control. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User"> <summary> When referring to the scope on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />control, User scope means that personalization data that is user-specific, as well as personalization data that applies to all users, is loaded for all personalizable controls on a page. Only personalization data that is user-specific can be saved on the page. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared"> <summary> When referring to the scope on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control, Shared scope means that personalization data applies to all users for all personalizable controls on a page and is also available to be saved on the page. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationState"> <summary> Defines the basic functionality that represents the personalization data for a page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.#ctor(System.Web.UI.WebControls.WebParts.WebPartManager)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationState" /> class. </summary> <param name="webPartManager"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> that manages Web Parts controls that have personalization data. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="webPartManager" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.ApplyWebPartManagerPersonalization"> <summary> When overridden, applies personalization data to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control associated with the personalization state instance. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.ApplyWebPartPersonalization(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> When overridden, applies personalization data to the specified Web Parts control. </summary> <param name="webPart"> The Web Parts control to which personalization data is applied. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.ExtractWebPartManagerPersonalization"> <summary> When overridden, extracts personalization information from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control associated with the current personalization state. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.ExtractWebPartPersonalization(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> When overridden, extracts personalization data from the specified Web Parts control. </summary> <param name="webPart"> The Web Parts control from which personalization data is extracted. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.GetAuthorizationFilter(System.String)"> <summary> Retrieves the authorization filter for the specified Web Parts control. </summary> <returns> The authorization filter string for a Web Parts control. </returns> <param name="webPartID"> The ID of the Web Parts control from which the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.AuthorizationFilter" /> is retrieved. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationState.IsDirty"> <summary> Gets a value that indicates whether any personalization information has changed. </summary> <returns>true if any personalization state instance has changed (is "dirty"); otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationState.IsEmpty"> <summary> When overridden, gets a value that indicates whether any personalization state was extracted by a state instance. </summary> <returns>true if any personalization state was extracted by a state instance; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.SetDirty"> <summary> Marks the current personalization state as having changed. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.SetWebPartDirty(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> When overridden, marks a Web Parts control as having changed. </summary> <param name="webPart"> The Web Parts control to be marked as having changed. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.SetWebPartManagerDirty"> <summary> When overridden, marks the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control as having changed. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationState.ValidateWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Verifies that the specified Web Parts control is valid. </summary> <param name="webPart"> The Web Parts control to be validated. </param> <exception cref="T:System.ArgumentException"> <paramref name="webPart" /> is not currently managed by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> associated with the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationState" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart " />is null.</exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationState.WebPartManager"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control currently associated with the personalization state instance. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> associated with the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationState" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo"> <summary> When overridden in a derived class, implements a representation of information about a set of Web Parts data for a page. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo.LastUpdatedDate"> <summary> Gets the date and time that the personalization state was last updated. </summary> <returns> A <see cref="T:System.DateTime" /> indicating when the personalization state was last updated. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo.Path"> <summary> Gets the path to the page associated with the personalization state information. </summary> <returns> The path of the page associated with the personalization state information. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo.Size"> <summary> Gets the size of the personalization state information stored in the underlying data store. </summary> <returns> The size, in bytes, of the personalization state information. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection"> <summary> Provides a collection of <see cref="T:System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo" /> and <see cref="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo" /> objects. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.Add(System.Web.UI.WebControls.WebParts.PersonalizationStateInfo)"> <summary> Adds a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />-derived instance to the end of the collection. </summary> <param name="data"> The <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />-derived instance to be added. </param> <exception cref="T:System.NotSupportedException"> The collection was marked as read-only. </exception> <exception cref="T:System.ArgumentException"> An attempt was made to add an object to the collection when an instance of the same shared or per-user state already exists in the collection. </exception> <exception cref="T:System.ArgumentNullException"> The data parameter is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.Clear"> <summary> Clears the collection of all items. </summary> <exception cref="T:System.NotSupportedException"> The collection was marked as read-only. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.CopyTo(System.Web.UI.WebControls.WebParts.PersonalizationStateInfo[],System.Int32)"> <summary> Copies the elements of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> collection into a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" /> array, starting at the specified position. </summary> <param name="array"> The array the elements in the collection are copied into. </param> <param name="index"> The location at which to start the copy operation. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.Count"> <summary> Gets the number of items in a collection. </summary> <returns> The number of items in a collection. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.GetEnumerator"> <summary> Returns a standard enumerator capable of iterating over the collection. This method cannot be inherited. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.IsSynchronized"> <summary> Gets a value indicating whether access to the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> collection is synchronized (thread safe). </summary> <returns>true if access to the collection is synchronized; otherwise, false. The value is always false for <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> objects created by the Web Parts control set. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" /> instance located at the specified ordinal index in the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />. </returns> <param name="index"> The ordinal index of the object to be retrieved. </param> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index" /> is less than zero. - or - <paramref name="index" /> is greater than <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.Count" />. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.Item(System.String,System.String)"> <summary> Gets an element from the collection based on the specified parameters. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />. </returns> <param name="path"> The relative application path of the personalization state object to be retrieved. </param> <param name="username"> The user name of the <see cref="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo" /> object to be retrieved. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.Remove(System.String,System.String)"> <summary> Removes a <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />-derived object from the collection. </summary> <param name="path"> The relative application path of the personalization state object to be removed. </param> <param name="username"> The user name of the <see cref="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo" />-derived object to be removed. </param> <exception cref="T:System.NotSupportedException"> The collection was marked as read-only. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. - or - both parameters are null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.SetReadOnly"> <summary> Marks the collection as read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.SyncRoot"> <summary> Gets an object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> instance. </summary> <returns> An object that can be used to synchronize access to the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" />. The Web Parts control set returns a reference to the current collection object. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"> <summary> Implements the base <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)" /> method. </summary> <param name="array"> The array into which a collection of <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" /> objects will be copied. </param> <param name="index"> The point in <paramref name="array" /> at which to start copying the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" /> objects. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery"> <summary> Represents a set of query parameters that can be passed to a personalization provider using the various get and find methods. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.Item(System.String)"> <summary> Gets or sets the value of the query parameter. </summary> <returns> The value of the query parameter indicated by the <paramref name="queryKey" /> parameter. </returns> <param name="queryKey"> A case-insensitive query string. The value should be one of the following: "PathToMatch", "UserInactiveSinceDate", or "UsernameToMatch". </param> <exception cref="T:System.ArgumentNullException"> <paramref name="queryKey" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="queryKey" /> is an empty string (""). - or - When trimmed, <paramref name="queryKey" /> results in an empty string. - or - A value provided for one of the three properties on <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery" /> was of the wrong type. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.PathToMatch"> <summary> Gets or sets the path to be used for a query. </summary> <returns> The path to be used for a query. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.UserInactiveSinceDate"> <summary> Gets or sets the last active date used in a query. </summary> <returns> The last active date to be used in a query. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.UsernameToMatch"> <summary> Gets or sets the user name in a query. </summary> <returns> The user name to be used in a query. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart"> <summary> Provides an editor control that enables end users to edit custom properties on an associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart.#ctor"> <summary> Creates a new instance of the class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart.ApplyChanges"> <summary> Saves the values from a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> control to the corresponding properties in the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns>true if the action of saving values from the <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> is successful; otherwise (if an error occurs), false. </returns> <exception cref="T:System.Exception"> An error occurred when trying to set the value for a property on the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" />. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart.DefaultButton"> <summary> Overrides the base property inherited from the <see cref="T:System.Web.UI.WebControls.Panel" /> control to hide the property from designers and prevent it from being affected by themes. </summary> <returns> A string that contains the ID of the <see cref="T:System.Web.UI.WebControls.Button" /> control that receives the default focus in a <see cref="T:System.Web.UI.WebControls.Panel" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart.Display"> <summary> Gets a value that indicates whether a control should be displayed when its associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is in edit mode. </summary> <returns> A Boolean value that indicates whether the control should be displayed. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart.SyncChanges"> <summary> Retrieves the values from a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control, and updates the corresponding controls used to edit those property values within a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart.Title"> <summary> Gets or sets a title for the editor control. </summary> <returns> A string that is used as the title of the control. The default value is a calculated control name supplied by the Web Parts control set. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint"> <summary> Defines a connection point object that enables a server control acting as a provider to form a connection with a consumer. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint.#ctor(System.Reflection.MethodInfo,System.Type,System.Type,System.String,System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> class. </summary> <param name="callbackMethod"> The method in the provider control that returns an interface instance to consumers to establish a connection. </param> <param name="interfaceType"> The <see cref="T:System.Type" /> of the interface that the provider serves to consumers. </param> <param name="controlType"> The <see cref="T:System.Type" /> of the provider control with which the provider connection point is associated. </param> <param name="displayName"> A friendly display name for the provider connection point that appears to users in the connection user interface (UI). </param> <param name="id"> A unique identifier for the provider connection point. </param> <param name="allowsMultipleConnections"> A Boolean value indicating whether the provider connection point can have multiple simultaneous connections with consumers. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="callbackMethod" /> is null. - or - <paramref name="interfaceType" /> is null. - or - <paramref name="controlType" /> is null. - or - <paramref name="displayName" /> is null or an empty string (""). </exception> <exception cref="T:System.ArgumentException"> <paramref name="controlType " />is not the same type as the provider control (or a valid class derived from it). </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint.GetObject(System.Web.UI.Control)"> <summary> Invokes the callback method in a provider control that gets an interface instance to return to consumers. </summary> <returns> An <see cref="T:System.Object" /> that is an instance of the interface a provider returns to consumers to establish a connection. </returns> <param name="control"> The control acting as the provider in a Web Parts connection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="control" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint.GetSecondaryInterfaces(System.Web.UI.Control)"> <summary> Gets an optional collection of secondary interfaces that can be supported by a provider connection point. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection" /> of additional interfaces provided by the control acting as a provider. </returns> <param name="control"> The control acting as the provider in a Web Parts connection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection"> <summary> Contains a collection of all <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> objects associated with a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control acting as a provider in a connection. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection.#ctor"> <summary> Initializes an empty new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection" /> class using the specified collection of provider connection points. </summary> <param name="connectionPoints"> An <see cref="T:System.Collections.ICollection" /> of <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> objects used to create the collection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="connectionPoints" /> is null. </exception> <exception cref="T:System.ArgumentException"> The collection contains a null connection point. - or - The collection contains an object that is not of type <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" />. - or - There are duplicate IDs in the collection of connection points. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection.Contains(System.Web.UI.WebControls.WebParts.ProviderConnectionPoint)"> <summary> Returns a value indicating whether a particular <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> object exists in the collection. </summary> <returns>true if the provider connection point is contained in the collection; otherwise, false. </returns> <param name="connectionPoint"> The <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> to search for. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection.CopyTo(System.Web.UI.WebControls.WebParts.ProviderConnectionPoint[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> objects. </summary> <param name="array"> An array of <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> objects that receives the copied items of the collection. </param> <param name="index"> The starting point in the array at which to insert the collection contents. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection.Default"> <summary> Gets the default connection point from the collection of provider connection points associated with a particular control. </summary> <returns> The default <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> from a <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection.IndexOf(System.Web.UI.WebControls.WebParts.ProviderConnectionPoint)"> <summary> Returns the position of a particular <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> object within a collection. </summary> <returns> An integer that indicates the zero-based index position of the specified <paramref name="connectionPoint" /> within a <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection" />. </returns> <param name="connectionPoint"> The <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> to locate. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection.Item(System.Int32)"> <summary> Gets a member of the collection based on its position in the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> at the index specified. </returns> <param name="index"> The index of a particular <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> in the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection.Item(System.String)"> <summary> Gets a member of the collection based on a unique string identifier. </summary> <returns> The first <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> whose ID equals the value of <paramref name="id" />. </returns> <param name="id"> A <see cref="T:System.String" /> serving as the unique identifier for a particular <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> in the collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.ProxyWebPart"> <summary> Represents the base class for Web Parts controls that under certain conditions must replace other Web Parts controls on a page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPart.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ProxyWebPart" /> class when a dynamic Web Parts control must be replaced. </summary> <param name="originalID"> A string that is the control ID (not the unique ID) of the control to replace. If a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control is replaced, the ID is the ID of its child server control. </param> <param name="originalTypeName"> A string that is the name of the <see cref="T:System.Type" /> of the control to replace. If a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control is replaced, the type name is the type of its child server control. </param> <param name="originalPath"> A string that contains the path to the user control to replace. </param> <param name="genericWebPartID"> A string that returns the ID of a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control, if that type of control is being replaced. This is needed for controls that do not inherit from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> base class. </param> <exception cref="T:System.ArgumentException"> <paramref name="originalID" /> is null or an empty string. - or - <paramref name="originalTypeName" /> is null or an empty string. </exception> <exception cref="T:System.ArgumentException"> <paramref name="originalPath" /> is specified but <paramref name="genericWebPartID" /> is null or an empty string. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPart.#ctor(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ProxyWebPart" /> class when a static Web Parts control (or server or user control) must be replaced. </summary> <param name="webPart"> The Web Parts control to be replaced. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPart" /> has an empty <see cref="P:System.Web.UI.Control.ID" /> property - or - <paramref name="webPart" /> is an empty <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> - or - <paramref name="webPart" /> is of type <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> and its child control has an empty <see cref="P:System.Web.UI.Control.ID" /> property </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPart.GenericWebPartID"> <summary> Gets the value of the <see cref="P:System.Web.UI.WebControls.WebParts.GenericWebPart.ID" /> property from the generic Web Parts control replaced by a proxy Web Parts control. </summary> <returns> A string containing the <see cref="P:System.Web.UI.WebControls.WebParts.GenericWebPart.ID" /> value. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPart.ID"> <summary> Gets or sets the programmatic identifier assigned to the Web Parts control. </summary> <returns> A <see cref="T:System.String" /> containing the identifier. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPart.LoadControlState(System.Object)"> <summary> Overrides <see cref="M:System.Web.UI.Control.LoadControlState(System.Object)" /> to prevent loading previously saved state for a <see cref="T:System.Web.UI.WebControls.WebParts.ProxyWebPart" /> object. </summary> <param name="savedState"> The previously saved state data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPart.LoadViewState(System.Object)"> <summary> Overrides <see cref="M:System.Web.UI.Control.LoadViewState(System.Object)" /> to prevent loading previously saved view state for a <see cref="T:System.Web.UI.WebControls.WebParts.ProxyWebPart" /> object. </summary> <param name="savedState"> The previously saved state data. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPart.OriginalID"> <summary> Gets the <see cref="P:System.Web.UI.Control.ID" /> of the Web Parts control replaced by the proxy Web Parts control. </summary> <returns> A string containing the <see cref="P:System.Web.UI.Control.ID" /> value of the Web Parts control replaced by the proxy Web Parts control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPart.OriginalPath"> <summary> Gets the path to the user control being replaced. </summary> <returns> A string that contains the path to a user control being replaced. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPart.OriginalTypeName"> <summary> Gets the <see cref="T:System.Type" /> of the Web Parts control replaced by the proxy Web Parts control. </summary> <returns> A string containing the <see cref="T:System.Type" /> of the control replaced by the proxy Web Parts control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPart.SaveControlState"></member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPart.SaveViewState"></member> <member name="T:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection"> <summary> Contains a collection of static <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> objects, which is used when the connections are declared in content pages and the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control is declared in a master page. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.Add(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Adds a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object to the collection. </summary> <returns> An integer value that indicates where the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> was inserted into the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.Contains(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Returns a value indicating whether a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object exists in the collection. </summary> <returns>true if <paramref name="value" /> exists in the collection; otherwise, false. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> being checked for its existence in a collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPartConnection[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> objects. </summary> <param name="array"> An array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> objects to contain the copied collection. </param> <param name="index"> An integer that indicates the starting point in the array at which to place the collection contents. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Returns the position of a particular member of the collection. </summary> <returns> An integer that indicates the position of a particular object in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> that is a member of the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.Insert(System.Int32,System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Inserts a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object into the collection at the specified index. </summary> <param name="index"> An integer indicating the ordinal position in the collection at which a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> should be inserted. </param> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to insert into the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.IsReadOnly"> <summary> Gets a value indicating whether <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> objects can be added to the collection. </summary> <returns>true if connection objects cannot be added to the collection; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.Item(System.Int32)"> <summary> Gets or sets a connection item within the collection, based on an index number indicating the item's location in the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> at the specified index in the collection. </returns> <param name="index"> An integer that indicates the index of a member of the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.Item(System.String)"> <summary> Returns a specific member of the collection according to a unique identifier. </summary> <returns> The first <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> whose ID matches the value of the <paramref name="id" /> parameter. Returns null if no match is found. </returns> <param name="id"> A string that contains the ID of a particular connection in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection.Remove(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object from the collection. </summary> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to be removed. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.ProxyWebPartManager"> <summary> Provides a way for developers to declare static connections in a content page when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control has been declared in the content page's associated master page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.ProxyWebPartManager" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.ClientID"> <returns> The server control identifier generated by ASP.NET. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.Controls"> <returns> The collection of child controls for the specified server control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.CreateControlCollection"> <summary> Overrides the base property to prevent the <see cref="T:System.Web.UI.WebControls.WebParts.ProxyWebPartManager" /> control from containing controls. </summary> <returns> Always returns an <see cref="T:System.Web.UI.EmptyControlCollection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.EnableTheming"> <summary> Overrides the base property to prevent themes from being used. </summary> <returns> Always returns false, to prevent themes from being used. </returns> <exception cref="T:System.NotSupportedException"> A caller tries to assign a value to this property. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.Focus"> <summary> Overrides the base method to prevent the method from being called. </summary> <exception cref="T:System.NotSupportedException"> A caller tries to call this method. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event and initializes the control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control from the associated master page is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.SkinID"> <summary> Overrides the base property to prevent a value from being assigned. </summary> <returns> Always returns an empty string (""). </returns> <exception cref="T:System.NotSupportedException"> A caller tries to assign a value to this property. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.StaticConnections"> <summary> Gets a collection of static connections declared within the <asp:proxywebpartmanager> element on a content page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection" /> that contains all static <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> objects declared within an <asp:proxywebpartmanager> element. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ProxyWebPartManager.Visible"> <summary> Overrides the base property to prevent a value from being assigned. </summary> <returns> Always returns false, to prevent the control from being made visible. </returns> <exception cref="T:System.NotSupportedException"> A caller tries to assign a value to this property. </exception> </member> <member name="T:System.Web.UI.WebControls.WebParts.RowCallback"> <summary> References the method to call when retrieving row data from a provider. </summary> <param name="rowData"> The data to retrieve from the provider. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.RowToFieldTransformer"> <summary> Transforms data in a Web Parts connection from a provider that implements the <see cref="T:System.Web.UI.WebControls.WebParts.IWebPartRow" /> interface to a consumer expecting data through the <see cref="T:System.Web.UI.WebControls.WebParts.IWebPartField" /> interface. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToFieldTransformer.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.RowToFieldTransformer" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToFieldTransformer.CreateConfigurationControl"> <summary> Displays an ASP.NET control that configures a <see cref="T:System.Web.UI.WebControls.WebParts.RowToFieldTransformer" /> transformer in the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> zone. </summary> <returns> An ASP.NET control that configures a <see cref="T:System.Web.UI.WebControls.WebParts.RowToFieldTransformer" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.RowToFieldTransformer.FieldName"> <summary> Gets or sets the name of the value to transform. </summary> <returns> A <see cref="T:System.String" /> containing the name of the field to transform. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToFieldTransformer.System#Web#UI#WebControls#WebParts#IWebPartField#GetFieldValue(System.Web.UI.WebControls.WebParts.FieldCallback)"> <summary> Returns the value of the field that is being used by the interface as the basis of a connection between two Web Parts controls. </summary> <param name="callback"> The delegate instance to be used when retrieving a value. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="callback" /> equals null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.RowToFieldTransformer.System#Web#UI#WebControls#WebParts#IWebPartField#Schema"> <summary> Gets the schema information for a data field that is used to share data between two Web Parts controls. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptor" /> describing the data schema. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToFieldTransformer.Transform(System.Object)"> <summary> Provides an object for transforming the data. </summary> <returns> An <see cref="T:System.Object" /> representing the data to be transformed. </returns> <param name="providerData"> The provider data to be transformed. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.RowToParametersTransformer"> <summary> Transforms data in a Web Parts connection from a provider that implements the <see cref="T:System.Web.UI.WebControls.WebParts.IWebPartRow" /> interface to a consumer expecting to receive data from a provider that implements the <see cref="T:System.Web.UI.WebControls.WebParts.IWebPartParameters" /> interface. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.RowToParametersTransformer" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.ConsumerFieldNames"> <summary> Gets or sets the list of names in the consumer that will receive the values from the provider. </summary> <returns> An array of <see cref="T:System.String" /> values representing the consumer fields. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.CreateConfigurationControl"> <summary> Provides an ASP.NET control that allows the user to configure a <see cref="T:System.Web.UI.WebControls.WebParts.RowToParametersTransformer" /> transformer in the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> zone. </summary> <returns> An ASP.NET control that displays a user interface (UI) that allows the user to configure a <see cref="T:System.Web.UI.WebControls.WebParts.RowToParametersTransformer" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.ProviderFieldNames"> <summary> Gets or sets the list of field names from the provider. </summary> <returns> An array of <see cref="T:System.String" /> values representing the provider fields. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#GetParametersData(System.Web.UI.WebControls.WebParts.ParametersCallback)"> <summary> Gets the value of the data from the connection provider. </summary> <param name="callback"> The delegate instance to be used when retrieving a value. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="callback" /> equals null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#Schema"> <summary> Gets the schema information for a data field that is used to share data between two Web Parts controls. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> containing the data schema. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#SetConsumerSchema(System.ComponentModel.PropertyDescriptorCollection)"> <summary> Sets the property descriptors for the properties that the consumer receives when the <see cref="M:System.Web.UI.WebControls.WebParts.IWebPartParameters.GetParametersData(System.Web.UI.WebControls.WebParts.ParametersCallback)" /> method is called. </summary> <param name="schema"> The <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> object returned by <see cref="P:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#Schema" />. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.RowToParametersTransformer.Transform(System.Object)"> <summary> Provides an object for transforming the data. </summary> <returns> An <see cref="T:System.Object" /> representing the data to be transformed. </returns> <param name="providerData"> The provider data to be transformed. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo"> <summary> Represents a lightweight version of shared personalization information about a page. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo.#ctor(System.String,System.DateTime,System.Int32,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo" /> class. </summary> <param name="path"> The page that the information applies to. <paramref name="path" /> is an application-relative (using tilde syntax) virtual path. </param> <param name="lastUpdatedDate"> A <see cref="T:System.DateTime" /> indicating when the shared information for the page was last updated. </param> <param name="size"> The size, in bytes, of the shared state information for the page. </param> <param name="sizeOfPersonalizations"> The total size, in bytes, of all per-user personalization information that exists for the page. </param> <param name="countOfPersonalizations"> The total number of users who have personalized the page. </param> <exception cref="T:System.ArgumentException"> <paramref name="path" />, when trimmed, is an empty string (""). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="size" />, <paramref name="sizeOfPersonalizations" /> or <paramref name="countOfPersonalizations" /> is negative. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo.CountOfPersonalizations"> <summary> Gets the total number of users that have personalized a page. </summary> <returns> The total number of per-user personalization settings that have been applied to a page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo.SizeOfPersonalizations"> <summary> Gets the total size of all per-user personalization information for a page. </summary> <returns> The total size, in bytes, of all personalization information for a page. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider"> <summary> Implements a personalization provider that uses Microsoft SQL Server. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.ApplicationName"> <summary> Gets or sets the name of the application to store and retrieve personalization information for. </summary> <returns> The name of the application to store and retrieve personalization information for. The default is the <see cref="P:System.Web.Hosting.HostingEnvironment.ApplicationVirtualPath" /> property value for the current <see cref="P:System.Web.HttpContext.Request" />. </returns> <exception cref="T:System.Configuration.Provider.ProviderException"> The property was set to a string with a length greater than 256 characters. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.FindState(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.Web.UI.WebControls.WebParts.PersonalizationStateQuery,System.Int32,System.Int32,System.Int32@)"> <summary> Returns a collection containing zero or more <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />-derived objects, based on the specified scope and parameters. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection" /> containing zero or more <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateInfo" />-derived objects. </returns> <param name="scope"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> indicating the personalization information to be queried. This value cannot be null. </param> <param name="query"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery" /> containing a query. This value can be null. </param> <param name="pageIndex"> The location where the query starts. </param> <param name="pageSize"> The number of records to return. </param> <param name="totalRecords"> The total number of records available. </param> <exception cref="T:System.ArgumentException"> <paramref name="pageIndex" /> is less than zero. - or - <paramref name="pageSize" /> is less than or equal to zero. - or - The combination of <paramref name="pageIndex" /> and <paramref name="pageSize" /> results in a value greater than <see cref="F:System.Int32.MaxValue" />. - or - <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.PathToMatch" /> is non-null and is an empty string ("") after trimming. - or - The length of <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.PathToMatch" /> is greater than 256 characters when the value is non-null. - or - <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.UsernameToMatch" /> is non-null and is an empty string after trimming. - or - The length of <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.UsernameToMatch" /> is greater than 256 characters when the value is non-null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The<paramref name=" scope" /> specified is not a valid value from the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.GetCountOfState(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.Web.UI.WebControls.WebParts.PersonalizationStateQuery)"> <summary> Returns a count of the number of rows in the underlying data store that exist for the specified <paramref name="scope" /> parameter. </summary> <returns> The number of rows in the underlying data store that exist for the specified <paramref name="scope" /> parameter. </returns> <param name="scope"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> indicating the personalization information to be queried. This value cannot be null. </param> <param name="query"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery" /> containing a query. This value can be null. </param> <exception cref="T:System.ArgumentException"> <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.PathToMatch" /> is non-null and is an empty string ("") after trimming. - or - The length of <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.PathToMatch" /> is greater than 256 characters when the value is non-null. - or - <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.UsernameToMatch" /> is non-null and is an empty string after trimming. - or - The length of <see cref="P:System.Web.UI.WebControls.WebParts.PersonalizationStateQuery.UsernameToMatch" /> is greater than 256 characters when the value is non-null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The<paramref name=" scope" /> specified is not a valid value from the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Implements the initialization procedures required for a Microsoft SQL Server personalization provider. This method is not intended to be used directly from your code. </summary> <param name="name"> The application name as it appears in the configuration file. </param> <param name="configSettings"> The configuration settings for the application. </param> <exception cref="T:System.Configuration.Provider.ProviderException"> No connection string is configured for the provider. - or - The connection string for the provider cannot be found. - or - There are additional attributes on the provider's <add> element beyond those described in the configuration settings. - or - The length of the application name is greater than 256 characters. - or - The application domain hosting the application is running at a trust level below <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium" /> trust. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="configSettings" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.LoadPersonalizationBlobs(System.Web.UI.WebControls.WebParts.WebPartManager,System.String,System.String,System.Byte[]@,System.Byte[]@)"> <summary> Loads personalization data from the underlying data store, based on the specified parameters. </summary> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization data. </param> <param name="path"> The path for personalization information in the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope to be used as the retrieval key. </param> <param name="userName"> The user name for personalization information in the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope to be used as the retrieval key. </param> <param name="sharedDataBlob"> The returned data for the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope. </param> <param name="userDataBlob"> The returned data for the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.ResetPersonalizationBlob(System.Web.UI.WebControls.WebParts.WebPartManager,System.String,System.String)"> <summary> Deletes personalization data from the underlying data store. </summary> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization data. </param> <param name="path"> The path for personalization information in the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope to be used as the retrieval key. </param> <param name="userName"> The user name for personalization information in the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope to be used as the retrieval key. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.ResetState(System.Web.UI.WebControls.WebParts.PersonalizationScope,System.String[],System.String[])"> <summary> Deletes personalization state information from the underlying data store, based on the specified parameters. </summary> <returns> The number of rows deleted. </returns> <param name="scope"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> indicating the personalization information to be queried. This value cannot be null. </param> <param name="paths"> The paths for personalization information in the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope to be deleted. </param> <param name="usernames"> The user names for personalization information in the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope to be deleted. </param> <exception cref="T:System.ArgumentException"> Either the <paramref name="paths" /> or the <paramref name="usernames" /> parameter is an empty array. - or - The <paramref name="paths" /> and <paramref name="usernames" /> parameters contained within the respective arrays do not meet the validation rules. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The<paramref name=" scope" /> specified is not a member of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.ResetUserState(System.String,System.DateTime)"> <summary> Deletes user personalization data from the underlying data store, based on the specified parameters. </summary> <returns> The count of rows deleted from the underlying data store. </returns> <param name="path"> The path of the personalization data to be deleted. This value can be null but cannot be an empty string (""). </param> <param name="userInactiveSinceDate"> The date indicating the last activity. </param> <exception cref="T:System.ArgumentException"> <paramref name="path" /> is an empty string. - or - The path is greater than 256 characters in length. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider.SavePersonalizationBlob(System.Web.UI.WebControls.WebParts.WebPartManager,System.String,System.String,System.Byte[])"> <summary> Saves raw personalization data to the underlying Microsoft SQL Server database. </summary> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> managing the personalization data. </param> <param name="path"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> indicating the personalization information to be saved. This value cannot be null. </param> <param name="userName"> The user name for personalization information in the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope to be used as the key. </param> <param name="dataBlob"> The byte array of data to be saved. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.TableCallback"> <summary> References the method to call when retrieving table data from a provider. </summary> <param name="tableData"> The data to retrieve from the provider. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.TitleStyle"> <summary> Specifies the style characteristics for the title bars of Web Parts controls within a zone. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.TitleStyle.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.TitleStyle" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.TitleStyle.Wrap"> <summary> Gets or sets a value indicating whether the contents of the title bar for a part control wrap in the title bar. </summary> <returns>true if the contents of a title bar wrap in the title bar; otherwise, false. The default is false. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.ToolZone"> <summary> Serves as the base class for a set of helper zones that appear only in certain associated page display modes. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.#ctor(System.Collections.ICollection)"> <summary> Associates a collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects with a particular <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> zone, so that the zone can be displayed in the appropriate page display modes. </summary> <param name="associatedDisplayModes"> An <see cref="T:System.Collections.ICollection" /> of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects that determine when a zone can be displayed. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="associatedDisplayModes" /> parameter is equal to null or 0. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.#ctor(System.Web.UI.WebControls.WebParts.WebPartDisplayMode)"> <summary> Associates a single <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> object with a particular <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> zone, so that the zone can be displayed in the appropriate page display mode. </summary> <param name="associatedDisplayMode"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> that determines when a zone can be displayed. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="associatedDisplayMode" /> parameter is equal to null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.AssociatedDisplayModes"> <summary> Gets the collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects that are associated with a particular <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection" /> that contains <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects associated with a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.Close"> <summary> Provides a base method declaration that derived <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> controls can override to handle the details of closing a specialized zone. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.Display"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control is currently displayed. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> is currently displayed; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.EditUIStyle"> <summary> Gets the style attributes for the editable controls contained in a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for editable controls within a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.HeaderCloseVerb"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object in the header of a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control that is used to close the control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> used to close a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.HeaderVerbStyle"> <summary> Gets the style attributes for all header verbs displayed in a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for header verbs within a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.InstructionText"> <summary> Gets or sets the text in a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control that provides directions for end users. </summary> <returns> A string that contains the directions for end users. A default value appropriate to specific tool zones is provided by derived <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> classes. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.InstructionTextStyle"> <summary> Gets the style attributes for the instruction text that appears at the top of a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the instruction text within a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.LabelStyle"> <summary> Gets the style attributes for the contents of the labels that appear alongside the editing controls within a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. The derived <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> controls, such as <see cref="T:System.Web.UI.WebControls.WebParts.CatalogZone" /> and <see cref="T:System.Web.UI.WebControls.WebParts.EditorZone" />, apply the styles to the labels. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the labels within a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.LoadViewState(System.Object)"> <param name="savedState"></param> <exception cref="T:System.ArgumentException"> The length of <paramref name="savedState" />, when converted to an object array, does not equal 7. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.OnDisplayModeChanged(System.Object,System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs)"> <summary> Provides a base method declaration that derived <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> controls can override to handle the details of changing page display modes for a specialized zone. </summary> <param name="sender"> An <see cref="T:System.Object" /> that raises the <see cref="M:System.Web.UI.WebControls.WebParts.ToolZone.OnDisplayModeChanged(System.Object,System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs)" /> method. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.OnInit(System.EventArgs)"> <summary> Creates specialized event handlers used by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control on a Web page. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.OnSelectedWebPartChanged(System.Object,System.Web.UI.WebControls.WebParts.WebPartEventArgs)"> <summary> Provides a base method declaration that derived <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> controls can override to handle the event of changing which Web Parts control is selected within a specialized zone. </summary> <param name="sender"> An <see cref="T:System.Object" /> that raises the <see cref="M:System.Web.UI.WebControls.WebParts.ToolZone.OnSelectedWebPartChanged(System.Object,System.Web.UI.WebControls.WebParts.WebPartEventArgs)" /> method. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.RaisePostBackEvent(System.String)"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.WebParts.ToolZone.Close" /> method for a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control when the control posts back to the server. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that contains the argument for the event. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.RenderFooter(System.Web.UI.HtmlTextWriter)"> <summary> Overrides the base method to render verbs in the footer of a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that renders verbs in a zone's footer area. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.RenderHeader(System.Web.UI.HtmlTextWriter)"> <summary> Overrides the base method to provide specialized rendering for the header area required by <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> controls. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that renders the header section. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.RenderVerb(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.WebPartVerb)"> <summary> Renders an individual verb with a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that renders a single verb. </param> <param name="verb"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> to be rendered within a zone. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.RenderVerbs(System.Web.UI.HtmlTextWriter)"> <summary> Provides a base method declaration that derived <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> controls can override to customize the rendering of the verbs within a specialized zone. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that renders the verbs in a zone. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.SaveViewState"> <returns> Returns the zone control's current view state. If no view state is associated with the zone, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Implements the <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" /> method. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that contains the postback event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.ToolZone.TrackViewState"></member> <member name="P:System.Web.UI.WebControls.WebParts.ToolZone.Visible"> <summary> Gets or sets a value that indicates whether a server control is rendered as a user interface (UI) element on the page. </summary> <returns>true if the control is visible on the page; otherwise, false. </returns> <exception cref="T:System.InvalidOperationException"> The caller attempts to set the property at run time. </exception> </member> <member name="T:System.Web.UI.WebControls.WebParts.TransformerTypeCollection"> <summary> Provides a read-only collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.TransformerTypeCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.TransformerTypeCollection" /> class with no members in the collection. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.TransformerTypeCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.TransformerTypeCollection" /> class containing the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </summary> <param name="transformerTypes"> A collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </param> <exception cref="T:System.ArgumentException"> <paramref name="transformerTypes" /> contains objects that are not transformers. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.TransformerTypeCollection.#ctor(System.Web.UI.WebControls.WebParts.TransformerTypeCollection,System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.TransformerTypeCollection" /> class by combining an existing <see cref="T:System.Web.UI.WebControls.WebParts.TransformerTypeCollection" /> collection with the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </summary> <param name="existingTransformerTypes"> A collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects already contained in a <see cref="T:System.Web.UI.WebControls.WebParts.TransformerTypeCollection" />. </param> <param name="transformerTypes"> A collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects to combine with the collection in the <paramref name="existingTransformerTypes" /> parameter. </param> <exception cref="T:System.ArgumentException"> <paramref name="transformerTypes" /> contains objects that are not transformers. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.TransformerTypeCollection.Contains(System.Type)"> <summary> Returns a value indicating whether a particular transformer exists in the collection. </summary> <returns> A Boolean value that indicates whether a particular transformer is in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> that is checked to determine whether it is in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.TransformerTypeCollection.CopyTo(System.Type[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </summary> <param name="array"> An array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects to contain the copied collection. </param> <param name="index"> The starting point in the array at which to place the collection contents. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.TransformerTypeCollection.Empty"> <summary> Creates a collection for storing transformers. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.TransformerTypeCollection.IndexOf(System.Type)"> <summary> Returns the position of a particular member in the collection. </summary> <returns> An integer that indicates the position of a particular object in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> that is a member of the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.TransformerTypeCollection.Item(System.Int32)"> <summary> Gets a member of the collection based on its position in the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> located at <paramref name="index" />. </returns> <param name="index"> The index of a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> in a collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.UnauthorizedWebPart"> <summary> Used to create a placeholder object whenever the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's <see cref="Overload:System.Web.UI.WebControls.WebParts.WebPartManager.IsAuthorized" /> method returns false for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.UnauthorizedWebPart.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of an <see cref="T:System.Web.UI.WebControls.WebParts.UnauthorizedWebPart" /> control, called when a dynamic <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control (or server or user control) fails authorization. </summary> <param name="originalID"> A string that contains the ID of the original server or user control that was added to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> to participate in a Web Parts application. </param> <param name="originalTypeName"> A string containing the name of the original control's type. </param> <param name="originalPath"> A string containing the relative virtual path to the user control, if the original control is a user control. </param> <param name="genericWebPartID"> A string containing the ID of the <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control that wraps the original server or user control. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.UnauthorizedWebPart.#ctor(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Initializes a new instance of an <see cref="T:System.Web.UI.WebControls.WebParts.UnauthorizedWebPart" /> control, called when a static <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control (or server or user control) fails authorization. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that has failed to be authorized by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo"> <summary> Represents the per-user personalization information for a page and a user. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo.#ctor(System.String,System.DateTime,System.Int32,System.String,System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo" /> class. </summary> <param name="path"> The page that the information applies to. <paramref name="path" /> is an application-relative (using tilde syntax) virtual path. </param> <param name="lastUpdatedDate"> The last date and time that the user information for a page was updated. </param> <param name="size"> The size, in bytes, of the per-user state information for the page. </param> <param name="username"> The user to whom the personalization information for the page applies. </param> <param name="lastActivityDate"> The last time the user was active in the ASP.NET application. </param> <exception cref="T:System.ArgumentException"> <paramref name="path" />, after trimming, is an empty string (""). - or - <paramref name="username" />, after trimming, is an empty string (""). </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="path" /> is null. - or - <paramref name="username" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="size" /> is negative. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo.LastActivityDate"> <summary> Gets the last time the user was active in the ASP.NET application associated with a page. </summary> <returns> The last time the user was active in the ASP.NET application associated with a page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo.Username"> <summary> Gets the user name to which the personalization information for a page applies. </summary> <returns> The user name to which the personalization information for a page applies. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute"> <summary> Indicates whether the designated property of a Web Parts control is displayed in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> object. </summary> <exception cref="T:System.Web.AspNetHostingPermission"> for operating in a hosted environment. Demand value: <see cref="F:System.Security.Permissions.SecurityAction.LinkDemand" />; Permission value: <see cref="F:System.Web.AspNetHostingPermissionLevel.Minimal" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute" /> class with the <see cref="P:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Browsable" /> property set to true. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute" /> class with the specified value for the <see cref="P:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Browsable" /> property. </summary> <param name="browsable"> A Boolean value indicating whether the property should be displayed in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" />. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Browsable"> <summary> Gets a value indicating whether a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> control should display a specific property of a Web Parts control. </summary> <returns>true if <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> will display the property; otherwise, false. </returns> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Default"> <summary> Represents an instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute" /> class with the <see cref="P:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Browsable" /> property set to the default value, which is false. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Equals(System.Object)"> <summary> Returns a value that indicates whether this instance is equal to a specified object. </summary> <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false. </returns> <param name="obj"> An <see cref="T:System.Object" /> to compare with this instance, or null. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.GetHashCode"> <summary> Returns the hash code for the display name value. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.IsDefaultAttribute"> <summary> Determines whether the current instance is set to the default value. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute" /> equals <see cref="F:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Default" />; otherwise, false. </returns> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.No"> <summary> Represents an instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute" /> class with the <see cref="P:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Browsable" /> property set to false. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Yes"> <summary> Represents an instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute" /> class with the <see cref="P:System.Web.UI.WebControls.WebParts.WebBrowsableAttribute.Browsable" /> property set to true. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute"> <summary> Defines the string value to use as a ToolTip for a property of a Web Parts control. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute" /> class with the specified description. </summary> <param name="description"> The ToolTip to use in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" />. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.Default"> <summary> Represents an instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute" /> class with the <see cref="P:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.Description" /> property set to an empty string (""). </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.Description"> <summary> Gets the ToolTip for a property to display in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> control. </summary> <returns> A <see cref="T:System.String" /> containing the value to display in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.DescriptionValue"> <summary> Gets or sets the ToolTip to display in the <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> control. </summary> <returns> A <see cref="T:System.String" /> containing the value to display in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.Equals(System.Object)"> <summary> Returns a value that indicates whether this instance is equal to a specified object. </summary> <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false. </returns> <param name="obj"> An <see cref="T:System.Object" /> to compare with this instance, or null. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.GetHashCode"> <summary> Returns the hash code for the display name value. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.IsDefaultAttribute"> <summary> Determines whether the current instance is set to the default value. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute" /> equals <see cref="F:System.Web.UI.WebControls.WebParts.WebDescriptionAttribute.Default" />; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute"> <summary> Defines the friendly name for a property of a Web Parts control. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute" /> class without a specified name. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute" /> class with a specified display name. </summary> <param name="displayName"> The friendly name to use in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" />. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.Default"> <summary> Represents an instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute" /> class with the <see cref="P:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.DisplayName" /> property set to an empty string (""). </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.DisplayName"> <summary> Gets the name of a property to display in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> control. </summary> <returns> A <see cref="T:System.String" /> containing the value to display in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.DisplayNameValue"> <summary> Gets or sets the name to display in the <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" /> control. </summary> <returns> A <see cref="T:System.String" /> containing the value to display in a <see cref="T:System.Web.UI.WebControls.WebParts.PropertyGridEditorPart" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.Equals(System.Object)"> <summary> Returns a value that indicates whether this instance is equal to a specified object. </summary> <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false. </returns> <param name="obj"> An <see cref="T:System.Object" /> to compare with this instance, or null. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.GetHashCode"> <summary> Returns the hash code for the display name value. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.IsDefaultAttribute"> <summary> Determines whether the current instance is set to the default value. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute" /> equals <see cref="F:System.Web.UI.WebControls.WebParts.WebDisplayNameAttribute.Default" />; otherwise, false. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPart"> <summary> Serves as the base class for custom ASP.NET Web Parts controls, adding to the base <see cref="T:System.Web.UI.WebControls.WebParts.Part" /> class features some additional user interface (UI) properties, the ability to create connections, and personalization behavior. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.AllowClose"> <summary> Gets or sets a value indicating whether an end user can close a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control on a Web page. </summary> <returns>true if the control can be closed on a Web page; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.AllowConnect"> <summary> Gets or sets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control allows other controls to form connections with it. </summary> <returns> A Boolean value that indicates whether connections can be formed with the control. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.AllowEdit"> <summary> Gets or sets a value indicating whether an end user can modify a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control through the user interface (UI) provided by one or more <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control can be modified; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.AllowHide"> <summary> Gets or sets a value indicating whether end users are allowed to hide a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control can be hidden; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.AllowMinimize"> <summary> Gets or sets a value indicating whether end users can minimize a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control can be minimized; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.AllowZoneChange"> <summary> Gets or sets a value indicating whether a user can move a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control between <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zones. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control can move between zones; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.AuthorizationFilter"> <summary> Gets or sets an arbitrary string to determine whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is authorized to be added to a page. </summary> <returns> A string that authorizes a control to be added to a Web page. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.CatalogIconImageUrl"> <summary> Gets or sets the URL to an image that represents a Web Parts control in a catalog of controls. </summary> <returns> A string that represents the URL to an image used to represent the control in a catalog. The default value is an empty string (""). </returns> <exception cref="T:System.ArgumentException"> The internal validation system has determined that the URL might contain script attacks. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.ChromeState"> <summary> Gets or sets whether a part control is in a minimized or normal state. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeState" /> values. The default is <see cref="F:System.Web.UI.WebControls.WebParts.PartChromeState.Normal" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value specified is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeState" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.ChromeType"> <summary> Gets or sets the type of border that frames a Web Parts control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> values. The default is <see cref="F:System.Web.UI.WebControls.WebParts.PartChromeType.Default" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.ConnectErrorMessage"> <summary> Gets an error message to display to users if errors occur during the connection process. </summary> <returns> A string that contains the error message. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.CreateEditorParts"> <summary> Returns a collection of custom <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls that can be used to edit a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control when it is in edit mode. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.EditorPartCollection" /> that contains custom <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls associated with a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Description"> <summary> Gets or sets a brief phrase that summarizes what the part control does, for use in ToolTips and catalogs of part controls. </summary> <returns> A string that briefly summarizes the part control's functionality. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Direction"> <summary> Gets or sets the horizontal direction that content flows within the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ContentDirection" /> that indicates the horizontal direction content will flow. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.DisplayTitle"> <summary> Gets a string that contains the full title text actually displayed in the title bar of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control instance. </summary> <returns> A string that represents the complete, displayed title of the control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.ExportMode"> <summary> Gets or sets whether all, some, or none of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control's properties can be exported. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartExportMode" /> values. The default is <see cref="F:System.Web.UI.WebControls.WebParts.WebPartExportMode.None" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value specified is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartExportMode" /> values. </exception> <exception cref="T:System.InvalidOperationException"> The control is already loaded and the personalization scope of the control is set to the <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.HasSharedData"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has any shared personalization data associated with it. </summary> <returns> A Boolean value that indicates whether the control has shared personalization data. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.HasUserData"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has any user personalization data associated with it. </summary> <returns> A Boolean value that indicates whether the control has any user personalization data. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Height"> <summary> Gets or sets the height of a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> object that indicates the height of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" />. The default type of a <see cref="T:System.Web.UI.WebControls.Unit" /> is pixels, as indicated by the <see cref="P:System.Web.UI.WebControls.Unit.Type" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.HelpMode"> <summary> Gets or sets the type of user interface (UI) used to display Help content for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> One of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartHelpMode" /> values. The default is <see cref="F:System.Web.UI.WebControls.WebParts.WebPartHelpMode.Modal" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value specified is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartHelpMode" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.HelpUrl"> <summary> Gets or sets the URL to a Help file for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that represents the URL to a Help file. The default value is an empty string (""). </returns> <exception cref="T:System.ArgumentException"> The internal validation system has determined that the URL might contain script attacks. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Hidden"> <summary> Gets or sets a value indicating whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is displayed on a Web page. </summary> <returns>false if the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is displayed on a Web page; otherwise, true. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.ImportErrorMessage"> <summary> Gets or sets an error message that is used if errors occur when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is imported. </summary> <returns> A string that contains the error message. The default value is a standard error message supplied by the Web Parts control set. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.IsClosed"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is currently closed on a Web Parts page. </summary> <returns> A Boolean value that indicates whether the control is closed. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.IsShared"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is shared, meaning that it is visible to all users of a Web Parts page. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has shared user visibility on a Web page; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.IsStandalone"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is standalone, meaning that it is not contained within a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is not contained in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.IsStatic"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is a static control, which means the control is declared in the markup of a Web Parts page and not added to the page programmatically. </summary> <returns> A Boolean value that indicates whether the control is static. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.OnClosing(System.EventArgs)"> <summary> Enables derived classes to provide custom handling when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is closed on a Web Parts page. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.OnConnectModeChanged(System.EventArgs)"> <summary> Enables derived classes to provide custom handling when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is beginning or ending the process of connecting to other controls. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.OnDeleting(System.EventArgs)"> <summary> Enables derived classes to provide custom handling when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is permanently removed from a Web Parts page. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.OnEditModeChanged(System.EventArgs)"> <summary> Enables derived classes to provide custom handling when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is entering or leaving edit mode. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.SetPersonalizationDirty"> <summary> Sets a flag indicating that personalization data has changed for the current <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control instance. </summary> <exception cref="T:System.InvalidOperationException"> <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.WebPartManager" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.SetPersonalizationDirty(System.Web.UI.Control)"> <summary> Sets a flag indicating that personalization data has changed for the specified server control that resides in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> <param name="control"> The <see cref="T:System.Web.UI.Control" /> for which the personalization data has changed. </param> <exception cref="T:System.ArgumentNullException"> The object in the <paramref name="control" /> parameter is null. </exception> <exception cref="T:System.ArgumentException"> The control is not associated with a page. </exception> <exception cref="T:System.InvalidOperationException"> The page associated with the control does not have a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </exception> <exception cref="T:System.ArgumentException"> The control derives from <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" />. Controls that derive from <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> should use the protected <see cref="M:System.Web.UI.WebControls.WebParts.WebPart.SetPersonalizationDirty" /> method instead. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Subtitle"> <summary> Gets a string that is concatenated with the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.Title" /> property value to form a complete title for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that serves as a subtitle for the control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Title"> <summary> Gets or sets the title of a part control. </summary> <returns> A string that represents the title of the part control. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.TitleIconImageUrl"> <summary> Gets or sets the URL to an image used to represent a Web Parts control in the control's title bar. </summary> <returns> A string that represents the URL to an image used to represent the control in its title bar. The default value is an empty string (""). </returns> <exception cref="T:System.ArgumentException"> The internal validation system has determined that the URL might contain script attacks. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.TitleUrl"> <summary> Gets or sets a URL to supplemental information about a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that represents a URL to more information about the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. The default value is an empty string (""). </returns> <exception cref="T:System.ArgumentException"> The internal validation system has determined that the URL might contain script attacks. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPart.TrackViewState"></member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Verbs"> <summary> Gets a collection of custom verbs associated with a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" /> that contains custom <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> objects associated with a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. The default value is <see cref="F:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.Empty" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.WebBrowsableObject"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to enable it to be edited by custom <see cref="T:System.Web.UI.WebControls.WebParts.EditorPart" /> controls. </summary> <returns> A <see cref="T:System.Object" /> that consists of the child control of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.WebPartManager"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control associated with a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control instance. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> that is associated with a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Width"></member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.Zone"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone that currently contains a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> that currently contains a Web Parts control on a Web page. If a Web Parts control is currently closed on a page, the return value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPart.ZoneIndex"> <summary> Gets the index position of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control within its zone. </summary> <returns> The numerical order of a control within its zone. The first control in a zone has an index value of zero. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdding" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.WebPartZoneBase,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs" /> class. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> (or server or user control) to be added to a Web page or opened on a page. </param> <param name="zone"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> that <paramref name="webPart" /> is being added to. </param> <param name="zoneIndex"> An integer that represents the ordinal position that <paramref name="webPart" /> occupies in <paramref name="zone" />, relative to other controls in <paramref name="zone" />. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs.Zone"> <summary> Gets or sets the Web Parts zone that the Web Parts control is being added to. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> that the Web Parts control is being added to. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs.ZoneIndex"> <summary> Gets or sets the index position of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control within its zone. </summary> <returns> The numerical order of a control within its zone. The first control in a zone has an index value of zero. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartAddingEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdding" /> event of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.AuthorizeWebPart" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs.#ctor(System.Type,System.String,System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs" /> class. </summary> <param name="type"> The <see cref="T:System.Type" /> of the control being checked for authorization. </param> <param name="path"> The relative application path to the source file for the control being authorized, if the control is a user control. </param> <param name="authorizationFilter"> An arbitrary string value assigned to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.AuthorizationFilter" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control, used for authorizing whether a control can be added to a page. </param> <param name="isShared"> Indicates whether the control being checked for authorization is a shared control, meaning that it is visible to many or all users of the application, and its <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsShared" /> property value is set to true. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs.AuthorizationFilter"> <summary> Gets the string value assigned to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.AuthorizationFilter" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control, used for authorizing whether a control can be added to a page. </summary> <returns> A <see cref="T:System.String" /> used in determining whether a control is authorized to be added to a page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs.IsAuthorized"> <summary> Gets or sets the value indicating whether a Web Parts control can be added to a page. </summary> <returns>true if the Web Parts control can be added to the page; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs.IsShared"> <summary> Gets a value that indicates whether a Web Parts control is visible to all users of a Web Parts page. </summary> <returns>true if the Web Parts control is visible to all users of the page; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs.Path"> <summary> Gets the relative application path to the source file for the control being authorized, if the control is a user control. </summary> <returns> A <see cref="T:System.String" /> containing the relative application path. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs.Type"> <summary> Gets the <see cref="T:System.Type" /> of the Web Parts control being checked for authorization. </summary> <returns> The <see cref="T:System.Type" /> of the control being checked for authorization. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.AuthorizeWebPart" /> event of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanging" /> event, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosing" /> event, and <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleting" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs" /> class. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> (or server or user control) involved in the event. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs.WebPart"> <summary> Gets the Web Parts control involved in the cancelable event. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> involved in a <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanging" />, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosing" />, or <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleting" /> event. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartCancelEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanging" /> event, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosing" /> event, or <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleting" /> event of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> class. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartChrome"> <summary> Enables developers to override the rendering for only the selected sections of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server controls in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.#ctor(System.Web.UI.WebControls.WebParts.WebPartZoneBase,System.Web.UI.WebControls.WebParts.WebPartManager)"> <summary> Initializes a new instance of the control. </summary> <param name="zone"> The associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> control. </param> <param name="manager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control on the current page. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="zone" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.CreateWebPartChromeStyle(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.PartChromeType)"> <summary> Creates the style object that supplies style attributes for each <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control rendered by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" /> object. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the <paramref name="webPart" />. </returns> <param name="webPart"> The control that is currently being rendered. </param> <param name="chromeType"> The type of chrome for a particular control; one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> enumeration values. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="chromeType" /> is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> enumeration values. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartChrome.DragDropEnabled"> <summary> Gets a value that indicates whether controls can be dragged into and out of the zone. </summary> <returns> A Boolean value that indicates whether controls can be dragged. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.FilterWebPartVerbs(System.Web.UI.WebControls.WebParts.WebPartVerbCollection,System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Excludes specific verbs from being rendered, based on criteria provided by a developer. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" /> containing all verbs associated with the <paramref name="webPart" />. </returns> <param name="verbs"> The collection of all verbs associated with the control referenced in the <paramref name="webPart" /> parameter. </param> <param name="webPart"> The control currently being rendered. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="verbs" /> collection is null. - or - <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.GetWebPartChromeClientID(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Gets the client ID for the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" /> object as rendered in a Web page. </summary> <returns> A string that contains the client ID for the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" /> object. </returns> <param name="webPart"> The control currently being rendered. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.GetWebPartTitleClientID(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Gets the client ID for the table cell that contains the title for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the client ID for the title of the <paramref name="webPart" />. </returns> <param name="webPart"> The control currently being rendered. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.GetWebPartVerbs(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Gets a collection of verbs that should be rendered with a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" /> containing all the verbs that should be rendered with <paramref name="webPart" />. </returns> <param name="webPart"> The control currently being rendered. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.PerformPreRender"> <summary> Performs tasks that must be done prior to rendering <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.RenderPartContents(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Renders the main content area of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control, excluding the header and footer. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the <paramref name="webPart" /> content. </param> <param name="webPart"> The control currently being rendered. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartChrome.RenderWebPart(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Renders a complete <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control with all its sections. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the <paramref name="webPart" /> content. </param> <param name="webPart"> The control currently being rendered. </param> <exception cref="T:System.ArgumentNullException"> The control that <paramref name="webPart" /> refers to is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartChrome.WebPartManager"> <summary> Gets a reference to the current <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> instance. </summary> <returns> A reference to the current <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> on the Web page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartChrome.Zone"> <summary> Gets a reference to the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> <returns> A reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> that is associated with the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartCollection"> <summary> Contains a collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls used to track and manage related groups of controls. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartCollection.#ctor"> <summary> Initializes an empty new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCollection" /> object by passing in an <see cref="T:System.Collections.ICollection" /> collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <param name="webParts"> An <see cref="T:System.Collections.ICollection" /> of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webParts" /> is null. </exception> <exception cref="T:System.ArgumentException"> An object in the <paramref name="webParts" /> collection is null. - or - An object in the <paramref name="webParts" /> collection is not a of type <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartCollection.Contains(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Returns a value indicating whether a particular control exists in the collection. </summary> <returns> A Boolean value that indicates whether a particular control is in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that is checked to determine whether it is in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPart[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> objects. </summary> <param name="array"> An array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> objects to contain the copied collection. </param> <param name="index"> The starting point in the array at which to place the collection contents. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Returns the position of a particular member of the collection. </summary> <returns> An integer that indicates the position of a particular object in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that is a member of the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartCollection.Item(System.Int32)"> <summary> Returns a member of the collection based on its position in the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> at the specified index in the collection. </returns> <param name="index"> The index of a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartCollection.Item(System.String)"> <summary> Returns a member of the collection based on a unique string identifier. </summary> <returns> The first <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> in the collection whose ID equals the value of <paramref name="id" />. </returns> <param name="id"> The unique identifier for a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartConnection"> <summary> Provides an object that enables two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls to form a connection. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.Consumer"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> object that is acting as the consumer control in a connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that represents the Web Parts control acting as the consumer in a connection. </returns> <exception cref="T:System.InvalidOperationException"> The length of the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ConsumerID" /> property is zero. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ConsumerConnectionPoint"> <summary> Gets the object that serves as a connection point for a control that is acting as a consumer in a connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> associated with the consumer control in a connection. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ConsumerConnectionPointID"> <summary> Gets or sets the property value on a connection that references the ID of the object serving as the consumer connection point for that connection. </summary> <returns> A string that contains the ID for the consumer connection point. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ConsumerID"> <summary> Gets or sets the property value on a connection that references the ID of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control acting as a consumer for that connection. </summary> <returns> A string that contains the ID of the control acting as a consumer in a connection. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ID"> <summary> Gets or sets the ID of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object. </summary> <returns> A string that contains the ID of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.IsActive"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object is currently established and able to exchange data between its provider and consumer controls. </summary> <returns>true if the connection is active; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.IsShared"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object is visible to all users or only to the current user. </summary> <returns>true if the connection is shared; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.IsStatic"> <summary> Gets a value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object is declared in the markup of a Web page, or created programmatically. </summary> <returns>true if the connection is static; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.Provider"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that acts as the provider in a Web Parts connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that acts as the provider of data. </returns> <exception cref="T:System.InvalidOperationException"> The length of the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ProviderID" /> property value is zero. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ProviderConnectionPoint"> <summary> Gets the object that serves as a connection point for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control acting as a provider for a connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> associated with the provider control in a connection. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ProviderConnectionPointID"> <summary> Gets or sets the property value on a connection that references the ID of the object serving as the provider connection point for that connection. </summary> <returns> A string that contains the ID for a provider connection point object. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.ProviderID"> <summary> Gets or sets the property value on a connection that references the ID of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control acting as a provider for that connection. </summary> <returns> A string that contains the ID of the provider control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnection.ToString"> <summary> Overrides the inherited <see cref="M:System.Object.ToString" /> method and returns a short type name for the connection object. </summary> <returns> A string that contains the short (unqualified) type name of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.Transformer"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> object that is used to transform data between two otherwise incompatible connection points in a Web Parts connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" />. The default value is null. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnection.Transformers"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects used internally by the Web Parts control set. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection" /> containing <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection"> <summary> Represents a collection of connections for a control in a Web Parts zone. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.Add(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Adds a member to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection" /> collection. </summary> <returns> An integer indicating the index where the connection will be added to the collection. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to be added to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.Contains(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Determines whether the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object is in the collection. </summary> <returns>true if the object is in the collection; otherwise, false. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to search for. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPartConnection[],System.Int32)"> <summary> Copies the elements of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection" /> collection to an array, starting at a particular array index. </summary> <param name="array"> The one-dimensional array into which the elements from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection" /> are copied. The array must have zero-based indexing. </param> <param name="index"> The zero-based index in <paramref name="array" /> at which copying begins. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="array" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="index " />is less than zero. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Determines the index of the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object in the collection. </summary> <returns> The zero-based index of the first occurrence of <paramref name="value" /> within the collection, if found; otherwise, -1. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to determine the index of. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.Insert(System.Int32,System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Adds the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object to the collection at the specified index location. </summary> <param name="index"> The zero-based index location at which to insert the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" />. </param> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to insert. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.IsReadOnly"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection" /> collection is read-only. </summary> <returns>true if the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection" /> is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object at the specified index. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> at the index specified. </returns> <param name="index"> The zero-based index location at which to get the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" />. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.Item(System.String)"> <summary> Gets a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object with the specified connection ID. </summary> <returns> The first occurrence of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> with the specified connection ID in the collection. </returns> <param name="id"> The connection ID of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to be retrieved. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection.Remove(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Removes the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object from the collection. </summary> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> to be removed. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnecting" /> and <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnecting" /> events. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs" /> class without a specified connection. </summary> <param name="provider"> The Web Parts control providing data in the connection. </param> <param name="providerConnectionPoint"> The connection point for providing data. </param> <param name="consumer"> The Web Parts control consuming data in the connection. </param> <param name="consumerConnectionPoint"> The connection point for consuming data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs" /> class with the specified connection. </summary> <param name="provider"> The Web Parts control providing data in the connection. </param> <param name="providerConnectionPoint"> The connection point for providing data. </param> <param name="consumer"> The Web Parts control consuming data in the connection. </param> <param name="consumerConnectionPoint"> The connection point for consuming data. </param> <param name="connection"> The Web Parts connection involved in the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnecting" /> or <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnecting" /> event. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs.Connection"> <summary> Gets the Web Parts connection involved in the event. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> involved in the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnecting" /> or <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnecting" /> event. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs.Consumer"> <summary> Gets the Web Parts control acting as the consumer in the connection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> acting as the consumer in the connection. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs.ConsumerConnectionPoint"> <summary> Gets the connection point that consumes data in the Web Parts connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs.Provider"> <summary> Gets the Web Parts control acting as the provider in the connection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> acting as the provider in the connection. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs.ProviderConnectionPoint"> <summary> Gets the connection point that provides data in the Web Parts connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnecting" /> event or <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnecting" /> event of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs"> <summary> Provides the event data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnected" /> and <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnected" /> events of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs" /> class without requiring a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object. </summary> <param name="provider"> The control acting as the provider. </param> <param name="providerConnectionPoint"> The provider connection point. </param> <param name="consumer"> The control acting as the consumer. </param> <param name="consumerConnectionPoint"> The consumer connection point. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Initializes a new instance of the class using the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object. </summary> <param name="provider"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control acting as the provider. </param> <param name="providerConnectionPoint"> The <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> for the connection. </param> <param name="consumer"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control acting as the consumer. </param> <param name="consumerConnectionPoint"> The <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> for the connection. </param> <param name="connection"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs.Connection"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object of the current connection. </summary> <returns> The current <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs.Consumer"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is acting as the consumer in the connection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> acting as the consumer. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs.ConsumerConnectionPoint"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> object of the current connection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> of the current connection. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs.Provider"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is acting as the provider in the connection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> acting as the provider. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs.ProviderConnectionPoint"> <summary> Gets the <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> object of the current connection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> of the current connection. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnected" /> and <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnected" /> events of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartDescription"> <summary> Provides information about a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that you can display in a catalog of Web Parts controls without having to create an instance of the control. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDescription.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the class by using several strings that contain description information for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <param name="id"> The value to assign to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartDescription.ID" />. </param> <param name="title"> The value to assign to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartDescription.Title" />. </param> <param name="description"> The value to assign to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartDescription.Description" />. </param> <param name="imageUrl"> The value to assign to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartDescription.CatalogIconImageUrl" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="id" /> or <paramref name="title" /> is null or an empty string (""). </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDescription.#ctor(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Initializes a new instance of the class when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control instance is available. </summary> <param name="part"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control whose information is contained in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" />. </param> <exception cref="T:System.ArgumentException"> The <see cref="P:System.Web.UI.Control.ID" /> property of <paramref name="part" /> is null or an empty string (""). </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDescription.CatalogIconImageUrl"> <summary> Gets a URL containing the path to an image used as an icon for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains a URL; the default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDescription.Description"> <summary> Gets the text of a description for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the description for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control; the default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDescription.ID"> <summary> Gets the ID of a corresponding <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the ID of the control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDescription.Title"> <summary> Gets the title text of a corresponding <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the title of the corresponding control. The default value is a calculated string supplied by the .NET Framework. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection"> <summary> Consists of a collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> objects to be used with catalogs of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection.#ctor"> <summary> Initializes an empty new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection" /> object by passing in an <see cref="T:System.Collections.ICollection" /> collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> objects. </summary> <param name="webPartDescriptions"> A collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> objects that correspond to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a catalog. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPartDescriptions" /> is null. </exception> <exception cref="T:System.ArgumentException"> A member of <paramref name="webPartDescriptions" /> is null -or- A member of <paramref name="webPartDescriptions" /> is not an object of type <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> -or- A member of <paramref name="webPartDescriptions" /> has a duplicate <see cref="P:System.Web.UI.WebControls.WebParts.WebPartDescription.ID" /> property </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection.Contains(System.Web.UI.WebControls.WebParts.WebPartDescription)"> <summary> Returns a value indicating whether a particular control exists in the collection. </summary> <returns> A Boolean value that indicates whether a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> exists in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection" />. </returns> <param name="value"> A particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" />. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPartDescription[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> objects. </summary> <param name="array"> An array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> objects to contain the copied collection. </param> <param name="index"> The starting point in the array at which to place the collection contents. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPartDescription)"> <summary> Returns the position of a particular member of the collection. </summary> <returns> An integer that indicates the position of a particular object in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> that is a member of the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection.Item(System.Int32)"> <summary> Gets a member of the collection based on its index within the collection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> at the specified index in the collection. </returns> <param name="index"> The index of a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> in a collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection.Item(System.String)"> <summary> Gets a member of the collection based on a unique string identifier. </summary> <returns> The first <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> in the collection whose ID equals the value of <paramref name="id" />. </returns> <param name="id"> The string that serves as a unique identifier for a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDescription" /> in a collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode"> <summary> Defines a common set of properties for the several display modes that a Web Parts page can enter. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayMode.#ctor(System.String)"> <summary> Initializes a value for the name of the display mode. </summary> <param name="name"> The name of the display mode. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="name" /> parameter is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayMode.AllowPageDesign"> <summary> Gets a value that determines whether users can change the layout of a Web Parts page when the page is in a certain display mode. </summary> <returns>true if users can change the page layout; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayMode.AssociatedWithToolZone"> <summary> Gets a value that indicates whether a certain display mode is associated with a class that derives from the <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> class. </summary> <returns>true if the display mode is associated with a <see cref="T:System.Web.UI.WebControls.WebParts.ToolZone" /> class; otherwise, false. The default is false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayMode.IsEnabled(System.Web.UI.WebControls.WebParts.WebPartManager)"> <summary> Gets a value that indicates whether users can personalize a page while the page is in a certain display mode. </summary> <returns>true if users can personalize a page; otherwise, false. The default is true. However, when <see cref="P:System.Web.UI.WebControls.WebParts.WebPartDisplayMode.RequiresPersonalization" /> is set to true, and personalization is disabled on the page, the default will be false. </returns> <param name="webPartManager"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control instance on the current page. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayMode.Name"> <summary> Gets the name of a display mode. </summary> <returns> A string that contains the name of a display mode. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayMode.RequiresPersonalization"> <summary> Gets a value that indicates whether a particular display mode requires personalization to be enabled. </summary> <returns> A Boolean value that indicates whether personalization is required. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayMode.ShowHiddenWebParts"> <summary> Gets a value that indicates whether controls that have their <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.Hidden" /> property set to true should be displayed. </summary> <returns> A Boolean value that indicates whether hidden controls should be displayed. The default is false. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanging" /> cancelable event. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPartDisplayMode)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventArgs" /> class. </summary> <param name="newDisplayMode"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> to apply to a Web Parts control. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventArgs.NewDisplayMode"> <summary> Gets or sets the display mode to apply to a Web Parts control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> to apply to a Web Parts control. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanging" /> event of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> class. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection"> <summary> Contains a collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection.Add(System.Web.UI.WebControls.WebParts.WebPartDisplayMode)"> <summary> Adds a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> object to the collection. </summary> <returns> An integer value that indicates where the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> was inserted into the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection.Contains(System.Web.UI.WebControls.WebParts.WebPartDisplayMode)"> <summary> Returns a value indicating whether a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> object exists in the collection. </summary> <returns> A Boolean value that indicates whether <paramref name="value" /> exists in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> being checked for its existence in a collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPartDisplayMode[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects. </summary> <param name="array"> An array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects to contain the copied collection. </param> <param name="index"> An integer that indicates the starting point in the array at which to place the collection contents. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPartDisplayMode)"> <summary> Returns the position of a particular member of the collection. </summary> <returns> An integer that indicates the position of a particular object in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> that is a member of the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection.Insert(System.Int32,System.Web.UI.WebControls.WebParts.WebPartDisplayMode)"> <summary> Inserts a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> object into the collection at the specified index position. </summary> <param name="index"> An integer indicating the ordinal position in the collection at which a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> should be inserted. </param> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> to insert into the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection.IsReadOnly"> <summary> Gets a value indicating whether the collection is read-only. </summary> <returns> A Boolean value that indicates whether the collection is read-only. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection.Item(System.Int32)"> <summary> Gets a specific member of the collection according to its index. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> at the specified index in the collection. </returns> <param name="index"> An integer that indicates the index of a member of the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection.Item(System.String)"> <summary> Gets a specific member of the collection according to a unique identifier. </summary> <returns> The first <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> whose mode name matches the value of the <paramref name="modeName" /> parameter. </returns> <param name="modeName"> A string that contains the name of a particular display mode in the collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanged" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPartDisplayMode)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs" /> class. </summary> <param name="oldDisplayMode"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> applied to the Web Parts control before the display mode is changed. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs.OldDisplayMode"> <summary> Gets or sets the former display mode for a Web Part control. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> applied to a Web Parts control before the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanged" /> event. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanged" /> event of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdded" />, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleted" />, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosed" />, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoved" />, and <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanged" /> events. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> class. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> (or server or user control) involved in the event. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartEventArgs.WebPart"> <summary> Gets the Web Parts control involved in the event. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> involved in a <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdded" />, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleted" />, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosed" />, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoved" />, or <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanged" /> event. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdded" /> event, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleted" /> event, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosed" /> event, <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoved" /> event, or <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanged" /> event of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartExportMode"> <summary> Specifies whether all, some, or none of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control's properties can be exported. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartExportMode.None"> <summary> None of a Web Parts control's properties can be exported. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartExportMode.All"> <summary> All of a Web Parts control's properties can be exported. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartExportMode.NonSensitiveData"> <summary> Only properties of a Web Parts control that have been defined as non-sensitive can be exported. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartHelpMode"> <summary> Specifies the available types of user interfaces (UIs) for displaying Help content for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartHelpMode.Modal"> <summary> Opens a separate browser window, if the browser has this capability. A user must close the window before returning to the Web Parts page. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartHelpMode.Modeless"> <summary> Opens a separate browser window, if the browser has this capability. A user does not have to close the window before returning to the Web page. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartHelpMode.Navigate"> <summary> Replaces the Web Parts page in the browser window. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartManager"> <summary> Serves as the central class of the Web Parts control set, managing all the Web Parts controls, functionality, and events that occur on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.ActivateConnections"> <summary> Makes active all connections on a Web page that are currently inactive. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.AddWebPart(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.WebPartZoneBase,System.Int32)"> <summary> Provides the standard programmatic method for adding <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls to a Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that was added to the page. </returns> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> (or server or user control) to be added to a Web page or opened on a page. </param> <param name="zone"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> that <paramref name="webPart" /> is being added to. </param> <param name="zoneIndex"> An integer that represents the ordinal position that <paramref name="webPart" /> occupies in <paramref name="zone" />, relative to other controls in <paramref name="zone" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. - or - <paramref name="zone" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="zone" /> is not registered in the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's collection of zones. - or - <paramref name="webPart" /> is already in <paramref name="zone" />. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> The value of <paramref name="zoneIndex" /> is less than zero. </exception> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.AuthorizeWebPart"> <summary> Occurs when the <see cref="Overload:System.Web.UI.WebControls.WebParts.WebPartManager.IsAuthorized" /> method is called to determine whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control can be added to a page. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.AvailableTransformers"> <summary> Gets a collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects that are available for use in creating Web Parts connections between server controls. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.TransformerTypeCollection" /> that contains a set of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.BeginWebPartConnecting(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Starts the process of connecting two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <param name="webPart"> The control for which the connection is being formed. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The current display mode on the page is not <see cref="F:System.Web.UI.WebControls.WebParts.WebPartManager.ConnectDisplayMode" />. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPart" /> is closed. - or - <paramref name="webPart" /> is not part of the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.Controls" /> collection. -or - <paramref name="webPart" /> is equal to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPart" /> control. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.BeginWebPartEditing(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Starts the process of editing a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <param name="webPart"> The control to be edited. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> The current display mode on the page is not <see cref="F:System.Web.UI.WebControls.WebParts.WebPartManager.EditDisplayMode" />. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPart" /> is closed. - or - <paramref name="webPart" /> is not part of the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.Controls" /> collection. -or - <paramref name="webPart" /> is equal to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPart" /> control. </exception> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartManager.BrowseDisplayMode"> <summary> Represents the default display mode for pages that contain Web Parts controls. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CanConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)"> <summary> Checks the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls that will be participating in a connection to determine whether they are capable of being connected, when the consumer and provider controls have compatible interfaces and a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> object is not needed. </summary> <returns> A Boolean value that indicates whether <paramref name="provider" /> and <paramref name="consumer" /> can be connected. </returns> <param name="provider"> The control that provides data to <paramref name="consumer" /> when the controls are connected. </param> <param name="providerConnectionPoint"> A <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionPoint" /> that enables <paramref name="provider" /> to participate in a connection. </param> <param name="consumer"> The control that receives data from <paramref name="provider" /> when the controls are connected. </param> <param name="consumerConnectionPoint"> A <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionPoint" /> that acts as a callback method so that <paramref name="consumer" /> can participate in a connection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CanConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Checks the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls that will be participating in a connection to determine whether they are capable of being connected, and uses a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> object to create the connection between an incompatible consumer and provider. </summary> <returns> A Boolean value that indicates whether <paramref name="provider" /> and <paramref name="consumer" /> can form a connection. </returns> <param name="provider"> The control that provides data to <paramref name="consumer" /> when the controls are connected. </param> <param name="providerConnectionPoint"> A <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionPoint" /> that acts as a callback method so that <paramref name="provider" /> can participate in a connection. </param> <param name="consumer"> The control that receives data from <paramref name="provider" /> when the controls are connected. </param> <param name="consumerConnectionPoint"> A <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionPoint" /> that acts as a callback method so that <paramref name="consumer" /> can participate in a connection. </param> <param name="transformer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> that enables an incompatible <paramref name="provider" /> and <paramref name="consumer" /> to connect. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartManager.CatalogDisplayMode"> <summary> Represents the display mode used for adding server controls from a catalog of controls to a Web page. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CheckRenderClientScript"> <summary> Checks the capabilities of the browser making the request, and the value of the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.EnableClientScript" /> property, to determine whether to render client script. </summary> <returns> A Boolean value that indicates whether to render client script. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.CloseProviderWarning"> <summary> Gets or sets a warning that is displayed when a user closes a control that is acting as a provider to other controls in a connection. </summary> <returns> A string that contains the warning message. The default is a culture-specific message supplied by the .NET Framework. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CloseWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Closes a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in such a way that it is not rendered on a Web page, but can be reopened. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control that is being closed in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPart" /> is not in the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.Controls" /> collection. - or - <paramref name="webPart" /> is a shared control and has already been closed by another user. </exception> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartManager.ConnectDisplayMode"> <summary> Represents the display mode used for displaying a special user interface (UI) for users to manage connections between <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.Connections"> <summary> Gets a reference to the collection of all current connections on a Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection" /> that contains a set of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> objects. </returns> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.ConnectionsActivated"> <summary> Occurs after all the current Web Parts connections on a page are not only connected, but have also begun actively sharing data between the consumer and provider controls involved in each connection. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.ConnectionsActivating"> <summary> Occurs during the process of activating all the established Web Parts connections on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.ConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)"> <summary> Creates a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> controls using only the references to the controls and their specified <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionPoint" /> objects. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> that contains the various information about the provider and the consumer needed for a connection. </returns> <param name="provider"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that has the role of furnishing data to another connected control. </param> <param name="providerConnectionPoint"> A method that serves as a callback method for the connection. As implemented in the Web Parts control set, this is a public method in <paramref name="provider" /> that is marked with a ConnectionProvider metadata attribute. </param> <param name="consumer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that has the role of receiving data from <paramref name="provider" />, and then processing or displaying it. </param> <param name="consumerConnectionPoint"> A method that connects with <paramref name="providerConnectionPoint" /> to receive the data for the connection. As implemented in the Web Parts control set, this is a public method in <paramref name="consumer" /> that is marked with a ConnectionConsumer metadata attribute. </param> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's collection of dynamic collections is read-only. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.ConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Creates a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> controls using the references to the controls, their specified <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionPoint" /> objects, and a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> object. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> that contains the information about the provider, consumer, and transformer needed for a connection. </returns> <param name="provider"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that has the role of furnishing data to another connected control. </param> <param name="providerConnectionPoint"> A public method in <paramref name="provider" /> that is marked with a ConnectionProvider metadata attribute, and serves as a callback method for the connection. </param> <param name="consumer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that has the role of receiving data from <paramref name="provider" /> or <paramref name="transformer" />, and then processing or displaying it. </param> <param name="consumerConnectionPoint"> A public method in <paramref name="consumer" /> that is marked with a ConnectionConsumer metadata attribute, and connects with <paramref name="providerConnectionPoint" /> to receive the data for the connection. </param> <param name="transformer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> that enables a connection between two controls by converting the data from <paramref name="provider" /> to a format that <paramref name="consumer" /> can process. </param> <exception cref="T:System.InvalidOperationException"> Connections have already been activated in <see cref="E:System.Web.UI.Control.PreRender" />. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.Controls"> <summary> Gets the collection of all <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" />, server, or user controls that are contained in <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zones on a Web page and are managed by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains all controls managed by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CopyWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Used by the Web Parts control set to create a copy of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control for the purpose of adding the control to a Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> to be added to a page. </returns> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control to be copied. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CreateAvailableTransformers"> <summary> Creates a set of transformers specified in a Web site's configuration file and adds them to the collection of transformers referenced by the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.AvailableTransformers" /> property. </summary> <returns> A <see cref="T:System.Web.UI.Webcontrols.WebParts.TransformerTypeCollection" /> that contains the transformers specified in a Web site's configuration file. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CreateControlCollection"> <summary> Returns the collection of all controls that are managed by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control on a Web page. This class cannot be inherited. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> consisting of all the various Web Parts controls managed by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CreateDisplayModes"> <summary> Creates the set of all possible display modes for a Web Parts application. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection" /> that contains all the display modes that are supported. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CreateDynamicConnectionID"> <summary> Gets a unique value to serve as an ID for a dynamic connection. </summary> <returns> A string that contains a unique ID for a connection. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CreateDynamicWebPartID(System.Type)"> <summary> Generates a unique ID for a dynamic <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the unique ID for a control. </returns> <param name="webPartType"> The <see cref="T:System.Type" /> of the control for which an ID is being generated. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPartType" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CreateErrorWebPart(System.String,System.String,System.String,System.String,System.String)"> <summary> Creates a special control that is inserted into a page and displayed for end users, when an attempt to load or create a dynamic <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control fails for some reason. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.WebParts.ErrorWebPart" /> that is inserted into a page in place of a control that failed to be loaded or created. </returns> <param name="originalID"> A string that is the ID of the failing control. If a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> is involved in the failure, the ID is the ID of its child server control. </param> <param name="originalTypeName"> A string that is the name of the <see cref="T:System.Type" /> of the failed control. If a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> is involved in the failure, the type name is the type of its child server control. </param> <param name="originalPath"> A string that contains the path to a user control, if a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> that contains a child user control is involved in the failure. </param> <param name="genericWebPartID"> A string that returns the ID of a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" />, if that type of control was involved in the failure to load or create a control. </param> <param name="errorMessage"> A string that contains the error message to display on the page. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CreatePersonalization"> <summary> Returns a personalization object to contain a user's personalization data for the current Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> to contain a user's personalization data. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.CreateWebPart(System.Web.UI.Control)"> <summary> Wraps a server control that is not a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control with a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> object, so that the control can have Web Parts functionality. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> that wraps <paramref name="control" /> and enables it to function as a true <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </returns> <param name="control"> A server control that is not a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.DeleteWarning"> <summary> Gets or sets a custom warning message displayed to end users when they delete a control. </summary> <returns> A string that contains the text of the warning message. The default value is a localized warning message. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.DeleteWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Permanently removes a dynamic instance of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control from a Web page. </summary> <param name="webPart"> The server control to be deleted. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartManager.DesignDisplayMode"> <summary> Represents the display mode used for changing the layout of Web pages that contain Web Parts controls. This field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.DisconnectWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Removes a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control that is being closed or deleted from any connections it is participating in. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is to be disconnected. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.DisconnectWebParts(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Carries out the process of disconnecting server controls that are connected on a Web page. </summary> <param name="connection"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> that represents the connection between server controls. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="connection" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="connection" /> is not contained in either <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.StaticConnections" /> or <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.DynamicConnections" />. </exception> <exception cref="T:System.InvalidOperationException"> <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.StaticConnections" /> is read-only. - or - <paramref name="connection" /> has already been disconnected from <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.StaticConnections" />. - or - <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.DynamicConnections" /> is read-only. - or - <paramref name="connection" /> has already been disconnected from <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.DynamicConnections" />. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayMode"> <summary> Gets or sets the active display mode for a Web page that contains Web Parts controls. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> that determines a page's display mode. </returns> <exception cref="T:System.ArgumentNullException"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> object being assigned to the property is null. </exception> <exception cref="T:System.ArgumentException"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> object being assigned to the property is not one of the supported display modes. - or - The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> object being assigned to the property is disabled. </exception> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanged"> <summary> Occurs after the current display mode on a Web Parts page has changed. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanging"> <summary> Occurs after a user clicks a verb on a Web page that begins the process of changing to a different display mode. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModes"> <summary> Gets a read-only collection of all display modes that are associated with a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection" /> that contains the set of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects associated with the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.DynamicConnections"> <summary> Gets the collection of all dynamic connections that currently exist on a Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection" /> that contains references to all dynamic connections on a page. </returns> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartManager.EditDisplayMode"> <summary> Represents the display mode in which end users can edit and modify server controls. This field is read-only. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.EnableClientScript"> <summary> Gets or sets a value that determines whether client-side scripting is enabled on the Web page that contains a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <returns> A Boolean value that indicates whether client script can run on the page. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.EnableTheming"> <summary> Gets a value indicating that the use of themes is enabled on a Web page. </summary> <returns> A Boolean value that indicates whether themes are enabled. true in all cases. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the property value. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.EndWebPartConnecting"> <summary> Completes the process of connecting a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to another control. </summary> <exception cref="T:System.InvalidOperationException"> The control referenced by the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPart" /> property is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.EndWebPartEditing"> <summary> Completes the process of editing a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <exception cref="T:System.InvalidOperationException"> The control referenced by the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPart" /> property is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.ExportSensitiveDataWarning"> <summary> Gets or sets the text of a warning message that is displayed when a user attempts to export sensitive state data from a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the warning message. The default message is a culture-specific value supplied by the .NET Framework. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.ExportWebPart(System.Web.UI.WebControls.WebParts.WebPart,System.Xml.XmlWriter)"> <summary> Creates an XML description file that contains state and property data for a server control. </summary> <param name="webPart"> The control from which data will be exported. </param> <param name="writer"> An <see cref="T:System.Xml.XmlWriter" /> that writes the exported data from <paramref name="webPart" /> to an XML description file. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. - or - <paramref name="writer" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPart" /> is not contained in the collection of controls referenced in <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.Controls" />. - or - The <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.ExportMode" /> property of <paramref name="webPart" /> is set to a value of <see cref="F:System.Web.UI.WebControls.WebParts.WebPartExportMode.None" />, which means that export is disabled for <paramref name="webPart" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.Focus"> <summary> Overridden to prevent focus from ever being set on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control, because it has no user interface (UI). </summary> <exception cref="T:System.NotSupportedException"> A caller tries to call the <see cref="M:System.Web.UI.WebControls.WebParts.WebPartManager.Focus" /> method, which is not supported in a control that has no UI. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.GetConsumerConnectionPoints(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Retrieves the collection of <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint" /> objects that can act as connection points from a server control that is acting as a consumer within a Web Parts connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection" /> that contains all connection points in the consumer. </returns> <param name="webPart"> A server control that is acting as a consumer in a connection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.GetCurrentWebPartManager(System.Web.UI.Page)"> <summary> Retrieves a reference to the current instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control on a page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> that references the current instance of the control on a page. </returns> <param name="page"> The Web page that contains an instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="page" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.GetDisplayTitle(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Gets a string containing the value for the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.DisplayTitle" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the calculated value of <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.DisplayTitle" /> for <paramref name="webPart" />. </returns> <param name="webPart"> The control for which the method returns the value of <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.DisplayTitle" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPart" /> is not in the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.Controls" /> collection. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.GetExportUrl(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Gets the relative virtual path and the query string that are part of the request when a user attempts to export a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A string that contains the relative virtual path and the query string that together form the request to export a control. </returns> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that is being exported. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.GetGenericWebPart(System.Web.UI.Control)"> <summary> Gets a reference to the instance of the <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> control that contains a server control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> that wraps <paramref name="control" /> as a child control. The method returns null if <paramref name="control" /> is not contained in a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" />. </returns> <param name="control"> A server control that exists in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> and is wrapped as a child control of a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> at run time. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="control" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.GetProviderConnectionPoints(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Retrieves the collection of <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPoint" /> objects that can act as connection points from a server control that is acting as a provider within a Web Parts connection. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection" /> that contains all connection points in the provider. </returns> <param name="webPart"> A server control that is acting as a provider in a connection. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.ImportWebPart(System.Xml.XmlReader,System.String@)"> <summary> Imports an XML description file that contains state and property data for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control, and applies the data to the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> (or a server control that is wrapped by a <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> and thus treated as a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" />) that is referenced in the imported XML description file. </returns> <param name="reader"> An <see cref="T:System.Xml.XmlReader" /> that reads the state and property data from the XML description file that is being imported. </param> <param name="errorMessage"> A <see cref="T:System.String" /> that is displayed to the user if an error is encountered during import. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="reader" /> is null. </exception> <exception cref="T:System.IO.EndOfStreamException"> <paramref name="reader" /> could not read the file. - or - <paramref name="reader" /> needed to display an import error message but did not find one in the file. - or - <paramref name="reader" /> reached the end of the file without finding the XML element that contains the exported data. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.Internals"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManagerInternals" /> class, which is used to combine and separate a set of methods that are actually implemented in the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> class, but are mostly useful for control developers. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManagerInternals" />, through which a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> can reference the various methods that have been separated into the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManagerInternals" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.IsAuthorized(System.Type,System.String,System.String,System.Boolean)"> <summary> Carries out the final steps in determining whether a control is authorized to be added to a page. </summary> <returns> A Boolean value that indicates whether a control is authorized to be added to a page. </returns> <param name="type"> The <see cref="T:System.Type" /> of the control being checked for authorization. </param> <param name="path"> The relative application path to the source file for the control being authorized, if the control is a user control. </param> <param name="authorizationFilter"> An arbitrary string value assigned to the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.AuthorizationFilter" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control, used to authorize whether a control can be added to a page. </param> <param name="isShared"> Indicates whether the control being checked for authorization is a shared control, meaning that it is visible to many or all users of the application, and its <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsShared" /> property value is set to true. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="type" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="type" /> is a user control, and <paramref name="path" /> is either null or an empty string (""). - or - <paramref name="type" /> is not a user control, and <paramref name="path" /> has a value assigned to it. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.IsAuthorized(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Carries out the initial steps in determining whether a control is authorized to be added to a page. </summary> <returns> A Boolean value that indicates whether <paramref name="webPart" /> can be added to a page. </returns> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control being checked for authorization. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.IsCustomPersonalizationStateDirty"> <summary> Gets a value that indicates whether personalization changes have been made that affect page-level personalization details controlled by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <returns> A Boolean value that indicates whether personalization changes have been made. The default value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.LoadControlState(System.Object)"> <summary> Loads control state data that was saved from a previous page request, and needs to be restored on a subsequent request. </summary> <param name="savedState"> Contains the persisted state data to be loaded. </param> <exception cref="T:System.ArgumentException"> <paramref name="savedState" /> is not a valid <see cref="P:System.Web.UI.PageStatePersister.ControlState" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.LoadCustomPersonalizationState(System.Web.UI.WebControls.WebParts.PersonalizationDictionary)"> <summary> Stores the custom personalization data that has been passed to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control by the personalization objects to be used later during the initialization process. </summary> <param name="state"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> that contains the state data to be loaded. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.MoveWebPart(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.WebPartZoneBase,System.Int32)"> <summary> Moves a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control from one <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone to another, or to a new position within the same zone. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control being moved. </param> <param name="zone"> The target <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> to which <paramref name="webPart" /> is being moved. </param> <param name="zoneIndex"> An integer that indicates the index of <paramref name="webPart" /> relative to other controls within <paramref name="zone" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="webPart" /> is not contained in the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.Controls" /> collection of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. - or - <paramref name="zone" /> is not contained in the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.Zones" /> collection of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. - or - The zone referenced by the <paramref name="webPart" /> control's <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.Zone" /> property is null, which means that <paramref name="webPart" /> is not currently contained in a zone. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> or <paramref name="zone" /> is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="zoneIndex" /> is less than zero. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnAuthorizeWebPart(System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.AuthorizeWebPart" /> event and invokes a handler for the event, if one exists. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnConnectionsActivated(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.ConnectionsActivated" /> event to indicate that a page and its controls are loaded, and connections on the page have been activated to begin sharing data. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnConnectionsActivating(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.ConnectionsActivating" /> event to indicate that a page and its controls have loaded, and the process of activating connections can begin. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnDisplayModeChanged(System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanged" /> event to indicate that the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control has completed the process of switching from one display mode to another on a Web page. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs" /> that contains event data associated with a changed display mode. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnDisplayModeChanging(System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.DisplayModeChanging" /> event to indicate that the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control is in the process of switching from one display mode to another on a Web page. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains event data associated with a changing display mode. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event, which is the first event in the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control life cycle. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.InvalidOperationException"> There is another <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control on the page </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event, which occurs just before a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control is rendered on a Web page. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnSelectedWebPartChanged(System.Web.UI.WebControls.WebParts.WebPartEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanged" /> event, which occurs after a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has either been newly selected or had its selection cleared. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnSelectedWebPartChanging(System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanging" /> event, which occurs during the process of changing which <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control is currently selected. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnUnload(System.EventArgs)"> <summary> Raises the base <see cref="E:System.Web.UI.Control.Unload" /> event and removes the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> instance from a Web page. </summary> <param name="e"> Event data associated with the removal of the control. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartAdded(System.Web.UI.WebControls.WebParts.WebPartEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdded" /> event, which occurs after a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has been added to a page. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartAdding(System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdding" /> event, which occurs during the process of adding a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control (or a server or user control) to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartClosed(System.Web.UI.WebControls.WebParts.WebPartEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosed" /> event to signal that a control has been removed from a page. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartClosing(System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosing" /> event, which occurs during the process of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control being removed from a page. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartDeleted(System.Web.UI.WebControls.WebParts.WebPartEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleted" /> event, which occurs after a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has been permanently deleted from a page. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartDeleting(System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleting" /> event, which indicates that a dynamic <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control (or server or user control that is contained in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone) is in the process of being deleted. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartMoved(System.Web.UI.WebControls.WebParts.WebPartEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoved" /> event, which occurs after a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has been moved to a different location on a page. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartMoving(System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoving" /> event, which indicates that a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server or user control in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone is in the process of being moved. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartsConnected(System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnected" /> event, which occurs after a connection has been established between <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartsConnecting(System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnecting" /> event, which occurs during the process of establishing a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server or user controls contained in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartsDisconnected(System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnected" /> event, which occurs after a connection between <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls has ended. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnWebPartsDisconnecting(System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnecting" /> event, which indicates that two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server or user controls in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone are in the process of ending a connection. </summary> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionsCancelEventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.Personalization"> <summary> Gets a reference to an object that contains personalization data for a Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> that contains personalization data. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.RegisterClientScript"> <summary> Enables the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control to emit client-side script that is used for various personalization features, such as dragging <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.Render(System.Web.UI.HtmlTextWriter)"> <summary> Overridden to prevent the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control from rendering any content. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the content of the control to write to the page. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.SaveControlState"> <summary> Saves state data for the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control so the data can be restored on future request to the Web page that contains the control. </summary> <returns> An <see cref="T:System.Object" /> to contain the control's saved state data. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.SaveCustomPersonalizationState(System.Web.UI.WebControls.WebParts.PersonalizationDictionary)"> <summary> Saves custom personalization state data maintained by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control, so that this data can be reloaded whenever the page is reloaded. </summary> <param name="state"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> that contains the state data to be loaded. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPart"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control that is currently selected for editing or for creating a connection with another control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is currently selected for editing or forming a connection. </returns> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanged"> <summary> Occurs after the selection of one <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control has changed and moved to another control on a Web page. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPartChanging"> <summary> Occurs during the process of changing which <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control is currently selected on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.SetPersonalizationDirty"> <summary> Sets a flag indicating that custom personalization data for the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control has changed. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.SetSelectedWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartManager.SelectedWebPart" /> property value equal to the currently selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control that has been selected. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.SkinID"> <summary> Gets or sets an empty string ("") so that no skin can be applied to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <returns> An empty string that prevents the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control from having a skin assigned to it. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the property value. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.StaticConnections"> <summary> Gets a reference to the collection of all <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> objects on a Web page that are defined as static connections. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnectionCollection" /> that contains all the static connections on the page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.SupportedDisplayModes"> <summary> Gets a read-only collection of all display modes that are available on a particular Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection" /> that contains the set of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartDisplayMode" /> objects available on a specific Web page. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.System#Web#UI#WebControls#WebParts#IPersonalizable#IsDirty"> <summary> Gets a value that indicates whether custom personalization state data managed by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control has changed on a Web page. </summary> <returns> A Boolean value that indicates whether the personalization state data has changed. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.System#Web#UI#WebControls#WebParts#IPersonalizable#Load(System.Web.UI.WebControls.WebParts.PersonalizationDictionary)"> <summary> Returns previously saved custom personalization state data that needs to be loaded to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <param name="state"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> that contains the state data to be loaded. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.System#Web#UI#WebControls#WebParts#IPersonalizable#Save(System.Web.UI.WebControls.WebParts.PersonalizationDictionary)"> <summary> Saves custom personalization state data that is managed by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <param name="state"> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationDictionary" /> that contains the state data to be saved. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManager.TrackViewState"> <summary> Applies personalization state data to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control, and calls the base method to enable tracking changes to the view-state data for the control. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.Visible"> <summary> Gets a value that enables child controls to be visible. </summary> <returns> A Boolean value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control and its child controls are visible. true in all cases. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to assign a value to the property. </exception> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdded"> <summary> Occurs after a dynamic <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control has been added to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone, to indicate that the control was added successfully. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartAdding"> <summary> Occurs during the process of adding a dynamic <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosed"> <summary> Occurs when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control (or server or user control) is removed from a page. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartClosing"> <summary> Occurs during the process of removing a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control (or server or user control) from a page. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleted"> <summary> Occurs after a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control has been deleted from a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartDeleting"> <summary> Occurs during the process of permanently deleting an instance of a dynamic <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control from a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoved"> <summary> Occurs after a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control has been moved to a different location on a Web page. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoving"> <summary> Occurs during the process of moving a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control that is contained in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.WebParts"> <summary> Gets a reference to all <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls tracked by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control on a Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCollection" /> that contains references to a set of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnected"> <summary> Occurs after a specific connection has been established between <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls (or server or user controls). </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsConnecting"> <summary> Occurs during the process of creating a connection between <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls (or server or user controls placed in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone). </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnected"> <summary> Occurs after a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server controls has been terminated. </summary> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartsDisconnecting"> <summary> Occurs during the process of ending the connection between previously connected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server controls. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartManager.Zones"> <summary> Gets a reference to a collection of all the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zones on a Web page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneCollection" /> that references a set of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zones. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartManagerInternals"> <summary> Isolates into a separate class methods that are used by the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control and can be overridden by developers who extend the control, but are rarely needed by page developers. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.AddWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Adds a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls on a Web page. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> being added to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's collection of controls. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.CallOnClosing(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.WebParts.WebPart.OnClosing(System.EventArgs)" /> method of the specified control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that has been selected for closing. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.CallOnConnectModeChanged(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.WebParts.WebPart.OnConnectModeChanged(System.EventArgs)" /> method of the specified control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that has entered or exited the connect display mode. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.CallOnDeleting(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.WebParts.WebPart.OnDeleting(System.EventArgs)" /> method of the specified control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that has been selected for deletion. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.CallOnEditModeChanged(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Calls the <see cref="M:System.Web.UI.WebControls.WebParts.WebPart.OnEditModeChanged(System.EventArgs)" /> method of the specified control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that has entered or exited edit display mode. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.ConnectionDeleted(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Indicates whether the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object has been deleted. </summary> <returns> A Boolean value that indicates whether the connection has been deleted. </returns> <param name="connection"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> that has been selected for deletion. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.CreateObjectFromType(System.Type)"> <summary> Creates an object based on the parameter passed to the method. </summary> <returns> An <see cref="T:System.Object" /> of the same type as <paramref name="type" />. </returns> <param name="type"> The <see cref="T:System.Type" /> of the object to create. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.DeleteConnection(System.Web.UI.WebControls.WebParts.WebPartConnection)"> <summary> Sets a property to indicate that the specified connection object has been deleted. </summary> <param name="connection"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> that has been selected for deletion. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.GetZoneID(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Gets the ID of a zone that contains the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control. </summary> <returns> A string that represents the ID of the zone that contains <paramref name="webPart" />. </returns> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that resides in a zone. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.LoadConfigurationState(System.Web.UI.WebControls.WebParts.WebPartTransformer,System.Object)"> <summary> Loads previously saved state data for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> object that participates in a connection between controls. </summary> <param name="transformer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> that is used to connect controls. </param> <param name="savedState"> An <see cref="T:System.Object" /> that contains the previously saved state data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.RemoveWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Removes a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's collection of controls. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control to be removed. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SaveConfigurationState(System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Saves state data for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> object that participates in a connection between controls. </summary> <returns> An <see cref="T:System.Object" /> that contains the saved state data. </returns> <param name="transformer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> that is used to connect controls. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetConnectErrorMessage(System.Web.UI.WebControls.WebParts.WebPart,System.String)"> <summary> Establishes an errors message, and causes the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" /> object that is responsible for rendering a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to render that message rather than the contents of the control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> that participates in a connection with another control. </param> <param name="connectErrorMessage"> A string that contains the text of the error message. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetHasSharedData(System.Web.UI.WebControls.WebParts.WebPart,System.Boolean)"> <summary> Sets a property on a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control indicating whether the control has shared personalization data. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control that can have shared personalization data. </param> <param name="hasSharedData"> A Boolean value that indicates whether <paramref name="webPart" /> has shared data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetHasUserData(System.Web.UI.WebControls.WebParts.WebPart,System.Boolean)"> <summary> Sets a property on a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control indicating whether the control has user personalization data. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control that can have user personalization data. </param> <param name="hasUserData"> A Boolean value that indicates whether <paramref name="webPart" /> has shared data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetIsClosed(System.Web.UI.WebControls.WebParts.WebPart,System.Boolean)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsClosed" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> for which this method sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsClosed" /> property. </param> <param name="isClosed"> A Boolean value that indicates whether a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> is closed on a page. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetIsShared(System.Web.UI.WebControls.WebParts.WebPart,System.Boolean)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsShared" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> for which this method sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsShared" /> property. </param> <param name="isShared"> A Boolean value that indicates whether <paramref name="webPart" /> is shared. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetIsShared(System.Web.UI.WebControls.WebParts.WebPartConnection,System.Boolean)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartConnection.IsShared" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object. </summary> <param name="connection"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </param> <param name="isShared"> A Boolean value that indicates whether <paramref name="connection" /> is shared. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetIsStandalone(System.Web.UI.WebControls.WebParts.WebPart,System.Boolean)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsStandalone" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> for which this method sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsStandalone" /> property. </param> <param name="isStandalone"> A Boolean value that indicates whether <paramref name="webPart" /> is a standalone control. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetIsStatic(System.Web.UI.WebControls.WebParts.WebPart,System.Boolean)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPart.IsStatic" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <param name="webPart"> The control for which the property value is being set. </param> <param name="isStatic"> A Boolean value that indicates whether <paramref name="webPart" /> is static. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetIsStatic(System.Web.UI.WebControls.WebParts.WebPartConnection,System.Boolean)"> <summary> Sets the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartConnection.IsStatic" /> property of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> object. </summary> <param name="connection"> The connection for which the property value is being set. </param> <param name="isStatic"> A Boolean value that indicates whether <paramref name="connection" /> is static. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetTransformer(System.Web.UI.WebControls.WebParts.WebPartConnection,System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Assigns a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> object to be used in a connection between two server controls. </summary> <param name="connection"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartConnection" /> that creates a connection between server controls. </param> <param name="transformer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> to be used with <paramref name="connection" />. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetZoneID(System.Web.UI.WebControls.WebParts.WebPart,System.String)"> <summary> Sets a property that enables a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or server control to keep the ID of the containing zone. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> whose <paramref name="zoneID" /> property value is being set. </param> <param name="zoneID"> A string that contains the ID of the zone that <paramref name="webPart" /> belongs to. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartManagerInternals.SetZoneIndex(System.Web.UI.WebControls.WebParts.WebPart,System.Int32)"> <summary> Sets the index of the specified controlwithin its zone relative to the other <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls within the zone. </summary> <param name="webPart"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control for which the method sets a zone index. </param> <param name="zoneIndex"> The index of <paramref name="webPart" /> within its zone relative to other controls in the zone. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartMenuStyle"> <summary> Contains style characteristics for menus on <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMenuStyle" /> class using default style values. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.#ctor(System.Web.UI.StateBag)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMenuStyle" /> class using style values from the specified state bag object. </summary> <param name="bag"> A <see cref="T:System.Web.UI.StateBag" /> that stores style information. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.CopyFrom(System.Web.UI.WebControls.Style)"> <summary> Copies nonblank style elements to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMenuStyle" /> object, overwriting any existing style elements in the process. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style information to copy. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.HorizontalAlign"> <summary> Gets a value indicating what type of horizontal alignment to use for the content of a menu on a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.HorizontalAlign" /> enumeration value that specifies what type of alignment to use. The default value is obtained from the base <see cref="P:System.Web.UI.WebControls.TableStyle.HorizontalAlign" /> property value. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.MergeWith(System.Web.UI.WebControls.Style)"> <summary> Copies nonblank style elements to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMenuStyle" /> instance, but does not overwrite existing style elements. </summary> <param name="s"> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style information to copy. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.Reset"> <summary> Removes any defined style elements from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMenuStyle" /> object's state bag. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.ShadowColor"> <summary> Gets or sets a value that determines the shadow color for a menu on a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that determines the shadow color. The default value is <see cref="F:System.Drawing.Color.Empty" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetAttributes"> <summary> Returns a collection of custom attributes for this instance of a component. Implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetAttributes" /> method. </summary> <returns> An <see cref="T:System.ComponentModel.AttributeCollection" /> containing the attributes for this object. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetClassName"> <summary> Returns the class name of this instance of a component. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetClassName" /> method. </summary> <returns> A string that contains the class name of the object, or null if the class has no name. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetComponentName"> <summary> Returns the name of this instance of a component. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetComponentName" /> method. </summary> <returns> A string that contains the object name, or null if the object has no name. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetConverter"> <summary> Returns a type converter for this instance of a component. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetConverter" /> method. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter" /> used for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent"> <summary> Returns the default event for this instance of a component. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent" /> method. </summary> <returns> An <see cref="T:System.ComponentModel.EventDescriptor" /> that represents the default event for this object, or null if the object has no events. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty"> <summary> Returns the default property for this instance of a component. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty" /> method. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the default property for this object, or null if the object has no properties. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)"> <summary> Returns an editor of the specified type for this instance of a component. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)" /> method. </summary> <returns> An <see cref="T:System.Object" /> of type <paramref name="editorBaseType" /> that serves as the editor for this object, or null if the editor cannot be found. </returns> <param name="editorBaseType"> A <see cref="T:System.Type" /> that represents the editor for this object. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetEvents"> <summary> Returns the events for this instance of a component. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents" /> method overload. </summary> <returns> An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the events for this object. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])"> <summary> Returns the events for this instance of a component using the specified attribute array as a filter. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])" /> method overload. </summary> <returns> An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the filtered events for this object. </returns> <param name="attributes"> An array of type <see cref="T:System.Attribute" /> used as a filter. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetProperties"> <summary> Returns the properties for this instance of a component. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties" /> method overload. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties for this object. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])"> <summary> Returns the properties for this instance of a component using the attribute array as a filter. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])" /> method overload. </summary> <returns> A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the filtered properties for this object. </returns> <param name="attributes"> An array of type <see cref="T:System.Attribute" /> used as a filter. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMenuStyle.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)"> <summary> Returns an object that contains the property described by the specified property descriptor. This method implements the <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)" /> method. </summary> <returns> An <see cref="T:System.Object" /> that represents the owner of the specified property. </returns> <param name="pd"> A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the property whose owner is to be found. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoving" /> event. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.WebPartZoneBase,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs" /> class. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server control being moved. </param> <param name="zone"> The target <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> to which <paramref name="webPart" /> is being moved. </param> <param name="zoneIndex"> An integer that indicates the index of <paramref name="webPart" /> relative to other controls within <paramref name="zone" />. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs.Zone"> <summary> Gets or sets the Web Parts zone to which the Web Parts control is being moved. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> to which the Web Parts control is being moved. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs.ZoneIndex"> <summary> Gets or sets the index position of a Web Parts control within its zone. </summary> <returns> The numerical order of a control within its zone. The first control in a zone has an index value of zero. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartMovingEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartManager.WebPartMoving" /> event of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> object. </summary> <param name="sender"> The source of the event. </param> <param name="e"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization"> <summary> Implements low-level personalization operations. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.#ctor(System.Web.UI.WebControls.WebParts.WebPartManager)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> class. </summary> <param name="owner"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> used to manage the personalization information </param> <exception cref="T:System.ArgumentNullException"> <paramref name="owner" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ApplyPersonalizationState"> <summary> Applies personalization data to the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <exception cref="T:System.InvalidOperationException"> An attempt was made to apply personalization state prior to the state being loaded from the underlying data store. - or - The personalization state returned from the data store was null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ApplyPersonalizationState(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Applies personalization data to the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control when requested to do so by the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <param name="webPart"> The Web Parts control to which personalization data is to be applied. </param> <exception cref="T:System.ArgumentException"> An attempt was made to apply personalization state to a Web Parts control that is not managed by the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> <exception cref="T:System.InvalidOperationException"> An attempt was made to apply personalization state prior to the state being loaded from the underlying data store. - or - The personalization state returned from the data store was null. - or - An attempt was made to apply personalization data more than once to the same Web Parts control. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.CanEnterSharedScope"> <summary> Returns a value indicating whether the user is authorized to enter <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope. </summary> <returns>true if the user is authorized to enter <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ChangeScope(System.Web.UI.WebControls.WebParts.PersonalizationScope)"> <summary> Changes the current page's <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> instance to the scope specified. </summary> <param name="scope"> The new personalization scope for the current page. </param> <exception cref="T:System.InvalidOperationException"> If attempting to switch from <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope to <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope, the current user does not have the user capability to enter <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> <paramref name="scope" /> is not a valid member of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.CopyPersonalizationState(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Extracts the personalization state from one Web Parts control and applies it to a second Web Parts control. </summary> <param name="webPartA"> The Web Parts control supplying the personalization data. </param> <param name="webPartB"> The Web Parts control receiving the personalization data. </param> <exception cref="T:System.ArgumentNullException"> Either <paramref name="webPartA" /> or <paramref name="webPartB" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPartA" /> and <paramref name="webPartB" /> are not of the same <see cref="T:System.Type" />. - or - <paramref name="webPartA" /> and <paramref name="webPartB" /> are <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> controls but one or both lack a child control. - or - <paramref name="webPartA" /> and <paramref name="webPartB" /> are <see cref="T:System.Web.UI.WebControls.WebParts.GenericWebPart" /> controls, but their child controls are not of the same <see cref="T:System.Type" />. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.Enabled"> <summary> Returns a value indicating whether personalization is requested to be enabled for the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <returns>true if personalization is enabled; otherwise, false. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set this property value after the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's <see cref="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(System.EventArgs)" /> method had completed. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.EnsureEnabled(System.Boolean)"> <summary> Ensures that the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> instance has completed initialization or that the current user has rights to modify personalization state. </summary> <param name="ensureModifiable"> A Boolean value indicating which type of check should be made. </param> <exception cref="T:System.InvalidOperationException"> The current user does not have rights to modify personalization information, or other checks failed. - or - <see cref="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.IsEnabled" /> returned false. </exception> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartPersonalization.EnterSharedScopeUserCapability"> <summary> Represents the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" /> instance of a user's authorization to enter <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ExtractPersonalizationState"> <summary> Extracts personalization data from the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <exception cref="T:System.InvalidOperationException"> An attempt was made to extract personalization state prior to the state being loaded from the underlying data store. - or - Personalization state has not been applied yet. - or - The <see cref="P:System.Web.UI.Control.ID" /> of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> has changed since personalization data was applied. - or - The personalization state returned from the data store was null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ExtractPersonalizationState(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Extracts personalization data from a Web Parts control when requested to do so by the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <param name="webPart"> The Web Parts control containing personalization data to be extracted. </param> <exception cref="T:System.ArgumentException"> An attempt was made to extract personalization state from a Web Parts control that is not managed by the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </exception> <exception cref="T:System.InvalidOperationException"> An attempt was made to extract personalization state prior to the state being loaded from the underlying data store. - or - Personalization state has not been applied yet. - or - The <see cref="P:System.Web.UI.Control.ID" /> of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> has changed since personalization data was applied. - or - The personalization state returned from the data store was null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.GetAuthorizationFilter(System.String)"> <summary> Retrieves the authorization filter, if any, associated with the specified Web Parts control. </summary> <returns> The authorization filter for the specified Web Parts control. </returns> <param name="webPartID"> The ID of the Web Parts control associated with the filter to be retrieved. </param> <exception cref="T:System.InvalidOperationException"> An attempt was made to retrieve an authorization filter when <see cref="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.IsEnabled" /> is false by calling this method too early in the page life cycle. - or - An attempt was made to retrieve an authorization filter and no personalization state has been loaded. - or The personalization state returned from the data store was null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webPartID" /> is null or an empty string (""). </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.HasPersonalizationState"> <summary> Returns a value indicating whether the current page and personalization scope have associated personalization data. </summary> <returns>true if the page has personalization data associated with it; otherwise, false. </returns> <exception cref="T:System.InvalidOperationException"> There is no personalization provider associated with the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> instance. This can occur if the property is accessed prior to the completion of the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's <see cref="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(System.EventArgs)" /> method. - or - The value of the <see cref="P:System.Web.UI.Control.Page" /> property for the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> is null. - or - The value of the <see cref="P:System.Web.UI.Page.Request" /> property on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's associated <see cref="T:System.Web.UI.Page" /> instance is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.InitialScope"> <summary> Gets or sets the default personalization scope. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> indicating the default personalization scope of the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set this property to a value other than its current value after the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's <see cref="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(System.EventArgs)" /> method had completed. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> An attempt was made to set a value of <see cref="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.InitialScope" /> that is not a member of the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.IsEnabled"> <summary> Gets a value that indicates whether personalization is enabled and has successfully loaded personalization data for this instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> class. </summary> <returns>true if personalization is enabled for the current <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> instance and personalization data has successfully loaded; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.IsInitialized"> <summary> Gets a value that indicates whether personalization is enabled and has successfully loaded personalization data for this instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> class. </summary> <returns>true if personalization is initialized for this instance; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.IsModifiable"> <summary> Gets a value that indicates whether the current user is authorized to modify state information. </summary> <returns>true if the user is authorized to modify state information; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.Load"> <summary> Initializes personalization. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> instance for the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </returns> <exception cref="T:System.InvalidOperationException"> This method is called when personalization is not enabled (<see cref="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.Enabled" /> equals false). - or - The value of the <see cref="P:System.Web.UI.Control.Page" /> property for the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> is null. - or - The value of the <see cref="P:System.Web.UI.Page.Request" /> property on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's associated <see cref="T:System.Web.UI.Page" /> instance is null. </exception> <exception cref="T:System.Configuration.Provider.ProviderException"> A provider was explicitly set in either the page markup or the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ProviderName" /> property and the provider could not be found. - or - The object containing the personalization state data is null. </exception> <exception cref="T:System.ArgumentException"> A problem occurred while loading and deserializing data. - or - An error occurred in the definition of a personalization provider in the configuration file. </exception> <exception cref="T:System.Configuration.ConfigurationErrorsException"> The underlying personalization providers failed to initialize because a default provider could not be found or because a failure occurred while attempting to initialize a personalization provider. </exception> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ModifyStateUserCapability"> <summary> Represents the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" /> instance of a user's authorization to modify personalization state. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ProviderName"> <summary> Gets or sets the provider name for personalization. </summary> <returns> The name of the personalization provider. </returns> <exception cref="T:System.InvalidOperationException"> An attempt was made to set this property to a value other than its current value after the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's <see cref="M:System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(System.EventArgs)" /> method has completed. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ResetPersonalizationState"> <summary> Resets personalization data for the current page, scope, and user in the underlying data store. </summary> <exception cref="T:System.InvalidOperationException"> An attempt was made to reset personalization data when the current user is not authorized to modify personalization state. - or - The <see cref="T:System.Web.UI.Page" /> instance for the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> is null. - or - The value of the <see cref="P:System.Web.UI.Page.Request" /> property on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's associated <see cref="T:System.Web.UI.Page" /> instance is null. </exception> <exception cref="T:System.InvalidOperationException"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> instance cannot reference a valid personalization provider. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.Save"> <summary> Saves personalization data for the current page, scope, and user to the underlying data store. </summary> <exception cref="T:System.InvalidOperationException"> The current user does not have the capability called <see cref="F:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ModifyStateUserCapability" />. - or - The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> instance cannot reference a valid personalization provider. - or - No personalization provider is currently associated with the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> instance. This can occur if this method is called prior to calling <see cref="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.Load" /> (the personalization provider reference is obtained during the call to <see cref="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.Load" />. - or - No personalization state has been loaded. - or - The <see cref="T:System.Web.UI.Page" /> instance for the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> is null. - or - The value of the <see cref="P:System.Web.UI.Page.Request" /> property on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's associated <see cref="T:System.Web.UI.Page" /> instance is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.Scope"> <summary> Gets the current personalization scope for the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> instance indicating the scope of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.SetDirty"> <summary> Marks the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control as having personalization data that has changed (is "dirty"). </summary> <exception cref="T:System.InvalidOperationException"> No personalization data has been loaded. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.SetDirty(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Marks the specified Web Parts control as having personalization data that has changed (is "dirty"). </summary> <param name="webPart"> The Web Parts control to be marked "dirty". </param> <exception cref="T:System.ArgumentException"> Attempted to mark as "dirty" a Web Parts control that is not managed by the parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </exception> <exception cref="T:System.InvalidOperationException"> No personalization data has been loaded. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ShouldResetPersonalizationState"> <summary> Gets or sets a value that indicates whether the personalization data of the current page has been reset (for example, a request was made to delete the personalization data from the underlying data store). </summary> <returns>true if the personalization state for the current page has been reset; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartPersonalization.ToggleScope"> <summary> Switches the current page's personalization scope from <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> to <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> or from <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> to <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" />. </summary> <exception cref="T:System.InvalidOperationException"> The current user does not have the user capability to enter <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope when attempting to switch from <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.User" /> scope to <see cref="F:System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared" /> scope. - or - The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> instance has not completed initialization. - or - The <see cref="T:System.Web.UI.Page" /> instance for the associated <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> is null. - or - The value of the <see cref="P:System.Web.UI.Page.Request" /> property on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control's associated <see cref="T:System.Web.UI.Page" /> instance is null. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> An attempt was made to toggle to a scope that is not defined in the <see cref="T:System.Web.UI.WebControls.WebParts.PersonalizationScope" /> enumeration. Technically, this situation should never occur. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.UserCapabilities"> <summary> Gets the set of user capabilities from <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" /> granted to the current user. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing the set of user capabilities granted to the current user, or an empty <see cref="T:System.Collections.Specialized.HybridDictionary" /> if the user is anonymous. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartPersonalization.WebPartManager"> <summary> Gets an instance of the current parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control associated with this <see cref="T:System.Web.UI.WebControls.WebParts.WebPartPersonalization" /> instance. </summary> <returns> The current parent <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartTracker"> <summary> Monitors Web Parts connections for circular connections. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTracker.#ctor(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTracker" /> class. </summary> <param name="webPart"> The control to track for circular connections. </param> <param name="providerConnectionPoint"> The connection point used with <paramref name="webPart" />. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> or <paramref name="providerConnectionPoint" /> is not provided. </exception> <exception cref="T:System.ArgumentException"> <paramref name="providerConnectionPoint" /> is not a valid type. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartTracker.IsCircularConnection"> <summary> Gets a value indicating whether a provider connection point is involved in more than one connection with a Web Parts control. </summary> <returns>true if the provider connection point is used in more than one connection with the Web Parts control; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTracker.System#IDisposable#Dispose"> <summary> Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartTransformer"> <summary> Provides basic implementation for transformer classes to convert data between two incompatible connection points. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformer.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformer.CreateConfigurationControl"> <summary> Displays an ASP.NET control that configures a transformer in the <see cref="T:System.Web.UI.WebControls.WebParts.ConnectionsZone" /> zone. </summary> <returns> An ASP.NET control that configures a transformer. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformer.LoadConfigurationState(System.Object)"> <summary> Loads the configuration state saved with the <see cref="M:System.Web.UI.WebControls.WebParts.WebPartTransformer.SaveConfigurationState" /> method. </summary> <param name="savedState"> An object containing configuration state saved by using <see cref="M:System.Web.UI.WebControls.WebParts.WebPartTransformer.SaveConfigurationState" />. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformer.SaveConfigurationState"> <summary> Saves the configuration state set by the user in the ASP.NET configuration control. </summary> <returns> An object representing the configuration state. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformer.Transform(System.Object)"> <summary> When implemented, provides an object for transforming the data. </summary> <returns> An <see cref="T:System.Object" /> representing the data to be transformed. </returns> <param name="providerData"> The provider data to be transformed. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartTransformerAttribute"> <summary> Identifies the types of connection points that a transformer supports. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerAttribute.#ctor(System.Type,System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformerAttribute" /> class. </summary> <param name="consumerType"> The <see cref="T:System.Type" /> of the interface supported by the consumer connection point. </param> <param name="providerType"> The <see cref="T:System.Type" /> of the interface supported by the provider connection point. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="consumerType" /> or <paramref name="providerType" /> is not specified. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="consumerType" /> equals <paramref name="providerType" />. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartTransformerAttribute.ConsumerType"> <summary> Gets the <see cref="T:System.Type" /> of the interface supported by the consumer connection point. </summary> <returns> The <see cref="T:System.Type" /> of the interface supported by the consumer connection point. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerAttribute.GetConsumerType(System.Type)"> <summary> Returns the consumer type a transformer can accept on a connection point. </summary> <returns> The <see cref="T:System.Type" /> of the consumer connection point. </returns> <param name="transformerType"> The type of transformer. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="transformerType" /> is not specified. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="transformerType" /> is not an object derived from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerAttribute.GetProviderType(System.Type)"> <summary> Returns the provider type a transformer can accept on a connection point. </summary> <returns> The <see cref="T:System.Type" /> of the provider connection point. </returns> <param name="transformerType"> The type of transformer. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="transformerType" /> is not specified. </exception> <exception cref="T:System.InvalidOperationException"> <paramref name="transformerType" /> is not an object derived from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> class. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartTransformerAttribute.ProviderType"> <summary> Gets the <see cref="T:System.Type" /> of the interface supported by the provider connection point. </summary> <returns> The <see cref="T:System.Type" /> of the interface supported by the provider connection point. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection"> <summary> Provides a collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.Add(System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Adds an object to the end of the collection. </summary> <returns> The index at which <paramref name="transformer" /> has been added. </returns> <param name="transformer"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> to be added to the end of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection" />. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.Contains(System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Returns a value indicating whether a particular transformer exists in the collection. </summary> <returns> A Boolean value that indicates whether a particular transformer is in the collection. </returns> <param name="transformer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> that is checked to determine whether it is in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPartTransformer[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects. </summary> <param name="array"> An array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> objects to contain the copied collection. </param> <param name="index"> The starting point in the array at which to place the collection contents. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Returns the position of a particular member in the collection. </summary> <returns> An integer that indicates the position of a particular object in the collection. </returns> <param name="transformer"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> that is a member of the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.Insert(System.Int32,System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Inserts a transformer into the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection" /> collection at the specified index. </summary> <param name="index"> The zero-based index at which a value should be inserted. </param> <param name="transformer"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> to insert. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.IsReadOnly"> <summary> Gets a value indicating whether the collection is read-only. </summary> <returns>true if the collection and its items cannot be changed; otherwise, false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.Item(System.Int32)"> <summary> Returns a member of the collection based on its position in the collection. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> located at <paramref name="index" />. </returns> <param name="index"> The index of a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> in a collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartTransformerCollection.Remove(System.Web.UI.WebControls.WebParts.WebPartTransformer)"> <summary> Removes the first occurrence of a specific transformer. </summary> <param name="transformer"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartTransformer" /> to remove from the collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability"> <summary> Provides information about a user's capabilities to view and modify personalization data. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartUserCapability.#ctor(System.String)"> <summary> Initializes a new instance of the class. </summary> <param name="name"> A string that contains a name for the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" />. </param> <exception cref="T:System.ArgumentException"> <paramref name="name" /> is null or an empty string (""). </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartUserCapability.Equals(System.Object)"> <summary> Determines whether the specified object is equal to the current <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" /> object, or has the same <see cref="P:System.Web.UI.WebControls.WebParts.WebPartUserCapability.Name" /> value. </summary> <returns>true if <paramref name="o" /> is equal to the current <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" /> or has the same <see cref="P:System.Web.UI.WebControls.WebParts.WebPartUserCapability.Name" /> value; otherwise, false. </returns> <param name="o"> The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.Web.UI.WebControls.WebParts.WebPartUserCapability" />. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartUserCapability.GetHashCode"> <summary> Returns the hash code for the <see cref="P:System.Web.UI.WebControls.WebParts.WebPartUserCapability.Name" /> property. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartUserCapability.Name"> <summary> Gets a string value identifying the class. </summary> <returns> A <see cref="T:System.String" /> that identifies the class. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartVerb"> <summary> Provides an interactive user interface (UI) element that enables users to perform actions on a Web Parts page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> class and associates a client-side click event handler with the instance. </summary> <param name="id"> A <see cref="T:System.String" /> that is the unique identifier for a verb. </param> <param name="clientClickHandler"> A <see cref="T:System.String" /> that refers to the client-side handler for click events. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="clientClickHandler" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.#ctor(System.String,System.Web.UI.WebControls.WebParts.WebPartEventHandler)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> class and associates a server-side click event handler with the instance. </summary> <param name="id"> A <see cref="T:System.String" /> that is the unique identifier for a verb. </param> <param name="serverClickHandler"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventHandler" /> that handles click events on the server. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="serverClickHandler" /> parameter is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.#ctor(System.String,System.Web.UI.WebControls.WebParts.WebPartEventHandler,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> class and associates both client and server-side click event handlers with the instance. </summary> <param name="id"> A <see cref="T:System.String" /> that is the unique identifier for a verb. </param> <param name="serverClickHandler"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventHandler" /> that handles click events on the server. </param> <param name="clientClickHandler"> A <see cref="T:System.String" /> that refers to the client-side handler for click events. </param> <exception cref="T:System.ArgumentNullException"> The <paramref name="clientClickHandler" /> parameter is null. - or - The <paramref name="serverClickHandler" /> parameter is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.Checked"> <summary> Gets or sets a value indicating that some state associated with a custom verb is currently active or selected. </summary> <returns>true if a state associated with a custom verb is currently active; otherwise, false. The default is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.ClientClickHandler"> <summary> Gets the string containing the method name of the client-side event handler defined in the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> constructor. </summary> <returns> A string that contains the name of the method that handles client-side click events. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.Description"> <summary> Gets or sets a short description of the verb. </summary> <returns> A string containing a description of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.Enabled"> <summary> Gets or sets a value that indicates whether a verb is enabled. </summary> <returns>true if the verb is enabled; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.ID"> <summary> Gets a string containing a unique ID for a verb. </summary> <returns> A string containing the ID for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.ImageUrl"> <summary> Gets or sets a string containing a URL to an image that represents a verb in the user interface (UI). </summary> <returns> A string that contains the URL to an image. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.IsTrackingViewState"> <summary> Gets a value that indicates whether view state is currently being tracked for a verb. </summary> <returns>true if view state is being tracked; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.WebControls.WebParts.WebPartVerb.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that contains the view state to be restored. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.SaveViewState"> <summary> Saves a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object's view-state changes that occurred since the page was last posted back to the server. </summary> <returns> An <see cref="T:System.Object" /> that contains the state data to be saved. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.ServerClickHandler"> <summary> Gets a reference to the method that handles server-side click events for the verb. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartEventHandler" /> that handles server-side click events. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> Implements the <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" /> property by calling the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> class's own <see cref="P:System.Web.UI.WebControls.WebParts.WebPartVerb.IsTrackingViewState" /> property. </summary> <returns>true if view state is being tracked for a verb; otherwise, false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> Implements the <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" /> method of the <see cref="T:System.Web.UI.IStateManager" /> interface by calling the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> class's own <see cref="M:System.Web.UI.WebControls.WebParts.WebPartVerb.LoadViewState(System.Object)" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that contains the view state to be restored. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.System#Web#UI#IStateManager#SaveViewState"> <summary> Implements the <see cref="M:System.Web.UI.IStateManager.SaveViewState" /> method by calling the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> class's own <see cref="M:System.Web.UI.WebControls.WebParts.WebPartVerb.SaveViewState" /> method. </summary> <returns> Returns an <see cref="T:System.Object" /> containing the control's current view state. If no view state is associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.System#Web#UI#IStateManager#TrackViewState"> <summary> Implements the <see cref="M:System.Web.UI.IStateManager.TrackViewState" /> method by calling the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> class's own <see cref="M:System.Web.UI.WebControls.WebParts.WebPartVerb.TrackViewState" /> method. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.Text"> <summary> Gets or sets the text label for a verb that is displayed in the user interface (UI). </summary> <returns> A string containing the text label for a verb. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerb.TrackViewState"> <summary> Tracks view-state changes to a verb so the changes can be stored in the verb's <see cref="T:System.Web.UI.StateBag" /> object. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.ViewState"> <summary> Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. </summary> <returns> An instance of <see cref="T:System.Web.UI.StateBag" /> that contains the server control's view-state information. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerb.Visible"> <summary> Gets or sets a value that indicates whether a verb is visible to users. </summary> <returns>true if the verb is visible; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection"> <summary> Represents a collection of custom Web Parts verbs. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" /> class using the specified collection. </summary> <param name="verbs"> An object derived from <see cref="T:System.Collections.ICollection" /> that contains a set of Web Parts verbs. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.#ctor(System.Web.UI.WebControls.WebParts.WebPartVerbCollection,System.Collections.ICollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" /> class using the specified collections. </summary> <param name="existingVerbs"> An existing <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" />. </param> <param name="verbs"> An object derived from <see cref="T:System.Collections.ICollection" /> that contains a set of Web Parts verbs. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.Contains(System.Web.UI.WebControls.WebParts.WebPartVerb)"> <summary> Searches the Web Parts verb collection for the specified <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object. </summary> <returns>true if the collection contains the Web Parts verb; otherwise, false. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> to be found. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPartVerb[],System.Int32)"> <summary> Copies elements of the collection to the specified array, starting at the specified index. </summary> <param name="array"> The array that elements are to be copied to. </param> <param name="index"> The index where copying should begin. </param> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.Empty"> <summary> Specifies an empty collection that you can use instead of creating a new one. This static field is read-only. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPartVerb)"> <summary> Searches for the specified Web Parts verb and returns the zero-based index of the first occurrence within the entire collection. </summary> <returns> The index of the Web Parts verb. </returns> <param name="value"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> to be located. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerbCollection.Item(System.Int32)"> <summary> Gets a Web Parts verb from the collection at the specified index. </summary> <returns> A Web Parts verb from the collection. </returns> <param name="index"> The index value of the Web Parts verb to be retrieved. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartVerbRenderMode"> <summary> Specifies how verbs should be rendered on a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartVerbRenderMode.Menu"> <summary> Verbs are rendered in a shortcut menu in the title bar. </summary> </member> <member name="F:System.Web.UI.WebControls.WebParts.WebPartVerbRenderMode.TitleBar"> <summary> Verbs are rendered as links directly in the title bar. </summary> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs"> <summary> Provides event data for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CreateVerbs" /> event that is used by the <see cref="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.OnCreateVerbs(System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs)" /> method. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs.#ctor(System.Web.UI.WebControls.WebParts.WebPartVerbCollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs" /> class using the specified Web Parts verb collection. </summary> <param name="verbs"> A Web Parts verb collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs.Verbs"> <summary> Gets or sets the Web Parts verbs used in the event data. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbCollection" />. </returns> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartVerbsEventHandler"> <summary> Represents the delegate for the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CreateVerbs" /> event. </summary> <param name="sender"> The source of the event. </param> <param name="e"> The event arguments. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartZone"> <summary> Serves as the primary control in the Web Parts control set for hosting <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls on a Web page. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZone.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZone.GetInitialWebParts"> <summary> Overrides the abstract base method and gets the initial set of static <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls contained within the zone's template. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCollection" /> that contains all the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> or other server controls contained in the zone's template. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZone.OnInit(System.EventArgs)"> <summary> Overrides the base method to indicate that the zone has successfully been registered with the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZone.ZoneTemplate"> <summary> Gets or sets a reference to an <see cref="T:System.Web.UI.ITemplate" /> instance that contains the controls declared in the markup of a Web page. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" /> that contains the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </returns> <exception cref="T:System.InvalidOperationException"> Registration of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in the zone is already complete. </exception> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase"> <summary> Serves as the base class for all zone controls that act as containers for <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> (or other server or user) controls. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.AllowLayoutChange"> <summary> Gets or sets a value that indicates whether the layout of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls can be changed within a zone. </summary> <returns>true if the layout can be changed; otherwise, false. The default is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.BorderColor"> <summary> Gets or sets the color for the border of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that contains the border color. The default color is <see cref="P:System.Drawing.Color.Gray" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.BorderStyle"> <summary> Gets or sets the kind of border that surrounds a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.BorderStyle" /> object that contains the kind of border. The default is <see cref="F:System.Web.UI.WebControls.BorderStyle.Solid" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.BorderWidth"> <summary> Gets or sets the width of the border that surrounds a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> control. </summary> <returns> The width in the specified <see cref="T:System.Web.UI.WebControls.Unit" /> of the border that surrounds a zone. The default is 1. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CloseVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to close the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to close <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CloseWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Closes a selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to be closed. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.ConnectVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to create connections between <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that creates a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.ConnectWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Initiates the process of creating a connection between two <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that initiates the connection with another selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CreateChildControls"> <summary> Creates the set of child controls contained in a zone. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CreateControlCollection"> <summary> Creates a <see cref="T:System.Web.UI.ControlCollection" /> object that contains all the controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.ControlCollection" /> that contains references to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CreateControlStyle"> <summary> Creates a set of style characteristics that apply to a zone control when it is visible. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" />. </returns> </member> <member name="E:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CreateVerbs"> <summary> Occurs when the verbs are created for a zone that derives from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CreateWebPartChrome"> <summary> Enables derived zones to substitute a custom <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" /> object to change the appearance of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" /> that determines how <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone are rendered. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.DeleteVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to delete the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to delete <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.DeleteWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Deletes a selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to be deleted. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.DisplayTitle"> <summary> Gets the current value of the text being used as the title for a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone when the zone itself is visible. </summary> <returns> A string that contains the title text for a zone. The default is the value of the base <see cref="P:System.Web.UI.WebControls.WebParts.WebZone.HeaderText" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.DragDropEnabled"> <summary> Gets a value that indicates whether <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls can be dragged into or out of a zone. </summary> <returns> A Boolean value that indicates whether controls can be dragged. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.DragHighlightColor"> <summary> Gets or sets the color around the border of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone and its drop-cue regions when a user is dragging a control. </summary> <returns> A <see cref="T:System.Drawing.Color" /> that contains the highlight color. The default color is <see cref="P:System.Drawing.Color.Blue" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.EditVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to edit <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to edit <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.EditWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Initiates the process of editing a selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to be edited. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.EmptyZoneText"> <summary> Gets or sets a message that appears when a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> control contains no <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <returns> A string containing the message that appears in an empty zone. A default culture-specific string is supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.ExportVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to export an XML definition file for each <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to export a definition file for <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.GetEffectiveChromeType(System.Web.UI.WebControls.WebParts.Part)"> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> value that contains the kind of border that currently frames Web Parts controls contained by a zone. </returns> <param name="part"> A <see cref="T:System.Web.UI.WebControls.WebParts.Part" /> control for which the zone needs to retrieve the current <see cref="P:System.Web.UI.WebControls.WebParts.Part.ChromeType" /> setting. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.GetInitialWebParts"> <summary> Gets an initial collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls contained in a zone, based on a template or some storage medium. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCollection" /> that contains the initial set of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls that belong in a zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.HasFooter"> <summary> Gets a value indicating whether a zone has a footer area. </summary> <returns>true if the zone has a footer area; otherwise, false. The default value is false. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.HasHeader"> <summary> Gets a value indicating whether a zone has a header area. </summary> <returns>true if the zone has a header area; otherwise, false. The default value is false when the page is in normal <see cref="F:System.Web.UI.WebControls.WebParts.WebPartManager.BrowseDisplayMode" />. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.HelpVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object used to access Help content for <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables users to access Help content on the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.LayoutOrientation"> <summary> Gets or sets a value that indicates whether controls in a zone are arranged vertically or horizontally. </summary> <returns> An <see cref="T:System.Web.UI.WebControls.Orientation" /> value that determines how controls in a zone are arranged. The default orientation is <see cref="F:System.Web.UI.WebControls.Orientation.Vertical" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value is not one of the enumerated <see cref="T:System.Web.UI.WebControls.Orientation" /> values. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.LoadViewState(System.Object)"> <summary> Loads previously saved state information for a zone. </summary> <param name="savedState"> The previously saved state. </param> <exception cref="T:System.ArgumentException"> The size of the <paramref name="savedState" /> object does not equal the size of the current view-state object. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuCheckImageStyle"> <summary> Gets style attributes that are applied to the check mark image that appears on a verbs menu next to the selected verb text. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains the style attributes for check mark images in a verbs menu. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuCheckImageUrl"> <summary> Gets or sets the URL to an image used as a check mark in the verbs menu of each <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <returns> A string that represents the URL to an image used as a check mark. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuLabelHoverStyle"> <summary> Gets style attributes that are applied to the label of a verbs menu in the title bar of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control when a user positions the mouse pointer over the label. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains the style attributes for the label in a verbs menu. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuLabelStyle"> <summary> Gets style information for the label of the verbs drop-down menu that appears in the title bar of each <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style information for the label of the verbs menu. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuLabelText"> <summary> Gets or sets the value that serves as a label for the verbs drop-down menu in the title bar of each <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <returns> A string containing the text that appears in the label for the verbs menu. The default is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuPopupImageUrl"> <summary> Gets or sets the URL to an image that opens the verbs drop-down menu in the title bar of each <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <returns> A string that represents the URL to an image used to open the verbs drop-down menu. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuPopupStyle"> <summary> Gets style attributes for the drop-down verbs menu that appears on <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartMenuStyle" /> that contains style attributes for the verbs menu. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuVerbHoverStyle"> <summary> Gets style information for the appearance of a verb in a verbs drop-down menu when an end user positions the mouse pointer over the verb. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style information for a verb when a user positions the mouse pointer over the verb. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MenuVerbStyle"> <summary> Gets style information for the appearance of a verb in a verbs drop-down menu when the menu is displayed. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style information for a verb displayed in a verbs menu. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MinimizeVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to minimize <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to minimize <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.MinimizeWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Minimizes a selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to be minimized. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.OnCreateVerbs(System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.WebControls.WebParts.WebPartZoneBase.CreateVerbs" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.RaisePostBackEvent(System.String)"> <summary> Updates the status of the current collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone, based on the changes that have occurred since the most recent postback event. </summary> <param name="eventArgument"> The postback argument. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the zone to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the zone's content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.RenderBody(System.Web.UI.HtmlTextWriter)"> <summary> Overrides the base method to render the body area of a zone derived from the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> class. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the zone's body content. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.RenderDropCue(System.Web.UI.HtmlTextWriter)"> <summary> Renders user interface (UI) elements to indicate to an end user where a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that is being dragged can be dropped within a zone. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the UI elements that indicate where a control can be dropped. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.RenderHeader(System.Web.UI.HtmlTextWriter)"> <summary> Overrides the base method to render the header of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone that contains <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the content of the header. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.RestoreVerb"> <summary> Gets a reference to a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> object that enables end users to restore <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone to normal size. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerb" /> that enables end users to restore <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.RestoreWebPart(System.Web.UI.WebControls.WebParts.WebPart)"> <summary> Restores a selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control that was minimized to normal state. </summary> <param name="webPart"> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control to be restored. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="webPart" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.SaveViewState"> <summary> Saves any view-state changes that have occurred after a page was posted back to the server. </summary> <returns> Returns the zone control's current view state. If no view state is associated with the zone, this method returns null. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.SelectedPartChromeStyle"> <summary> Gets style information for the appearance of a selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style information for the selected <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.ShowTitleIcons"> <summary> Gets or sets a value that indicates whether title icons are displayed in the title bar of each <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control in a zone. </summary> <returns>true if title icons are displayed; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.TitleBarVerbButtonType"> <summary> Gets or sets the type of button used for the verbs in the title bar of <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ButtonType" /> that indicates what type of button is used for the verbs in the title bar of a control. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value for the property is not one of the <see cref="T:System.Web.UI.WebControls.ButtonType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.TitleBarVerbStyle"> <summary> Gets style attributes for verbs in the title bar of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for verbs. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneBase.TrackViewState"> <summary> Begins the process of tracking view-state changes to a zone so that they can be stored in a <see cref="T:System.Web.UI.StateBag" /> object, and accessed through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.VerbButtonType"> <summary> Gets or sets the kind of button associated with the verbs that exist in a <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> zone when accessed with an older browser. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ButtonType" /> that determines what kind of button is associated with the verbs in a zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.WebPartChrome"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" /> object that determines the peripheral rendering for <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in the zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartChrome" /> that determines rendering for controls in the zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.WebParts"> <summary> Gets the collection of Web Parts controls contained within a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartCollection" /> that contains references to all the Web Parts controls in a zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneBase.WebPartVerbRenderMode"> <summary> Gets or sets a value indicating how the verbs should be rendered on <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in the zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbRenderMode" /> enumeration value indicating how verbs should be rendered on <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls. The default value is <see cref="F:System.Web.UI.WebControls.WebParts.WebPartVerbRenderMode.Menu" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value for the property is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartVerbRenderMode" /> values. </exception> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebPartZoneCollection"> <summary> Contains a read-only collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> controls. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneCollection.#ctor"> <summary> Initializes an empty instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneCollection" /> class. </summary> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneCollection.#ctor(System.Collections.ICollection)"> <summary> Initializes an instance of the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneCollection" /> class by passing in a collection of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> objects. </summary> <param name="webPartZones"> An <see cref="T:System.Collections.ICollection" /> of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> objects. </param> <exception cref="T:System.ArgumentNullException"> The collection of zones is null. </exception> <exception cref="T:System.ArgumentException"> One of the objects in the collection is null or is not of type <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" />. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneCollection.Contains(System.Web.UI.WebControls.WebParts.WebPartZoneBase)"> <summary> Returns a value indicating whether a particular zone exists in the collection. </summary> <returns> A Boolean value that indicates whether a particular zone is in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> that is checked to determine whether it is in the collection. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPartZoneBase[],System.Int32)"> <summary> Copies the collection to an array of <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> objects. </summary> <param name="array"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> array to contain the copied collection. </param> <param name="index"> The starting point in the array at which to place the collection contents. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebPartZoneCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPartZoneBase)"> <summary> Returns the position of a particular member of the collection. </summary> <returns> An integer that indicates the position of a particular object in the collection. </returns> <param name="value"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZoneBase" /> that is a member of the collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneCollection.Item(System.Int32)"> <summary> Returns a specific member of the collection by passing in an integer. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> at the specified index in the collection. </returns> <param name="index"> The index number for a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> within a collection. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebPartZoneCollection.Item(System.String)"> <summary> Returns a specific member of the collection by passing in a unique identifier. </summary> <returns> The first <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> in the collection whose ID equals the value of <paramref name="id" />. </returns> <param name="id"> The unique identifier for a particular <see cref="T:System.Web.UI.WebControls.WebParts.WebPartZone" /> within the collection. </param> </member> <member name="T:System.Web.UI.WebControls.WebParts.WebZone"> <summary> Serves as the base class for all controls that act as containers for server controls (including Web Parts <see cref="T:System.Web.UI.WebControls.WebParts.Part" /> controls, server controls, and user controls) in Web Parts applications. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.BackImageUrl"> <summary> Gets or sets the URL to a background image for a zone. </summary> <returns> A string that represents the URL to an image used as a background image for the zone. The default value is an empty string (""). </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.EmptyZoneText"> <summary> Gets or sets a message that appears when a zone contains no controls. </summary> <returns> A string containing the message that appears in an empty zone. A default culture-specific string is supplied by the .NET Framework. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.EmptyZoneTextStyle"> <summary> Gets the style attributes for the placeholder text in an empty zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the text assigned to a zone's <see cref="P:System.Web.UI.WebControls.WebParts.WebZone.EmptyZoneText" /> property. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.ErrorStyle"> <summary> Gets the style attributes for rendering the error message that is displayed if a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control cannot be loaded or created. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the error message. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.FooterStyle"> <summary> Gets the style attributes for the contents of a zone's footer area. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.TitleStyle" /> that contains style attributes for the contents of a zone's footer area. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.GetEffectiveChromeType(System.Web.UI.WebControls.WebParts.Part)"> <summary> Returns the actual or effective current <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> value of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control, given the <see cref="P:System.Web.UI.WebControls.WebParts.WebZone.PartChromeType" /> property of the zone and the current display mode of the Web Parts page. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> value that contains the kind of border that currently frames Web Parts controls contained by a zone. </returns> <param name="part"> A part control within the current zone. </param> <exception cref="T:System.ArgumentNullException"> <paramref name="part" /> is null. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.HasFooter"> <summary> Gets a value indicating whether a zone has a footer area. </summary> <returns>true if the zone has a footer area; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.HasHeader"> <summary> Gets a value indicating whether a zone has a header area. </summary> <returns>true if the zone has a header area; otherwise, false. The default value is true. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.HeaderStyle"> <summary> Gets the style attributes for the contents of a zone's header area. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.TitleStyle" /> that contains style attributes for the contents of a zone's header area. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.HeaderText"> <summary> Gets or sets the text for the header area of a zone. </summary> <returns> A string that contains the header text for the zone. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.LoadViewState(System.Object)"> <summary> Loads previously saved state information for a zone. </summary> <param name="savedState"> The previously saved state. </param> <exception cref="T:System.ArgumentException"> The size of the <paramref name="savedState" /> object does not equal the size of the current view-state object. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.InvalidOperationException"> The zone control was added at too late of a stage in the page life cycle, or the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> is null. </exception> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> that contains the event data. </param> <exception cref="T:System.InvalidOperationException"> A <see cref="T:System.Web.UI.WebControls.WebParts.WebZone" /> control is nested within another zone or within a <see cref="T:System.Web.UI.WebControls.WebParts.Part" /> control. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.Padding"> <summary> Gets or sets the cell padding attributes on the table that contains the <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> controls in a zone. </summary> <returns> The number of pixels for the padding between items and their cell boundaries in the table rendered for a zone. The default is 2. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The property is set to a value less than -1. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.PartChromeStyle"> <summary> Gets style characteristics that apply to the borders of Web Parts controls contained by a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the borders that surround Web Parts controls contained by a zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.PartChromeType"> <summary> Gets or sets the type of border that frames Web Parts controls contained by a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> that determines the type of border that frames Web Parts controls contained by a zone. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value is not one of the <see cref="T:System.Web.UI.WebControls.WebParts.PartChromeType" /> values. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.PartStyle"> <summary> Gets style characteristics that apply to the border and contents of each Web Parts control contained by a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.TableStyle" /> that contains style attributes for the Web Parts controls in the zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.PartTitleStyle"> <summary> Gets style attributes for the title bar content for each Web Parts control contained by a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.WebParts.TitleStyle" /> that contains style attributes for the title bar content for each Web Parts control in the zone. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.RenderBeginTag(System.Web.UI.HtmlTextWriter)"> <summary> Renders the opening HTML tag of the zone control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.RenderBody(System.Web.UI.HtmlTextWriter)"> <summary> Overrides rendering for the body of a zone control. </summary> <param name="writer"> A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.RenderClientScript"> <summary> Gets a value that indicates whether to render client script on a Web Parts page. </summary> <returns>true if the zone renders client script when the page is in a given display mode; otherwise, false. The default value is false. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.RenderContents(System.Web.UI.HtmlTextWriter)"> <summary> Renders the entire contents of a zone control between the beginning and ending tags to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.RenderFooter(System.Web.UI.HtmlTextWriter)"> <summary> Overrides rendering for the footer of a zone control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.RenderHeader(System.Web.UI.HtmlTextWriter)"> <summary> Overrides rendering for the header of a zone control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.SaveViewState"> <summary> Saves any view-state changes that have occurred after a page was posted back to the server. </summary> <returns> Returns the zone control's current view state. If no view state is associated with the zone, this method returns null. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.TagKey"> <returns> One of the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration values. </returns> </member> <member name="M:System.Web.UI.WebControls.WebParts.WebZone.TrackViewState"> <summary> Tracks changes to a zone control's view state. </summary> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.VerbButtonType"> <summary> Gets or sets what kind of button is used to represent verbs in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.ButtonType" /> that indicates what kind of button will be visible to represent verbs in the user interface (UI). The default is <see cref="F:System.Web.UI.WebControls.ButtonType.Link" />. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The property is not set to a <see cref="T:System.Web.UI.WebControls.ButtonType" /> value. </exception> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.VerbStyle"> <summary> Gets the style attributes for the user interface (UI) verbs associated with Web Parts controls in a zone. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Style" /> that contains style attributes for the verbs associated with Web Parts controls contained by a zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.WebPartManager"> <summary> Gets a reference to the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control associated with a <see cref="T:System.Web.UI.WebControls.WebParts.WebZone" /> control instance on a Web Parts page. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control that is associated with a zone. </returns> </member> <member name="P:System.Web.UI.WebControls.WebParts.WebZone.PartChromePadding"> <summary> Gets or sets the distance between the contents of a <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> control and the border of the control. </summary> <returns> A <see cref="T:System.Web.UI.WebControls.Unit" /> object that indicates the type of measurement and the amount of padding. The default padding for a zone is 5 pixels. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value assigned to the property is a negative number. </exception> </member> <member name="T:System.Web.Util.IWebObjectFactory"> <summary> Provides the interface for implementing factories for Web objects. </summary> </member> <member name="M:System.Web.Util.IWebObjectFactory.CreateInstance"> <summary> Creates a new <see cref="T:System.Web.Util.IWebObjectFactory" /> instance. </summary> <returns> A new <see cref="T:System.Web.Util.IWebObjectFactory" /></returns> </member> <member name="T:System.Web.Util.IWebPropertyAccessor"> <summary> Provides the interface for implementing property accessors. </summary> </member> <member name="M:System.Web.Util.IWebPropertyAccessor.GetProperty(System.Object)"> <summary> Gets the value of a specified property. </summary> <returns> The value of the specified property. </returns> <param name="target"> The property from which the value is retrieved. </param> </member> <member name="M:System.Web.Util.IWebPropertyAccessor.SetProperty(System.Object,System.Object)"> <summary> Sets the specified property with the given value. </summary> <param name="target"> The property for which <paramref name="value" /> is set. </param> <param name="value"> The object containing the value of the property. </param> </member> <member name="T:System.Web.Util.TransactedCallback"> <summary> Represents the callback method being run under transaction support. </summary> </member> <member name="T:System.Web.Util.Transactions"> <summary> Provides a way to wrap a callback method within a transaction boundary. </summary> </member> <member name="M:System.Web.Util.Transactions.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Util.Transactions" /> class. </summary> </member> <member name="M:System.Web.Util.Transactions.InvokeTransacted(System.Web.Util.TransactedCallback,System.EnterpriseServices.TransactionOption)"> <summary> Wraps a specified transaction support around a callback method. </summary> <param name="callback"> The <see cref="T:System.Web.Util.TransactedCallback" /> to be run under the specified transaction support. </param> <param name="mode"> The <see cref="T:System.EnterpriseServices.TransactionOption" /> that specifies the transaction support for the delegate. </param> <exception cref="T:System.PlatformNotSupportedException"> The operating system is not Windows NT or later. </exception> <exception cref="T:System.Web.HttpException"> The transacted code cannot be executed. </exception> </member> <member name="M:System.Web.Util.Transactions.InvokeTransacted(System.Web.Util.TransactedCallback,System.EnterpriseServices.TransactionOption,System.Boolean@)"> <summary> Wraps a specified transaction support around a callback method and indicates whether the transaction aborted. </summary> <param name="callback"> The <see cref="T:System.Web.Util.TransactedCallback" /> to be run under the specified transaction support. </param> <param name="mode"> The <see cref="T:System.EnterpriseServices.TransactionOption" /> that specifies the transaction support for the delegate. </param> <param name="transactionAborted"> The reference parameter that returns true if the transaction was aborted during the callback method; otherwise, false. </param> <exception cref="T:System.PlatformNotSupportedException"> The operating system is not Windows NT or later. </exception> <exception cref="T:System.Web.HttpException"> The transacted code cannot be executed. </exception> </member> <member name="T:System.Web.Util.WorkItem"> <summary> Provides the ability to move work items to another thread for execution. </summary> </member> <member name="M:System.Web.Util.WorkItem.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Util.WorkItem" /> class. </summary> </member> <member name="M:System.Web.Util.WorkItem.Post(System.Web.Util.WorkItemCallback)"> <summary> Moves a work item to a separate thread for execution. </summary> <param name="callback"> A <see cref="T:System.Web.Util.WorkItemCallback" /> that represents the method that is to be called on a separate thread. </param> <exception cref="T:System.PlatformNotSupportedException"> The operating system is not Windows NT or later. </exception> </member> <member name="T:System.Web.Util.WorkItemCallback"> <summary> Represents the method that executes on a separate work item thread. </summary> </member> </members> </doc>