ClientTargetSection.ClientTargets Property
.NET Framework (current version)
Gets the collection of ClientTarget objects.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("", IsRequired = true, IsDefaultCollection = true)>] member ClientTargets : ClientTargetCollection with get
Property Value
Type: System.Web.Configuration.ClientTargetCollectionA ClientTargetCollection that contains the ClientTarget objects.
Each ClientTarget 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: