ContentFilesTemplateFileExtensions Property

This read-only property returns an enumerable list of file extensions that should be treated as template files that need substitution tags replaced at build time.

Definition

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

Property Value

IEnumerableString

See Also