HostingEnvironmentSection コンストラクター

定義

既定の設定を使用して、 HostingEnvironmentSection クラスの新しいインスタンスを初期化します。

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

注釈

HostingEnvironmentSection コンストラクターは、コードから直接使用するためのものではありません。 ASP.NET 構成システムによって呼び出されます。 HostingEnvironmentSection メソッドを使用して、GetSection クラスのインスタンスを取得します。

適用対象