DotNetBrowser
1.21.5
|
HTML5 Application cache storage More...
Public Member Functions | |
void | RemoveInfoForManifestURL (string manifestURL) |
Remove application cache for the specific manifest. More... | |
IAppCache | GetInfoByOriginURL (string originURL) |
Get application cache info by URL More... | |
Properties | |
IEnumerable< string > | OriginURLs [get] |
A list that contains URLs of all known application cache origins. More... | |
HTML5 Application cache storage
IAppCache DotNetBrowser.IAppCacheStorage.GetInfoByOriginURL | ( | string | originURL | ) |
Get application cache info by URL
originURL | the url of application cache storage. |
void DotNetBrowser.IAppCacheStorage.RemoveInfoForManifestURL | ( | string | manifestURL | ) |
Remove application cache for the specific manifest.
manifestURL | the url of application cache storage. |
|
get |
A list that contains URLs of all known application cache origins.