C# Class Telerik.Web.Mvc.WebAsset

Inheritance: IWebAsset
Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
WebAsset ( string contentType, string version, bool compress, float cacheDurationInDays, string content ) : Infrastructure

Initializes a new instance of the WebAsset class.

Method Details

WebAsset() public method

Initializes a new instance of the WebAsset class.
public WebAsset ( string contentType, string version, bool compress, float cacheDurationInDays, string content ) : Infrastructure
contentType string Type of the content.
version string The version.
compress bool if set to true [compress].
cacheDurationInDays float The cache duration in days.
content string The content.
return Infrastructure