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

Parameters

info
Type: Microsoft.ClearScriptDocumentInfo
A structure containing meta-information for the document.

Return Value

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