TopicTransformationCoreStartupScriptBlocks Property
This read-only property returns an enumerable list of the startup script blocks that have been
registered.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IEnumerable<string> StartupScriptBlocks { get; }
Public ReadOnly Property StartupScriptBlocks As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ StartupScriptBlocks {
IEnumerable<String^>^ get ();
}
member StartupScriptBlocks : IEnumerable<string> with get
Property Value
IEnumerableString