WebAssetGroup - класс |
Пространство имён: Telerik.Web.Mvc
public class WebAssetGroup : IWebAsset
Тип WebAssetGroup предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| WebAssetGroup |
Initializes a new instance of the WebAssetGroup class.
|
| Имя | Описание | |
|---|---|---|
| CacheDurationInDays |
Gets or sets the cache duration in days.
| |
| Combined |
Gets or sets a value indicating whether this WebAssetGroup is combined.
| |
| Compress |
Gets or sets a value indicating whether this WebAssetGroup is compress.
| |
| ContentDeliveryNetworkUrl |
Gets or sets the content delivery network URL.
| |
| ContentType | ||
| DefaultPath |
Gets or sets the default path.
| |
| Enabled |
Gets or sets a value indicating whether this WebAssetGroup is disabled.
| |
| IsShared |
Gets or sets a value indicating whether this instance is shared.
| |
| Items |
Gets the items.
| |
| Name |
Gets or sets the name.
| |
| UseTelerikContentDeliveryNetwork |
Gets or sets a value indicating whether Telerik content delivery network would be used.
| |
| Version |
Gets or sets the version.
|
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |