Page.FileDependencies プロパティ
アセンブリ: System.Web (system.web.dll 内)

<ObsoleteAttribute("The recommended alternative is HttpResponse.AddFileDependencies. http://go.microsoft.com/fwlink/?linkid=14202")> _ Protected WriteOnly Property FileDependencies As ArrayList
[ObsoleteAttribute("The recommended alternative is HttpResponse.AddFileDependencies. http://go.microsoft.com/fwlink/?linkid=14202")] protected ArrayList FileDependencies { set; }
[ObsoleteAttribute(L"The recommended alternative is HttpResponse.AddFileDependencies. http://go.microsoft.com/fwlink/?linkid=14202")] protected: property ArrayList^ FileDependencies { void set (ArrayList^ value); }
現在の HttpResponse オブジェクトが依存しているファイルの配列。

このプロパティは推奨されていません。代わりに、HttpResponse クラスの AddFileDependencies メソッドまたは AddFileDependency メソッドを使用してください。
ほとんどの場合、コード内にこのプロパティを設定する必要はありません。.aspx ファイルの @ Page ディレクティブを使用して FileDependencies 属性を true に設定します。ページが要求されると、動的に生成されたクラスがプロパティを設定します。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- Page.FileDependencies プロパティのページへのリンク