|   | Csv | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
Syntaxpublic class CsvDownloadHandler : IHttpHandler, IHostedHttpHandler
The CsvDownloadHandler type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CsvDownloadHandler | Initializes a new instance of the CsvDownloadHandler class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsReusable | Gets a value indicating whether another request can use the IHttpHandler instance. | 
|  | UseClientCache | Determines if client cache should be enabled for rendered handler content. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetContentHash | Gets hash of response content based on any request parameters. | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | ProcessRequest | Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface. | 
|  | ProcessRequestAsync | Enables processing of HTTP web requests by a custom handler that implements the IHostedHttpHandler interface. | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | LogExceptionHandler | Defines any exception handler for any thrown exceptions. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|  | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also