HeaderElement::Value Property

.NET Framework (current version)
 

Gets the value of an HTTP header that is in the output cache.

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

public:
property String^ Value {
	String^ get();
}

Property Value

Type: System::String^

The value of the HTTP header.

When you create an instance of the HeaderElement class, the value parameter can be an empty string.

.NET Framework
Available since 4.0
Return to top
Show: