ClientTargetSection 构造函数
定义
初始化 ClientTargetSection 类的新实例。Initializes a new instance of the ClientTargetSection class.
public:
ClientTargetSection();
public ClientTargetSection ();
Public Sub New ()
注解
此构造函数由 ASP.NET 配置系统调用,不应在代码中直接使用。This constructor is called by the ASP.NET configuration system and is not intended to be used directly from your code. 您可以 ClientTargetSection 使用方法获取类的实例 GetSection 。You can obtain an instance of the ClientTargetSection class by using the GetSection method.