Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
public interface IBlobHttpHandler

Methods

Invoke(HttpContext)

Method called to process a blob request

Declaration
Task Invoke(HttpContext httpContext)
Parameters
Type Name Description
Microsoft.AspNetCore.Http.HttpContext httpContext

Current request

Returns
Type Description
System.Threading.Tasks.Task

A task

Extension Methods