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.4.5
Syntax
public delegate IDictionary<string, Object> DocumentContextCallback(
	DocumentInfo info
)

Parameters

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

Return Value

IDictionaryString, Object
A property collection containing context information for the document.
See Also