HostingEnvironmentSection 构造函数

定义

使用默认设置初始化 HostingEnvironmentSection 类的新实例。

public:
 HostingEnvironmentSection();
public HostingEnvironmentSection ();
Public Sub New ()

注解

构造 HostingEnvironmentSection 函数不打算直接从代码使用。 它由 ASP.NET 配置系统调用。 可以使用GetSection该方法获取类的HostingEnvironmentSection实例。

适用于