HttpCachePolicy::GetETagFromFileDependencies Method ()

 

Gets the status indicating whether the ETag header has been set based on the timestamps of the file dependencies of the handler.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
bool GetETagFromFileDependencies()

Return Value

Type: System::Boolean

true if the ETag header has been set based on the timestamps of the file dependencies of the handler; otherwise false.

.NET Framework
Available since 4.6.2
Return to top
Show: