Sdílet prostřednictvím


Page.FileDependencies Vlastnost

Definice

Upozornění

The recommended alternative is HttpResponse.AddFileDependencies. http://go.microsoft.com/fwlink/?linkid=14202

Nastaví pole souborů, na které je aktuální HttpResponse objekt závislý.

protected:
 property System::Collections::ArrayList ^ FileDependencies {  void set(System::Collections::ArrayList ^ value); };
protected System.Collections.ArrayList FileDependencies { set; }
[System.Obsolete("The recommended alternative is HttpResponse.AddFileDependencies. http://go.microsoft.com/fwlink/?linkid=14202")]
protected System.Collections.ArrayList FileDependencies { set; }
member this.FileDependencies : System.Collections.ArrayList
[<System.Obsolete("The recommended alternative is HttpResponse.AddFileDependencies. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.FileDependencies : System.Collections.ArrayList
Protected Property FileDependencies As ArrayList

Hodnota vlastnosti

Pole souborů, na které je aktuální HttpResponse objekt závislý.

Atributy

Poznámky

Tato vlastnost je zastaralá. Místo toho použijte metodu AddFileDependenciesAddFileDependency nebo metodu HttpResponse třídy .

Ve většině případů nenastavujte tuto vlastnost v kódu. FileDependencies Nastavte atribut na true použití direktivy @ Page v souboru .aspx. Při požadavku na stránku dynamicky generovaná třída nastaví vlastnost .

Platí pro

Viz také