次の方法で共有


WebControlsSection コンストラクター

定義

WebControlsSection の新しいインスタンスを作成します。

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

注釈

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

適用対象