C# Class Skimur.Web.Controllers.ThumbnailController

Inheritance: BaseController
Show file Open project: skimur/skimur

Public Methods

Method Description
Thumbnail ( string thumbnail, ThumbnailType type ) : Microsoft.AspNet.Mvc.ActionResult
ThumbnailController ( IThumbnailCacheService thumbnailCacheService, IContentTypeProvider contentTypeProvider ) : System

Method Details

Thumbnail() public method

public Thumbnail ( string thumbnail, ThumbnailType type ) : Microsoft.AspNet.Mvc.ActionResult
thumbnail string
type ThumbnailType
return Microsoft.AspNet.Mvc.ActionResult

ThumbnailController() public method

public ThumbnailController ( IThumbnailCacheService thumbnailCacheService, IContentTypeProvider contentTypeProvider ) : System
thumbnailCacheService IThumbnailCacheService
contentTypeProvider IContentTypeProvider
return System