Click or drag to resize

DocumentLoaderGetCachedDocument Method

Searches for a cached document by URI.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntax
public virtual Document GetCachedDocument(
	Uri uri
)

Parameters

uri
Type: SystemUri
The document URI for which to search.

Return Value

Type: Document
The cached document if it was found, null otherwise.
See Also