Method | Description | |
---|---|---|
GetIfModifiedSinceTime ( IHeaderDictionary headers ) : DateTime? |
Gets If-Modified-Since time header from headers collection.
|
|
GetRelativeFilePath ( IOwinRequest request ) : string |
Gets the relative file path of request.
|
|
IsNoCacheRequested ( string cacheControlHeader ) : bool |
Determines whether no cache is requested
|
public static GetIfModifiedSinceTime ( IHeaderDictionary headers ) : DateTime? | ||
headers | IHeaderDictionary | The headers. |
return | DateTime? |
public static GetRelativeFilePath ( IOwinRequest request ) : string | ||
request | IOwinRequest | The request. |
return | string |
public static IsNoCacheRequested ( string cacheControlHeader ) : bool | ||
cacheControlHeader | string | The cache control header. |
return | bool |