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