Interface IBlobHttpHandler
Signature for component that can process a Blob http request.
Namespace: EPiServer.Web.Routing.Matching.Blobs
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3Syntax
public interface IBlobHttpHandler
Methods
Invoke(HttpContext)
Method called to process a blob request
Declaration
Task Invoke(HttpContext httpContext)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
httpContext | Current request |
Returns
Type | Description |
---|---|
System. |
A task |