IOutputCacheEntry Rozhraní

Definice

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

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

Vlastnosti

Name Description
HeaderElements

Získá kolekci elementů hlaviček HTTP v položce výstupní mezipaměti.

ResponseElements

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

Platí pro