Class MediaPreviewHandlerBase
Inheritance
System.Object
MediaPreviewHandlerBase
Implements
System.Web.IHttpAsyncHandler
System.Web.IHttpHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Controllers.Preview.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
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