SyntaxElementNamespaceAndAssemblyInfoRenderer Property

This is used to get or set the action delegate use to render the namespace and assembly information

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.OpenXml
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public Action<TopicTransformationCore, XElement> NamespaceAndAssemblyInfoRenderer { get; set; }

Property Value

ActionTopicTransformationCore, XElement

See Also