C# 클래스 Telerik.Web.Mvc.WebAsset

상속: IWebAsset
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
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