UrlMappingsSection コンストラクター

定義

UrlMappingsSection クラスの新しいインスタンスを初期化します。

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

注釈

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

適用対象