MagicCMS Documentation

Min Class

Min.ashx Handler that display thumbnails (Miniatura objects) stored in MagicCMS database. On query string you must define a pk parameter corresponding to Miniatura Pk. Return images data (ContentType = "image/jpeg").

Namespace:  MagicCMS
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public class Min : IHttpHandler

Remarks


If the value provided doesn't corresponds to any existing thumbnails a 404 error status is returned.

Inheritance Hierarchy


Object
  MagicCMS..::..Min

See Also


[AllMembers.T:MagicCMS.Min] Members