UrlMappingsSection コンストラクター

定義

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

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

注釈

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

適用対象