Image Resizer : API Documentation

Type ResponseHeaders

Namespace ImageResizer.Caching

Interfaces IResponseHeaders

Public static methods

void DefaultApplyToResponseMethod(IResponseHeaders headers, HttpContext context)

Public properties

bool ApplyDuringPreSendRequestHeaders get; set;

ApplyResponseHeadersDelegate ApplyToResponse get; set;

HttpCacheability CacheControl get; set;

string ContentType get; set;

The mime-type of the encoded image. Defaults to null

NameValueCollection DefaultHeaders get; set;

DateTime Expires get; set;

NameValueCollection Headers get; set;

DateTime LastModified get; set;

List<CacheDependency> ServerCacheDependencies get; set;

bool SuppressVaryHeader get; set;

bool ValidUntilExpires get; set;