HttpCachePolicy.GetETagFromFileDependencies Método

Definição

Obtém o status que indica se o cabeçalho ETag foi definido com base em carimbos de data/hora das dependências de arquivo do manipulador.Gets the status indicating whether the ETag header has been set based on the timestamps of the file dependencies of the handler.

public:
 bool GetETagFromFileDependencies();
public bool GetETagFromFileDependencies ();
member this.GetETagFromFileDependencies : unit -> bool
Public Function GetETagFromFileDependencies () As Boolean

Retornos

Boolean

true se o cabeçalho ETag tiver sido definido com base em carimbos de data/hora das dependências do manipulador de arquivo; caso contrário, false.true if the ETag header has been set based on the timestamps of the file dependencies of the handler; otherwise, false.

Aplica-se a