Class FileServerHandler
Inheritance
System.Object
FileServerHandler
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FileServerHandler : IHttpHandler
Properties
| Improve this Doc View SourceIsReusable
Declaration
public bool IsReusable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceProcessRequest(HttpContext)
This handler handles requests for LinkClick.aspx, but only those specifc to file serving.
Declaration
public void ProcessRequest(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | System.Web.HttpContext). |