System.Web.Configuration.ClientTargetSection Class

Configures the clientTarget section. This class cannot be inherited.

See Also: ClientTargetSection Members

Syntax

public sealed class ClientTargetSection : System.Configuration.ConfigurationSection

Remarks

The System.Web.Configuration.ClientTargetSection class provides a way to programmatically access and modify the clientTarget section of the configuration file. It belongs to a group that includes the System.Web.Configuration.ClientTargetCollection class and the System.Web.Configuration.ClientTarget class.

The System.Web.Configuration.ClientTargetSection class contains System.Web.Configuration.ClientTarget objects that define pairs of aliases and associated target user agents for which ASP.NET server controls should render content.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0