Interface IFastFileDownload
Implemented on a file handler to support direct access to a file used to optimize downloading of files
Namespace: EPiServer.Web.Hosting.Versioning
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface IFastFileDownload
Remarks
This interface is optional but highly recommended when the file handler wraps a file available from a local file path
Methods
GetFullPath()
Should return the full path to the file of the current unified file.
Declaration
string GetFullPath()
Returns
Type | Description |
---|---|
System.String |