CustomContext(IDictionaryString, String) Constructor

This constructor takes a dictionary containing the namespaces (the key is the prefix, the value is the namespace URI).

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public CustomContext(
	IDictionary<string, string> namespaces
)

Parameters

namespaces  IDictionaryString, String
A dictionary containing the namespaces to add to the context

See Also