IOutputCacheEntry.HeaderElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of HTTP header elements in an output-cache entry.
public:
property System::Collections::Generic::List<System::Web::Caching::HeaderElement ^> ^ HeaderElements { System::Collections::Generic::List<System::Web::Caching::HeaderElement ^> ^ get(); void set(System::Collections::Generic::List<System::Web::Caching::HeaderElement ^> ^ value); };
public System.Collections.Generic.List<System.Web.Caching.HeaderElement> HeaderElements { get; set; }
member this.HeaderElements : System.Collections.Generic.List<System.Web.Caching.HeaderElement> with get, set
Public Property HeaderElements As List(Of HeaderElement)
Property Value
A list of HTTP header elements.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.