UrlMappingCollection コンストラクター

定義

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

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

注釈

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

適用対象