Try our conversational search powered by Generative AI!

Class MediaPreviewHandlerBase

Inheritance
System.Object
MediaPreviewHandlerBase
Implements
System.Web.IHttpAsyncHandler
System.Web.IHttpHandler
Namespace: EPiServer.Cms.Shell.UI.Controllers.Preview.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public abstract class MediaPreviewHandlerBase : BlobHttpHandler, IHttpAsyncHandler, IHttpHandler

Constructors

MediaPreviewHandlerBase()

Declaration
protected MediaPreviewHandlerBase()

Methods

GetBlob(HttpContextBase)

Declaration
protected override Blob GetBlob(HttpContextBase httpContext)
Parameters
Type Name Description
System.Web.HttpContextBase httpContext
Returns
Type Description
Blob
Overrides

SetCachePolicy(HttpContextBase, DateTime)

Declaration
protected override void SetCachePolicy(HttpContextBase context, DateTime fileChangedDate)
Parameters
Type Name Description
System.Web.HttpContextBase context
System.DateTime fileChangedDate
Overrides

Implements

System.Web.IHttpAsyncHandler
System.Web.IHttpHandler

Extension Methods