TopicTransformationCoreStartupScriptBlockItemIds Property

This read-only property returns an enumerable list of the startup script block item IDs that have been registered.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IEnumerable<string> StartupScriptBlockItemIds { get; }

Property Value

IEnumerableString

See Also