HttpCachePolicyBase::SetETag Method (String^)

 

When overridden in a derived class, sets the ETag HTTP header to the specified string.

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

public:
virtual void SetETag(
	String^ etag
)

Parameters

etag
Type: System::String^

The text to use for the ETag header.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: