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 DefaultMediaEndpoint

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
DefaultMediaEndpoint
Namespace: EPiServer.Web.Routing.Matching.Blobs.Internal
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3
Syntax
[TemplateDescriptor]
public class DefaultMediaEndpoint : Endpoint, IRenderTemplate<IContentMedia>, IRenderTemplate

Constructors

DefaultMediaEndpoint(IBlobHttpHandler)

Creates a new instance of DefaultMediaEndpoint

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

Implements

Extension Methods