HeaderElement::Name Property

.NET Framework (current version)
 

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

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

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

Property Value

Type: System::String^

The name of the HTTP header.

When you create an instance of the HeaderElement class, the value of name must always be a non-null, non-empty string.

.NET Framework
Available since 4.0
Return to top
Show: