Click or drag to resize

DocumentContextCallback Delegate

Represents a method that retrieves context information for a document.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public delegate IDictionary<string, Object> DocumentContextCallback(
	DocumentInfo info
)

Parameters

info  DocumentInfo
A structure containing meta-information for the document.

Return Value

IDictionary<String, Object>
A property collection containing context information for the document.
See Also