Share via


IOutputCacheEntry Rozhraní

Definice

Definuje kolekce hlaviček HTTP a elementů odpovědi, které společně tvoří jeden druh výstupních dat v mezipaměti, která ASP.NET mohou předat poskytovateli.

public interface class IOutputCacheEntry
public interface IOutputCacheEntry
type IOutputCacheEntry = interface
Public Interface IOutputCacheEntry

Vlastnosti

HeaderElements

Získá kolekci elementů hlaviček HTTP v položce output-cache.

ResponseElements

Získá kolekci elementů odpovědi HTTP v položce output-cache.

Platí pro