ClientTargetSection.ClientTargets Property

 

Gets the collection of ClientTarget objects.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("", IsRequired = true, IsDefaultCollection = true)>]
member ClientTargets : ClientTargetCollection with get

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.

The following code example shows how to get the ClientTargets collection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: