Method | Description | |
---|---|---|
EnsureGzipFiles ( |
Finds all js and css files in a container and creates a gzip compressed copy of the file with ".gzip" appended to the existing blob name
|
|
EnsureStaticFileHeaders ( |
Iterates through each blob in the specified container and adds the Cache-Control and ContentType headers
|
|
Exists ( this blob ) : bool |
Method | Description | |
---|---|---|
GetContentType ( string extension ) : string |
Gets the content type for the specified extension
|
public static EnsureGzipFiles ( |
||
container | ||
cacheControlMaxAgeSeconds | int | |
return | void |
public static EnsureStaticFileHeaders ( |
||
container | ||
cacheControlMaxAgeSeconds | int | |
return | void |