Class PartialRoutedBlobHttpHandler
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. A HTTP Handler that deliver binary large objects from that has been partial routed through BlobRouter
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.Web.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
[TemplateDescriptor(Inherited = true)]
public class PartialRoutedBlobHttpHandler : BlobHttpHandler, IHttpAsyncHandler, IHttpHandler, IRenderTemplate<Blob>, IRenderTemplate
Constructors
PartialRoutedBlobHttpHandler()
Declaration
public PartialRoutedBlobHttpHandler()
Methods
GetBlob(HttpContextBase)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the routed BLOB from the request.
Declaration
protected override Blob GetBlob(HttpContextBase httpContext)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext | The HTTP context. |
Returns
Type | Description |
---|---|
Blob |
Overrides
Remarks
The implementation returns the Blob routed to.
Exceptions
Type | Condition |
---|---|
System.NotImplementedException |
Implements
System.Web.IHttpAsyncHandler
System.Web.IHttpHandler