HttpCachePolicy::GetLastModifiedFromFileDependencies Method ()

 

Gets the status of the Last-Modified headerset to base on the timestamps of the file dependencies of the handler.

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

public:
bool GetLastModifiedFromFileDependencies()

Return Value

Type: System::Boolean

true if the Last-Modified header is set to base on the timestamps of the file dependencies of the handler; otherwise false.

.NET Framework
Available since 4.6.2
Return to top
Show: