System.Web
2.0.0.0
System.Configuration.ConfigurationSection
The class provides a way to programmatically access and modify the clientTarget section of the configuration file. It belongs to a group that includes the class and the class.
The class contains objects that define pairs of aliases and associated target user agents for which ASP.NET server controls should render content.
Configures the clientTarget section. This class cannot be inherited.
Constructor
This constructor is called by the ASP.NET configuration system and is not intended to be used directly from your code. You can obtain an instance of the class by using the method.
Initializes a new instance of the class.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection | System.Configuration.ConfigurationPropertyOptions.IsRequired)
System.Web.Configuration.ClientTargetCollection
To be added.
Each object contains two properties identifying a client browser, also called the user agent. One property is the alias associated with the client browser that is identified by the other property. ASP.NET uses this information to render server controls on a page.
Gets the collection of objects.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
2.0.0.0