Class HTTPHelper
Provides the methods for the safe access to the HTTPContext.
public static class HTTPHelper
- Inheritance
-
objectHTTPHelper
Methods
GetFileDisposition(string, string)
Gets the file disposition.
public static ContentDisposition GetFileDisposition(string fileName, string extension)
Parameters
fileName
stringFile name (e.g. image.png).
extension
stringFile extension.
Returns
- ContentDisposition