Method | Description | |
---|---|---|
WebAsset ( string contentType, string version, bool compress, float cacheDurationInDays, string content ) : Infrastructure |
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 |
cacheDurationInDays | float | The cache duration in days. |
content | string | The content. |
return | Infrastructure |