HttpCachePolicy::SetLastModifiedFromFileDependencies Method ()

 

Sets the Last-Modified HTTP header based on the time stamps of the handler's file dependencies.

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

public:
void SetLastModifiedFromFileDependencies()

SetLastModifiedFromFileDependencies is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.

The following code example demonstrates how to set the Last-Modified header using the SetLastModifiedFromFileDependencies method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: