XhtmlPageAdapter.CacheVaryByHeaders Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste d'en-têtes HTTP supplémentaires faisant varier la mise en cache. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
public:
virtual property System::Collections::IList ^ CacheVaryByHeaders { System::Collections::IList ^ get(); };
public virtual System.Collections.IList CacheVaryByHeaders { get; }
member this.CacheVaryByHeaders : System.Collections.IList
Public Overridable ReadOnly Property CacheVaryByHeaders As IList
Valeur de propriété
Objet IList d'en-têtes HTTP supplémentaires.
Implémente
Remarques
La XhtmlPageAdapter classe hérite de la CacheVaryByHeaders propriété de l’interface IPageAdapter et retourne null
toujours .