C# Класс Telerik.Web.Mvc.WebAsset

Наследование: IWebAsset
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WebAsset ( string contentType, string version, bool compress, float cacheDurationInDays, string content ) : Infrastructure

Initializes a new instance of the WebAsset class.

Описание методов

WebAsset() публичный Метод

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.
Результат Infrastructure