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

Class PartialRoutedBlobEndpoint

A template that is an endpoint that deliver binary large objects from that has been partial routed through EPiServer.Core.Routing.Internal.BlobPartialRouter

Inheritance
System.Object
PartialRoutedBlobEndpoint
Namespace: EPiServer.Web.Routing.Matching.Blobs.Internal
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3
Syntax
[TemplateDescriptor]
public class PartialRoutedBlobEndpoint : Endpoint, IRenderTemplate<Blob>, IRenderTemplate

Constructors

PartialRoutedBlobEndpoint(IBlobHttpHandler)

Creates a new instance of PartialRoutedBlobEndpoint

Declaration
public PartialRoutedBlobEndpoint(IBlobHttpHandler blobHandler)
Parameters
Type Name Description
IBlobHttpHandler blobHandler

Implements

Extension Methods