Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
ContentHttpHandler Class Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : ContentHttpHandler Class


The following tables list the members exposed by ContentHttpHandler.

Public Constructors

 NameDescription
Public ConstructorContentHttpHandler Constructor  
Top

Public Properties

 NameDescription
Public PropertyIsReusable Gets a value indicating whether another request can use the IHttpHandler instance.  
Top

Public Methods

 NameDescription
Public MethodProcessRequest Processes the HTTP Web requests mapped to this handler.  
Top

Protected Methods

 NameDescription
Protected MethodFillGeneralInfo Fills the current response with common information such as caching, content type and so on.  
Protected MethodProcessContent Loads the content and fulfils the current response.  
Protected MethodProcessContentItem Loads an IContent item and fulfil the current response with that information.  
Protected MethodProcessImage Generates new image depending on the request query string parameters.  
Protected MethodProcessThumbnail Loads a thumbnail and fulfil the current response with that information.  
Protected MethodSetMaxAgeExpiration Sets the max-age expiration.  
Top

See Also