FileResponseElement::Path Property

.NET Framework (current version)
 

Gets the location of the file that contains data from a FileResponseElement instance.

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

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

Property Value

Type: System::String^

The fully qualified path of the file.

.NET Framework
Available since 4.0
Return to top
Show: